Translation components API.

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

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

{
    "code": "uk",
    "name": "Ukrainian",
    "total": 390,
    "total_words": 1954,
    "last_change": null,
    "last_author": null,
    "translated": 382,
    "translated_words": 1849,
    "translated_percent": 97.9,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 49,
    "failing_percent": 12.6,
    "url": "http://localization.fgae.de/engage/camerafv5/uk/",
    "url_translate": "http://localization.fgae.de/projects/camerafv5/app-legacy/uk/"
}