Translation components API.

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

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

{
    "total": 1053,
    "total_words": 8419,
    "total_chars": 52763,
    "last_change": "2022-08-12T09:46:33.259802Z",
    "recent_changes": 1,
    "translated": 1049,
    "translated_words": 8297,
    "translated_percent": 99.6,
    "translated_words_percent": 98.5,
    "translated_chars": 51968,
    "translated_chars_percent": 98.4,
    "fuzzy": 4,
    "fuzzy_percent": 0.3,
    "failing": 215,
    "failing_percent": 20.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 9,
    "code": "en",
    "name": "English",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/manager/en/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/manager/en/"
}