Translation components API.

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

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

{
    "total": 15,
    "total_words": 21,
    "total_chars": 150,
    "last_change": "2023-12-06T17:26:30.538522Z",
    "recent_changes": 10,
    "translated": 14,
    "translated_words": 18,
    "translated_percent": 93.3,
    "translated_words_percent": 85.7,
    "translated_chars": 124,
    "translated_chars_percent": 82.6,
    "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": "es_ES",
    "name": "Spanish",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/glossary/es_ES/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/glossary/es_ES/"
}