Translation components API.

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

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

{
    "code": "ar",
    "name": "Arabic",
    "total": 390,
    "total_words": 1954,
    "last_change": null,
    "last_author": null,
    "translated": 366,
    "translated_words": 1767,
    "translated_percent": 93.8,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 47,
    "failing_percent": 12.1,
    "url": "http://localization.fgae.de/engage/camerafv5/ar/",
    "url_translate": "http://localization.fgae.de/projects/camerafv5/app-legacy/ar/"
}