Changes API

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

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

{
    "unit": "https://weblate.a4tune.com/api/units/5489/?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/ja/?format=api",
    "dictionary": null,
    "user": 46,
    "author": 46,
    "timestamp": "2021-05-16T11:56:58.457141Z",
    "action": 2,
    "target": "すべてのヴァイオリン、ギター、ベース、ウクレレ、ビオラ、チェロ、バンジョー、三味線にとって理想的なチューナーです。楽器の音がもっと好きになり、演奏することがもっと楽しくなること間違いありません!",
    "id": 22522,
    "action_name": "Translation changed",
    "url": "https://weblate.a4tune.com/api/changes/22522/?format=api"
}