Languages API.

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

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

{
    "total": 78198,
    "total_words": 489984,
    "total_chars": 3134566,
    "last_change": "2024-04-30T10:07:44.288590Z",
    "recent_changes": 172,
    "translated": 10802,
    "translated_words": 40306,
    "translated_percent": 13.8,
    "translated_words_percent": 8.2,
    "translated_chars": 250793,
    "translated_chars_percent": 8.0,
    "fuzzy": 4610,
    "fuzzy_percent": 5.8,
    "fuzzy_words": 12466,
    "fuzzy_words_percent": 2.5,
    "fuzzy_chars": 86278,
    "fuzzy_chars_percent": 2.7,
    "failing": 1737,
    "failing_percent": 2.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 924,
    "readonly_percent": 1.1,
    "readonly_words": 602,
    "readonly_words_percent": 0.1,
    "readonly_chars": 5655,
    "readonly_chars_percent": 0.1,
    "suggestions": 220,
    "comments": 0,
    "name": "Amharic",
    "url": "https://hosted.weblate.org/languages/am/"
}