Languages API.

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

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

{
    "total": 484,
    "total_words": 1696,
    "last_change": "2023-05-20T18:41:39.724435Z",
    "recent_changes": 8,
    "translated": 64,
    "translated_words": 130,
    "translated_percent": 13.2,
    "translated_words_percent": 7.6,
    "translated_chars": 1168,
    "translated_chars_percent": 11.0,
    "total_chars": 10572,
    "fuzzy": 3,
    "fuzzy_percent": 0.6,
    "failing": 1,
    "failing_percent": 0.2,
    "name": "Irish",
    "url": "https://translate.lxqt-project.org/languages/ga/"
}