Translation components API.

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

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

{
    "code": "be",
    "name": "Belarusian",
    "total": 118,
    "total_words": 857,
    "last_change": null,
    "last_author": null,
    "translated": 111,
    "translated_words": 784,
    "translated_percent": 94.1,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 10,
    "failing_percent": 8.5,
    "url": "http://localization.fgae.de/engage/cinemafv5/be/",
    "url_translate": "http://localization.fgae.de/projects/cinemafv5/app-legacy/be/"
}