Languages API.

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

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

{
    "total": 3118,
    "total_words": 15083,
    "total_chars": 94197,
    "last_change": "2023-12-14T10:35:51.647935Z",
    "recent_changes": 202,
    "translated": 3058,
    "translated_words": 14756,
    "translated_percent": 98.0,
    "translated_words_percent": 97.8,
    "translated_chars": 92061,
    "translated_chars_percent": 97.7,
    "fuzzy": 42,
    "fuzzy_percent": 1.3,
    "failing": 17,
    "failing_percent": 0.5,
    "approved": 129,
    "approved_percent": 4.1,
    "readonly": 2,
    "readonly_percent": 0.1,
    "suggestions": 50,
    "comments": 3,
    "name": "German",
    "url": "https://translate.funkwhale.audio/languages/de/"
}