Changes API.

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

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

{
    "unit": "https://weblate.rikka.app/api/units/2218/?format=api",
    "component": "https://weblate.rikka.app/api/components/libraries/help/?format=api",
    "translation": "https://weblate.rikka.app/api/translations/libraries/help/zh_Hant/?format=api",
    "user": "https://weblate.rikka.app/api/users/rikka/?format=api",
    "author": "https://weblate.rikka.app/api/users/rikka/?format=api",
    "timestamp": "2020-05-10T03:25:45.965040Z",
    "action": 9,
    "target": "回報問題",
    "id": 857,
    "action_name": "Translation uploaded",
    "url": "https://weblate.rikka.app/api/changes/857/?format=api"
}