Changes API.

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

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

{
    "unit": null,
    "component": null,
    "translation": null,
    "glossary_term": null,
    "user": "https://weblate.linphone.org/api/users/Julonexus/?format=api",
    "author": "https://weblate.linphone.org/api/users/Julonexus/?format=api",
    "timestamp": "2021-08-26T17:08:03.700897Z",
    "action": 38,
    "target": "master",
    "id": 10904,
    "action_name": "Removed component",
    "url": "https://weblate.linphone.org/api/changes/10904/?format=api"
}