Languages API.

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

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

{
    "total": 7912,
    "total_words": 65845,
    "total_chars": 441611,
    "last_change": "2024-01-22T05:39:08.190278Z",
    "recent_changes": 25,
    "translated": 6454,
    "translated_words": 47223,
    "translated_percent": 81.5,
    "translated_words_percent": 71.7,
    "translated_chars": 314717,
    "translated_chars_percent": 71.2,
    "fuzzy": 86,
    "fuzzy_percent": 1.0,
    "failing": 204,
    "failing_percent": 2.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 23,
    "readonly_percent": 0.2,
    "suggestions": 0,
    "comments": 0,
    "name": "Galician",
    "url": "http://translate.pkp.sfu.ca/languages/gl/"
}