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": 1578,
    "total_words": 6533,
    "last_change": "2024-10-04T23:32:47.624525Z",
    "recent_changes": 562,
    "translated": 632,
    "translated_words": 2967,
    "translated_percent": 40.0,
    "translated_words_percent": 45.4,
    "translated_chars": 18467,
    "translated_chars_percent": 44.6,
    "total_chars": 41401,
    "fuzzy": 836,
    "fuzzy_percent": 52.9,
    "failing": 823,
    "failing_percent": 52.1,
    "name": "Serbian (latin)",
    "url": "http://i18n.foe-helper.com/languages/sr_Latn/"
}