Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/42044572/?format=api",
    "component": "https://hosted.weblate.org/api/components/phpmyadmin/5-1/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/5-1/br/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2021-08-27T17:11:16.876523+02:00",
    "action": 30,
    "target": "%sCreate%s a database named '%s' and setup the phpMyAdmin configuration storage there.",
    "id": 12445943,
    "action_name": "Source string changed",
    "url": "https://hosted.weblate.org/api/changes/12445943/?format=api"
}