OWL/API

From OpenStreetMap Wiki
< OWL
Jump to navigation Jump to search
This page describes a historic artifact in the history of OpenStreetMap. It does not reflect the current situation, but instead documents the historical concepts, issues, or ideas.
Reason for being historic
OpenStreetMap Watch List has been unmaintained since about 2015.
Captured time
2013


(work in progress)

GET /changesets/<zoom>/<x>/<y>.json

[
    {
        "id": 13299866,
        "created_at": "2012-09-29T17:43:33+02:00",
        "closed_at": "2012-09-29T17:43:40+02:00",
        "user_id": 206339,
        "user_name": "chas66",
        "tags": {
            "comment": "bing trace, node tag fixes",
            "created_by": "JOSM/1.5 (5485 en)"
        },
        "changes": [
            {
                "id": 1,
                "changeset_id": 13299866,
                "tstamp": "2012-09-29T18:43:34+02:00",
                "el_type": "W",
                "el_id": 17863891,
                "el_version": 11,
                "el_action": "MODIFY",
                "tags": {
                    "name": "Hexham Street",
                    "highway": "residential"
                },
                "prev_tags": {
                    "name": "Hexham Street",
                    "highway": "residential"
                }
            }
        ],
        "bboxes": []
    }
]