Translation components API.

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

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

{
    "total": 257,
    "total_words": 2064,
    "total_chars": 13106,
    "last_change": "2023-09-27T19:11:24.267695Z",
    "recent_changes": 1,
    "translated": 89,
    "translated_words": 511,
    "translated_percent": 34.6,
    "translated_words_percent": 24.7,
    "translated_chars": 3301,
    "translated_chars_percent": 25.1,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 5,
    "failing_percent": 1.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 1.5,
    "suggestions": 0,
    "comments": 0,
    "code": "el",
    "name": "Greek",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/admin/el/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/admin/el/"
}