Languages API.

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

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

{
    "total": 127,
    "total_words": 686,
    "total_chars": 4455,
    "last_change": "2023-06-30T19:10:35.337224Z",
    "recent_changes": 4,
    "translated": 12,
    "translated_words": 25,
    "translated_percent": 9.4,
    "translated_words_percent": 3.6,
    "translated_chars": 146,
    "translated_chars_percent": 3.2,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "German (Low)",
    "url": "https://translations.zorin.com/languages/nds/"
}