Translation components API.

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

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

{
    "code": "id",
    "name": "Indonesian",
    "total": 1518,
    "total_words": 15239,
    "last_change": null,
    "last_author": null,
    "recent_changes": 0,
    "translated": 1295,
    "translated_words": 13181,
    "translated_percent": 85.3,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 27,
    "failing_percent": 1.8,
    "url": "https://weblate.appinventor.mit.edu/engage/appinventor/id/",
    "url_translate": "https://weblate.appinventor.mit.edu/projects/appinventor/component-properties/id/"
}