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": 2084,
    "total_words": 9036,
    "last_change": "2023-10-30T14:13:52.158663Z",
    "recent_changes": 99,
    "translated": 586,
    "translated_words": 1972,
    "translated_percent": 28.1,
    "translated_words_percent": 21.8,
    "translated_chars": 12445,
    "translated_chars_percent": 21.7,
    "total_chars": 57213,
    "fuzzy": 150,
    "fuzzy_percent": 7.1,
    "failing": 45,
    "failing_percent": 2.1,
    "name": "Romanian",
    "url": "http://i18n.foe-helper.com/languages/ro/"
}