Changes API.

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

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

{
    "unit": "https://weblate.duniter.org/api/units/1450/?format=api",
    "component": "https://weblate.duniter.org/api/components/girala-net/glossary/?format=api",
    "translation": "https://weblate.duniter.org/api/translations/girala-net/glossary/eu/?format=api",
    "user": "https://weblate.duniter.org/api/users/Porru/?format=api",
    "author": "https://weblate.duniter.org/api/users/Porru/?format=api",
    "timestamp": "2022-03-24T20:03:03.869633Z",
    "action": 31,
    "target": "Esparrua",
    "id": 2626,
    "action_name": "New string added",
    "url": "https://weblate.duniter.org/api/changes/2626/?format=api"
}