Translation components API.

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

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

{
    "code": "tr",
    "name": "Turkish",
    "total": 672,
    "total_words": 3742,
    "last_change": "2022-04-19T16:31:54.208501Z",
    "last_author": "Hakan Atas",
    "recent_changes": 14,
    "translated": 608,
    "translated_words": 3523,
    "translated_percent": 90.5,
    "fuzzy": 2,
    "fuzzy_percent": 0.3,
    "failing": 8,
    "failing_percent": 1.2,
    "url": "https://weblate.appinventor.mit.edu/engage/appinventor/tr/",
    "url_translate": "https://weblate.appinventor.mit.edu/projects/appinventor/odemessages/tr/"
}