Languages API.

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

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

{
    "total": 6353,
    "total_words": 24470,
    "total_chars": 160960,
    "last_change": "2024-04-24T13:48:52.515037Z",
    "recent_changes": 41,
    "translated": 414,
    "translated_words": 1007,
    "translated_percent": 6.5,
    "translated_words_percent": 4.1,
    "translated_chars": 6405,
    "translated_chars_percent": 3.9,
    "fuzzy": 179,
    "fuzzy_percent": 2.8,
    "failing": 83,
    "failing_percent": 1.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 45,
    "comments": 0,
    "name": "Azerbaijani",
    "url": "https://l10n.elementary.io/languages/az/"
}