Translation components API.

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

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

{
    "total": 183,
    "total_words": 1200,
    "total_chars": 7271,
    "last_change": "2023-03-03T16:12:17.589699Z",
    "recent_changes": 1,
    "translated": 182,
    "translated_words": 1196,
    "translated_percent": 99.4,
    "translated_words_percent": 99.6,
    "translated_chars": 7245,
    "translated_chars_percent": 99.6,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.5,
    "suggestions": 0,
    "comments": 0,
    "code": "hr",
    "name": "Croatian",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/editor/hr/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/editor/hr/"
}