Translation components API.

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

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

{
    "code": "ca",
    "name": "Catalan",
    "total": 1518,
    "total_words": 15239,
    "last_change": "2025-02-18T18:23:21.782173Z",
    "last_author": "Jaume Dellunde",
    "recent_changes": 1,
    "translated": 1518,
    "translated_words": 15239,
    "translated_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "url": "https://weblate.appinventor.mit.edu/engage/appinventor/ca/",
    "url_translate": "https://weblate.appinventor.mit.edu/projects/appinventor/component-properties/ca/"
}