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": 115279,
    "total_words": 540322,
    "total_chars": 3518594,
    "last_change": "2024-05-02T10:24:16.011774Z",
    "recent_changes": 971,
    "translated": 34450,
    "translated_words": 120980,
    "translated_percent": 29.8,
    "translated_words_percent": 22.3,
    "translated_chars": 763950,
    "translated_chars_percent": 21.7,
    "fuzzy": 4343,
    "fuzzy_percent": 3.7,
    "fuzzy_words": 13959,
    "fuzzy_words_percent": 2.5,
    "fuzzy_chars": 98109,
    "fuzzy_chars_percent": 2.7,
    "failing": 2986,
    "failing_percent": 2.5,
    "approved": 178,
    "approved_percent": 0.1,
    "approved_words": 825,
    "approved_words_percent": 0.1,
    "approved_chars": 5247,
    "approved_chars_percent": 0.1,
    "readonly": 1023,
    "readonly_percent": 0.8,
    "readonly_words": 1307,
    "readonly_words_percent": 0.2,
    "readonly_chars": 18293,
    "readonly_chars_percent": 0.5,
    "suggestions": 532,
    "comments": 7,
    "name": "Occitan",
    "url": "https://hosted.weblate.org/languages/oc/"
}