Translation components API.

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

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

{
    "total": 348,
    "total_words": 1062,
    "last_change": "2023-09-29T14:11:03.450483Z",
    "recent_changes": 1,
    "translated": 333,
    "translated_words": 968,
    "translated_percent": 95.6,
    "translated_words_percent": 91.1,
    "translated_chars": 5851,
    "translated_chars_percent": 85.3,
    "total_chars": 6855,
    "fuzzy": 7,
    "fuzzy_percent": 2.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "it",
    "name": "Italian",
    "url": "http://weblate.ops404.it/projects/ooops-connectors/ooops_enerp_sync/it/",
    "translate_url": "http://weblate.ops404.it/translate/ooops-connectors/ooops_enerp_sync/it/"
}