Languages API.

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

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

{
    "total": 2181,
    "total_words": 8361,
    "last_change": "2024-04-16T13:49:35.767318Z",
    "recent_changes": 100,
    "translated": 2022,
    "translated_words": 7782,
    "translated_percent": 92.7,
    "translated_words_percent": 93.0,
    "translated_chars": 48006,
    "translated_chars_percent": 90.9,
    "total_chars": 52788,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "failing": 34,
    "failing_percent": 1.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Polish",
    "url": "https://translate.memarc.info/languages/pl/"
}