Languages API.

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

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

{
    "total": 7237,
    "total_words": 59428,
    "total_chars": 400234,
    "last_change": "2025-03-08T10:34:53.801547Z",
    "recent_changes": 365,
    "translated": 7237,
    "translated_words": 59428,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 400234,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 9,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 49,
    "readonly_percent": 0.6,
    "suggestions": 0,
    "comments": 0,
    "name": "Armenian",
    "url": "http://translate.pkp.sfu.ca/languages/hy/"
}