Translation components API.

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

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

{
    "total": 706,
    "total_words": 6093,
    "total_chars": 39945,
    "last_change": "2024-02-28T11:10:59.738618Z",
    "recent_changes": 1,
    "translated": 438,
    "translated_words": 3509,
    "translated_percent": 62.0,
    "translated_words_percent": 57.5,
    "translated_chars": 23365,
    "translated_chars_percent": 58.4,
    "fuzzy": 4,
    "fuzzy_percent": 0.5,
    "failing": 24,
    "failing_percent": 3.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.4,
    "suggestions": 19,
    "comments": 0,
    "code": "eu",
    "name": "Basque",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/manager/eu/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/manager/eu/"
}