Changes API.

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

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

{
    "unit": null,
    "component": "https://weblate.framasoft.org/api/components/mobilizon/frontend/?format=api",
    "translation": null,
    "user": "https://weblate.framasoft.org/api/users/tcit/?format=api",
    "author": "https://weblate.framasoft.org/api/users/tcit/?format=api",
    "timestamp": "2019-09-23T18:11:32.618814Z",
    "action": 48,
    "target": "",
    "id": 1440,
    "action_name": "Langage ajouté",
    "url": "https://weblate.framasoft.org/api/changes/1440/?format=api"
}