Translation components API.

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

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

{
    "code": "lt",
    "name": "Lithuanian",
    "total": 440,
    "total_words": 4640,
    "last_change": null,
    "last_author": null,
    "recent_changes": 0,
    "translated": 142,
    "translated_words": 210,
    "translated_percent": 32.3,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "url": "https://weblate.appinventor.mit.edu/engage/appinventor/lt/",
    "url_translate": "https://weblate.appinventor.mit.edu/projects/appinventor/component-events/lt/"
}