Translation components API.

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

GET /api/translations/pkp-lib/manager/el/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": "2023-05-05T07:22:31.012816Z",
    "recent_changes": 9,
    "translated": 593,
    "translated_words": 4227,
    "translated_percent": 56.3,
    "translated_words_percent": 50.2,
    "translated_chars": 26433,
    "translated_chars_percent": 50.0,
    "fuzzy": 15,
    "fuzzy_percent": 1.4,
    "failing": 30,
    "failing_percent": 2.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "code": "el",
    "name": "Greek",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/manager/el/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/manager/el/"
}