Changes API.

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

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

{
    "unit": "https://translate.tryton.org/api/units/132055/?format=api",
    "component": "https://translate.tryton.org/api/components/tryton/carrier/?format=api",
    "translation": "https://translate.tryton.org/api/translations/tryton/carrier/fr/?format=api",
    "user": "https://translate.tryton.org/api/users/ced/?format=api",
    "author": "https://translate.tryton.org/api/users/ced/?format=api",
    "timestamp": "2019-05-16T09:37:01.133270Z",
    "action": 2,
    "target": "À appliquer seulement pour les livraisons vers ce pays.\nLaisser vide pour n'importe quel pays.",
    "id": 23300,
    "action_name": "Translation changed",
    "url": "https://translate.tryton.org/api/changes/23300/?format=api"
}