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": 692,
    "total_words": 4294,
    "last_change": "2022-08-06T14:45:23.974799Z",
    "recent_changes": 2,
    "translated": 235,
    "translated_words": 1300,
    "translated_percent": 33.9,
    "translated_words_percent": 30.2,
    "translated_chars": 9546,
    "translated_chars_percent": 33.5,
    "total_chars": 28456,
    "fuzzy": 2,
    "fuzzy_percent": 0.2,
    "failing": 17,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 15,
    "readonly_percent": 2.1,
    "suggestions": 1,
    "comments": 0,
    "name": "Azerbaijani",
    "url": "https://weblate.rikka.app/languages/az/"
}