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": 512,
    "total_words": 2264,
    "last_change": "2023-08-28T12:03:49.352371Z",
    "recent_changes": 5,
    "translated": 235,
    "translated_words": 1180,
    "translated_percent": 45.8,
    "translated_words_percent": 52.1,
    "translated_chars": 7153,
    "translated_chars_percent": 50.8,
    "total_chars": 14054,
    "fuzzy": 4,
    "fuzzy_percent": 0.7,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 2,
    "approved_percent": 0.3,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Hausa",
    "url": "https://weblate.ppc.lol/languages/ha/"
}