Changes API.

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

GET /api/changes/1310/?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": null,
    "timestamp": "2019-09-23T17:54:07.685194Z",
    "action": 23,
    "target": "error: Failed to merge in the changes.\nhint: Use 'git am --show-current-patch' to see the failed patch (1)",
    "id": 1310,
    "action_name": "Échec du rebasement du dépôt",
    "url": "https://weblate.framasoft.org/api/changes/1310/?format=api"
}