Translation components API.

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

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

{
    "total": 34,
    "total_words": 223,
    "last_change": "2021-06-02T08:47:01.383120Z",
    "recent_changes": 23,
    "translated": 32,
    "translated_words": 212,
    "translated_percent": 94.1,
    "translated_words_percent": 95.0,
    "translated_chars": 1351,
    "translated_chars_percent": 86.6,
    "total_chars": 1560,
    "fuzzy": 2,
    "fuzzy_percent": 5.8,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "cs",
    "name": "Czech",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/app/cs/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/app/cs/"
}