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": 1579,
    "total_words": 6501,
    "last_change": "2024-10-04T23:32:47.624525Z",
    "recent_changes": 570,
    "translated": 642,
    "translated_words": 2997,
    "translated_percent": 40.6,
    "translated_words_percent": 46.1,
    "translated_chars": 18691,
    "translated_chars_percent": 45.3,
    "total_chars": 41228,
    "fuzzy": 836,
    "fuzzy_percent": 52.9,
    "failing": 823,
    "failing_percent": 52.1,
    "name": "Serbian (latin)",
    "url": "http://i18n.foe-helper.com/languages/sr_Latn/"
}