Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/255087/?format=api",
    "component": "https://hosted.weblate.org/api/components/sumwars/the_trader/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/sumwars/the_trader/de/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2015-09-18T16:33:15+02:00",
    "action": 4,
    "target": "",
    "id": 482314,
    "action_name": "Suggestion added",
    "url": "https://hosted.weblate.org/api/changes/482314/?format=api"
}