Translation components API.

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

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

{
    "total": 706,
    "total_words": 2962,
    "total_chars": 19116,
    "last_change": "2024-02-22T14:01:54.947075Z",
    "recent_changes": 11,
    "translated": 338,
    "translated_words": 1055,
    "translated_percent": 47.8,
    "translated_words_percent": 35.6,
    "translated_chars": 7117,
    "translated_chars_percent": 37.2,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 22,
    "failing_percent": 3.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "eu",
    "name": "Basque",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/common/eu/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/common/eu/"
}