Translation components API.

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

GET /api/translations/ojs/locale/hr/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": "2024-12-11T12:41:27.897818Z",
    "recent_changes": 3,
    "translated": 624,
    "translated_words": 4140,
    "translated_percent": 97.3,
    "translated_words_percent": 84.8,
    "translated_chars": 29119,
    "translated_chars_percent": 81.8,
    "fuzzy": 6,
    "fuzzy_percent": 0.9,
    "failing": 22,
    "failing_percent": 3.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "hr",
    "name": "Croatian",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/locale/hr/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/locale/hr/"
}