Languages API.

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

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

{
    "total": 3320,
    "total_words": 25120,
    "total_chars": 169834,
    "last_change": "2024-04-12T10:33:52.258072Z",
    "recent_changes": 698,
    "translated": 2595,
    "translated_words": 17613,
    "translated_percent": 78.1,
    "translated_words_percent": 70.1,
    "translated_chars": 119389,
    "translated_chars_percent": 70.2,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "failing": 26,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.2,
    "suggestions": 0,
    "comments": 0,
    "name": "Montenegrin",
    "url": "http://translate.pkp.sfu.ca/languages/cnr/"
}