Translation components API.

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

GET /api/translations/pkp-lib/admin/th/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-10-20T03:07:31.120764Z",
    "recent_changes": 254,
    "translated": 257,
    "translated_words": 2064,
    "translated_percent": 89.8,
    "translated_words_percent": 86.0,
    "translated_chars": 13106,
    "translated_chars_percent": 86.7,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 1.3,
    "suggestions": 0,
    "comments": 0,
    "code": "th",
    "name": "Thai",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/admin/th/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/admin/th/"
}