Changes API.

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

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

{
    "unit": "http://translate.pkp.sfu.ca/api/units/265365/?format=api",
    "component": "http://translate.pkp.sfu.ca/api/components/pkp-lib/api/?format=api",
    "translation": "http://translate.pkp.sfu.ca/api/translations/pkp-lib/api/fr_CA/?format=api",
    "user": "http://translate.pkp.sfu.ca/api/users/mariehelene/?format=api",
    "author": "http://translate.pkp.sfu.ca/api/users/mariehelene/?format=api",
    "timestamp": "2020-12-08T14:37:32.512666Z",
    "action": 5,
    "target": "Il n'est pas possible de modifier l'heure de création.",
    "id": 123822,
    "action_name": "New translation",
    "url": "http://translate.pkp.sfu.ca/api/changes/123822/?format=api"
}