Translation components API.

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

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

{
    "code": "id",
    "name": "Indonesian",
    "total": 818,
    "total_words": 4875,
    "last_change": "2022-05-09T07:09:23.589131Z",
    "last_author": "Aditama",
    "recent_changes": 5,
    "translated": 721,
    "translated_words": 4326,
    "translated_percent": 88.1,
    "fuzzy": 3,
    "fuzzy_percent": 0.4,
    "failing": 3,
    "failing_percent": 0.4,
    "url": "https://weblate.appinventor.mit.edu/engage/appinventor/id/",
    "url_translate": "https://weblate.appinventor.mit.edu/projects/appinventor/ai-blockly-messages/id/"
}