Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/1109939/?format=api",
    "component": "https://hosted.weblate.org/api/components/debian-handbook/07_solving-problems/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/debian-handbook/07_solving-problems/it/?format=api",
    "user": "https://hosted.weblate.org/api/users/Passero/?format=api",
    "author": "https://hosted.weblate.org/api/users/Passero/?format=api",
    "timestamp": "2022-12-15T13:08:14.425668+01:00",
    "action": 2,
    "target": "Molte pagine di manuale hanno una sezione \"VEDI ANCHE\", di solito alla fine. Si riferisce ad altre pagine di manuale che trattano comandi simili oppure a documentazione esterna. In questo modo, è possibile trovare documentazione relativa a ciò che si stava cercando anche quando la prima scelta non è ottimale.",
    "id": 42139874,
    "action_name": "Translation changed",
    "url": "https://hosted.weblate.org/api/changes/42139874/?format=api"
}