Languages API.

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

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

{
    "total": 8218,
    "total_words": 69656,
    "total_chars": 468490,
    "last_change": "2024-04-02T06:57:21.753859Z",
    "recent_changes": 123,
    "translated": 8211,
    "translated_words": 69604,
    "translated_percent": 99.9,
    "translated_words_percent": 99.9,
    "translated_chars": 468196,
    "translated_chars_percent": 99.9,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 37,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 31,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Danish",
    "url": "http://translate.pkp.sfu.ca/languages/da/"
}