Changes API.

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

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

{
    "unit": "https://weblate.osgeo.org/api/units/98203/?format=api",
    "component": "https://weblate.osgeo.org/api/components/postgis-workshop/installation/?format=api",
    "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/installation/de/?format=api",
    "user": "https://weblate.osgeo.org/api/users/astrid_emde/?format=api",
    "author": "https://weblate.osgeo.org/api/users/astrid_emde/?format=api",
    "timestamp": "2022-01-07T12:44:05.871574Z",
    "action": 5,
    "target": "Installation unter Windows:",
    "id": 5390,
    "action_name": "Translation added",
    "url": "https://weblate.osgeo.org/api/changes/5390/?format=api"
}