Translation components API.

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

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

{
    "code": "sr",
    "name": "Serbian",
    "total": 558,
    "total_words": 2717,
    "last_change": "2019-06-28T09:44:45.392223Z",
    "last_author": "Weblate Admin",
    "translated": 382,
    "translated_words": 1785,
    "translated_percent": 68.5,
    "fuzzy": 8,
    "fuzzy_percent": 1.4,
    "failing": 24,
    "failing_percent": 4.3,
    "url": "http://localization.fgae.de/engage/camerafv5/sr/",
    "url_translate": "http://localization.fgae.de/projects/camerafv5/app/sr/"
}