Languages API.

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

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

{
    "total": 3772,
    "total_words": 13668,
    "total_chars": 92347,
    "last_change": "2024-05-04T08:36:22.795710Z",
    "recent_changes": 14,
    "translated": 527,
    "translated_words": 664,
    "translated_percent": 13.9,
    "translated_words_percent": 4.8,
    "translated_chars": 7800,
    "translated_chars_percent": 8.4,
    "fuzzy": 127,
    "fuzzy_percent": 3.3,
    "fuzzy_words": 335,
    "fuzzy_words_percent": 2.4,
    "fuzzy_chars": 2113,
    "fuzzy_chars_percent": 2.2,
    "failing": 55,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 9,
    "readonly_percent": 0.2,
    "readonly_words": 9,
    "readonly_words_percent": 0.1,
    "readonly_chars": 134,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "sr (generated)",
    "url": "https://l10n.elementary.io/languages/sr@latin/"
}