Translation components API.

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

GET /api/translations/ojs/locale/se/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-01-29T10:36:24.834582Z",
    "recent_changes": 4,
    "translated": 59,
    "translated_words": 209,
    "translated_percent": 9.2,
    "translated_words_percent": 4.2,
    "translated_chars": 1460,
    "translated_chars_percent": 4.1,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "se",
    "name": "Sami (Northern)",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/locale/se/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/locale/se/"
}