Translation components API.

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

GET /api/translations/kdspro/common/en/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "last_author": "Hai Pham",
    "code": "en",
    "failing_percent": 0.0,
    "total_words": 173,
    "translated_words": 173,
    "url_translate": "http://weblate.ucs.ru/projects/kdspro/common/en/",
    "fuzzy": 0,
    "total": 77,
    "name": "English",
    "url": "http://weblate.ucs.ru/engage/kdspro/en/",
    "translated_percent": 100.0,
    "failing": 0,
    "fuzzy_percent": 0.0,
    "translated": 77,
    "last_change": "2024-11-15T07:15:37"
}