Translation components API.

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

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

{
    "total": 1053,
    "total_words": 8419,
    "total_chars": 52763,
    "last_change": "2023-05-16T15:24:11.077235Z",
    "recent_changes": 3,
    "translated": 690,
    "translated_words": 5209,
    "translated_percent": 65.5,
    "translated_words_percent": 61.8,
    "translated_chars": 32553,
    "translated_chars_percent": 61.6,
    "fuzzy": 10,
    "fuzzy_percent": 0.9,
    "failing": 30,
    "failing_percent": 2.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/manager/it/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/manager/it/"
}