Translation components API.

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

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

{
    "total": 706,
    "total_words": 6093,
    "total_chars": 39945,
    "last_change": "2022-07-02T13:30:43.636279Z",
    "recent_changes": 4,
    "translated": 529,
    "translated_words": 4266,
    "translated_percent": 74.9,
    "translated_words_percent": 70.0,
    "translated_chars": 28233,
    "translated_chars_percent": 70.6,
    "fuzzy": 5,
    "fuzzy_percent": 0.7,
    "failing": 41,
    "failing_percent": 5.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.4,
    "suggestions": 0,
    "comments": 0,
    "code": "sr_Latn",
    "name": "Serbian (latin)",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/manager/sr_Latn/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/manager/sr_Latn/"
}