Translation components API.

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

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

{
    "code": "de",
    "name": "German",
    "total": 229,
    "total_words": 6963,
    "last_change": null,
    "last_author": null,
    "recent_changes": 0,
    "translated": 133,
    "translated_words": 5097,
    "translated_percent": 58.1,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 20,
    "failing_percent": 8.7,
    "url": "https://weblate.appinventor.mit.edu/engage/appinventor/de/",
    "url_translate": "https://weblate.appinventor.mit.edu/projects/appinventor/component-info/de/"
}