Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/7072865/?format=api",
    "component": "https://hosted.weblate.org/api/components/sdaps/master/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/sdaps/master/de/?format=api",
    "user": null,
    "author": "https://hosted.weblate.org/api/users/anonymous/?format=api",
    "timestamp": "2018-08-23T10:11:30+02:00",
    "action": 4,
    "target": "Wende eine 3D-Transformation an, nachdem die Eckmarkierungen gefunden wurden. Falls keine Eckmarken gefunden werden, wird das Bild unverändert verarbeitet.",
    "id": 3004997,
    "action_name": "Suggestion added",
    "url": "https://hosted.weblate.org/api/changes/3004997/?format=api"
}