Translation components API.

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

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

{
    "code": "ro",
    "name": "Romanian",
    "total": 118,
    "total_words": 857,
    "last_change": "2022-02-06T09:17:46.816005Z",
    "last_author": "Fășie Marius",
    "translated": 117,
    "translated_words": 856,
    "translated_percent": 99.2,
    "fuzzy": 1,
    "fuzzy_percent": 0.8,
    "failing": 5,
    "failing_percent": 4.2,
    "url": "http://localization.fgae.de/engage/cinemafv5/ro/",
    "url_translate": "http://localization.fgae.de/projects/cinemafv5/app-legacy/ro/"
}