Translation components API.

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

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

{
    "total": 14,
    "total_words": 20,
    "total_chars": 144,
    "last_change": "2024-01-02T18:22:52.700861Z",
    "recent_changes": 4,
    "translated": 13,
    "translated_words": 17,
    "translated_percent": 92.8,
    "translated_words_percent": 85.0,
    "translated_chars": 118,
    "translated_chars_percent": 81.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": 1,
    "comments": 0,
    "code": "tr_TR",
    "name": "Turkish",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/glossary/tr_TR/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/glossary/tr_TR/"
}