Changes API.

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

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

{
    "unit": null,
    "component": "https://translate.phyphox.org/api/components/phyphox/android/?format=api",
    "translation": "https://translate.phyphox.org/api/translations/phyphox/android/it/?format=api",
    "user": "https://translate.phyphox.org/api/users/staacks/?format=api",
    "author": "https://translate.phyphox.org/api/users/staacks/?format=api",
    "timestamp": "2021-06-17T10:04:33.235757Z",
    "action": 44,
    "target": "",
    "id": 1740,
    "action_name": "New strings to translate",
    "url": "https://translate.phyphox.org/api/changes/1740/?format=api"
}