Languages API.

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

GET /api/languages/szl/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-23T16:35:30.833534Z",
    "recent_changes": 3,
    "translated": 8,
    "translated_words": 23,
    "translated_percent": 6.2,
    "translated_words_percent": 3.3,
    "translated_chars": 154,
    "translated_chars_percent": 3.4,
    "fuzzy": 3,
    "fuzzy_percent": 2.3,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Silesian",
    "url": "https://translations.zorin.com/languages/szl/"
}