Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/fr/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 2092,
    "total_words": 8120,
    "last_change": "2023-12-13T13:50:55.113933Z",
    "recent_changes": 37,
    "translated": 199,
    "translated_words": 411,
    "translated_percent": 9.5,
    "translated_words_percent": 5.0,
    "translated_chars": 3136,
    "translated_chars_percent": 6.1,
    "total_chars": 51081,
    "fuzzy": 11,
    "fuzzy_percent": 0.5,
    "failing": 17,
    "failing_percent": 0.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 34,
    "comments": 0,
    "name": "French",
    "url": "https://translate.memarc.info/languages/fr/"
}