Languages API.

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

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

{
    "total": 9973,
    "total_words": 55139,
    "total_chars": 355695,
    "last_change": "2023-05-20T18:17:38.329482Z",
    "recent_changes": 11,
    "translated": 956,
    "translated_words": 4453,
    "translated_percent": 9.5,
    "translated_words_percent": 8.0,
    "translated_chars": 29573,
    "translated_chars_percent": 8.3,
    "fuzzy": 11,
    "fuzzy_percent": 0.1,
    "failing": 15,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "name": "Serbian (latin)",
    "url": "https://weblate.rob006.net/languages/sr_Latn/"
}