Translation components API.

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

GET /api/translations/pkp-lib/api/hr/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 96,
    "total_words": 1050,
    "total_chars": 6063,
    "last_change": "2023-03-29T09:18:26.288528Z",
    "recent_changes": 1,
    "translated": 82,
    "translated_words": 931,
    "translated_percent": 85.4,
    "translated_words_percent": 88.6,
    "translated_chars": 5329,
    "translated_chars_percent": 87.8,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 1.0,
    "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/pkp-lib/api/hr/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/api/hr/"
}