Translation components API.

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

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

{
    "total": 183,
    "total_words": 1200,
    "total_chars": 7271,
    "last_change": "2024-01-19T08:25:51.244952Z",
    "recent_changes": 26,
    "translated": 27,
    "translated_words": 173,
    "translated_percent": 14.7,
    "translated_words_percent": 14.4,
    "translated_chars": 1084,
    "translated_chars_percent": 14.9,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.5,
    "suggestions": 0,
    "comments": 0,
    "code": "ky",
    "name": "Kyrgyz",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/editor/ky/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/editor/ky/"
}