Translation components API.

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

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

{
    "code": "et",
    "name": "Estonian",
    "total": 390,
    "total_words": 1954,
    "last_change": null,
    "last_author": null,
    "translated": 181,
    "translated_words": 861,
    "translated_percent": 46.4,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 22,
    "failing_percent": 5.6,
    "url": "http://localization.fgae.de/engage/camerafv5/et/",
    "url_translate": "http://localization.fgae.de/projects/camerafv5/app-legacy/et/"
}