Translation components API.

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

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

{
    "total": 1579,
    "total_words": 6501,
    "last_change": "2024-09-08T14:47:04.080874Z",
    "recent_changes": 302,
    "translated": 285,
    "translated_words": 1263,
    "translated_percent": 18.0,
    "translated_words_percent": 19.4,
    "translated_chars": 8123,
    "translated_chars_percent": 19.7,
    "total_chars": 41228,
    "fuzzy": 13,
    "fuzzy_percent": 0.8,
    "failing": 8,
    "failing_percent": 0.5,
    "code": "ca",
    "name": "Catalan",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/extension/ca/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/extension/ca/"
}