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": 6353,
    "total_words": 24898,
    "total_chars": 160960,
    "last_change": "2023-01-28T00:16:34.180942Z",
    "recent_changes": 2,
    "translated": 20,
    "translated_words": 23,
    "translated_percent": 0.3,
    "translated_words_percent": 0.1,
    "translated_chars": 234,
    "translated_chars_percent": 0.1,
    "fuzzy": 12,
    "fuzzy_percent": 0.1,
    "failing": 5,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "name": "Irish",
    "url": "https://l10n.elementary.io/languages/ga/"
}