Translation components API.

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

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

{
    "total": 140,
    "total_words": 834,
    "total_chars": 5284,
    "last_change": "2021-10-03T02:53:05.249540Z",
    "recent_changes": 1,
    "translated": 130,
    "translated_words": 744,
    "translated_percent": 92.8,
    "translated_words_percent": 89.2,
    "translated_chars": 4731,
    "translated_chars_percent": 89.5,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 4,
    "failing_percent": 2.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "sr_Latn",
    "name": "Serbian (latin)",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/editor/sr_Latn/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/editor/sr_Latn/"
}