Languages API.

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

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

{
    "total": 1879,
    "total_words": 8264,
    "last_change": "2022-08-13T01:42:27.481061Z",
    "recent_changes": 224,
    "translated": 1641,
    "translated_words": 6979,
    "translated_percent": 87.3,
    "translated_words_percent": 84.4,
    "translated_chars": 44509,
    "translated_chars_percent": 84.1,
    "total_chars": 52906,
    "fuzzy": 41,
    "fuzzy_percent": 2.1,
    "failing": 7,
    "failing_percent": 0.3,
    "name": "Czech",
    "url": "http://i18n.foe-helper.com/languages/cs/"
}