Languages API.

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

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

{
    "total": 127,
    "total_words": 686,
    "total_chars": 4455,
    "last_change": "2023-12-12T12:01:30.736347Z",
    "recent_changes": 5,
    "translated": 6,
    "translated_words": 13,
    "translated_percent": 4.7,
    "translated_words_percent": 1.8,
    "translated_chars": 82,
    "translated_chars_percent": 1.8,
    "fuzzy": 1,
    "fuzzy_percent": 0.7,
    "failing": 1,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Hausa",
    "url": "https://translations.zorin.com/languages/ha/"
}