Translation components API.

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

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

{
    "code": "nl",
    "name": "Dutch",
    "total": 672,
    "total_words": 3742,
    "last_change": "2020-09-11T07:52:51.509661Z",
    "last_author": "Peter Mathijssen",
    "recent_changes": 10,
    "translated": 486,
    "translated_words": 2896,
    "translated_percent": 72.3,
    "fuzzy": 24,
    "fuzzy_percent": 3.6,
    "failing": 29,
    "failing_percent": 4.3,
    "url": "https://weblate.appinventor.mit.edu/engage/appinventor/nl/",
    "url_translate": "https://weblate.appinventor.mit.edu/projects/appinventor/odemessages/nl/"
}