Translation components API.

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

GET /api/translations/ojs/emails/is/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-05-25T10:39:58.781725Z",
    "recent_changes": 1,
    "translated": 15,
    "translated_words": 574,
    "translated_percent": 21.7,
    "translated_words_percent": 21.4,
    "translated_chars": 4101,
    "translated_chars_percent": 20.1,
    "fuzzy": 5,
    "fuzzy_percent": 7.2,
    "failing": 9,
    "failing_percent": 13.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "is",
    "name": "Icelandic",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/emails/is/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/emails/is/"
}