Changes API.

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

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

{
    "unit": null,
    "component": "http://i18n.foe-helper.com/api/components/foe-helper/extension/?format=api",
    "translation": "http://i18n.foe-helper.com/api/translations/foe-helper/extension/sv/?format=api",
    "glossary_term": null,
    "user": "http://i18n.foe-helper.com/api/users/andr_gin/?format=api",
    "author": "http://i18n.foe-helper.com/api/users/andr_gin/?format=api",
    "timestamp": "2020-07-12T20:28:53.254437Z",
    "action": 44,
    "target": "",
    "id": 1337,
    "action_name": "New strings to translate",
    "url": "http://i18n.foe-helper.com/api/changes/1337/?format=api"
}