Languages API.

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

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

{
    "total": 780,
    "total_words": 3868,
    "total_chars": 26226,
    "last_change": "2022-03-26T07:09:58.255630Z",
    "recent_changes": 2,
    "translated": 344,
    "translated_words": 1529,
    "translated_percent": 44.1,
    "translated_words_percent": 39.5,
    "translated_chars": 10261,
    "translated_chars_percent": 39.1,
    "fuzzy": 94,
    "fuzzy_percent": 12.0,
    "fuzzy_words": 545,
    "fuzzy_words_percent": 14.0,
    "fuzzy_chars": 3631,
    "fuzzy_chars_percent": 13.8,
    "failing": 17,
    "failing_percent": 2.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "readonly_words": 2,
    "readonly_words_percent": 0.1,
    "readonly_chars": 18,
    "readonly_chars_percent": 0.1,
    "suggestions": 28,
    "comments": 0,
    "name": "Serbian",
    "url": "https://translate.fedoraproject.org/languages/sr@latn/"
}