Translation components API.

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

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

{
    "total": 641,
    "total_words": 4878,
    "total_chars": 35596,
    "last_change": "2025-02-25T12:56:02.519732Z",
    "recent_changes": 1,
    "translated": 634,
    "translated_words": 4659,
    "translated_percent": 98.9,
    "translated_words_percent": 95.5,
    "translated_chars": 33755,
    "translated_chars_percent": 94.8,
    "fuzzy": 2,
    "fuzzy_percent": 0.3,
    "failing": 11,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 13,
    "comments": 0,
    "code": "eu",
    "name": "Basque",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/locale/eu/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/locale/eu/"
}