Languages API.

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

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

{
    "total": 579,
    "total_words": 4008,
    "last_change": "2022-08-06T14:45:23.974799Z",
    "recent_changes": 2,
    "translated": 129,
    "translated_words": 1028,
    "translated_percent": 22.2,
    "translated_words_percent": 25.6,
    "translated_chars": 6617,
    "translated_chars_percent": 26.0,
    "total_chars": 25415,
    "fuzzy": 2,
    "fuzzy_percent": 0.3,
    "failing": 17,
    "failing_percent": 2.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 16,
    "readonly_percent": 2.7,
    "suggestions": 1,
    "comments": 0,
    "name": "Azerbaijani",
    "url": "https://weblate.rikka.app/languages/az/"
}