Changes API


See <a href="https://docs.weblate.org/en/weblate-3.4/api.html#changes">the Weblate's Web API documentation</a> for detailed
description of the API.

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

{
    "unit": "http://weblate.openstreetbrowser.org/api/units/44416/?format=api",
    "component": "http://weblate.openstreetbrowser.org/api/components/openstreetbrowser/osm-tags/?format=api",
    "translation": "http://weblate.openstreetbrowser.org/api/translations/openstreetbrowser/osm-tags/tr/?format=api",
    "dictionary": null,
    "user": 35,
    "author": 35,
    "timestamp": "2024-03-26T19:56:43.696495Z",
    "action": 5,
    "target": "Özel Alan",
    "id": 19746,
    "action_name": "New translation",
    "url": "http://weblate.openstreetbrowser.org/api/changes/19746/?format=api"
}