Translation components API.

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

GET /api/translations/cinemafv5/app-legacy/ko/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "code": "ko",
    "name": "Korean",
    "total": 118,
    "total_words": 857,
    "last_change": "2022-11-10T17:55:06.361091Z",
    "last_author": "VenusGirl",
    "translated": 118,
    "translated_words": 857,
    "translated_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 15,
    "failing_percent": 12.7,
    "url": "http://localization.fgae.de/engage/cinemafv5/ko/",
    "url_translate": "http://localization.fgae.de/projects/cinemafv5/app-legacy/ko/"
}