Translation components API.

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

GET /api/translations/ojs/emails/el/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-17T16:33:26.028984Z",
    "recent_changes": 1,
    "translated": 33,
    "translated_words": 1047,
    "translated_percent": 47.8,
    "translated_words_percent": 39.1,
    "translated_chars": 7443,
    "translated_chars_percent": 36.6,
    "fuzzy": 29,
    "fuzzy_percent": 42.0,
    "failing": 18,
    "failing_percent": 26.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "el",
    "name": "Greek",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/emails/el/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/emails/el/"
}