Translation components API.

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

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

{
    "total": 455,
    "total_words": 2326,
    "last_change": "2022-08-13T01:42:27.481061Z",
    "recent_changes": 23,
    "translated": 446,
    "translated_words": 2172,
    "translated_percent": 98.0,
    "translated_words_percent": 93.3,
    "translated_chars": 13379,
    "translated_chars_percent": 92.9,
    "total_chars": 14396,
    "fuzzy": 9,
    "fuzzy_percent": 1.9,
    "failing": 1,
    "failing_percent": 0.2,
    "code": "cs",
    "name": "Czech",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/website/cs/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/website/cs/"
}