Translation components API.

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

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

{
    "code": "fr",
    "name": "French",
    "total": 229,
    "total_words": 6963,
    "last_change": null,
    "last_author": null,
    "recent_changes": 0,
    "translated": 148,
    "translated_words": 5708,
    "translated_percent": 64.6,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 14,
    "failing_percent": 6.1,
    "url": "https://weblate.appinventor.mit.edu/engage/appinventor/fr/",
    "url_translate": "https://weblate.appinventor.mit.edu/projects/appinventor/component-info/fr/"
}