Translation components API.

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

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

{
    "code": "ko",
    "name": "Korean",
    "total": 672,
    "total_words": 3742,
    "last_change": "2021-12-28T01:49:42.191789Z",
    "last_author": "Semicolon",
    "recent_changes": 6,
    "translated": 608,
    "translated_words": 3523,
    "translated_percent": 90.5,
    "fuzzy": 2,
    "fuzzy_percent": 0.3,
    "failing": 4,
    "failing_percent": 0.6,
    "url": "https://weblate.appinventor.mit.edu/engage/appinventor/ko/",
    "url_translate": "https://weblate.appinventor.mit.edu/projects/appinventor/odemessages/ko/"
}