Translation components API.

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

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

{
    "code": "it",
    "name": "Italian",
    "total": 229,
    "total_words": 6963,
    "last_change": null,
    "last_author": null,
    "recent_changes": 0,
    "translated": 138,
    "translated_words": 5642,
    "translated_percent": 60.3,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 13,
    "failing_percent": 5.7,
    "url": "https://weblate.appinventor.mit.edu/engage/appinventor/it/",
    "url_translate": "https://weblate.appinventor.mit.edu/projects/appinventor/component-info/it/"
}