Translation components API.

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

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

{
    "code": "bn_IN",
    "name": "Bengali (India)",
    "total": 390,
    "total_words": 1954,
    "last_change": null,
    "last_author": null,
    "translated": 127,
    "translated_words": 493,
    "translated_percent": 32.6,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 10,
    "failing_percent": 2.6,
    "url": "http://localization.fgae.de/engage/camerafv5/bn_IN/",
    "url_translate": "http://localization.fgae.de/projects/camerafv5/app-legacy/bn_IN/"
}