Translation components API.

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

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

{
    "code": "sl",
    "name": "Slovenian",
    "total": 558,
    "total_words": 2721,
    "last_change": "2019-06-28T09:44:47.865964Z",
    "last_author": "Weblate Admin",
    "translated": 336,
    "translated_words": 1488,
    "translated_percent": 60.2,
    "fuzzy": 8,
    "fuzzy_percent": 1.4,
    "failing": 33,
    "failing_percent": 5.9,
    "url": "http://localization.fgae.de/engage/camerafv5/sl/",
    "url_translate": "http://localization.fgae.de/projects/camerafv5/app/sl/"
}