Translation components API.

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

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

{
    "total": 700,
    "total_words": 5975,
    "total_chars": 39050,
    "last_change": "2022-07-02T13:30:43.524403Z",
    "recent_changes": 4,
    "translated": 489,
    "translated_words": 3755,
    "translated_percent": 69.8,
    "translated_words_percent": 62.8,
    "translated_chars": 24868,
    "translated_chars_percent": 63.6,
    "fuzzy": 4,
    "fuzzy_percent": 0.5,
    "failing": 37,
    "failing_percent": 5.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.4,
    "suggestions": 0,
    "comments": 0,
    "code": "sr_Cyrl",
    "name": "Serbian (cyrillic)",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/manager/sr_Cyrl/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/manager/sr_Cyrl/"
}