Translation components API.

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

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

{
    "total": 455,
    "total_words": 2326,
    "last_change": "2024-04-26T06:42:38.074631Z",
    "recent_changes": 2,
    "translated": 455,
    "translated_words": 2326,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 14396,
    "translated_chars_percent": 100.0,
    "total_chars": 14396,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.2,
    "code": "pl",
    "name": "Polish",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/website/pl/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/website/pl/"
}