Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/26472895/?format=api",
    "component": "https://hosted.weblate.org/api/components/phpmyadmin/5-1/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/5-1/he/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2021-01-22T03:13:27.065063+01:00",
    "action": 30,
    "target": "If column type is \"enum\" or \"set\", please enter the values using this format: 'a','b','c'…<br>If you ever need to put a backslash (\"\\\") or a single quote (\"'\") amongst those values, precede it with a backslash (for example '\\\\xyz' or 'a\\'b').",
    "id": 9074073,
    "action_name": "Source string changed",
    "url": "https://hosted.weblate.org/api/changes/9074073/?format=api"
}