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": 10930,
    "total_words": 73953,
    "total_chars": 503916,
    "last_change": "2024-04-22T16:01:02.998084Z",
    "recent_changes": 281,
    "translated": 5807,
    "translated_words": 28302,
    "translated_percent": 53.1,
    "translated_words_percent": 38.2,
    "translated_chars": 176777,
    "translated_chars_percent": 35.0,
    "fuzzy": 1631,
    "fuzzy_percent": 14.9,
    "fuzzy_words": 12525,
    "fuzzy_words_percent": 16.9,
    "fuzzy_chars": 100308,
    "fuzzy_chars_percent": 19.9,
    "failing": 1564,
    "failing_percent": 14.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 30,
    "readonly_percent": 0.2,
    "readonly_words": 238,
    "readonly_words_percent": 0.3,
    "readonly_chars": 2162,
    "readonly_chars_percent": 0.4,
    "suggestions": 131,
    "comments": 5,
    "name": "Occitan",
    "url": "https://weblate.framasoft.org/languages/oc/"
}