De monumenten in de stad worden hier als een lijst getoond.

  • monumenten
  • situeringen
  • complexen

datamodel conform stelselpedia https://www.amsterdam.nl/stelselpedia/monumenten-index/catalogus-monumenten/

GET /monumenten/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "situeringen": "https://api.data.amsterdam.nl/monumenten/situeringen/",
    "monumenten": "https://api.data.amsterdam.nl/monumenten/monumenten/",
    "complexen": "https://api.data.amsterdam.nl/monumenten/complexen/",
    "typeahead": "https://api.data.amsterdam.nl/monumenten/typeahead/",
    "search": "https://api.data.amsterdam.nl/monumenten/search/"
}