Translation components API.

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

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

{
    "total": 286,
    "total_words": 2400,
    "total_chars": 15105,
    "last_change": "2024-08-22T15:00:15.302169Z",
    "recent_changes": 2,
    "translated": 206,
    "translated_words": 1727,
    "translated_percent": 72.0,
    "translated_words_percent": 71.9,
    "translated_chars": 10927,
    "translated_chars_percent": 72.3,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 3,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 1.3,
    "suggestions": 0,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/admin/it/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/admin/it/"
}