Changes API.

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

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

{
    "unit": null,
    "component": "https://weblate.linphone.org/api/components/linphone/linphone-android/?format=api",
    "translation": null,
    "glossary_term": null,
    "user": "https://weblate.linphone.org/api/users/sylvain.berfini/?format=api",
    "author": "https://weblate.linphone.org/api/users/sylvain.berfini/?format=api",
    "timestamp": "2020-09-24T13:47:43.910950Z",
    "action": 25,
    "target": "app/src/main/res/values-fr/strings.xml",
    "id": 124,
    "action_name": "Removed translation",
    "url": "https://weblate.linphone.org/api/changes/124/?format=api"
}