Languages API.

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

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

{
    "total": 2252,
    "total_words": 8233,
    "total_chars": 50487,
    "last_change": "2023-12-11T14:35:59.205292Z",
    "recent_changes": 15,
    "translated": 2149,
    "translated_words": 7694,
    "translated_percent": 95.4,
    "translated_words_percent": 93.4,
    "translated_chars": 47311,
    "translated_chars_percent": 93.7,
    "fuzzy": 24,
    "fuzzy_percent": 1.0,
    "failing": 44,
    "failing_percent": 1.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Occitan",
    "url": "https://translate.funkwhale.audio/languages/oc/"
}