Translation components API.

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

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

{
    "total": 21,
    "total_words": 221,
    "total_chars": 1267,
    "last_change": "2023-03-23T02:50:36.262474Z",
    "recent_changes": 7,
    "translated": 7,
    "translated_words": 70,
    "translated_percent": 33.3,
    "translated_words_percent": 31.6,
    "translated_chars": 418,
    "translated_chars_percent": 32.9,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "eo",
    "name": "Esperanto",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/api/eo/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/api/eo/"
}