Changes API.

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

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

{
    "unit": "http://translate.pretalx.com/api/units/15122/?format=api",
    "component": "http://translate.pretalx.com/api/components/pretalx/pretalx/?format=api",
    "translation": "http://translate.pretalx.com/api/translations/pretalx/pretalx/de_FORMAL/?format=api",
    "user": "http://translate.pretalx.com/api/users/rixx/?format=api",
    "author": "http://translate.pretalx.com/api/users/rixx/?format=api",
    "timestamp": "2021-08-15T00:36:58.099135Z",
    "action": 5,
    "target": "Die eindeutigen IDs von Einreichungen werden in URLs und Exporten verwendet",
    "id": 5347,
    "action_name": "New translation",
    "url": "http://translate.pretalx.com/api/changes/5347/?format=api"
}