Changes API

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

GET /api/changes/60691/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "unit": "https://weblate.appinventor.mit.edu/api/units/136680/?format=api",
    "component": "https://weblate.appinventor.mit.edu/api/components/appinventor/ai-blockly-messages/?format=api",
    "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/ai-blockly-messages/es/?format=api",
    "dictionary": null,
    "user": 100,
    "author": 100,
    "timestamp": "2022-11-29T21:40:21.258939Z",
    "action": 5,
    "target": "Este bloque no contiene un número válido",
    "id": 60691,
    "action_name": "New translation",
    "url": "https://weblate.appinventor.mit.edu/api/changes/60691/?format=api"
}