Translation components API.

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

GET /api/translations/ooops-shiki/ooops_shiki_custom/it/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 42,
    "total_words": 105,
    "last_change": "2023-06-09T15:42:07.063894Z",
    "recent_changes": 1,
    "translated": 38,
    "translated_words": 97,
    "translated_percent": 90.4,
    "translated_words_percent": 92.3,
    "translated_chars": 543,
    "translated_chars_percent": 91.8,
    "total_chars": 591,
    "fuzzy": 3,
    "fuzzy_percent": 7.1,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "it",
    "name": "Italian",
    "url": "http://weblate.ops404.it/projects/ooops-shiki/ooops_shiki_custom/it/",
    "translate_url": "http://weblate.ops404.it/translate/ooops-shiki/ooops_shiki_custom/it/"
}