Languages API.

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

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

{
    "total": 7247,
    "total_words": 51585,
    "total_chars": 317413,
    "last_change": "2024-04-16T14:23:33.324708Z",
    "recent_changes": 21,
    "translated": 2975,
    "translated_words": 12973,
    "translated_percent": 41.0,
    "translated_words_percent": 25.1,
    "translated_chars": 78888,
    "translated_chars_percent": 24.8,
    "fuzzy": 301,
    "fuzzy_percent": 4.1,
    "fuzzy_words": 3053,
    "fuzzy_words_percent": 5.9,
    "fuzzy_chars": 20260,
    "fuzzy_chars_percent": 6.3,
    "failing": 315,
    "failing_percent": 4.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 476,
    "comments": 0,
    "name": "Portuguese (Portugal)",
    "url": "http://translate.beamng.com/languages/pt_PT/"
}