Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/1795834/?format=api",
    "component": "https://hosted.weblate.org/api/components/mypaint/libmypaint/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/mypaint/libmypaint/pl/?format=api",
    "user": "https://hosted.weblate.org/api/users/WaldiS/?format=api",
    "author": "https://hosted.weblate.org/api/users/WaldiS/?format=api",
    "timestamp": "2021-05-22T15:09:17.817045+02:00",
    "action": 7,
    "target": "Ta wartość określa kąt, w jakim będzie rysowana kropka\n0.0 i 180.0 rysuje horyzontalnie\n45.0 rysuje kropkę pod kątem 45 stopni (zgodnie ze wskazówkami zegara)",
    "id": 10718458,
    "action_name": "Suggestion accepted",
    "url": "https://hosted.weblate.org/api/changes/10718458/?format=api"
}