Changes API

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

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

{
    "unit": "https://weblate.a4tune.com/api/units/9818/?format=api",
    "component": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/?format=api",
    "translation": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/zh_Hant/?format=api",
    "dictionary": null,
    "user": 28,
    "author": 28,
    "timestamp": "2020-10-19T17:51:04.234514Z",
    "action": 2,
    "target": "量度以音分或赫兹為單位。",
    "id": 17415,
    "action_name": "Translation changed",
    "url": "https://weblate.a4tune.com/api/changes/17415/?format=api"
}