Translation components API.

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

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

{
    "code": "it",
    "name": "Italian",
    "total": 672,
    "total_words": 3742,
    "last_change": "2020-11-19T08:03:35.925913Z",
    "last_author": "Stefano Federici",
    "recent_changes": 2,
    "translated": 371,
    "translated_words": 2228,
    "translated_percent": 55.2,
    "fuzzy": 17,
    "fuzzy_percent": 2.5,
    "failing": 18,
    "failing_percent": 2.7,
    "url": "https://weblate.appinventor.mit.edu/engage/appinventor/it/",
    "url_translate": "https://weblate.appinventor.mit.edu/projects/appinventor/odemessages/it/"
}