Changes API.

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

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

{
    "unit": "http://waldo.team/api/units/1975333/?format=api",
    "component": "http://waldo.team/api/components/wl3/tutorial/?format=api",
    "translation": "http://waldo.team/api/translations/wl3/tutorial/ko/?format=api",
    "glossary_term": null,
    "user": "http://waldo.team/api/users/Concubine/?format=api",
    "author": "http://waldo.team/api/users/Concubine/?format=api",
    "timestamp": "2022-04-21T11:25:26.402038+09:00",
    "action": 2,
    "target": "무기의 관통력이 대상의 방어력보다 낮다면 그에 비례한 피해를 입히고, 최대 80%의 피해를 입힙니다. 예를 들어 관통력이 15이고 방어력이 10이라면 100%의 피해가 들어갑니다. 관통력이 5이고 방어구가 10이라면 50%의 피해가 들어갑니다. 관통력이 9이고 방어구가 10이라면 80%의 피해가 들어갑니다.",
    "id": 2029776,
    "action_name": "Translation changed",
    "url": "http://waldo.team/api/changes/2029776/?format=api"
}