Translation components API.

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

GET /api/translations/sword-deposit-plugin/locale-keys/eu/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 46,
    "total_words": 447,
    "total_chars": 3045,
    "last_change": "2025-04-26T07:26:36.543969Z",
    "recent_changes": 14,
    "translated": 14,
    "translated_words": 23,
    "translated_percent": 30.4,
    "translated_words_percent": 5.1,
    "translated_chars": 161,
    "translated_chars_percent": 5.2,
    "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": "eu",
    "name": "Basque",
    "url": "http://translate.pkp.sfu.ca/projects/sword-deposit-plugin/locale-keys/eu/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/sword-deposit-plugin/locale-keys/eu/"
}