Translation components API.

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

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

{
    "code": "es",
    "name": "Spanish",
    "total": 558,
    "total_words": 2721,
    "last_change": "2020-04-11T20:10:34.549062Z",
    "last_author": "Mattheos Arroyo Navarro",
    "translated": 518,
    "translated_words": 2493,
    "translated_percent": 92.8,
    "fuzzy": 40,
    "fuzzy_percent": 7.2,
    "failing": 29,
    "failing_percent": 5.2,
    "url": "http://localization.fgae.de/engage/camerafv5/es/",
    "url_translate": "http://localization.fgae.de/projects/camerafv5/app/es/"
}