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": 5490,
    "total_words": 20703,
    "total_chars": 137184,
    "last_change": "2024-05-01T15:32:07.253812Z",
    "recent_changes": 127,
    "translated": 1239,
    "translated_words": 3798,
    "translated_percent": 22.5,
    "translated_words_percent": 18.3,
    "translated_chars": 24935,
    "translated_chars_percent": 18.1,
    "fuzzy": 221,
    "fuzzy_percent": 4.0,
    "fuzzy_words": 908,
    "fuzzy_words_percent": 4.3,
    "fuzzy_chars": 6084,
    "fuzzy_chars_percent": 4.4,
    "failing": 124,
    "failing_percent": 2.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 11,
    "readonly_percent": 0.2,
    "readonly_words": 11,
    "readonly_words_percent": 0.1,
    "readonly_chars": 159,
    "readonly_chars_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "name": "Occitan",
    "url": "https://l10n.elementary.io/languages/oc/"
}