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": 1845,
    "total_words": 8041,
    "last_change": "2023-10-30T14:13:52.158663Z",
    "recent_changes": 99,
    "translated": 605,
    "translated_words": 2015,
    "translated_percent": 32.7,
    "translated_words_percent": 25.0,
    "translated_chars": 12977,
    "translated_chars_percent": 25.2,
    "total_chars": 51346,
    "fuzzy": 131,
    "fuzzy_percent": 7.1,
    "failing": 43,
    "failing_percent": 2.3,
    "name": "Romanian",
    "url": "http://i18n.foe-helper.com/languages/ro/"
}