Languages API.

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

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

{
    "total": 309,
    "total_words": 1140,
    "total_chars": 7250,
    "last_change": "2023-12-06T23:22:10.793235Z",
    "recent_changes": 8,
    "translated": 28,
    "translated_words": 64,
    "translated_percent": 9.0,
    "translated_words_percent": 5.6,
    "translated_chars": 374,
    "translated_chars_percent": 5.1,
    "fuzzy": 8,
    "fuzzy_percent": 2.5,
    "failing": 6,
    "failing_percent": 1.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 4,
    "comments": 0,
    "name": "Aragonese",
    "url": "https://translations.zorin.com/languages/an/"
}