Changes API.

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

GET /api/changes/875/?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/website/?format=api",
    "translation": "http://i18n.foe-helper.com/api/translations/foe-helper/website/en/?format=api",
    "glossary_term": null,
    "user": null,
    "author": null,
    "timestamp": "2020-07-10T16:32:13.053356Z",
    "action": 44,
    "target": "",
    "id": 875,
    "action_name": "New string to translate",
    "url": "http://i18n.foe-helper.com/api/changes/875/?format=api"
}