Translation components API.

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

GET /api/translations/pkp-lib/admin/eu/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:23.508788Z",
    "recent_changes": 1,
    "translated": 60,
    "translated_words": 289,
    "translated_percent": 23.3,
    "translated_words_percent": 14.0,
    "translated_chars": 1915,
    "translated_chars_percent": 14.6,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 1.5,
    "suggestions": 0,
    "comments": 0,
    "code": "eu",
    "name": "Basque",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/admin/eu/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/admin/eu/"
}