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": 117443,
    "total_words": 524361,
    "total_chars": 3208976,
    "last_change": "2024-04-23T06:03:27.307345Z",
    "recent_changes": 193,
    "translated": 11366,
    "translated_words": 18869,
    "translated_percent": 9.6,
    "translated_words_percent": 3.5,
    "translated_chars": 113025,
    "translated_chars_percent": 3.5,
    "fuzzy": 19572,
    "fuzzy_percent": 16.6,
    "fuzzy_words": 53701,
    "fuzzy_words_percent": 10.2,
    "fuzzy_chars": 334688,
    "fuzzy_chars_percent": 10.4,
    "failing": 453,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 0.1,
    "readonly_words": 25,
    "readonly_words_percent": 0.1,
    "readonly_chars": 165,
    "readonly_chars_percent": 0.1,
    "suggestions": 48,
    "comments": 0,
    "name": "Aragonese",
    "url": "https://translations.documentfoundation.org/languages/an/"
}