Translation components API.

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

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

{
    "code": "ko",
    "name": "Korean",
    "total": 558,
    "total_words": 2717,
    "last_change": "2022-05-16T18:23:22.148675Z",
    "last_author": "VenusGirl",
    "translated": 539,
    "translated_words": 2617,
    "translated_percent": 96.6,
    "fuzzy": 19,
    "fuzzy_percent": 3.4,
    "failing": 22,
    "failing_percent": 3.9,
    "url": "http://localization.fgae.de/engage/camerafv5/ko/",
    "url_translate": "http://localization.fgae.de/projects/camerafv5/app/ko/"
}