Translation components API.

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

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

{
    "total": 69,
    "total_words": 2671,
    "total_chars": 20304,
    "last_change": "2023-04-19T17:11:06.266213Z",
    "recent_changes": 4,
    "translated": 34,
    "translated_words": 1095,
    "translated_percent": 49.2,
    "translated_words_percent": 40.9,
    "translated_chars": 7558,
    "translated_chars_percent": 37.2,
    "fuzzy": 21,
    "fuzzy_percent": 30.4,
    "failing": 20,
    "failing_percent": 28.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 4,
    "comments": 0,
    "code": "eu",
    "name": "Basque",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/emails/eu/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/emails/eu/"
}