Changes API.

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

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

{
    "unit": "https://itzulpenak.gamerauntsia.eus/api/units/2800/?format=api",
    "component": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-1/?format=api",
    "translation": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-1/es/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2019-07-21T09:49:50.624468Z",
    "action": 13,
    "target": "",
    "id": 1007,
    "action_name": "Source string added",
    "url": "https://itzulpenak.gamerauntsia.eus/api/changes/1007/?format=api"
}