{ "opencollection": "1.0.0", "info": { "name": "Regal Cinema Loyalty Theatres API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Ocp-Apim-Subscription-Key", "value": "{{Ocp-Apim-Subscription-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Theatres", "type": "folder" }, "items": [ { "info": { "name": "List Theatres", "type": "http" }, "http": { "method": "GET", "url": "https://api.regmovies.com/v1/theatres", "params": [ { "name": "state", "value": "", "type": "query", "description": "Filter by US state code (e.g. CA, NY)" }, { "name": "lat", "value": "", "type": "query", "description": "Latitude for proximity search" }, { "name": "lng", "value": "", "type": "query", "description": "Longitude for proximity search" }, { "name": "radius", "value": "", "type": "query", "description": "Search radius in miles (used with lat/lng)" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Retrieve a list of Regal theatre locations." }, { "info": { "name": "Get Theatre", "type": "http" }, "http": { "method": "GET", "url": "https://api.regmovies.com/v1/theatres/:theatreId", "params": [ { "name": "theatreId", "value": "", "type": "path", "description": "Unique theatre identifier" } ] }, "docs": "Retrieve details for a specific Regal theatre location." } ] } ], "bundled": true }