Translation components API.

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

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

{
    "total": 457,
    "total_words": 2347,
    "last_change": "2024-01-15T08:38:04.606495Z",
    "recent_changes": 3,
    "translated": 457,
    "translated_words": 2347,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 14533,
    "translated_chars_percent": 100.0,
    "total_chars": 14533,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 455,
    "failing_percent": 99.5,
    "code": "en",
    "name": "English",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/website/en/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/website/en/"
}