Translation components API.

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

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

{
    "code": "lt",
    "name": "Lithuanian",
    "total": 118,
    "total_words": 857,
    "last_change": "2019-08-17T05:58:17.088246Z",
    "last_author": "Vidmantas Bundulas",
    "translated": 117,
    "translated_words": 856,
    "translated_percent": 99.2,
    "fuzzy": 1,
    "fuzzy_percent": 0.8,
    "failing": 1,
    "failing_percent": 0.8,
    "url": "http://localization.fgae.de/engage/cinemafv5/lt/",
    "url_translate": "http://localization.fgae.de/projects/cinemafv5/app-legacy/lt/"
}