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/19733/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "unit": "http://weblate.openstreetbrowser.org/api/units/49371/?format=api",
    "component": "http://weblate.openstreetbrowser.org/api/components/openstreetbrowser/ui/?format=api",
    "translation": "http://weblate.openstreetbrowser.org/api/translations/openstreetbrowser/ui/tr/?format=api",
    "dictionary": null,
    "user": 35,
    "author": 35,
    "timestamp": "2024-03-26T17:20:35.656762Z",
    "action": 5,
    "target": "Sabitlenmiş kategoriler",
    "id": 19733,
    "action_name": "New translation",
    "url": "http://weblate.openstreetbrowser.org/api/changes/19733/?format=api"
}