Parameters:

- newest_in_range: (boolean) only return photos that are the newest within their distance interval
- srid: (integer) projection of coordinates, either 4326 or 28992
- near: (string) two-dimensional point, separated by a comma; "<lon>,<lat>" when "srid=4326", "<x>,<y>" when "srid=28992"
- radius: (number) search radius in meters from point "near"
- bbox: (string) only return photos contained by bounding box, two two-dimensional points "<northwest>,<southeast>", same as point "near"
- timestamp_before: (string) ISO date format (yyyy-mm-dd)
- timestamp_after: (string) ISO date format (yyyy-mm-dd)
- tags: (string) a comma-seperated list of tags to filter on, for example: "mission-bi,mission2017"
- limit_results: (integer) limit on the returned results (impacts count and pagination: if more results are available, they don't show up in counts). Can be used for performance reasons

GET /panorama/panoramas/TMX7316010203-001064_pano_0006_000233/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/hal+json
Vary: Accept

{
    "_links": {
        "self": {
            "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001064_pano_0006_000233/?format=api"
        },
        "equirectangular_full": {
            "href": "https://t1.data.amsterdam.nl/panorama/2019/01/18/TMX7316010203-001064/pano_0006_000233/equirectangular/panorama_8000.jpg"
        },
        "equirectangular_medium": {
            "href": "https://t1.data.amsterdam.nl/panorama/2019/01/18/TMX7316010203-001064/pano_0006_000233/equirectangular/panorama_4000.jpg"
        },
        "equirectangular_small": {
            "href": "https://t1.data.amsterdam.nl/panorama/2019/01/18/TMX7316010203-001064/pano_0006_000233/equirectangular/panorama_2000.jpg"
        },
        "cubic_img_preview": {
            "href": "https://t1.data.amsterdam.nl/panorama/2019/01/18/TMX7316010203-001064/pano_0006_000233/cubic/preview.jpg"
        },
        "thumbnail": {
            "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001064_pano_0006_000233/?format=api"
        },
        "adjacencies": {
            "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001064_pano_0006_000233/adjacencies/?format=api"
        }
    },
    "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/18/TMX7316010203-001064/pano_0006_000233/cubic/",
    "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/18/TMX7316010203-001064/pano_0006_000233/cubic/{z}/{f}/{y}/{x}.jpg",
    "geometry": {
        "type": "Point",
        "coordinates": [
            4.76898036206825,
            52.3950046976138,
            43.5831449385732
        ]
    },
    "pano_id": "TMX7316010203-001064_pano_0006_000233",
    "timestamp": "2019-01-18T09:27:05.067430Z",
    "filename": "pano_0006_000233.jpg",
    "surface_type": "L",
    "mission_distance": 5,
    "mission_type": "woz",
    "mission_year": "2018",
    "tags": [
        "mission-woz",
        "mission-2018",
        "surface-land",
        "mission-distance-5"
    ],
    "roll": -1.59719639200437,
    "pitch": -0.906568356292603,
    "heading": 179.633361777229
}