Changes API.

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

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

{
    "unit": null,
    "component": null,
    "translation": null,
    "glossary_term": 10,
    "user": "https://weblate.linphone.org/api/users/deleted-16/?format=api",
    "author": null,
    "timestamp": "2021-08-04T09:28:05.976174Z",
    "action": 10,
    "target": "állomásnév",
    "id": 10037,
    "action_name": "Added to glossary",
    "url": "https://weblate.linphone.org/api/changes/10037/?format=api"
}