Translation components API.

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

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

{
    "code": "pl",
    "name": "Polish",
    "total": 558,
    "total_words": 2721,
    "last_change": "2023-03-17T17:42:35.211219Z",
    "last_author": "Marcin Kozioł",
    "translated": 535,
    "translated_words": 2613,
    "translated_percent": 95.9,
    "fuzzy": 22,
    "fuzzy_percent": 3.9,
    "failing": 28,
    "failing_percent": 5.0,
    "url": "http://localization.fgae.de/engage/camerafv5/pl/",
    "url_translate": "http://localization.fgae.de/projects/camerafv5/app/pl/"
}