Translation components API.

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

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

{
    "total": 4,
    "total_words": 22,
    "last_change": "2021-09-03T14:53:41.266696Z",
    "recent_changes": 1,
    "translated": 1,
    "translated_words": 2,
    "translated_percent": 25.0,
    "translated_words_percent": 9.0,
    "translated_chars": 16,
    "translated_chars_percent": 14.0,
    "total_chars": 114,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "it",
    "name": "Italian",
    "url": "http://weblate.ops404.it/projects/ooops-l10n-italy/ooops_l10n_it_fatturapa_out/it/",
    "translate_url": "http://weblate.ops404.it/translate/ooops-l10n-italy/ooops_l10n_it_fatturapa_out/it/"
}