Languages API.

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

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

{
    "total": 5056,
    "total_words": 71272,
    "last_change": "2023-12-13T07:16:00.512736Z",
    "recent_changes": 2094,
    "translated": 4999,
    "translated_words": 67922,
    "translated_percent": 98.8,
    "translated_words_percent": 95.2,
    "translated_chars": 391395,
    "translated_chars_percent": 94.9,
    "total_chars": 412197,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 2270,
    "failing_percent": 44.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Turkish",
    "url": "http://translate.diyseeds.org/languages/tr/"
}