Changes API.

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

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

{
    "unit": "http://i18n.foe-helper.com/api/units/24076/?format=api",
    "component": "http://i18n.foe-helper.com/api/components/foe-helper/app/?format=api",
    "translation": "http://i18n.foe-helper.com/api/translations/foe-helper/app/fr/?format=api",
    "glossary_term": null,
    "user": "http://i18n.foe-helper.com/api/users/troll31/?format=api",
    "author": "http://i18n.foe-helper.com/api/users/troll31/?format=api",
    "timestamp": "2020-07-21T11:28:06.770917Z",
    "action": 2,
    "target": "Bienvenue sur l'application Assistant FoE.\nCette application a été créée par le développeur de l'extension pour les navigateurs.\n\nHere you will only see some settings and permission buttons to allow the app to work.",
    "id": 3598,
    "action_name": "Translation changed",
    "url": "http://i18n.foe-helper.com/api/changes/3598/?format=api"
}