Languages API.

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

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

{
    "total": 2190,
    "total_words": 9514,
    "last_change": "2023-10-30T14:13:52.158663Z",
    "recent_changes": 99,
    "translated": 569,
    "translated_words": 1874,
    "translated_percent": 25.9,
    "translated_words_percent": 19.6,
    "translated_chars": 11759,
    "translated_chars_percent": 19.5,
    "total_chars": 60124,
    "fuzzy": 167,
    "fuzzy_percent": 7.6,
    "failing": 47,
    "failing_percent": 2.1,
    "name": "Romanian",
    "url": "http://i18n.foe-helper.com/languages/ro/"
}