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": 2043,
    "total_words": 8866,
    "last_change": "2023-10-30T14:13:52.158663Z",
    "recent_changes": 99,
    "translated": 593,
    "translated_words": 1982,
    "translated_percent": 29.0,
    "translated_words_percent": 22.3,
    "translated_chars": 12735,
    "translated_chars_percent": 22.7,
    "total_chars": 55952,
    "fuzzy": 143,
    "fuzzy_percent": 6.9,
    "failing": 45,
    "failing_percent": 2.2,
    "name": "Romanian",
    "url": "http://i18n.foe-helper.com/languages/ro/"
}