Changes API.

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

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

{
    "unit": "https://translate.phyphox.org/api/units/1400/?format=api",
    "component": "https://translate.phyphox.org/api/components/phyphox/android/?format=api",
    "translation": "https://translate.phyphox.org/api/translations/phyphox/android/el/?format=api",
    "user": "https://translate.phyphox.org/api/users/Chalkia/?format=api",
    "author": "https://translate.phyphox.org/api/users/Chalkia/?format=api",
    "timestamp": "2021-01-25T06:12:41.391658Z",
    "action": 5,
    "target": "Προσανατολισμός",
    "id": 450,
    "action_name": "New translation",
    "url": "https://translate.phyphox.org/api/changes/450/?format=api"
}