Languages API.

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

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

{
    "total": 2262,
    "total_words": 8244,
    "total_chars": 50553,
    "last_change": "2023-12-13T13:02:31.565487Z",
    "recent_changes": 6,
    "translated": 1718,
    "translated_words": 5550,
    "translated_percent": 75.9,
    "translated_words_percent": 67.3,
    "translated_chars": 34112,
    "translated_chars_percent": 67.4,
    "fuzzy": 23,
    "fuzzy_percent": 1.0,
    "failing": 84,
    "failing_percent": 3.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "name": "Esperanto",
    "url": "https://translate.funkwhale.audio/languages/eo/"
}