{"info":{"_postman_id":"a97b0e8d-09a0-41f0-a265-a6e2b208ab3a","name":"Grand Strand API","description":"<html><head></head><body><h2>RESTful API Access</h2>\n\n<p>GSAPI uses the jwt token method for authentication across HTTPS protocol. This allows for top security of data and also provides the ability for customization on a per token basis. Certainly we will find out in no time just how many customizations are possible. The token is generated with an api_key and password that must be stored securely with your code and not exposed through console. Token expires after 5 minutes so call authentication for each request. Signup for credentials at <a href=\"https://www.grandstrandapi.com\">https://www.grandstrandapi.com</a>.</p>\n<h2>API URL Structure</h2>\n\n<p>There is a standard URL structure for all API accesses. The structure is as follows and must always be accessed via HTTPS protocol.</p>\n<p>All URLs (end points) must include <a href=\"https://grandstrandapi.com/api/v1/component/\">https://grandstrandapi.com/api/v1/component/</a></p>\n<p>This is followed by the ID or the Method/ID depending on the circumstances. For example,<br><a href=\"https://grandstrandapi.com/api/v1/component/id/\">https://grandstrandapi.com/api/v1/component/id/ </a> ;<br><a href=\"https://grandstrandapi.com/api/v1/component/method/id/\">https://grandstrandapi.com/api/v1/component/method/id/</a></p>\n<p>Each of these routes are considered the endpoints as far as the GSAPI is concerned. Other request parameters are available and can be used depending on the component endpoint accessed. These additional parameters follow the URL just like any other web query. For possible parameters see each component below.</p>\n<h2>Endpoint Components</h2>\n\n<p>Several components are available for easy query. This will assist you in developing versatile applications and websites. While sticking with the big data methodology, we have tried to keep things simple and to the point to adhere to the needs of most developers.</p>\n<p>Components are the main section of the API that is being accessed. Current components include: category, places, search and events. Many others coming soon.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"7373496","collectionId":"a97b0e8d-09a0-41f0-a265-a6e2b208ab3a","publishedId":"S1LpbBvo","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-04-28T16:40:42.000Z"},"item":[{"name":"Authentication","item":[{"name":"Authentication","event":[{"listen":"test","script":{"id":"20a5407e-3fa6-4de2-8256-54b77339afe0","exec":["var data = JSON.parse(responseBody);\r","//pm.environment.unset(\"jwt_token\");\r","pm.environment.set(\"jwt_token\", data.token);\r",""],"type":"text/javascript"}}],"id":"62412d6c-e081-43a5-b179-e0b991db04e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"your_api_key","type":"text"},{"key":"password","value":"your_password","type":"text"}]},"url":"https://grandstrandapi.com/api/v1/authenticate","description":"<p>Request token using api_key and password.  Once status:true is received and a valid token, the Bearer token is added to headers so further requests can be made.</p>\n","urlObject":{"protocol":"https","path":["api","v1","authenticate"],"host":["grandstrandapi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"62412d6c-e081-43a5-b179-e0b991db04e9"}],"id":"0a475b3d-1cd1-4f6d-bc65-e86645f68490","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"8642efb6-d822-4300-8fe0-88304cfa5c71","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9834cc55-6179-4f35-ab5d-053ea03bab91","type":"text/javascript","exec":[""]}}],"_postman_id":"0a475b3d-1cd1-4f6d-bc65-e86645f68490","description":""},{"name":"Category Component","item":[{"name":"Request Top Level Categories","id":"68a4c4d0-d52f-4e78-8ecb-25513765bd7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://grandstrandapi.com/api/v1/category/1/","description":"<p>Returns the base “Home” category in JSON format along with the main categories just below it.  Home should not be used for requesting places as it is merely a top level placeholder and will never return a result.  Use it instead to display the primary categories below it.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"57c206fb-52b4-4c5b-b121-d2d82f56166c","id":"57c206fb-52b4-4c5b-b121-d2d82f56166c","name":"Category Component","type":"folder"}},"urlObject":{"protocol":"https","path":["api","v1","category","1",""],"host":["grandstrandapi","com"],"query":[],"variable":[]}},"response":[{"id":"0f4f1c5a-f3eb-4c3f-9081-745da3322195","name":"Request Top Level Categories","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1NTY0MTQxODEsImp0aSI6IjVXemQ4dEl6cUNjQ3B4M0xsQUJcLzR0U25oR3pyeVwvaUlcL3EreHErU09CZjA9IiwiaXNzIjoiZ3JhbmRzdHJhbmRhcGkuY29tIiwiZXhwIjoxNTU2NDE0NDkxLCJkYXRhIjp7InVzZXJJZCI6IjMiLCJhcGlfa2V5IjoiSnRyMWNwN250SVkxIn19.jBeIED8UXPc3ZbuwWkmGhOPxX8Nbr05jTpT7xoznvL4","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"https://grandstrandapi.com/api/v1/category/1/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 28 Apr 2019 03:05:59 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.2.17"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, Authorization, Content-Type"},{"key":"Vary","value":"Authorization,Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"477"},{"key":"Keep-Alive","value":"timeout=5, max=99"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"category_info\": [\n        {\n            \"id\": \"1\",\n            \"name\": \"Home\",\n            \"plural\": \"\",\n            \"pid\": \"0\",\n            \"subcats\": 11,\n            \"places\": \"1\",\n            \"created\": \"2018-02-16 00:44:20\",\n            \"modified\": \"2018-02-16 00:44:20\"\n        }\n    ],\n    \"subcategories\": [\n        {\n            \"id\": \"2\",\n            \"name\": \"Arts & Entertainment\",\n            \"plural\": \"Arts & Entertainment\",\n            \"pid\": \"1\",\n            \"subcats\": \"36\",\n            \"places\": \"14\",\n            \"created\": \"2018-02-16 00:44:20\",\n            \"modified\": \"2018-02-16 00:44:20\"\n        },\n        {\n            \"id\": \"66\",\n            \"name\": \"College & University\",\n            \"plural\": \"Colleges & Universities\",\n            \"pid\": \"1\",\n            \"subcats\": \"23\",\n            \"places\": \"0\",\n            \"created\": \"2018-02-16 00:44:20\",\n            \"modified\": \"2018-02-16 00:44:20\"\n        },\n        {\n            \"id\": \"105\",\n            \"name\": \"Event\",\n            \"plural\": \"Events\",\n            \"pid\": \"1\",\n            \"subcats\": \"28\",\n            \"places\": \"0\",\n            \"created\": \"2018-05-10 21:43:55\",\n            \"modified\": \"2018-05-10 21:43:55\"\n        },\n        {\n            \"id\": \"115\",\n            \"name\": \"Food\",\n            \"plural\": \"Food\",\n            \"pid\": \"1\",\n            \"subcats\": \"93\",\n            \"places\": \"70\",\n            \"created\": \"2018-02-16 00:44:20\",\n            \"modified\": \"2018-02-16 00:44:20\"\n        },\n        {\n            \"id\": \"431\",\n            \"name\": \"Nightlife Spot\",\n            \"plural\": \"Nightlife Spots\",\n            \"pid\": \"1\",\n            \"subcats\": \"7\",\n            \"places\": \"16\",\n            \"created\": \"2018-02-16 00:44:21\",\n            \"modified\": \"2018-02-16 00:44:21\"\n        },\n        {\n            \"id\": \"456\",\n            \"name\": \"Outdoors & Recreation\",\n            \"plural\": \"Outdoors & Recreation\",\n            \"pid\": \"1\",\n            \"subcats\": \"57\",\n            \"places\": \"21\",\n            \"created\": \"2018-02-16 00:44:21\",\n            \"modified\": \"2018-02-16 00:44:21\"\n        },\n        {\n            \"id\": \"556\",\n            \"name\": \"Professional & Other\",\n            \"plural\": \"Professional & Other\",\n            \"pid\": \"1\",\n            \"subcats\": \"37\",\n            \"places\": \"5\",\n            \"created\": \"2018-02-16 00:44:21\",\n            \"modified\": \"2018-02-16 00:44:21\"\n        },\n        {\n            \"id\": \"653\",\n            \"name\": \"Residence\",\n            \"plural\": \"Residences\",\n            \"pid\": \"1\",\n            \"subcats\": \"5\",\n            \"places\": \"2\",\n            \"created\": \"2018-03-03 02:16:05\",\n            \"modified\": \"2018-03-03 02:16:05\"\n        },\n        {\n            \"id\": \"901\",\n            \"name\": \"Service\",\n            \"plural\": \"Services\",\n            \"pid\": \"1\",\n            \"subcats\": \"52\",\n            \"places\": \"0\",\n            \"created\": \"2018-06-05 09:45:39\",\n            \"modified\": \"2018-06-05 09:45:39\"\n        },\n        {\n            \"id\": \"659\",\n            \"name\": \"Shop\",\n            \"plural\": \"Shops\",\n            \"pid\": \"1\",\n            \"subcats\": \"84\",\n            \"places\": \"0\",\n            \"created\": \"2018-02-16 00:44:22\",\n            \"modified\": \"2018-02-16 00:44:22\"\n        },\n        {\n            \"id\": \"822\",\n            \"name\": \"Travel & Transport\",\n            \"plural\": \"Travel & Transport\",\n            \"pid\": \"1\",\n            \"subcats\": \"27\",\n            \"places\": \"0\",\n            \"created\": \"2018-02-16 00:44:22\",\n            \"modified\": \"2018-02-16 00:44:22\"\n        }\n    ]\n}"}],"_postman_id":"68a4c4d0-d52f-4e78-8ecb-25513765bd7b"},{"name":"Request Category and Subs","id":"437ac9a9-fde8-4641-a85f-20633f69fc36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NjM5NzM2NzEsImp0aSI6IklOYlB0VXJsRklqNkJheVJcL2FreUw0V3Y2VDRCakRONzI2V1hzOFYrb3JnPSIsImlzcyI6ImdyYW5kc3RyYW5kYXBpLmNvbSIsImV4cCI6MTY2Mzk3Mzk4MSwiZGF0YSI6eyJ1c2VySWQiOm51bGwsImFwaV9rZXkiOiJKMWlBUElET0NTdzEifX0.xPNGap9tEjm7AZIUFLLAXF02pqMqteuO_-3H1tRsfy4"}]},"isInherited":false},"method":"GET","header":[],"url":"https://grandstrandapi.com/api/v1/category/431/","description":"<p><a href=\"https://grandstrandapi.com/photos/defaults/(CategoryID).jpg\">https://grandstrandapi.com/photos/defaults/(CategoryID).jpg</a>   ( original uploaded width and height)</p>\n<p><a href=\"https://grandstrandapi.com/photos/defaults/(CategoryID)_l.jpg\">https://grandstrandapi.com/photos/defaults/(CategoryID)_l.jpg</a>   ('w' =&gt; '1080', 'h' =&gt; '1080')</p>\n<p><a href=\"https://grandstrandapi.com/photos/defaults/(CategoryID)_l.webp\">https://grandstrandapi.com/photos/defaults/(CategoryID)_l.webp</a>   ('w' =&gt; '1080', 'h' =&gt; '1080')</p>\n<p><a href=\"https://grandstrandapi.com/photos/defaults/(CategoryID)_lh.jpg\">https://grandstrandapi.com/photos/defaults/(CategoryID)_lh.jpg</a>   ('w' =&gt; '1080', 'h' =&gt; '720')</p>\n<p><a href=\"https://grandstrandapi.com/photos/defaults/(CategoryID)_lh.webp\">https://grandstrandapi.com/photos/defaults/(CategoryID)_lh.webp</a>   ('w' =&gt; '1080', 'h' =&gt; '720')</p>\n<p><a href=\"https://grandstrandapi.com/photos/defaults/(CategoryID)_m.jpg\">https://grandstrandapi.com/photos/defaults/(CategoryID)_m.jpg</a>   ('w' =&gt; '600', 'h' =&gt; '600')</p>\n<p><a href=\"https://grandstrandapi.com/photos/defaults/(CategoryID)_m.webp\">https://grandstrandapi.com/photos/defaults/(CategoryID)_m.webp</a>   ('w' =&gt; '600', 'h' =&gt; '600')</p>\n<p><a href=\"https://grandstrandapi.com/photos/defaults/(CategoryID)_mh.jpg\">https://grandstrandapi.com/photos/defaults/(CategoryID)_mh.jpg</a>   ('w' =&gt; '600', 'h' =&gt; '400')</p>\n<p><a href=\"https://grandstrandapi.com/photos/defaults/(CategoryID)_mh.webp\">https://grandstrandapi.com/photos/defaults/(CategoryID)_mh.webp</a>   ('w' =&gt; '600', 'h' =&gt; '400')</p>\n<p><a href=\"https://grandstrandapi.com/photos/defaults/(CategoryID)_s.jpg\">https://grandstrandapi.com/photos/defaults/(CategoryID)_s.jpg</a>   ('w' =&gt; '250', 'h' =&gt; '250')</p>\n<p><a href=\"https://grandstrandapi.com/photos/defaults/(CategoryID)_s.webp\">https://grandstrandapi.com/photos/defaults/(CategoryID)_s.webp</a>   ('w' =&gt; '250', 'h' =&gt; '250')</p>\n","urlObject":{"protocol":"https","path":["api","v1","category","431",""],"host":["grandstrandapi","com"],"query":[],"variable":[]}},"response":[{"id":"fc037445-07fd-479f-98a7-c5a13d8096ae","name":"Request Category and Subs","originalRequest":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1NTY0MTQxODEsImp0aSI6IjVXemQ4dEl6cUNjQ3B4M0xsQUJcLzR0U25oR3pyeVwvaUlcL3EreHErU09CZjA9IiwiaXNzIjoiZ3JhbmRzdHJhbmRhcGkuY29tIiwiZXhwIjoxNTU2NDE0NDkxLCJkYXRhIjp7InVzZXJJZCI6IjMiLCJhcGlfa2V5IjoiSnRyMWNwN250SVkxIn19.jBeIED8UXPc3ZbuwWkmGhOPxX8Nbr05jTpT7xoznvL4","type":"text"}],"url":"https://grandstrandapi.com/api/v1/category/431/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 28 Apr 2019 02:58:17 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.2.17"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, Authorization, Content-Type"},{"key":"Vary","value":"Authorization,Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"323"},{"key":"Keep-Alive","value":"timeout=5, max=98"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"category_info\": [\n        {\n            \"id\": \"431\",\n            \"name\": \"Nightlife Spot\",\n            \"plural\": \"Nightlife Spots\",\n            \"pid\": \"1\",\n            \"subcats\": 7,\n            \"places\": \"16\",\n            \"created\": \"2018-02-16 00:44:21\",\n            \"modified\": \"2018-02-16 00:44:21\"\n        }\n    ],\n    \"subcategories\": [\n        {\n            \"id\": \"432\",\n            \"name\": \"Bar\",\n            \"plural\": \"Bars\",\n            \"pid\": \"431\",\n            \"subcats\": \"17\",\n            \"places\": \"64\",\n            \"created\": \"2018-02-16 00:44:21\",\n            \"modified\": \"2018-02-16 00:44:21\"\n        },\n        {\n            \"id\": \"450\",\n            \"name\": \"Brewery\",\n            \"plural\": \"Breweries\",\n            \"pid\": \"431\",\n            \"subcats\": \"0\",\n            \"places\": \"4\",\n            \"created\": \"2018-02-16 00:44:21\",\n            \"modified\": \"2018-02-16 00:44:21\"\n        },\n        {\n            \"id\": \"451\",\n            \"name\": \"Lounge\",\n            \"plural\": \"Lounges\",\n            \"pid\": \"431\",\n            \"subcats\": \"0\",\n            \"places\": \"2\",\n            \"created\": \"2018-03-03 02:16:04\",\n            \"modified\": \"2018-03-03 02:16:04\"\n        },\n        {\n            \"id\": \"452\",\n            \"name\": \"Night Market\",\n            \"plural\": \"Night Markets\",\n            \"pid\": \"431\",\n            \"subcats\": \"0\",\n            \"places\": \"0\",\n            \"created\": \"2018-06-05 09:45:39\",\n            \"modified\": \"2018-06-05 09:45:39\"\n        },\n        {\n            \"id\": \"453\",\n            \"name\": \"Nightclub\",\n            \"plural\": \"Nightclubs\",\n            \"pid\": \"431\",\n            \"subcats\": \"0\",\n            \"places\": \"9\",\n            \"created\": \"2018-02-16 00:44:21\",\n            \"modified\": \"2018-02-16 00:44:21\"\n        },\n        {\n            \"id\": \"454\",\n            \"name\": \"Other Nightlife\",\n            \"plural\": \"Other Nightlife\",\n            \"pid\": \"431\",\n            \"subcats\": \"0\",\n            \"places\": \"0\",\n            \"created\": \"2018-06-05 09:45:39\",\n            \"modified\": \"2018-06-05 09:45:39\"\n        },\n        {\n            \"id\": \"455\",\n            \"name\": \"Strip Club\",\n            \"plural\": \"Strip Clubs\",\n            \"pid\": \"431\",\n            \"subcats\": \"0\",\n            \"places\": \"6\",\n            \"created\": \"2018-03-03 02:16:04\",\n            \"modified\": \"2018-03-03 02:16:04\"\n        }\n    ]\n}"}],"_postman_id":"437ac9a9-fde8-4641-a85f-20633f69fc36"},{"name":"Request Events Categories","id":"2e4e056c-078c-42a2-8fa7-f24a5944011b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NjM5NzM2NzEsImp0aSI6IklOYlB0VXJsRklqNkJheVJcL2FreUw0V3Y2VDRCakRONzI2V1hzOFYrb3JnPSIsImlzcyI6ImdyYW5kc3RyYW5kYXBpLmNvbSIsImV4cCI6MTY2Mzk3Mzk4MSwiZGF0YSI6eyJ1c2VySWQiOm51bGwsImFwaV9rZXkiOiJKMWlBUElET0NTdzEifX0.xPNGap9tEjm7AZIUFLLAXF02pqMqteuO_-3H1tRsfy4"}]},"isInherited":false},"method":"GET","header":[],"url":"https://grandstrandapi.com/api/v1/category/105/","description":"<p>Returns the categories of Events just like \"Request Category and Subs\" above. For more info see the \"Events Component\" in menu to left.</p>\n","urlObject":{"protocol":"https","path":["api","v1","category","105",""],"host":["grandstrandapi","com"],"query":[],"variable":[]}},"response":[{"id":"41068af3-155b-43f5-bf60-e976790f0dfb","name":"Request Subcategories within Events Categories","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1NTY0MTQxODEsImp0aSI6IjVXemQ4dEl6cUNjQ3B4M0xsQUJcLzR0U25oR3pyeVwvaUlcL3EreHErU09CZjA9IiwiaXNzIjoiZ3JhbmRzdHJhbmRhcGkuY29tIiwiZXhwIjoxNTU2NDE0NDkxLCJkYXRhIjp7InVzZXJJZCI6IjMiLCJhcGlfa2V5IjoiSnRyMWNwN250SVkxIn19.jBeIED8UXPc3ZbuwWkmGhOPxX8Nbr05jTpT7xoznvL4","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"https://grandstrandapi.com/api/v1/category/947/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 28 Apr 2019 15:24:30 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.2.17"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, Authorization, Content-Type"},{"key":"Vary","value":"Authorization,Accept-Encoding"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"403"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"category_info\": [\n        {\n            \"id\": \"947\",\n            \"name\": \"Community & Culture\",\n            \"plural\": \"Community & Culture\",\n            \"pid\": \"105\",\n            \"subcats\": 14,\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        }\n    ],\n    \"subcategories\": [\n        {\n            \"id\": \"950\",\n            \"name\": \"City/Town\",\n            \"plural\": \"City/Town\",\n            \"pid\": \"947\",\n            \"subcats\": \"0\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        },\n        {\n            \"id\": \"949\",\n            \"name\": \"County\",\n            \"plural\": \"County\",\n            \"pid\": \"947\",\n            \"subcats\": \"0\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        },\n        {\n            \"id\": \"109\",\n            \"name\": \"Festival\",\n            \"plural\": \"Festivals\",\n            \"pid\": \"947\",\n            \"subcats\": \"0\",\n            \"places\": \"0\",\n            \"created\": \"2018-06-05 09:45:39\",\n            \"modified\": \"2018-06-05 09:45:39\"\n        },\n        {\n            \"id\": \"954\",\n            \"name\": \"Heritage\",\n            \"plural\": \"Heritage\",\n            \"pid\": \"947\",\n            \"subcats\": \"0\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        },\n        {\n            \"id\": \"957\",\n            \"name\": \"Historic\",\n            \"plural\": \"Historic\",\n            \"pid\": \"947\",\n            \"subcats\": \"0\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        },\n        {\n            \"id\": \"956\",\n            \"name\": \"Language\",\n            \"plural\": \"Language\",\n            \"pid\": \"947\",\n            \"subcats\": \"0\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        },\n        {\n            \"id\": \"951\",\n            \"name\": \"LGBT\",\n            \"plural\": \"LGBT\",\n            \"pid\": \"947\",\n            \"subcats\": \"0\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        },\n        {\n            \"id\": \"952\",\n            \"name\": \"Medieval\",\n            \"plural\": \"Medieval\",\n            \"pid\": \"947\",\n            \"subcats\": \"0\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        },\n        {\n            \"id\": \"110\",\n            \"name\": \"Music Festival\",\n            \"plural\": \"Music Festivals\",\n            \"pid\": \"947\",\n            \"subcats\": \"19\",\n            \"places\": \"0\",\n            \"created\": \"2018-06-05 09:45:39\",\n            \"modified\": \"2018-06-05 09:45:39\"\n        },\n        {\n            \"id\": \"955\",\n            \"name\": \"Nationality\",\n            \"plural\": \"Nationality\",\n            \"pid\": \"947\",\n            \"subcats\": \"0\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        },\n        {\n            \"id\": \"958\",\n            \"name\": \"Other\",\n            \"plural\": \"Other\",\n            \"pid\": \"947\",\n            \"subcats\": \"0\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        },\n        {\n            \"id\": \"953\",\n            \"name\": \"Renaissance\",\n            \"plural\": \"Renaissance\",\n            \"pid\": \"947\",\n            \"subcats\": \"0\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        },\n        {\n            \"id\": \"948\",\n            \"name\": \"State\",\n            \"plural\": \"State\",\n            \"pid\": \"947\",\n            \"subcats\": \"0\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        },\n        {\n            \"id\": \"114\",\n            \"name\": \"Street Fair\",\n            \"plural\": \"Street Fairs\",\n            \"pid\": \"947\",\n            \"subcats\": \"0\",\n            \"places\": \"0\",\n            \"created\": \"2018-06-05 09:45:39\",\n            \"modified\": \"2018-06-05 09:45:39\"\n        }\n    ]\n}"}],"_postman_id":"2e4e056c-078c-42a2-8fa7-f24a5944011b"}],"id":"57c206fb-52b4-4c5b-b121-d2d82f56166c","description":"<h2>Category Component</h2>\n\n<p>The category component will query the information about a certain category and all of it’s subcategories. This is useful for compiling the menus and navigation of your application. The following are examples of some typical queries.</p>\n<p>Due to the simplicity of the category component and it’s intended usage, it receives no parameters. All will be ignored.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"f12b1e4e-d3d2-4465-8b83-1afdd68f18bf","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7cb7b5fb-5683-4dad-896d-cf0249a48e05","type":"text/javascript","exec":[""]}}],"_postman_id":"57c206fb-52b4-4c5b-b121-d2d82f56166c"},{"name":"Places Component","item":[{"name":"Request Places Within Category","id":"60aae6bf-77ec-4014-bb84-87bc0a41e310","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://grandstrandapi.com/api/v1/places/397/","description":"<p>Returns the default results of the places component with no extra parameters (limited to 20). In the case here places within category with ID 851 (Resorts) is requested.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NjM5NzM2NzEsImp0aSI6IklOYlB0VXJsRklqNkJheVJcL2FreUw0V3Y2VDRCakRONzI2V1hzOFYrb3JnPSIsImlzcyI6ImdyYW5kc3RyYW5kYXBpLmNvbSIsImV4cCI6MTY2Mzk3Mzk4MSwiZGF0YSI6eyJ1c2VySWQiOm51bGwsImFwaV9rZXkiOiJKMWlBUElET0NTdzEifX0.xPNGap9tEjm7AZIUFLLAXF02pqMqteuO_-3H1tRsfy4"}]},"isInherited":true,"source":{"_postman_id":"aedd9010-9bd8-48d8-9d6d-8e9a2ff4c402","id":"aedd9010-9bd8-48d8-9d6d-8e9a2ff4c402","name":"Places Component","type":"folder"}},"urlObject":{"protocol":"https","path":["api","v1","places","397",""],"host":["grandstrandapi","com"],"query":[],"variable":[]}},"response":[{"id":"1bc1ab15-2005-4824-a44e-8976115846b6","name":"Request Places Within Category with Des and Med","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1NTY0MTQxODEsImp0aSI6IjVXemQ4dEl6cUNjQ3B4M0xsQUJcLzR0U25oR3pyeVwvaUlcL3EreHErU09CZjA9IiwiaXNzIjoiZ3JhbmRzdHJhbmRhcGkuY29tIiwiZXhwIjoxNTU2NDE0NDkxLCJkYXRhIjp7InVzZXJJZCI6IjMiLCJhcGlfa2V5IjoiSnRyMWNwN250SVkxIn19.jBeIED8UXPc3ZbuwWkmGhOPxX8Nbr05jTpT7xoznvL4","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","disabled":true}],"url":"https://grandstrandapi.com/api/v1/places/851/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"TO DO "},{"id":"cb0cf824-cd75-4366-b895-94cbbd8577e4","name":"Request Places Within Category","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1NTY0MTQxODEsImp0aSI6IjVXemQ4dEl6cUNjQ3B4M0xsQUJcLzR0U25oR3pyeVwvaUlcL3EreHErU09CZjA9IiwiaXNzIjoiZ3JhbmRzdHJhbmRhcGkuY29tIiwiZXhwIjoxNTU2NDE0NDkxLCJkYXRhIjp7InVzZXJJZCI6IjMiLCJhcGlfa2V5IjoiSnRyMWNwN250SVkxIn19.jBeIED8UXPc3ZbuwWkmGhOPxX8Nbr05jTpT7xoznvL4","type":"text"}],"url":{"raw":"https://grandstrandapi.com/api/v1/places/851/","protocol":"https","host":["grandstrandapi","com"],"path":["api","v1","places","851",""],"query":[{"key":"","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 28 Apr 2019 03:14:02 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.2.17"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, Authorization, Content-Type"},{"key":"Vary","value":"Authorization,Accept-Encoding"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"2512"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"places\": [\n        {\n            \"id\": \"2670\",\n            \"name\": \"Holiday Inn Oceanfront Resort at the Pavilion\",\n            \"address\": \"1200 N Ocean Blvd\",\n            \"cross_street\": \"\",\n            \"reference\": \"\",\n            \"city\": \"Myrtle Beach\",\n            \"state\": \"SC\",\n            \"country\": \"United States\",\n            \"cc_code\": \"US\",\n            \"zip\": \"29577\",\n            \"phone\": \"8002117143\",\n            \"fphone\": \"(800) 211-7143\",\n            \"lat\": \"33.6948\",\n            \"lng\": \"-78.8766\",\n            \"rating\": \"8.80\",\n            \"votes\": \"27\",\n            \"distance\": 0.58899,\n            \"website\": \"\",\n            \"tagline\": \"\",\n            \"tags\": [],\n            \"images\": {\n                \"images\": [\n                    \"defaults/0822.jpg\"\n                ]\n            },\n            \"description\": null,\n            \"hours\": \"\",\n            \"categories\": [\n                {\n                    \"CategoryID\": \"851\",\n                    \"Name\": \"Resort\",\n                    \"Plural\": \"Resorts\"\n                },\n                {\n                    \"CategoryID\": \"845\",\n                    \"Name\": \"Hotel\",\n                    \"Plural\": \"Hotels\"\n                }\n            ],\n            \"special\": \"\",\n            \"created\": \"2018-03-04 01:05:59\",\n            \"modified\": \"2018-03-04 01:05:59\",\n            \"points\": \"26.4\",\n            \"claimed\": 0\n        },\n        {\n            \"id\": \"2186\",\n            \"name\": \"Harbour Lights Resort\",\n            \"address\": \"2690 Harbour Lights Dr\",\n            \"cross_street\": \"\",\n            \"reference\": \"\",\n            \"city\": \"Myrtle Beach\",\n            \"state\": \"SC\",\n            \"country\": \"United States\",\n            \"cc_code\": \"US\",\n            \"zip\": \"29579\",\n            \"phone\": \"8432364800\",\n            \"fphone\": \"8432364800\",\n            \"lat\": \"33.7114\",\n            \"lng\": \"-78.9291\",\n            \"rating\": \"8.73\",\n            \"votes\": \"69\",\n            \"distance\": 2.83199,\n            \"website\": \"http://www.ascendcollection.com/hotel-myrtle_beach-south_carolina-sc473?source=infogroup\",\n            \"tagline\": \"\",\n            \"tags\": [],\n            \"images\": {\n                \"images\": [\n                    \"defaults/0822.jpg\"\n                ]\n            },\n            \"description\": null,\n            \"hours\": \"\",\n            \"categories\": [\n                {\n                    \"CategoryID\": \"851\",\n                    \"Name\": \"Resort\",\n                    \"Plural\": \"Resorts\"\n                },\n                {\n                    \"CategoryID\": \"845\",\n                    \"Name\": \"Hotel\",\n                    \"Plural\": \"Hotels\"\n                }\n            ],\n            \"special\": \"\",\n            \"created\": \"2018-03-04 01:05:59\",\n            \"modified\": \"2018-03-04 01:05:59\",\n            \"points\": \"26.2\",\n            \"claimed\": 0\n        },\n        {\n            \"id\": \"2433\",\n            \"name\": \"Sandy Beach Resort\",\n            \"address\": \"201 S Ocean Blvd\",\n            \"cross_street\": \"\",\n            \"reference\": \"\",\n            \"city\": \"Myrtle Beach\",\n            \"state\": \"SC\",\n            \"country\": \"United States\",\n            \"cc_code\": \"US\",\n            \"zip\": \"29577\",\n            \"phone\": \"8008446534\",\n            \"fphone\": \"(800) 844-6534\",\n            \"lat\": \"33.6819\",\n            \"lng\": \"-78.8892\",\n            \"rating\": \"8.63\",\n            \"votes\": \"45\",\n            \"distance\": 1.49900,\n            \"website\": \"http://www.sandybeachoceanfrontresort.com\",\n            \"tagline\": \"\",\n            \"tags\": [],\n            \"images\": {\n                \"images\": [\n                    \"defaults/0822.jpg\"\n                ]\n            },\n            \"description\": null,\n            \"hours\": \"\",\n            \"categories\": [\n                {\n                    \"CategoryID\": \"851\",\n                    \"Name\": \"Resort\",\n                    \"Plural\": \"Resorts\"\n                },\n                {\n                    \"CategoryID\": \"845\",\n                    \"Name\": \"Hotel\",\n                    \"Plural\": \"Hotels\"\n                }\n            ],\n            \"special\": \"\",\n            \"created\": \"2018-03-04 01:05:59\",\n            \"modified\": \"2018-03-04 01:05:59\",\n            \"points\": \"25.9\",\n            \"claimed\": 0\n        },\n        {\n            \"id\": \"1987\",\n            \"name\": \"Caribbean Resort & Villas\",\n            \"address\": \"3000 N Ocean Blvd\",\n            \"cross_street\": \"29th Ave N\",\n            \"reference\": \"\",\n            \"city\": \"Myrtle Beach\",\n            \"state\": \"SC\",\n            \"country\": \"United States\",\n            \"cc_code\": \"US\",\n            \"zip\": \"29577\",\n            \"phone\": \"8005528509\",\n            \"fphone\": \"(800) 552-8509\",\n            \"lat\": \"33.7075\",\n            \"lng\": \"-78.8613\",\n            \"rating\": \"8.60\",\n            \"votes\": \"57\",\n            \"distance\": 1.18399,\n            \"website\": \"http://www.caribbeanresort.com&lrm;\",\n            \"tagline\": \"\",\n            \"tags\": [],\n            \"images\": {\n                \"images\": [\n                    \"defaults/0822.jpg\"\n                ]\n            },\n            \"description\": null,\n            \"hours\": \"\",\n            \"categories\": [\n                {\n                    \"CategoryID\": \"851\",\n                    \"Name\": \"Resort\",\n                    \"Plural\": \"Resorts\"\n                },\n                {\n                    \"CategoryID\": \"845\",\n                    \"Name\": \"Hotel\",\n                    \"Plural\": \"Hotels\"\n                }\n            ],\n            \"special\": \"\",\n            \"created\": \"2018-03-04 01:05:59\",\n            \"modified\": \"2018-03-04 01:05:59\",\n            \"points\": \"25.8\",\n            \"claimed\": 0\n        }\n    ],\n    \"extras\": [\n        {\n            \"place-count\": 4,\n            \"subcat-count\": 0,\n            \"total\": 147\n        }\n    ]\n}"}],"_postman_id":"60aae6bf-77ec-4014-bb84-87bc0a41e310"},{"name":"Request Places with Geo and Options","id":"f3e85296-ebcb-48be-ae16-f16389885fba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://grandstrandapi.com/api/v1/places/851/?lat=33.6841&lng=-78.9898&rad=10","description":"<p>Latitude and longitude must be used together to trigger the radius system.  Engages and returns the distance variable as seen here (FIG D) sorting by distance by default closest first.  In the case here places within category with ID 851 (Resorts) is requested witin 5 miles of downtown Myrtle Beach. </p>\n<p>Other options are also available. Please see st, pp, and pop below.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NjM5NzM2NzEsImp0aSI6IklOYlB0VXJsRklqNkJheVJcL2FreUw0V3Y2VDRCakRONzI2V1hzOFYrb3JnPSIsImlzcyI6ImdyYW5kc3RyYW5kYXBpLmNvbSIsImV4cCI6MTY2Mzk3Mzk4MSwiZGF0YSI6eyJ1c2VySWQiOm51bGwsImFwaV9rZXkiOiJKMWlBUElET0NTdzEifX0.xPNGap9tEjm7AZIUFLLAXF02pqMqteuO_-3H1tRsfy4"}]},"isInherited":true,"source":{"_postman_id":"aedd9010-9bd8-48d8-9d6d-8e9a2ff4c402","id":"aedd9010-9bd8-48d8-9d6d-8e9a2ff4c402","name":"Places Component","type":"folder"}},"urlObject":{"protocol":"https","path":["api","v1","places","851",""],"host":["grandstrandapi","com"],"query":[{"description":{"content":"<p>Sets the latitude of the device making the request.</p>\n","type":"text/plain"},"key":"lat","value":"33.6841"},{"description":{"content":"<p>Sets the longitude of the device making the request.</p>\n","type":"text/plain"},"key":"lng","value":"-78.9898"},{"description":{"content":"<p>The radius parameter sets the distance in radius to base results on.  Defaults to 10 miles from set lat/lng.</p>\n","type":"text/plain"},"key":"rad","value":"10"},{"disabled":true,"description":{"content":"<p>Start at record numeric</p>\n","type":"text/plain"},"key":"st","value":"0"},{"disabled":true,"description":{"content":"<p>Per page numeric</p>\n","type":"text/plain"},"key":"pp","value":"20"},{"disabled":true,"description":{"content":"<p>Override and sort by popular first</p>\n","type":"text/plain"},"key":"pop","value":"0"}],"variable":[]}},"response":[{"id":"9906afac-d0d9-4f0b-a81e-da3b7c0291ac","name":"Request Places Radius from Lat/Lng","originalRequest":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1NTY0MTQxODEsImp0aSI6IjVXemQ4dEl6cUNjQ3B4M0xsQUJcLzR0U25oR3pyeVwvaUlcL3EreHErU09CZjA9IiwiaXNzIjoiZ3JhbmRzdHJhbmRhcGkuY29tIiwiZXhwIjoxNTU2NDE0NDkxLCJkYXRhIjp7InVzZXJJZCI6IjMiLCJhcGlfa2V5IjoiSnRyMWNwN250SVkxIn19.jBeIED8UXPc3ZbuwWkmGhOPxX8Nbr05jTpT7xoznvL4","type":"text"}],"url":{"raw":"https://grandstrandapi.com/api/v1/places/851/?lat=33.6841&lng=-78.9898&rad=10","protocol":"https","host":["grandstrandapi","com"],"path":["api","v1","places","851",""],"query":[{"key":"lat","value":"33.6841","description":"Sets the latitude of the device making the request."},{"key":"lng","value":"-78.9898","description":"Sets the longitude of the device making the request."},{"key":"rad","value":"10","description":"Desired distance in radius from the device making request."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 28 Apr 2019 03:54:15 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.2.17"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, Authorization, Content-Type"},{"key":"Vary","value":"Authorization,Accept-Encoding"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"2474"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"places\": [\n        {\n            \"id\": \"2186\",\n            \"name\": \"Harbour Lights Resort\",\n            \"address\": \"2690 Harbour Lights Dr\",\n            \"cross_street\": \"\",\n            \"reference\": \"\",\n            \"city\": \"Myrtle Beach\",\n            \"state\": \"SC\",\n            \"country\": \"United States\",\n            \"cc_code\": \"US\",\n            \"zip\": \"29579\",\n            \"phone\": \"8432364800\",\n            \"fphone\": \"8432364800\",\n            \"lat\": \"33.7114\",\n            \"lng\": \"-78.9291\",\n            \"rating\": \"8.73\",\n            \"votes\": \"69\",\n            \"distance\": 3.96700,\n            \"website\": \"http://www.ascendcollection.com/hotel-myrtle_beach-south_carolina-sc473?source=infogroup\",\n            \"tagline\": \"\",\n            \"tags\": [],\n            \"images\": {\n                \"images\": [\n                    \"defaults/0822.jpg\"\n                ]\n            },\n            \"description\": null,\n            \"hours\": \"\",\n            \"categories\": [\n                {\n                    \"CategoryID\": \"851\",\n                    \"Name\": \"Resort\",\n                    \"Plural\": \"Resorts\"\n                },\n                {\n                    \"CategoryID\": \"845\",\n                    \"Name\": \"Hotel\",\n                    \"Plural\": \"Hotels\"\n                }\n            ],\n            \"special\": \"\",\n            \"created\": \"2018-03-04 01:05:59\",\n            \"modified\": \"2018-03-04 01:05:59\",\n            \"points\": \"26.2\",\n            \"claimed\": 0\n        },\n        {\n            \"id\": \"7417\",\n            \"name\": \"Bluegreen Resorts\",\n            \"address\": \"101 Rodeo Dr\",\n            \"cross_street\": \"\",\n            \"reference\": \"\",\n            \"city\": \"Myrtle Beach\",\n            \"state\": \"SC\",\n            \"country\": \"United States\",\n            \"cc_code\": \"US\",\n            \"zip\": \"29579\",\n            \"phone\": \"8434975641\",\n            \"fphone\": \"(843) 497-5641\",\n            \"lat\": \"33.7116\",\n            \"lng\": \"-78.9285\",\n            \"rating\": \"0.00\",\n            \"votes\": \"3\",\n            \"distance\": 4.00399,\n            \"website\": \"\",\n            \"tagline\": \"\",\n            \"tags\": [],\n            \"images\": {\n                \"images\": [\n                    \"defaults/0822.jpg\"\n                ]\n            },\n            \"description\": null,\n            \"hours\": \"\",\n            \"categories\": [\n                {\n                    \"CategoryID\": \"851\",\n                    \"Name\": \"Resort\",\n                    \"Plural\": \"Resorts\"\n                }\n            ],\n            \"special\": \"\",\n            \"created\": \"2018-09-20 10:16:11\",\n            \"modified\": \"2018-09-20 10:16:11\",\n            \"points\": \"0.0\",\n            \"claimed\": 0\n        },\n        {\n            \"id\": \"1924\",\n            \"name\": \"Legends Golf and Resort\",\n            \"address\": \"1500 Legends Dr\",\n            \"cross_street\": \"\",\n            \"reference\": \"\",\n            \"city\": \"Myrtle Beach\",\n            \"state\": \"SC\",\n            \"country\": \"United States\",\n            \"cc_code\": \"US\",\n            \"zip\": \"29579\",\n            \"phone\": \"8432369318\",\n            \"fphone\": \"(843) 236-9318\",\n            \"lat\": \"33.7432\",\n            \"lng\": \"-79.0033\",\n            \"rating\": \"5.83\",\n            \"votes\": \"28\",\n            \"distance\": 4.15700,\n            \"website\": \"http://legendsgolf.com\",\n            \"tagline\": \"\",\n            \"tags\": [],\n            \"images\": {\n                \"images\": [\n                    \"defaults/0822.jpg\"\n                ]\n            },\n            \"description\": null,\n            \"hours\": \"Monday: 7:00 AM – 10:00 PM,Tuesday: 7:00 AM – 10:00 PM,Wednesday: 7:00 AM – 10:00 PM,Thursday: 7:00 AM – 10:00 PM,Friday: 7:00 AM – 10:00 PM,Saturday:\",\n            \"categories\": [\n                {\n                    \"CategoryID\": \"851\",\n                    \"Name\": \"Resort\",\n                    \"Plural\": \"Resorts\"\n                },\n                {\n                    \"CategoryID\": \"845\",\n                    \"Name\": \"Hotel\",\n                    \"Plural\": \"Hotels\"\n                }\n            ],\n            \"special\": \"\",\n            \"created\": \"2018-03-04 01:05:59\",\n            \"modified\": \"2018-03-04 01:05:59\",\n            \"points\": \"17.5\",\n            \"claimed\": 0\n        },\n        {\n            \"id\": \"2193\",\n            \"name\": \"Myrtle Beach Resort\",\n            \"address\": \"5905 S Kings Hwy\",\n            \"cross_street\": \"\",\n            \"reference\": \"\",\n            \"city\": \"Myrtle Beach\",\n            \"state\": \"SC\",\n            \"country\": \"United States\",\n            \"cc_code\": \"US\",\n            \"zip\": \"29575\",\n            \"phone\": \"8888264018\",\n            \"fphone\": \"(888) 826-4018\",\n            \"lat\": \"33.6283\",\n            \"lng\": \"-78.9521\",\n            \"rating\": \"5.00\",\n            \"votes\": \"45\",\n            \"distance\": 4.42400,\n            \"website\": \"http://www.myrtle-beach-resort.com\",\n            \"tagline\": \"\",\n            \"tags\": [],\n            \"images\": {\n                \"images\": [\n                    \"defaults/0822.jpg\"\n                ]\n            },\n            \"description\": null,\n            \"hours\": \"\",\n            \"categories\": [\n                {\n                    \"CategoryID\": \"851\",\n                    \"Name\": \"Resort\",\n                    \"Plural\": \"Resorts\"\n                },\n                {\n                    \"CategoryID\": \"845\",\n                    \"Name\": \"Hotel\",\n                    \"Plural\": \"Hotels\"\n                }\n            ],\n            \"special\": \"\",\n            \"created\": \"2018-03-04 01:05:59\",\n            \"modified\": \"2018-03-04 01:05:59\",\n            \"points\": \"15.0\",\n            \"claimed\": 0\n        },\n        {\n            \"id\": \"524\",\n            \"name\": \"Springmaid Beach Resort\",\n            \"address\": \"3200 S Ocean Blvd\",\n            \"cross_street\": \"\",\n            \"reference\": \"\",\n            \"city\": \"Myrtle Beach\",\n            \"state\": \"SC\",\n            \"country\": \"United States\",\n            \"cc_code\": \"US\",\n            \"zip\": \"29577\",\n            \"phone\": \"8433157017\",\n            \"fphone\": \"(843) 315-7017\",\n            \"lat\": \"33.6574\",\n            \"lng\": \"-78.9193\",\n            \"rating\": \"5.33\",\n            \"votes\": \"58\",\n            \"distance\": 4.45399,\n            \"website\": \"http://www.springmaidbeach.com/\",\n            \"tagline\": \"\",\n            \"tags\": [],\n            \"images\": {\n                \"images\": [\n                    \"defaults/0822.jpg\"\n                ]\n            },\n            \"description\": null,\n            \"hours\": \"\",\n            \"categories\": [\n                {\n                    \"CategoryID\": \"851\",\n                    \"Name\": \"Resort\",\n                    \"Plural\": \"Resorts\"\n                },\n                {\n                    \"CategoryID\": \"845\",\n                    \"Name\": \"Hotel\",\n                    \"Plural\": \"Hotels\"\n                }\n            ],\n            \"special\": \"\",\n            \"created\": \"2018-03-04 01:05:59\",\n            \"modified\": \"2018-03-04 01:05:59\",\n            \"points\": \"16.0\",\n            \"claimed\": 0\n        }\n    ],\n    \"extras\": [\n        {\n            \"place-count\": 20,\n            \"subcat-count\": 0,\n            \"total\": 147\n        }\n    ]\n}"}],"_postman_id":"f3e85296-ebcb-48be-ae16-f16389885fba"},{"name":"Request Place Details","id":"2eef4769-bfa9-4f65-b4c7-4f4a447c992a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NjM5NzM2NzEsImp0aSI6IklOYlB0VXJsRklqNkJheVJcL2FreUw0V3Y2VDRCakRONzI2V1hzOFYrb3JnPSIsImlzcyI6ImdyYW5kc3RyYW5kYXBpLmNvbSIsImV4cCI6MTY2Mzk3Mzk4MSwiZGF0YSI6eyJ1c2VySWQiOm51bGwsImFwaV9rZXkiOiJKMWlBUElET0NTdzEifX0.xPNGap9tEjm7AZIUFLLAXF02pqMqteuO_-3H1tRsfy4"}]},"isInherited":false},"method":"GET","header":[],"url":"https://grandstrandapi.com/api/v1/places/detail/244?lat=33.6841&lng=-78.9898&des=1&med=2","description":"<p>The detail method of the places component returns the full data available on a given place.  Use the detail method to build your individual places pages when the title or ‘read more’ is selected.  Adding Lat/Lng will provide the distance between the Place and the device requesting the info.</p>\n<p>Some developers like a robust page and some a more streamlined page.  We created to the des parameter below so that everybody is happy. Without des=1 the record will just return null for description.  Other developers like to use imagery so we added the med parameter to assist there, if images are available. If not they simply aren't returned. The example shown below is used as it is full featured.</p>\n","urlObject":{"protocol":"https","path":["api","v1","places","detail","244"],"host":["grandstrandapi","com"],"query":[{"description":{"content":"<p>Setting lat with lng will provide the distance beween the Place and the device requesting.</p>\n","type":"text/plain"},"key":"lat","value":"33.6841"},{"description":{"content":"<p>Set lng along with lat if used, otherwise distance returns null.</p>\n","type":"text/plain"},"key":"lng","value":"-78.9898"},{"description":{"content":"<p>The des parameter toggles the description information to ON using des=1 (defaults to 0). Claimed listings allow the customer to add a good portion of text about their place. In your development you may not have a need for all this extra information; most people won’t.  Turning des ON in your parameters will return the description as well the other place information.</p>\n","type":"text/plain"},"key":"des","value":"1"},{"description":{"content":"<p>The med parameter is a three position toggle with a default of 0 to conserve data transfer and improve app speed no images will be returned. med=1 returns an image[primary], recommended image[icon]. med=2 returns everything in 1 and additionally returns up to 4 images image[2-5]. The image limit for listings is 5 and are listing owner approved. These are not web user contributed keeping quality to it’s best.</p>\n","type":"text/plain"},"key":"med","value":"2"}],"variable":[]}},"response":[{"id":"29bb3d94-cb37-43b5-91d6-261cb22886c1","name":"Request Place Details","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1NTY0MTQxODEsImp0aSI6IjVXemQ4dEl6cUNjQ3B4M0xsQUJcLzR0U25oR3pyeVwvaUlcL3EreHErU09CZjA9IiwiaXNzIjoiZ3JhbmRzdHJhbmRhcGkuY29tIiwiZXhwIjoxNTU2NDE0NDkxLCJkYXRhIjp7InVzZXJJZCI6IjMiLCJhcGlfa2V5IjoiSnRyMWNwN250SVkxIn19.jBeIED8UXPc3ZbuwWkmGhOPxX8Nbr05jTpT7xoznvL4","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":{"raw":"https://grandstrandapi.com/api/v1/places/detail/244?lat=33.6841&lng=-78.9898&des=1&med=2","protocol":"https","host":["grandstrandapi","com"],"path":["api","v1","places","detail","244"],"query":[{"key":"lat","value":"33.6841","description":"Setting lat with lng will provide the distance beween the Place and the device requesting."},{"key":"lng","value":"-78.9898","description":"Set lng along with lat if used, otherwise distance returns null."},{"key":"des","value":"1","description":"The des parameter toggles the description information to ON using des=1 (defaults to 0). Claimed listings allow the customer to add a good portion of text about their place. In your development you may not have a need for all this extra information; most people won’t.  Turning des ON in your parameters will return the description as well the other place information."},{"key":"med","value":"2","description":"The med parameter is a three position toggle with a default of 0 to conserve data transfer and improve app speed no images will be returned. med=1 returns an image[primary], recommended image[icon]. med=2 returns everything in 1 and additionally returns up to 4 images image[2-5]. The image limit for listings is 5 and are listing owner approved. These are not web user contributed keeping quality to it’s best."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 28 Apr 2019 05:39:49 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.2.17"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, Authorization, Content-Type"},{"key":"Vary","value":"Authorization,Accept-Encoding"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"1206"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"details\": [\n        {\n            \"id\": \"244\",\n            \"name\": \"Hot Fish Club\",\n            \"address\": \"4911 Highway 17 Business\",\n            \"cross_street\": \"\",\n            \"reference\": \"#001\",\n            \"city\": \"Murrells Inlet\",\n            \"state\": \"SC\",\n            \"country\": \"United States\",\n            \"cc_code\": \"US\",\n            \"zip\": \"29576\",\n            \"lat\": \"33.53970\",\n            \"lng\": \"-79.0505\",\n            \"phone\": \"8433579175\",\n            \"fphone\": \"(843) 357-9175\",\n            \"primary_cat\": \"115\",\n            \"url\": \"http://www.hotfishclub.com/\",\n            \"points\": \"126.2\",\n            \"rating\": \"5.40\",\n            \"votes\": \"82\",\n            \"hours\": \"Monday: Closed,Tuesday: Closed,Wednesday: Closed,Thursday: Closed,Friday: Closed,Saturday: Closed,Sunday: Closed\",\n            \"tagline\": \"A Culture Like No Other\",\n            \"hasmenu\": \"1\",\n            \"twitter\": \"hotfishclub\",\n            \"facebook\": \"\",\n            \"facebookuser\": \"HotFishClub\",\n            \"special\": \"LDIS,HHOUR\",\n            \"created\": \"2018-03-04 01:05:59\",\n            \"modified\": \"2018-07-03 18:18:56\",\n            \"distance\": \"10.571\",\n            \"description\": {\n                \"short\": \"The original Hot and Hot Fish Club was founded in the late 1700’s by the planters of All Saints Parish. We source most of our product locally for superb freshness and quality such as milk from local farms, fish from day boats, and local fresh produce. Entrees and Nightly Specials prepared by Chef Staff.\",\n                \"long\": \"<p>The original Hot and Hot Fish Club was founded in the late 1700’s by the planters of All Saints Parish. The social club was dedicated to epicurean pursuits; gourmet food, strong drinks and festive times. </p><p>The first club was said to be on Drunken Jack Island, located just a few miles south from here. Members of the original club described their past time spent on the island as the “happiest hours of their lives.” The Club was dismantled and finally laid to rest after the Civil War. An ever shifting sand bar off the coast of Huntington Beach State Park is all that remains of the original site.  </p><p>Hot Fish Club remains a favorite gathering place today for discriminating locals and is open to everyone seeking Great Food, Great Drink, and Lively Conversation, in the spirit of those earlier revelers. </p>\"\n            },\n            \"website\": \"http://www.hotfishclub.com/\",\n            \"tags\": [],\n            \"menulinks\": {\n                \"menu-web\": \"https://foursquare.com/v/hot-fish-club/4bdc98f03904a593deeb4e9e/menu\",\n                \"menu-mobile\": \"https://foursquare.com/v/4bdc98f03904a593deeb4e9e/device_menu\"\n            },\n            \"images\": {\n                \"logo\": [\n                    \"mf/mfiSHKrw_l.png\"\n                ],\n                \"images\": [\n                    \"9M/9MAej7JP_l.jpg\",\n                    \"Sn/Snusq6PD_l.jpg\"\n                ]\n            },\n            \"claimed\": 2\n        }\n    ]\n}"}],"_postman_id":"2eef4769-bfa9-4f65-b4c7-4f4a447c992a"}],"id":"aedd9010-9bd8-48d8-9d6d-8e9a2ff4c402","description":"<p>The places component queries the actual results within a category depending on various parameters passed.  By default the sort order uses our points matrix which calculates ranking, votes and other review criteria. In the end the result looks pretty close to sort by ranking.</p>\n<p>st=n (start at record) and pp=n (per page) can be used for pagination starting at record n and displaying n records per page.</p>\n<p>des=1 will trigger the description info. Short descriptions are returned on the /places/ endpoint and short and long will return on the /places/detail endpoint.</p>\n<p>med=1 will trigger the media info. Primary image or a default image are returned on the /places/ and /places/detail/ endpoints using a value of 1. All imagery available will be returned on the /places/detail/ endpoint if the value of 2 is passed.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NjM5NzM2NzEsImp0aSI6IklOYlB0VXJsRklqNkJheVJcL2FreUw0V3Y2VDRCakRONzI2V1hzOFYrb3JnPSIsImlzcyI6ImdyYW5kc3RyYW5kYXBpLmNvbSIsImV4cCI6MTY2Mzk3Mzk4MSwiZGF0YSI6eyJ1c2VySWQiOm51bGwsImFwaV9rZXkiOiJKMWlBUElET0NTdzEifX0.xPNGap9tEjm7AZIUFLLAXF02pqMqteuO_-3H1tRsfy4"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"5038047b-58f2-45ef-9a92-2470286da278","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d9deee61-e6de-4fdf-a3af-e47dfe27088d","type":"text/javascript","exec":[""]}}],"_postman_id":"aedd9010-9bd8-48d8-9d6d-8e9a2ff4c402"},{"name":"Search Component","item":[{"name":"Query Places by Term","id":"a12beb64-02e0-4ed6-98c8-bb86e9527113","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NjM5NzM2NzEsImp0aSI6IklOYlB0VXJsRklqNkJheVJcL2FreUw0V3Y2VDRCakRONzI2V1hzOFYrb3JnPSIsImlzcyI6ImdyYW5kc3RyYW5kYXBpLmNvbSIsImV4cCI6MTY2Mzk3Mzk4MSwiZGF0YSI6eyJ1c2VySWQiOm51bGwsImFwaV9rZXkiOiJKMWlBUElET0NTdzEifX0.xPNGap9tEjm7AZIUFLLAXF02pqMqteuO_-3H1tRsfy4"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1NTY0MTQxODEsImp0aSI6IjVXemQ4dEl6cUNjQ3B4M0xsQUJcLzR0U25oR3pyeVwvaUlcL3EreHErU09CZjA9IiwiaXNzIjoiZ3JhbmRzdHJhbmRhcGkuY29tIiwiZXhwIjoxNTU2NDE0NDkxLCJkYXRhIjp7InVzZXJJZCI6IjMiLCJhcGlfa2V5IjoiSnRyMWNwN250SVkxIn19.jBeIED8UXPc3ZbuwWkmGhOPxX8Nbr05jTpT7xoznvL4","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"https://grandstrandapi.com/api/v1/search/places?q=Pancakes","description":"<p>Using \"Pancakes\" as query, will return places within 20 miles default Myrtle Beach latitude and longitude.  For better control of location and radius of the location use \"Query Places by Term Distance\" below.</p>\n","urlObject":{"protocol":"https","path":["api","v1","search","places"],"host":["grandstrandapi","com"],"query":[{"key":"q","value":"Pancakes"},{"disabled":true,"description":{"content":"<p>Start records at nn. This will begin the results starting with record nn and will produce 20 records from that point. Needed for pagination.</p>\n","type":"text/plain"},"key":"st","value":"20"},{"disabled":true,"description":{"content":"<p>Sets the number of records per page if you desire less. Defaults to the max of 20.</p>\n","type":"text/plain"},"key":"pp","value":"5"},{"disabled":true,"description":{"content":"<p>TODO! Toggle the pop parameter with pop=1 to display the highest ranked items within the radius first overriding the sort by distance that may be being passed.  Not often used since not using lat/lng does pretty much the same thing.</p>\n","type":"text/plain"},"key":"pop","value":"0"}],"variable":[]}},"response":[{"id":"4ae69d8b-9391-45e5-8cce-c032d052a44b","name":"Query Places by Term","originalRequest":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1NTY0MTQxODEsImp0aSI6IjVXemQ4dEl6cUNjQ3B4M0xsQUJcLzR0U25oR3pyeVwvaUlcL3EreHErU09CZjA9IiwiaXNzIjoiZ3JhbmRzdHJhbmRhcGkuY29tIiwiZXhwIjoxNTU2NDE0NDkxLCJkYXRhIjp7InVzZXJJZCI6IjMiLCJhcGlfa2V5IjoiSnRyMWNwN250SVkxIn19.jBeIED8UXPc3ZbuwWkmGhOPxX8Nbr05jTpT7xoznvL4"}],"url":{"raw":"https://grandstrandapi.com/api/v1/search/places?q=Pancakes","protocol":"https","host":["grandstrandapi","com"],"path":["api","v1","search","places"],"query":[{"description":"Start records at nn. This will begin the results starting with record nn and will produce 20 records from that point. Needed for pagination.","key":"st","value":"20","disabled":true},{"description":"Sets the number of records per page if you desire less. Defaults to the max of 20.","key":"pp","value":"5","disabled":true},{"key":"pop","value":"0","description":"TODO! Toggle the pop parameter with pop=1 to display the highest ranked items within the radius first overriding the sort by distance that may be being passed.  Not often used since not using lat/lng does pretty much the same thing.","disabled":true},{"key":"q","value":"Pancakes"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 28 Apr 2019 14:21:00 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.2.17"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, Authorization, Content-Type"},{"key":"Vary","value":"Authorization,Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"873"},{"key":"Keep-Alive","value":"timeout=5, max=98"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n\tplaces: [\r\n\t\t{\r\n\t\t\tid: \"1428\",\r\n\t\t\tname: \"Plantation House Of Pancakes\",\r\n\t\t\taddress: \"1501 S Kings Hwy\",\r\n\t\t\tcross_street: \"\",\r\n\t\t\treference: \"\",\r\n\t\t\tcity: \"Myrtle Beach\",\r\n\t\t\tstate: \"SC\",\r\n\t\t\tcountry: \"United States\",\r\n\t\t\tcc_code: \"US\",\r\n\t\t\tzip: \"29577\",\r\n\t\t\tphone: \"8434486522\",\r\n\t\t\tfphone: \"(843) 448-6522\",\r\n\t\t\tlat: \"33.6757\",\r\n\t\t\tlng: \"-78.9032\",\r\n\t\t\trating: \"6.90\",\r\n\t\t\tvotes: \"29\",\r\n\t\t\tdistance: 5.013,\r\n\t\t\twebsite: \"http://plantationhouse.vpweb.com\",\r\n\t\t\ttagline: \"\",\r\n\t\t\ttags: [ ],\r\n\t\t\timages: [ ],\r\n\t\t\tdescription: null,\r\n\t\t\thours: \"Monday: 6:30 AM – 2:00 PM,Tuesday: 6:30 AM – 2:00 PM,Wednesday: \",\r\n\t\t\tcategories: [\r\n\t\t\t\t{\r\n\t\t\t\t\tcategory_id: \"211\",\r\n\t\t\t\t\tname: \"Breakfast Spot\",\r\n\t\t\t\t\tplural: \"Breakfast Spots\",\r\n\t\t\t\t\tis_primary: true\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\tspecial: \"\",\r\n\t\t\tpoints: \"13.8\",\r\n\t\t\tclaimed: 0\r\n\t\t},\r\n\t\t{\r\n\t\t\tid: \"1439\",\r\n\t\t\tname: \"Paradise Pancakes And Omelets\",\r\n\t\t\taddress: \"1201 S Kings Hwy\",\r\n\t\t\tcross_street: \"\",\r\n\t\t\treference: \"\",\r\n\t\t\tcity: \"Myrtle Beach\",\r\n\t\t\tstate: \"SC\",\r\n\t\t\tcountry: \"United States\",\r\n\t\t\tcc_code: \"US\",\r\n\t\t\tzip: \"29577\",\r\n\t\t\tphone: \"8434485600\",\r\n\t\t\tfphone: \"(843) 448-5600\",\r\n\t\t\tlat: \"33.6777\",\r\n\t\t\tlng: \"-78.9007\",\r\n\t\t\trating: \"7.05\",\r\n\t\t\tvotes: \"23\",\r\n\t\t\tdistance: 5.142,\r\n\t\t\twebsite: \"http://www.paradisepancake.com\",\r\n\t\t\ttagline: \"\",\r\n\t\t\ttags: [ ],\r\n\t\t\timages: [ ],\r\n\t\t\tdescription: null,\r\n\t\t\thours: \"\",\r\n\t\t\tcategories: [\r\n\t\t\t\t{\r\n\t\t\t\t\tcategory_id: \"211\",\r\n\t\t\t\t\tname: \"Breakfast Spot\",\r\n\t\t\t\t\tplural: \"Breakfast Spots\",\r\n\t\t\t\t\tis_primary: true\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\tspecial: \"\",\r\n\t\t\tpoints: \"14.1\",\r\n\t\t\tclaimed: 0\r\n\t\t},\r\n\t\t{\r\n\t\t\tid: \"8227\",\r\n\t\t\tname: \"Applewood House of Pancakes\",\r\n\t\t\taddress: \"14361 Ocean Hwy \",\r\n\t\t\tcross_street: \"\",\r\n\t\t\treference: \"\",\r\n\t\t\tcity: \" Pawleys Island\",\r\n\t\t\tstate: \"SC\",\r\n\t\t\tcountry: \"United States\",\r\n\t\t\tcc_code: \"US\",\r\n\t\t\tzip: \"29585\",\r\n\t\t\tphone: \"8439791022\",\r\n\t\t\tfphone: \"8439791022\",\r\n\t\t\tlat: \"33.4874\",\r\n\t\t\tlng: \"-79.0940\",\r\n\t\t\trating: \"8.30\",\r\n\t\t\tvotes: \"0\",\r\n\t\t\tdistance: 14.856,\r\n\t\t\twebsite: \"http://www.applewoodhouseofpancakes.com/\",\r\n\t\t\ttagline: \"\",\r\n\t\t\ttags: [ ],\r\n\t\t\timages: [ ],\r\n\t\t\tdescription: null,\r\n\t\t\thours: \"Monday: 6:30 AM – 2:30 PM,Tuesday: 6:30 AM – 2:30 PM,Wednesday: 6:30 AM – 2:30 PM,Thursday: 6:30 AM – 2:30 PM,Friday: 6:30 AM – 2:30 PM,Saturday: 6:30\",\r\n\t\t\tcategories: [\r\n\t\t\t\t{\r\n\t\t\t\t\tcategory_id: \"233\",\r\n\t\t\t\t\tname: \"Donut Shop\",\r\n\t\t\t\t\tplural: \"Donut Shops\",\r\n\t\t\t\t\tis_primary: true\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\tspecial: \"\",\r\n\t\t\tpoints: \"16.6\",\r\n\t\t\tclaimed: 0\r\n\t\t}\r\n\t]\r\n}"},{"id":"ce3ec36d-4e91-4f21-a8e2-3507fafce553","name":"Query Places by Term with Des and Med","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1NTY0MTQxODEsImp0aSI6IjVXemQ4dEl6cUNjQ3B4M0xsQUJcLzR0U25oR3pyeVwvaUlcL3EreHErU09CZjA9IiwiaXNzIjoiZ3JhbmRzdHJhbmRhcGkuY29tIiwiZXhwIjoxNTU2NDE0NDkxLCJkYXRhIjp7InVzZXJJZCI6IjMiLCJhcGlfa2V5IjoiSnRyMWNwN250SVkxIn19.jBeIED8UXPc3ZbuwWkmGhOPxX8Nbr05jTpT7xoznvL4","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":{"raw":"https://grandstrandapi.com/api/v1/search/places?q=Pancakes&med=1&des=1","protocol":"https","host":["grandstrandapi","com"],"path":["api","v1","search","places"],"query":[{"key":"q","value":"Pancakes"},{"description":"Start records at nn. This will begin the results starting with record nn and will produce 20 records from that point. Needed for pagination.","key":"st","value":"20","disabled":true},{"description":"Sets the number of records per page if you desire less. Defaults to the max of 20.","key":"pp","value":"5","disabled":true},{"description":"TODO! Toggle the pop parameter with pop=1 to display the highest ranked items within the radius first overriding the sort by distance that may be being passed.  Not often used since not using lat/lng does pretty much the same thing.","key":"pop","value":"0","disabled":true},{"key":"med","value":"1"},{"key":"des","value":"1"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n\tplaces: [\r\n\t\t{\r\n\t\t\tid: \"1428\",\r\n\t\t\tname: \"Plantation House Of Pancakes\",\r\n\t\t\taddress: \"1501 S Kings Hwy\",\r\n\t\t\tcross_street: \"\",\r\n\t\t\treference: \"\",\r\n\t\t\tcity: \"Myrtle Beach\",\r\n\t\t\tstate: \"SC\",\r\n\t\t\tcountry: \"United States\",\r\n\t\t\tcc_code: \"US\",\r\n\t\t\tzip: \"29577\",\r\n\t\t\tphone: \"8434486522\",\r\n\t\t\tfphone: \"(843) 448-6522\",\r\n\t\t\tlat: \"33.6757\",\r\n\t\t\tlng: \"-78.9032\",\r\n\t\t\trating: \"6.90\",\r\n\t\t\tvotes: \"29\",\r\n\t\t\tdistance: 5.013,\r\n\t\t\twebsite: \"http://plantationhouse.vpweb.com\",\r\n\t\t\ttagline: \"\",\r\n\t\t\ttags: [ ],\r\n\t\t\timages: {\r\n\t\t\t\timages: [\r\n\t\t\t\t\t\"defaults/0115.jpg\"\r\n\t\t\t\t]\r\n\t\t\t},\r\n\t\t\tdescription: {\r\n\t\t\t\tshort: \"\"\r\n\t\t\t},\r\n\t\t\thours: \"Monday: 6:30 AM – 2:00 PM,Tuesday: 6:30 AM – 2:00 PM,Wednesday: \",\r\n\t\t\tcategories: [\r\n\t\t\t\t{\r\n\t\t\t\t\tcategory_id: \"211\",\r\n\t\t\t\t\tname: \"Breakfast Spot\",\r\n\t\t\t\t\tplural: \"Breakfast Spots\",\r\n\t\t\t\t\tis_primary: true\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\tspecial: \"\",\r\n\t\t\tpoints: \"13.8\",\r\n\t\t\tclaimed: 0\r\n\t\t},\r\n\t\t{\r\n\t\t\tid: \"1439\",\r\n\t\t\tname: \"Paradise Pancakes And Omelets\",\r\n\t\t\taddress: \"1201 S Kings Hwy\",\r\n\t\t\tcross_street: \"\",\r\n\t\t\treference: \"\",\r\n\t\t\tcity: \"Myrtle Beach\",\r\n\t\t\tstate: \"SC\",\r\n\t\t\tcountry: \"United States\",\r\n\t\t\tcc_code: \"US\",\r\n\t\t\tzip: \"29577\",\r\n\t\t\tphone: \"8434485600\",\r\n\t\t\tfphone: \"(843) 448-5600\",\r\n\t\t\tlat: \"33.6777\",\r\n\t\t\tlng: \"-78.9007\",\r\n\t\t\trating: \"7.05\",\r\n\t\t\tvotes: \"23\",\r\n\t\t\tdistance: 5.142,\r\n\t\t\twebsite: \"http://www.paradisepancake.com\",\r\n\t\t\ttagline: \"\",\r\n\t\t\ttags: [ ],\r\n\t\t\timages: {\r\n\t\t\t\timages: [\r\n\t\t\t\t\"defaults/0115.jpg\"\r\n\t\t\t\t]\r\n\t\t\t},\r\n\t\t\tdescription: {\r\n\t\t\t\tshort: \"\"\r\n\t\t\t},\r\n\t\t\thours: \"\",\r\n\t\t\tcategories: [\r\n\t\t\t\t{\r\n\t\t\t\t\tcategory_id: \"211\",\r\n\t\t\t\t\tname: \"Breakfast Spot\",\r\n\t\t\t\t\tplural: \"Breakfast Spots\",\r\n\t\t\t\t\tis_primary: true\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\tspecial: \"\",\r\n\t\t\tpoints: \"14.1\",\r\n\t\t\tclaimed: 0\r\n\t\t},\r\n\t\t{\r\n\t\t\tid: \"8227\",\r\n\t\t\tname: \"Applewood House of Pancakes\",\r\n\t\t\taddress: \"14361 Ocean Hwy \",\r\n\t\t\tcross_street: \"\",\r\n\t\t\treference: \"\",\r\n\t\t\tcity: \" Pawleys Island\",\r\n\t\t\tstate: \"SC\",\r\n\t\t\tcountry: \"United States\",\r\n\t\t\tcc_code: \"US\",\r\n\t\t\tzip: \"29585\",\r\n\t\t\tphone: \"8439791022\",\r\n\t\t\tfphone: \"8439791022\",\r\n\t\t\tlat: \"33.4874\",\r\n\t\t\tlng: \"-79.0940\",\r\n\t\t\trating: \"8.30\",\r\n\t\t\tvotes: \"0\",\r\n\t\t\tdistance: 14.856,\r\n\t\t\twebsite: \"http://www.applewoodhouseofpancakes.com/\",\r\n\t\t\ttagline: \"\",\r\n\t\t\ttags: [ ],\r\n\t\t\timages: {\r\n\t\t\t\timages: [\r\n\t\t\t\t\t\"defaults/0115.jpg\"\r\n\t\t\t\t]\r\n\t\t\t},\r\n\t\t\tdescription: {\r\n\t\t\t\tshort: \"\"\r\n\t\t\t},\r\n\t\t\thours: \"Monday: 6:30 AM – 2:30 PM,Tuesday: 6:30 AM – 2:30 PM,Wednesday: 6:30 AM – 2:30 PM,Thursday: 6:30 AM – 2:30 PM,Friday: 6:30 AM – 2:30 PM,Saturday: 6:30\",\r\n\t\t\tcategories: [\r\n\t\t\t\t{\r\n\t\t\t\t\tcategory_id: \"233\",\r\n\t\t\t\t\tname: \"Donut Shop\",\r\n\t\t\t\t\tplural: \"Donut Shops\",\r\n\t\t\t\t\tis_primary: true\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\tspecial: \"\",\r\n\t\t\tpoints: \"16.6\",\r\n\t\t\tclaimed: 0\r\n\t\t}\r\n\t]\r\n}"}],"_postman_id":"a12beb64-02e0-4ed6-98c8-bb86e9527113"},{"name":"Query Places by Term Distance","id":"a0fe98ac-b3c6-44a4-b972-40d4731a5629","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NjM5NzM2NzEsImp0aSI6IklOYlB0VXJsRklqNkJheVJcL2FreUw0V3Y2VDRCakRONzI2V1hzOFYrb3JnPSIsImlzcyI6ImdyYW5kc3RyYW5kYXBpLmNvbSIsImV4cCI6MTY2Mzk3Mzk4MSwiZGF0YSI6eyJ1c2VySWQiOm51bGwsImFwaV9rZXkiOiJKMWlBUElET0NTdzEifX0.xPNGap9tEjm7AZIUFLLAXF02pqMqteuO_-3H1tRsfy4"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1NTY0MTQxODEsImp0aSI6IjVXemQ4dEl6cUNjQ3B4M0xsQUJcLzR0U25oR3pyeVwvaUlcL3EreHErU09CZjA9IiwiaXNzIjoiZ3JhbmRzdHJhbmRhcGkuY29tIiwiZXhwIjoxNTU2NDE0NDkxLCJkYXRhIjp7InVzZXJJZCI6IjMiLCJhcGlfa2V5IjoiSnRyMWNwN250SVkxIn19.jBeIED8UXPc3ZbuwWkmGhOPxX8Nbr05jTpT7xoznvL4","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"https://grandstrandapi.com/api/v1/search/places?lat=33.6841&lng=-78.9898&rad=20&q=Pancakes","description":"<p>Latitude and longitude must be used together to trigger the radius system.  The radius triggered will return the results of the query within a designated radius which is 20 by default. All places \"Pancakes\" will be returned within 20 miles of the location set in lat and lng.</p>\n","urlObject":{"protocol":"https","path":["api","v1","search","places"],"host":["grandstrandapi","com"],"query":[{"key":"lat","value":"33.6841"},{"key":"lng","value":"-78.9898"},{"key":"rad","value":"20"},{"key":"q","value":"Pancakes"},{"disabled":true,"description":{"content":"<p>Start records at nn. This will begin the results starting with record nn and will produce 20 records from that point. Needed for pagination.</p>\n","type":"text/plain"},"key":"st","value":"20"},{"disabled":true,"description":{"content":"<p>Sets the number of records per page if you desire less. Defaults to the max of 20.</p>\n","type":"text/plain"},"key":"pp","value":"5"},{"disabled":true,"description":{"content":"<p>TODO! Toggle the pop parameter with pop=1 to display the highest ranked items within the radius first overriding the sort by distance that may be being passed.  Not often used since not using lat/lng does pretty much the same thing.</p>\n","type":"text/plain"},"key":"pop","value":"0"}],"variable":[]}},"response":[{"id":"9f16db40-c526-4db2-b65a-b74e806a9304","name":"Query Places by Term Distance","originalRequest":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1NTY0MTQxODEsImp0aSI6IjVXemQ4dEl6cUNjQ3B4M0xsQUJcLzR0U25oR3pyeVwvaUlcL3EreHErU09CZjA9IiwiaXNzIjoiZ3JhbmRzdHJhbmRhcGkuY29tIiwiZXhwIjoxNTU2NDE0NDkxLCJkYXRhIjp7InVzZXJJZCI6IjMiLCJhcGlfa2V5IjoiSnRyMWNwN250SVkxIn19.jBeIED8UXPc3ZbuwWkmGhOPxX8Nbr05jTpT7xoznvL4"}],"url":{"raw":"https://grandstrandapi.com/api/v1/search/places?lat=33.6841&lng=-78.9898&rad=20&q=Pancakes","protocol":"https","host":["grandstrandapi","com"],"path":["api","v1","search","places"],"query":[{"key":"lat","value":"33.6841"},{"key":"lng","value":"-78.9898"},{"key":"rad","value":"20"},{"key":"q","value":"Pancakes"},{"description":"Start records at nn. This will begin the results starting with record nn and will produce 20 records from that point. Needed for pagination.","key":"st","value":"20","disabled":true},{"description":"Sets the number of records per page if you desire less. Defaults to the max of 20.","key":"pp","value":"5","disabled":true},{"key":"pop","value":"0","description":"TODO! Toggle the pop parameter with pop=1 to display the highest ranked items within the radius first overriding the sort by distance that may be being passed.  Not often used since not using lat/lng does pretty much the same thing.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 28 Apr 2019 14:21:00 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.2.17"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, Authorization, Content-Type"},{"key":"Vary","value":"Authorization,Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"873"},{"key":"Keep-Alive","value":"timeout=5, max=98"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ID\": \"1428\",\n        \"Name\": \"Plantation House Of Pancakes\",\n        \"Address\": \"1501 S Kings Hwy\",\n        \"CrossStreet\": \"\",\n        \"City\": \"Myrtle Beach\",\n        \"State\": \"SC\",\n        \"Country\": \"United States\",\n        \"ccCode\": \"US\",\n        \"Phone\": \"8434486522\",\n        \"FormattedPhone\": \"(843) 448-6522\",\n        \"Zip\": \"29577\",\n        \"Lat\": \"33.6757\",\n        \"Lng\": \"-78.9032\",\n        \"Type\": \"free\",\n        \"Reference\": \"\",\n        \"Special\": \"\",\n        \"Points\": \"20.7\",\n        \"Rating\": \"6.90\",\n        \"RatingSignals\": \"29\",\n        \"tags\": null,\n        \"created\": \"2018-03-04 01:05:59\",\n        \"modified\": \"2018-03-04 01:05:59\",\n        \"distance\": \"5.013167246812433\",\n        \"images\": []\n    },\n    {\n        \"ID\": \"1439\",\n        \"Name\": \"Paradise Pancakes And Omelets\",\n        \"Address\": \"1201 S Kings Hwy\",\n        \"CrossStreet\": \"\",\n        \"City\": \"Myrtle Beach\",\n        \"State\": \"SC\",\n        \"Country\": \"United States\",\n        \"ccCode\": \"US\",\n        \"Phone\": \"8434485600\",\n        \"FormattedPhone\": \"(843) 448-5600\",\n        \"Zip\": \"29577\",\n        \"Lat\": \"33.6777\",\n        \"Lng\": \"-78.9007\",\n        \"Type\": \"free\",\n        \"Reference\": \"\",\n        \"Special\": \"\",\n        \"Points\": \"14.1\",\n        \"Rating\": \"4.70\",\n        \"RatingSignals\": \"23\",\n        \"tags\": null,\n        \"created\": \"2018-03-04 01:05:59\",\n        \"modified\": \"2018-03-04 01:05:59\",\n        \"distance\": \"5.142193502055218\",\n        \"images\": []\n    },\n    {\n        \"ID\": \"8227\",\n        \"Name\": \"Applewood House of Pancakes\",\n        \"Address\": \"14361 Ocean Hwy \",\n        \"CrossStreet\": \"\",\n        \"City\": \" Pawleys Island\",\n        \"State\": \"SC\",\n        \"Country\": \"United States\",\n        \"ccCode\": \"US\",\n        \"Phone\": \"8439791022\",\n        \"FormattedPhone\": \"8439791022\",\n        \"Zip\": \"29585\",\n        \"Lat\": \"33.4874\",\n        \"Lng\": \"-79.0940\",\n        \"Type\": \"free\",\n        \"Reference\": \"\",\n        \"Special\": \"\",\n        \"Points\": \"24.1\",\n        \"Rating\": \"8.03\",\n        \"RatingSignals\": \"4\",\n        \"tags\": null,\n        \"created\": \"2018-03-04 01:06:00\",\n        \"modified\": \"2018-03-04 01:06:00\",\n        \"distance\": \"14.856130827250825\",\n        \"images\": []\n    }\n]"}],"_postman_id":"a0fe98ac-b3c6-44a4-b972-40d4731a5629"},{"name":"Query Events by Term","id":"306727b3-674c-44bf-b7c1-f938478f45b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NjM5NzM2NzEsImp0aSI6IklOYlB0VXJsRklqNkJheVJcL2FreUw0V3Y2VDRCakRONzI2V1hzOFYrb3JnPSIsImlzcyI6ImdyYW5kc3RyYW5kYXBpLmNvbSIsImV4cCI6MTY2Mzk3Mzk4MSwiZGF0YSI6eyJ1c2VySWQiOm51bGwsImFwaV9rZXkiOiJKMWlBUElET0NTdzEifX0.xPNGap9tEjm7AZIUFLLAXF02pqMqteuO_-3H1tRsfy4"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1NTY0MTQxODEsImp0aSI6IjVXemQ4dEl6cUNjQ3B4M0xsQUJcLzR0U25oR3pyeVwvaUlcL3EreHErU09CZjA9IiwiaXNzIjoiZ3JhbmRzdHJhbmRhcGkuY29tIiwiZXhwIjoxNTU2NDE0NDkxLCJkYXRhIjp7InVzZXJJZCI6IjMiLCJhcGlfa2V5IjoiSnRyMWNwN250SVkxIn19.jBeIED8UXPc3ZbuwWkmGhOPxX8Nbr05jTpT7xoznvL4","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"https://grandstrandapi.com/api/v1/search/events?q=Christmas","description":"<p>Using \"Christmas\" as query, will return places within 20 miles default Myrtle Beach latitude and longitude.  For better control of location and radius of the location use \"Query Events by Term Distance\" below.</p>\n","urlObject":{"protocol":"https","path":["api","v1","search","events"],"host":["grandstrandapi","com"],"query":[{"key":"q","value":"Christmas"},{"disabled":true,"description":{"content":"<p>Start records at nn. This will begin the results starting with record nn and will produce 20 records from that point. Needed for pagination.</p>\n","type":"text/plain"},"key":"st","value":"20"},{"disabled":true,"description":{"content":"<p>Sets the number of records per page if you desire less. Defaults to the max of 20.</p>\n","type":"text/plain"},"key":"pp","value":"5"},{"disabled":true,"description":{"content":"<p>TODO! Toggle the pop parameter with pop=1 to display the highest ranked items within the radius first overriding the sort by distance that may be being passed.  Not often used since not using lat/lng does pretty much the same thing.</p>\n","type":"text/plain"},"key":"pop","value":"0"}],"variable":[]}},"response":[{"id":"08cf34b7-ab56-47ec-ad64-57cabb785580","name":"Query Events by Term","originalRequest":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1NTY0MTQxODEsImp0aSI6IjVXemQ4dEl6cUNjQ3B4M0xsQUJcLzR0U25oR3pyeVwvaUlcL3EreHErU09CZjA9IiwiaXNzIjoiZ3JhbmRzdHJhbmRhcGkuY29tIiwiZXhwIjoxNTU2NDE0NDkxLCJkYXRhIjp7InVzZXJJZCI6IjMiLCJhcGlfa2V5IjoiSnRyMWNwN250SVkxIn19.jBeIED8UXPc3ZbuwWkmGhOPxX8Nbr05jTpT7xoznvL4"}],"url":{"raw":"https://grandstrandapi.com/api/v1/search/places?q=Christmas","protocol":"https","host":["grandstrandapi","com"],"path":["api","v1","search","places"],"query":[{"key":"q","value":"Christmas"},{"description":"Start records at nn. This will begin the results starting with record nn and will produce 20 records from that point. Needed for pagination.","key":"st","value":"20","disabled":true},{"description":"Sets the number of records per page if you desire less. Defaults to the max of 20.","key":"pp","value":"5","disabled":true},{"key":"pop","value":"0","description":"TODO! Toggle the pop parameter with pop=1 to display the highest ranked items within the radius first overriding the sort by distance that may be being passed.  Not often used since not using lat/lng does pretty much the same thing.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 28 Apr 2019 14:21:00 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.2.17"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, Authorization, Content-Type"},{"key":"Vary","value":"Authorization,Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"873"},{"key":"Keep-Alive","value":"timeout=5, max=98"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\r\n{\r\nID: \"10\",\r\nName: \"Intracoastal Christmas Regatta\",\r\nAddress: \"1525 13th Ave N\",\r\nVenue: \"The Marina at Dock Holidays\",\r\nVenueID: \"2330\",\r\nCity: \"North Myrtle Beach\",\r\nState: \"SC\",\r\nCountry: \"United States\",\r\nccCode: \"US\",\r\nZip: \"29582\",\r\nLat: \"33.84232\",\r\nLng: \"-78.6678\",\r\nPhone: \"\",\r\nFormattedPhone: \"\",\r\nEmail: \"\",\r\nPrimaryCat: \"941\",\r\nURL: \"\",\r\ntwitter: \"\",\r\nfacebook: \"\",\r\nfacebookUser: \"\",\r\nfacebookName: \"\",\r\nType: \"\",\r\nClaimed: \"no\",\r\nshort_desc: null,\r\ncreated: \"2019-12-18 22:12:27\",\r\nmodified: \"2019-12-18 22:12:27\",\r\nstatus: \"active\",\r\nlocked: \"no\",\r\nevntID: \"8\",\r\nowner_id: null,\r\nmain: \"0\",\r\nmain_id: \"0\",\r\nsubName: \"\",\r\nContact: \"\",\r\nold_email: null,\r\nstartDay: \"2019-11-30 17:00:00\",\r\nendDay: \"2019-11-30 17:00:00\",\r\nHours: \"17:00:00 - 17:00:00\",\r\nadultPrice: null,\r\nchildPrice: null,\r\ntoddlerPrice: null,\r\neDescription: \"The annual Intracoastal Christmas Regatta will be held the Saturday after Thanksgiving. The parade begins around 5 p.m. at the Little River Inlet and winds south to Dock Holidays Marina by 7 p.m.  <br />Spectators can catch the regatta at many points along the waterway. Best viewing spots are:  <br /><br />Patio’s<br /><br /><br />Key West Crazy<br /><br /><br />Crab Catchers<br /><br /><br />Cricket Cove Marina<br /><br /><br />Snooky’s<br />Officer’s Club<br /><br /><br />Anchor Marina<br /><br /><br />Captain Archie’s<br /><br /><br />Filet’s<br /><br /><br />Boardwalk Billy’s<br /><br /><br />NMB RV Resort & Marina<br /><br />In addition to being a festive kickoff to the holiday season, the Intracoastal Christmas Regatta is also a fundraiser. Toy and/or monetary donations can be made to Yachts for Tot to provide Christmas presents and other needs for children in the area.  <br />Visit the website to sign up your boat for the fun parade. <br />\",\r\nimages: [ ]\r\n},\r\n{\r\nID: \"15\",\r\nName: \"Town of Surfside Beach Christmas Tree Lighting\",\r\nAddress: \"115 U.S. 17 Business\",\r\nVenue: \"Surfside Beach Town Hall\",\r\nVenueID: \"2771\",\r\nCity: \"Surfside Beach\",\r\nState: \"SC\",\r\nCountry: \"United States\",\r\nccCode: \"US\",\r\nZip: \"29575\",\r\nLat: \"33.61261\",\r\nLng: \"-78.9803\",\r\nPhone: \"\",\r\nFormattedPhone: \"\",\r\nEmail: \"\",\r\nPrimaryCat: \"110\",\r\nURL: \"\",\r\ntwitter: \"\",\r\nfacebook: \"\",\r\nfacebookUser: \"\",\r\nfacebookName: \"\",\r\nType: \"\",\r\nClaimed: \"no\",\r\nshort_desc: null,\r\ncreated: \"2019-12-18 22:12:33\",\r\nmodified: \"2019-12-18 22:12:33\",\r\nstatus: \"active\",\r\nlocked: \"no\",\r\nevntID: \"13\",\r\nowner_id: null,\r\nmain: \"0\",\r\nmain_id: \"0\",\r\nsubName: \"\",\r\nContact: \"\",\r\nold_email: null,\r\nstartDay: \"2019-12-05 18:00:00\",\r\nendDay: \"2019-12-05 20:00:00\",\r\nHours: \"18:00:00 - 20:00:00\",\r\nadultPrice: null,\r\nchildPrice: null,\r\ntoddlerPrice: null,\r\neDescription: \"Head down to the family beach, Surfside Beach, for the annual Christmas Tree Lighting in front of Town Hall. The event features music and a visit from a certain jolly elf.  <br />  <br />\",\r\nimages: [ ]\r\n},\r\n{\r\nID: \"18\",\r\nName: \"A Very Broadway Christmas Parade\",\r\nAddress: \"\",\r\nVenue: \"\",\r\nVenueID: \"0\",\r\nCity: \"Myrtle Beach\",\r\nState: \"SC\",\r\nCountry: \"United States\",\r\nccCode: \"US\",\r\nZip: \"\",\r\nLat: \"33.68906\",\r\nLng: \"-78.8866\",\r\nPhone: \"\",\r\nFormattedPhone: \"\",\r\nEmail: \"\",\r\nPrimaryCat: \"1057\",\r\nURL: \"\",\r\ntwitter: \"\",\r\nfacebook: \"\",\r\nfacebookUser: \"\",\r\nfacebookName: \"\",\r\nType: \"\",\r\nClaimed: \"no\",\r\nshort_desc: null,\r\ncreated: \"2019-12-18 22:12:36\",\r\nmodified: \"2019-12-18 22:12:36\",\r\nstatus: \"active\",\r\nlocked: \"no\",\r\nevntID: \"15\",\r\nowner_id: null,\r\nmain: \"0\",\r\nmain_id: \"0\",\r\nsubName: \"\",\r\nContact: \"\",\r\nold_email: null,\r\nstartDay: \"2019-12-07 11:00:00\",\r\nendDay: \"2019-12-07 11:00:00\",\r\nHours: \"11:00:00 - 11:00:00\",\r\nadultPrice: null,\r\nchildPrice: null,\r\ntoddlerPrice: null,\r\neDescription: \"Get into the holiday spirit at Broadway at the Beach this December with A Very Broadway Christmas Parade!  <br />The shopping, dining and entertainment complex will host the parade beginning at 11 a.m. Saturday, Dec. 7. After the parade, take care of some Christmas shopping at the unique specialty stores and boutiques of Broadway at the Beach!  <br />  <br />\",\r\nimages: [ ]\r\n},\r\n{\r\nID: \"30\",\r\nName: \"Christmas Movie Trivia\",\r\nAddress: \"1322 Celebrity Cir\",\r\nVenue: \"Dave & Buster’s\",\r\nVenueID: \"0\",\r\nCity: \"Myrtle Beach\",\r\nState: \"SC\",\r\nCountry: \"United States\",\r\nccCode: \"US\",\r\nZip: \"29577\",\r\nLat: \"36.06529\",\r\nLng: \"-95.8604\",\r\nPhone: \"\",\r\nFormattedPhone: \"\",\r\nEmail: \"\",\r\nPrimaryCat: \"110\",\r\nURL: \"\",\r\ntwitter: \"\",\r\nfacebook: \"\",\r\nfacebookUser: \"\",\r\nfacebookName: \"\",\r\nType: \"\",\r\nClaimed: \"no\",\r\nshort_desc: null,\r\ncreated: \"2019-12-18 22:12:45\",\r\nmodified: \"2019-12-18 22:12:45\",\r\nstatus: \"active\",\r\nlocked: \"no\",\r\nevntID: \"23\",\r\nowner_id: null,\r\nmain: \"0\",\r\nmain_id: \"0\",\r\nsubName: \"\",\r\nContact: \"\",\r\nold_email: null,\r\nstartDay: \"2019-12-10 18:00:00\",\r\nendDay: \"2019-12-10 21:00:00\",\r\nHours: \"18:00:00 - 21:00:00\",\r\nadultPrice: null,\r\nchildPrice: null,\r\ntoddlerPrice: null,\r\neDescription: \"Test your Christmas movie knowledge with a special trivia event at Dave & Buster’s at Broadway at the Beach.  <br />Christmas Movie Trivia will be held from 6 to 9 p.m. Dec. 10. The event is free, but you must pre-register through eventbrite for an assigned seat in the trivia area.  <br />Teams can be up to 6 people, and smaller teams may be seated with another team. Food specials available during the event include $2 tacos as well as Happy Hour deals from 4-7 p.m. $2 Coronas are served all day! <br />Contact the Special Events Team at (843) 945-3506 with questions.  <br />  <br />\",\r\nimages: [ ]\r\n}\r\n]"}],"_postman_id":"306727b3-674c-44bf-b7c1-f938478f45b9"},{"name":"Query Events by Term Distance","id":"5a3e51fd-a6ad-4ccb-a7b7-333dfa43f17f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NjM5NzM2NzEsImp0aSI6IklOYlB0VXJsRklqNkJheVJcL2FreUw0V3Y2VDRCakRONzI2V1hzOFYrb3JnPSIsImlzcyI6ImdyYW5kc3RyYW5kYXBpLmNvbSIsImV4cCI6MTY2Mzk3Mzk4MSwiZGF0YSI6eyJ1c2VySWQiOm51bGwsImFwaV9rZXkiOiJKMWlBUElET0NTdzEifX0.xPNGap9tEjm7AZIUFLLAXF02pqMqteuO_-3H1tRsfy4"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1NTY0MTQxODEsImp0aSI6IjVXemQ4dEl6cUNjQ3B4M0xsQUJcLzR0U25oR3pyeVwvaUlcL3EreHErU09CZjA9IiwiaXNzIjoiZ3JhbmRzdHJhbmRhcGkuY29tIiwiZXhwIjoxNTU2NDE0NDkxLCJkYXRhIjp7InVzZXJJZCI6IjMiLCJhcGlfa2V5IjoiSnRyMWNwN250SVkxIn19.jBeIED8UXPc3ZbuwWkmGhOPxX8Nbr05jTpT7xoznvL4","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"https://grandstrandapi.com/api/v1/search/events?lat=33.6841&lng=-78.9898&rad=20&q=Christmas","description":"<p>Latitude and longitude must be used together to trigger the radius system.  The radius triggered will return the results of the events query within a designated radius which is 20 by default. All events resulting by query \"Christmas\" will be returned within 20 miles of the location set in lat and lng.</p>\n","urlObject":{"protocol":"https","path":["api","v1","search","events"],"host":["grandstrandapi","com"],"query":[{"key":"lat","value":"33.6841"},{"key":"lng","value":"-78.9898"},{"key":"rad","value":"20"},{"key":"q","value":"Christmas"},{"disabled":true,"description":{"content":"<p>Start records at nn. This will begin the results starting with record nn and will produce 20 records from that point. Needed for pagination.</p>\n","type":"text/plain"},"key":"st","value":"20"},{"disabled":true,"description":{"content":"<p>Sets the number of records per page if you desire less. Defaults to the max of 20.</p>\n","type":"text/plain"},"key":"pp","value":"5"},{"disabled":true,"description":{"content":"<p>TODO! Toggle the pop parameter with pop=1 to display the highest ranked items within the radius first overriding the sort by distance that may be being passed.  Not often used since not using lat/lng does pretty much the same thing.</p>\n","type":"text/plain"},"key":"pop","value":"0"}],"variable":[]}},"response":[{"id":"3322d21d-f2e7-4a9b-a591-1bf8ebb0221f","name":"Query Events by Term Distance","originalRequest":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1NTY0MTQxODEsImp0aSI6IjVXemQ4dEl6cUNjQ3B4M0xsQUJcLzR0U25oR3pyeVwvaUlcL3EreHErU09CZjA9IiwiaXNzIjoiZ3JhbmRzdHJhbmRhcGkuY29tIiwiZXhwIjoxNTU2NDE0NDkxLCJkYXRhIjp7InVzZXJJZCI6IjMiLCJhcGlfa2V5IjoiSnRyMWNwN250SVkxIn19.jBeIED8UXPc3ZbuwWkmGhOPxX8Nbr05jTpT7xoznvL4"}],"url":{"raw":"https://grandstrandapi.com/api/v1/search/places?lat=33.6841&lng=-78.9898&rad=20&q=Christmas","protocol":"https","host":["grandstrandapi","com"],"path":["api","v1","search","places"],"query":[{"key":"lat","value":"33.6841"},{"key":"lng","value":"-78.9898"},{"key":"rad","value":"20"},{"key":"q","value":"Christmas"},{"description":"Start records at nn. This will begin the results starting with record nn and will produce 20 records from that point. Needed for pagination.","key":"st","value":"20","disabled":true},{"description":"Sets the number of records per page if you desire less. Defaults to the max of 20.","key":"pp","value":"5","disabled":true},{"key":"pop","value":"0","description":"TODO! Toggle the pop parameter with pop=1 to display the highest ranked items within the radius first overriding the sort by distance that may be being passed.  Not often used since not using lat/lng does pretty much the same thing.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 28 Apr 2019 14:21:00 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.2.17"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, Authorization, Content-Type"},{"key":"Vary","value":"Authorization,Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"873"},{"key":"Keep-Alive","value":"timeout=5, max=98"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[ \r\n{\r\nID: \"10\",\r\nName: \"Intracoastal Christmas Regatta\",\r\nAddress: \"1525 13th Ave N\",\r\nVenue: \"The Marina at Dock Holidays\",\r\nVenueID: \"2330\",\r\nCity: \"North Myrtle Beach\",\r\nState: \"SC\",\r\nCountry: \"United States\",\r\nccCode: \"US\",\r\nZip: \"29582\",\r\nLat: \"33.84232\",\r\nLng: \"-78.6678\",\r\nPhone: \"\",\r\nFormattedPhone: \"\",\r\nEmail: \"\",\r\nPrimaryCat: \"941\",\r\nURL: \"\",\r\ntwitter: \"\",\r\nfacebook: \"\",\r\nfacebookUser: \"\",\r\nfacebookName: \"\",\r\nType: \"\",\r\nClaimed: \"no\",\r\nshort_desc: null,\r\ncreated: \"2019-12-18 22:12:27\",\r\nmodified: \"2019-12-18 22:12:27\",\r\nstatus: \"active\",\r\nlocked: \"no\",\r\nevntID: \"8\",\r\nowner_id: null,\r\nmain: \"0\",\r\nmain_id: \"0\",\r\nsubName: \"\",\r\nContact: \"\",\r\nold_email: null,\r\nstartDay: \"2019-11-30 17:00:00\",\r\nendDay: \"2019-11-30 17:00:00\",\r\nHours: \"17:00:00 - 17:00:00\",\r\nadultPrice: null,\r\nchildPrice: null,\r\ntoddlerPrice: null,\r\neDescription: \"The annual Intracoastal Christmas Regatta will be held the Saturday after Thanksgiving. The parade begins around 5 p.m. at the Little River Inlet and winds south to Dock Holidays Marina by 7 p.m.  <br />Spectators can catch the regatta at many points along the waterway. Best viewing spots are:  <br /><br />Patio’s<br /><br /><br />Key West Crazy<br /><br /><br />Crab Catchers<br /><br /><br />Cricket Cove Marina<br /><br /><br />Snooky’s<br />Officer’s Club<br /><br /><br />Anchor Marina<br /><br /><br />Captain Archie’s<br /><br /><br />Filet’s<br /><br /><br />Boardwalk Billy’s<br /><br /><br />NMB RV Resort & Marina<br /><br />In addition to being a festive kickoff to the holiday season, the Intracoastal Christmas Regatta is also a fundraiser. Toy and/or monetary donations can be made to Yachts for Tot to provide Christmas presents and other needs for children in the area.  <br />Visit the website to sign up your boat for the fun parade. <br />\",\r\nimages: [ ]\r\n},\r\n{\r\nID: \"15\",\r\nName: \"Town of Surfside Beach Christmas Tree Lighting\",\r\nAddress: \"115 U.S. 17 Business\",\r\nVenue: \"Surfside Beach Town Hall\",\r\nVenueID: \"2771\",\r\nCity: \"Surfside Beach\",\r\nState: \"SC\",\r\nCountry: \"United States\",\r\nccCode: \"US\",\r\nZip: \"29575\",\r\nLat: \"33.61261\",\r\nLng: \"-78.9803\",\r\nPhone: \"\",\r\nFormattedPhone: \"\",\r\nEmail: \"\",\r\nPrimaryCat: \"110\",\r\nURL: \"\",\r\ntwitter: \"\",\r\nfacebook: \"\",\r\nfacebookUser: \"\",\r\nfacebookName: \"\",\r\nType: \"\",\r\nClaimed: \"no\",\r\nshort_desc: null,\r\ncreated: \"2019-12-18 22:12:33\",\r\nmodified: \"2019-12-18 22:12:33\",\r\nstatus: \"active\",\r\nlocked: \"no\",\r\nevntID: \"13\",\r\nowner_id: null,\r\nmain: \"0\",\r\nmain_id: \"0\",\r\nsubName: \"\",\r\nContact: \"\",\r\nold_email: null,\r\nstartDay: \"2019-12-05 18:00:00\",\r\nendDay: \"2019-12-05 20:00:00\",\r\nHours: \"18:00:00 - 20:00:00\",\r\nadultPrice: null,\r\nchildPrice: null,\r\ntoddlerPrice: null,\r\neDescription: \"Head down to the family beach, Surfside Beach, for the annual Christmas Tree Lighting in front of Town Hall. The event features music and a visit from a certain jolly elf.  <br />  <br />\",\r\nimages: [ ]\r\n},\r\n{\r\nID: \"18\",\r\nName: \"A Very Broadway Christmas Parade\",\r\nAddress: \"\",\r\nVenue: \"\",\r\nVenueID: \"0\",\r\nCity: \"Myrtle Beach\",\r\nState: \"SC\",\r\nCountry: \"United States\",\r\nccCode: \"US\",\r\nZip: \"\",\r\nLat: \"33.68906\",\r\nLng: \"-78.8866\",\r\nPhone: \"\",\r\nFormattedPhone: \"\",\r\nEmail: \"\",\r\nPrimaryCat: \"1057\",\r\nURL: \"\",\r\ntwitter: \"\",\r\nfacebook: \"\",\r\nfacebookUser: \"\",\r\nfacebookName: \"\",\r\nType: \"\",\r\nClaimed: \"no\",\r\nshort_desc: null,\r\ncreated: \"2019-12-18 22:12:36\",\r\nmodified: \"2019-12-18 22:12:36\",\r\nstatus: \"active\",\r\nlocked: \"no\",\r\nevntID: \"15\",\r\nowner_id: null,\r\nmain: \"0\",\r\nmain_id: \"0\",\r\nsubName: \"\",\r\nContact: \"\",\r\nold_email: null,\r\nstartDay: \"2019-12-07 11:00:00\",\r\nendDay: \"2019-12-07 11:00:00\",\r\nHours: \"11:00:00 - 11:00:00\",\r\nadultPrice: null,\r\nchildPrice: null,\r\ntoddlerPrice: null,\r\neDescription: \"Get into the holiday spirit at Broadway at the Beach this December with A Very Broadway Christmas Parade!  <br />The shopping, dining and entertainment complex will host the parade beginning at 11 a.m. Saturday, Dec. 7. After the parade, take care of some Christmas shopping at the unique specialty stores and boutiques of Broadway at the Beach!  <br />  <br />\",\r\nimages: [ ]\r\n},\r\n{\r\nID: \"30\",\r\nName: \"Christmas Movie Trivia\",\r\nAddress: \"1322 Celebrity Cir\",\r\nVenue: \"Dave & Buster’s\",\r\nVenueID: \"0\",\r\nCity: \"Myrtle Beach\",\r\nState: \"SC\",\r\nCountry: \"United States\",\r\nccCode: \"US\",\r\nZip: \"29577\",\r\nLat: \"36.06529\",\r\nLng: \"-95.8604\",\r\nPhone: \"\",\r\nFormattedPhone: \"\",\r\nEmail: \"\",\r\nPrimaryCat: \"110\",\r\nURL: \"\",\r\ntwitter: \"\",\r\nfacebook: \"\",\r\nfacebookUser: \"\",\r\nfacebookName: \"\",\r\nType: \"\",\r\nClaimed: \"no\",\r\nshort_desc: null,\r\ncreated: \"2019-12-18 22:12:45\",\r\nmodified: \"2019-12-18 22:12:45\",\r\nstatus: \"active\",\r\nlocked: \"no\",\r\nevntID: \"23\",\r\nowner_id: null,\r\nmain: \"0\",\r\nmain_id: \"0\",\r\nsubName: \"\",\r\nContact: \"\",\r\nold_email: null,\r\nstartDay: \"2019-12-10 18:00:00\",\r\nendDay: \"2019-12-10 21:00:00\",\r\nHours: \"18:00:00 - 21:00:00\",\r\nadultPrice: null,\r\nchildPrice: null,\r\ntoddlerPrice: null,\r\neDescription: \"Test your Christmas movie knowledge with a special trivia event at Dave & Buster’s at Broadway at the Beach.  <br />Christmas Movie Trivia will be held from 6 to 9 p.m. Dec. 10. The event is free, but you must pre-register through eventbrite for an assigned seat in the trivia area.  <br />Teams can be up to 6 people, and smaller teams may be seated with another team. Food specials available during the event include $2 tacos as well as Happy Hour deals from 4-7 p.m. $2 Coronas are served all day! <br />Contact the Special Events Team at (843) 945-3506 with questions.  <br />  <br />\",\r\nimages: [ ]\r\n}\r\n]"}],"_postman_id":"5a3e51fd-a6ad-4ccb-a7b7-333dfa43f17f"}],"id":"587de29b-7418-4d5f-bd21-4823064ce018","description":"<p>The search component searches for listings with the search term query within the name or listings tagged with the search term.</p>\n<p>By default the sort order uses our points matrix which calculates ranking, votes and other review criteria. In the end the result looks pretty close to sort by ranking.</p>\n<p><a href=\"https://grandstrandapi.com/api/v1/search/places?q=TERM\">https://grandstrandapi.com/api/v1/search/places?q=TERM</a></p>\n<p>Searches the places listings for all places with a name similar to “TERM”. Please note search terms must be 4 characters or longer</p>\n<p>st=n (start at record) and pp=n (per page) can be used for pagination starting at record n and displaying n records per page.</p>\n<p>des=1 will trigger the description info. Short descriptions are returned on the /search/places/ endpoint and short and long will return on the /search/places/detail endpoint.  Same for /search/events/ endpoints.</p>\n<p>med=1 will trigger the media info. Primary image or a default image are returned on the /search/places/ and /search/places/detail/ endpoints using a value of 1. All imagery available will be returned on the /search/places/detail/ endpoint if the value of 2 is passed. Same for /search/events/ endpoints.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NjM5NzM2NzEsImp0aSI6IklOYlB0VXJsRklqNkJheVJcL2FreUw0V3Y2VDRCakRONzI2V1hzOFYrb3JnPSIsImlzcyI6ImdyYW5kc3RyYW5kYXBpLmNvbSIsImV4cCI6MTY2Mzk3Mzk4MSwiZGF0YSI6eyJ1c2VySWQiOm51bGwsImFwaV9rZXkiOiJKMWlBUElET0NTdzEifX0.xPNGap9tEjm7AZIUFLLAXF02pqMqteuO_-3H1tRsfy4"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"046e4000-aa62-47ea-935b-f93efe169e41","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"22d3e195-e594-46cf-9974-f2b6da56d27b","type":"text/javascript","exec":[""]}}],"_postman_id":"587de29b-7418-4d5f-bd21-4823064ce018"},{"name":"Events Component ","item":[{"name":"Request Event Categories","id":"ded8e61b-a19e-4435-8005-5f1f6af2cd00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NjM5NzM2NzEsImp0aSI6IklOYlB0VXJsRklqNkJheVJcL2FreUw0V3Y2VDRCakRONzI2V1hzOFYrb3JnPSIsImlzcyI6ImdyYW5kc3RyYW5kYXBpLmNvbSIsImV4cCI6MTY2Mzk3Mzk4MSwiZGF0YSI6eyJ1c2VySWQiOm51bGwsImFwaV9rZXkiOiJKMWlBUElET0NTdzEifX0.xPNGap9tEjm7AZIUFLLAXF02pqMqteuO_-3H1tRsfy4"}]},"isInherited":false},"method":"GET","header":[],"url":"https://grandstrandapi.com/api/v1/category/105/","description":"<p>Returns the base \"Events\" category (ID of 105) in JSON format along with the main categories just below it. This is top of the Event categories heirarchy and is only recommended for displaying the main categories. </p>\n<p>To get the populated subcategories beneath the \"Events\" heirarchy top use the main categories. i.e. \"Community &amp; Culture with ID of 947\". Then query the events within using the ID and the /events/ endpoint.</p>\n<p>An example of requesting the subcategories of a main Events Category is found to the right.  Use the pull down and select \"Request Event Subcategories\".</p>\n","urlObject":{"protocol":"https","path":["api","v1","category","105",""],"host":["grandstrandapi","com"],"query":[],"variable":[]}},"response":[{"id":"713307cc-bbe6-49ce-8fb6-9b0e45581fa2","name":"Request Event Subcategories","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1NTY0MTQxODEsImp0aSI6IjVXemQ4dEl6cUNjQ3B4M0xsQUJcLzR0U25oR3pyeVwvaUlcL3EreHErU09CZjA9IiwiaXNzIjoiZ3JhbmRzdHJhbmRhcGkuY29tIiwiZXhwIjoxNTU2NDE0NDkxLCJkYXRhIjp7InVzZXJJZCI6IjMiLCJhcGlfa2V5IjoiSnRyMWNwN250SVkxIn19.jBeIED8UXPc3ZbuwWkmGhOPxX8Nbr05jTpT7xoznvL4","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"https://grandstrandapi.com/api/v1/category/947/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 28 Apr 2019 15:24:30 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.2.17"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, Authorization, Content-Type"},{"key":"Vary","value":"Authorization,Accept-Encoding"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"403"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"category_info\": [\n        {\n            \"id\": \"947\",\n            \"name\": \"Community & Culture\",\n            \"plural\": \"Community & Culture\",\n            \"pid\": \"105\",\n            \"subcats\": 14,\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        }\n    ],\n    \"subcategories\": [\n        {\n            \"id\": \"950\",\n            \"name\": \"City/Town\",\n            \"plural\": \"City/Town\",\n            \"pid\": \"947\",\n            \"subcats\": \"0\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        },\n        {\n            \"id\": \"949\",\n            \"name\": \"County\",\n            \"plural\": \"County\",\n            \"pid\": \"947\",\n            \"subcats\": \"0\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        },\n        {\n            \"id\": \"109\",\n            \"name\": \"Festival\",\n            \"plural\": \"Festivals\",\n            \"pid\": \"947\",\n            \"subcats\": \"0\",\n            \"places\": \"0\",\n            \"created\": \"2018-06-05 09:45:39\",\n            \"modified\": \"2018-06-05 09:45:39\"\n        },\n        {\n            \"id\": \"954\",\n            \"name\": \"Heritage\",\n            \"plural\": \"Heritage\",\n            \"pid\": \"947\",\n            \"subcats\": \"0\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        },\n        {\n            \"id\": \"957\",\n            \"name\": \"Historic\",\n            \"plural\": \"Historic\",\n            \"pid\": \"947\",\n            \"subcats\": \"0\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        },\n        {\n            \"id\": \"956\",\n            \"name\": \"Language\",\n            \"plural\": \"Language\",\n            \"pid\": \"947\",\n            \"subcats\": \"0\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        },\n        {\n            \"id\": \"951\",\n            \"name\": \"LGBT\",\n            \"plural\": \"LGBT\",\n            \"pid\": \"947\",\n            \"subcats\": \"0\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        },\n        {\n            \"id\": \"952\",\n            \"name\": \"Medieval\",\n            \"plural\": \"Medieval\",\n            \"pid\": \"947\",\n            \"subcats\": \"0\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        },\n        {\n            \"id\": \"110\",\n            \"name\": \"Music Festival\",\n            \"plural\": \"Music Festivals\",\n            \"pid\": \"947\",\n            \"subcats\": \"19\",\n            \"places\": \"0\",\n            \"created\": \"2018-06-05 09:45:39\",\n            \"modified\": \"2018-06-05 09:45:39\"\n        },\n        {\n            \"id\": \"955\",\n            \"name\": \"Nationality\",\n            \"plural\": \"Nationality\",\n            \"pid\": \"947\",\n            \"subcats\": \"0\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        },\n        {\n            \"id\": \"958\",\n            \"name\": \"Other\",\n            \"plural\": \"Other\",\n            \"pid\": \"947\",\n            \"subcats\": \"0\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        },\n        {\n            \"id\": \"953\",\n            \"name\": \"Renaissance\",\n            \"plural\": \"Renaissance\",\n            \"pid\": \"947\",\n            \"subcats\": \"0\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        },\n        {\n            \"id\": \"948\",\n            \"name\": \"State\",\n            \"plural\": \"State\",\n            \"pid\": \"947\",\n            \"subcats\": \"0\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        },\n        {\n            \"id\": \"114\",\n            \"name\": \"Street Fair\",\n            \"plural\": \"Street Fairs\",\n            \"pid\": \"947\",\n            \"subcats\": \"0\",\n            \"places\": \"0\",\n            \"created\": \"2018-06-05 09:45:39\",\n            \"modified\": \"2018-06-05 09:45:39\"\n        }\n    ]\n}"},{"id":"75c56f0a-38be-46f5-9830-78bfdf834ebb","name":"Request Events Categories","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1NTY0MTQxODEsImp0aSI6IjVXemQ4dEl6cUNjQ3B4M0xsQUJcLzR0U25oR3pyeVwvaUlcL3EreHErU09CZjA9IiwiaXNzIjoiZ3JhbmRzdHJhbmRhcGkuY29tIiwiZXhwIjoxNTU2NDE0NDkxLCJkYXRhIjp7InVzZXJJZCI6IjMiLCJhcGlfa2V5IjoiSnRyMWNwN250SVkxIn19.jBeIED8UXPc3ZbuwWkmGhOPxX8Nbr05jTpT7xoznvL4","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"https://grandstrandapi.com/api/v1/category/105/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 28 Apr 2019 15:20:39 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.2.17"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, Authorization, Content-Type"},{"key":"Vary","value":"Authorization,Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"697"},{"key":"Keep-Alive","value":"timeout=5, max=98"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"category_info\": [\n        {\n            \"id\": \"105\",\n            \"name\": \"Event\",\n            \"plural\": \"Events\",\n            \"pid\": \"1\",\n            \"subcats\": 21,\n            \"places\": \"1\",\n            \"created\": \"2018-05-10 21:43:55\",\n            \"modified\": \"2018-05-10 21:43:55\"\n        }\n    ],\n    \"subcategories\": [\n        {\n            \"id\": \"1101\",\n            \"name\": \"Auto, Boat & Air\",\n            \"plural\": \"Auto, Boat & Air\",\n            \"pid\": \"105\",\n            \"subcats\": \"5\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        },\n        {\n            \"id\": \"928\",\n            \"name\": \"Business/Professional\",\n            \"plural\": \"Business/Professional\",\n            \"pid\": \"105\",\n            \"subcats\": \"13\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        },\n        {\n            \"id\": \"1036\",\n            \"name\": \"Charity & Causes\",\n            \"plural\": \"Charity & Causes\",\n            \"pid\": \"105\",\n            \"subcats\": \"9\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        },\n        {\n            \"id\": \"947\",\n            \"name\": \"Community & Culture\",\n            \"plural\": \"Community & Culture\",\n            \"pid\": \"105\",\n            \"subcats\": \"14\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        },\n        {\n            \"id\": \"108\",\n            \"name\": \"Convention\",\n            \"plural\": \"Conventions\",\n            \"pid\": \"105\",\n            \"subcats\": \"0\",\n            \"places\": \"0\",\n            \"created\": \"2018-06-05 09:45:39\",\n            \"modified\": \"2018-06-05 09:45:39\"\n        },\n        {\n            \"id\": \"1057\",\n            \"name\": \"Family & Education\",\n            \"plural\": \"Family & Education\",\n            \"pid\": \"105\",\n            \"subcats\": \"9\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        },\n        {\n            \"id\": \"1090\",\n            \"name\": \"Fashion & Beauty\",\n            \"plural\": \"Fashion & Beauty\",\n            \"pid\": \"105\",\n            \"subcats\": \"5\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        },\n        {\n            \"id\": \"975\",\n            \"name\": \"Film/Media\",\n            \"plural\": \"Film/Media\",\n            \"pid\": \"105\",\n            \"subcats\": \"8\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        },\n        {\n            \"id\": \"941\",\n            \"name\": \"Food & Drink\",\n            \"plural\": \"Food & Drink\",\n            \"pid\": \"105\",\n            \"subcats\": \"6\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        },\n        {\n            \"id\": \"1078\",\n            \"name\": \"Government & Politics\",\n            \"plural\": \"Government & Politics\",\n            \"pid\": \"105\",\n            \"subcats\": \"11\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        },\n        {\n            \"id\": \"1012\",\n            \"name\": \"Health & Wellness\",\n            \"plural\": \"Health & Wellness\",\n            \"pid\": \"105\",\n            \"subcats\": \"6\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        },\n        {\n            \"id\": \"1107\",\n            \"name\": \"Hobbies & Special Interest\",\n            \"plural\": \"Hobbies & Special Interest\",\n            \"pid\": \"105\",\n            \"subcats\": \"9\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        },\n        {\n            \"id\": \"1096\",\n            \"name\": \"Home & Lifestyle\",\n            \"plural\": \"Home & Lifestyle\",\n            \"pid\": \"105\",\n            \"subcats\": \"4\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        },\n        {\n            \"id\": \"111\",\n            \"name\": \"Other Event\",\n            \"plural\": \"Other Events\",\n            \"pid\": \"105\",\n            \"subcats\": \"0\",\n            \"places\": \"2\",\n            \"created\": \"2018-05-10 21:43:55\",\n            \"modified\": \"2018-05-10 21:43:55\"\n        },\n        {\n            \"id\": \"959\",\n            \"name\": \"Performing/Visual Arts\",\n            \"plural\": \"Performing/Visual Arts\",\n            \"pid\": \"105\",\n            \"subcats\": \"15\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        },\n        {\n            \"id\": \"1046\",\n            \"name\": \"Religion & Spirituality\",\n            \"plural\": \"Religion & Spirituality\",\n            \"pid\": \"105\",\n            \"subcats\": \"10\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        },\n        {\n            \"id\": \"1118\",\n            \"name\": \"School Activities\",\n            \"plural\": \"School Activities\",\n            \"pid\": \"105\",\n            \"subcats\": \"6\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        },\n        {\n            \"id\": \"1019\",\n            \"name\": \"Science & Technology\",\n            \"plural\": \"Science & Technology\",\n            \"pid\": \"105\",\n            \"subcats\": \"8\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        },\n        {\n            \"id\": \"1067\",\n            \"name\": \"Seasonal & Holiday\",\n            \"plural\": \"Seasonal & Holiday\",\n            \"pid\": \"105\",\n            \"subcats\": \"11\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        },\n        {\n            \"id\": \"106\",\n            \"name\": \"Sport Event\",\n            \"plural\": \"Sport Events\",\n            \"pid\": \"105\",\n            \"subcats\": \"28\",\n            \"places\": \"0\",\n            \"created\": \"2018-06-05 09:45:39\",\n            \"modified\": \"2018-06-05 09:45:39\"\n        },\n        {\n            \"id\": \"1028\",\n            \"name\": \"Travel & Outdoor\",\n            \"plural\": \"Travel & Outdoor\",\n            \"pid\": \"105\",\n            \"subcats\": \"7\",\n            \"places\": \"0\",\n            \"created\": \"2019-04-13 10:09:23\",\n            \"modified\": \"2019-04-13 10:09:23\"\n        }\n    ]\n}"}],"_postman_id":"ded8e61b-a19e-4435-8005-5f1f6af2cd00"},{"name":"Request Events Within Category","id":"cde14240-c0d1-4a2c-a3df-7260f9e9384b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NjM5NzM2NzEsImp0aSI6IklOYlB0VXJsRklqNkJheVJcL2FreUw0V3Y2VDRCakRONzI2V1hzOFYrb3JnPSIsImlzcyI6ImdyYW5kc3RyYW5kYXBpLmNvbSIsImV4cCI6MTY2Mzk3Mzk4MSwiZGF0YSI6eyJ1c2VySWQiOm51bGwsImFwaV9rZXkiOiJKMWlBUElET0NTdzEifX0.xPNGap9tEjm7AZIUFLLAXF02pqMqteuO_-3H1tRsfy4"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1NTY0MTQxODEsImp0aSI6IjVXemQ4dEl6cUNjQ3B4M0xsQUJcLzR0U25oR3pyeVwvaUlcL3EreHErU09CZjA9IiwiaXNzIjoiZ3JhbmRzdHJhbmRhcGkuY29tIiwiZXhwIjoxNTU2NDE0NDkxLCJkYXRhIjp7InVzZXJJZCI6IjMiLCJhcGlfa2V5IjoiSnRyMWNwN250SVkxIn19.jBeIED8UXPc3ZbuwWkmGhOPxX8Nbr05jTpT7xoznvL4","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"https://grandstrandapi.com/api/v1/events/110/","description":"<p>Returns the default results of the events component with no extra parameters (limited to 20). In the case here events within category with ID 110 (Live Music / Concerts) is requested.</p>\n","urlObject":{"protocol":"https","path":["api","v1","events","110",""],"host":["grandstrandapi","com"],"query":[],"variable":[]}},"response":[{"id":"2b5667f8-6403-4641-91f0-71287957eeb6","name":"Request Events Within Category","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1NTY0MTQxODEsImp0aSI6IjVXemQ4dEl6cUNjQ3B4M0xsQUJcLzR0U25oR3pyeVwvaUlcL3EreHErU09CZjA9IiwiaXNzIjoiZ3JhbmRzdHJhbmRhcGkuY29tIiwiZXhwIjoxNTU2NDE0NDkxLCJkYXRhIjp7InVzZXJJZCI6IjMiLCJhcGlfa2V5IjoiSnRyMWNwN250SVkxIn19.jBeIED8UXPc3ZbuwWkmGhOPxX8Nbr05jTpT7xoznvL4","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"https://grandstrandapi.com/api/v1/events/110/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Mar 2020 20:56:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"48"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.29"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, Authorization, Content-Type"},{"key":"Vary","value":"Authorization,Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"57c4bc8aaffbf351-ATL"},{"key":"alt-svc","value":"h3-27=\":443\"; ma=86400, h3-25=\":443\"; ma=86400, h3-24=\":443\"; ma=86400, h3-23=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\r\nevents: [\r\n{\r\nschd_id: \"70\",\r\nmain_id: \"51\",\r\nis_main: \"0\",\r\nname: \"NYE at Margaritaville\",\r\nsubname: \"\",\r\nphone: \"\",\r\nfphone: \"\",\r\nstartday: \"2019-12-31 21:00:00\",\r\nendday: \"2019-12-31 21:00:00\",\r\nhours: \"21:00:00 - 21:00:00\",\r\nadultprice: null,\r\nchildprice: null,\r\ntoddlerprice: null,\r\ntagline: null,\r\nedescription: \"Margaritaville at Broadway at the Beach will host a family-friendly New Year’s Eve party starting at  p.m. Dec. 31. The bash includes live entertainment by the Paul Grimshaw Band, siltwalkers, midnight margarita shooter and party favors. Admission is $10 for ages 13 and up. Admission is free for children 12 and younger; entry fee waived with purchase of any retail apparel on 12/31.  <br />  <br />  <br />  <br />\",\r\naddress: \"1114 Celebrity Cir\",\r\nvenue: \"Margaritaville Restaurant Myrtle Beach\",\r\nvenue_id: \"0\",\r\ncity: \"Myrtle Beach\",\r\nstate: \"SC\",\r\ncountry: \"United States\",\r\ncc_code: \"US\",\r\nzip: \"29577\",\r\nlat: \"33.71538\",\r\nlng: \"-78.8766\",\r\nprimary_cat: \"110\",\r\nwebsite: \"\",\r\ndistance: \"0.925\"\r\n},\r\n{\r\nschd_id: \"52\",\r\nmain_id: \"35\",\r\nis_main: \"0\",\r\nname: \"Eli Young Band\",\r\nsubname: \"\",\r\nphone: \"\",\r\nfphone: \"\",\r\nstartday: \"2019-12-21 19:00:00\",\r\nendday: \"2019-12-21 23:00:00\",\r\nhours: \"19:00:00 - 23:00:00\",\r\nadultprice: null,\r\nchildprice: null,\r\ntoddlerprice: null,\r\ntagline: null,\r\nedescription: \"The Eli Young Band makes a stop at the House of Blues in North Myrtle Beach this December, bringing their unique soulful country sound. The band prides itself on its live performances — perfected in tours from coast to coast in venues of all sizes over the past nearly 20 years.  <br />Hits include “Crazy Girl,” “Drunk Last Night,” and “Even If It Breaks Your Heart.”  <br />Doors open at 7 p.m. and the show starts at 8 p.m. Fans can Pass the Line by buying $25 worth of merch in the Gear Shop.  <br />\",\r\naddress: \"\",\r\nvenue: \"\",\r\nvenue_id: \"0\",\r\ncity: \"Eli Young Band\",\r\nstate: \"SC\",\r\ncountry: \"United States\",\r\ncc_code: \"US\",\r\nzip: \"\",\r\nlat: \"33.68906\",\r\nlng: \"-78.8866\",\r\nprimary_cat: \"941\",\r\nwebsite: \"\",\r\ndistance: \"0.983\"\r\n},\r\n{\r\nschd_id: \"2\",\r\nmain_id: \"2\",\r\nis_main: \"0\",\r\nname: \"Thanksgiving Eve at Tin Roof\",\r\nsubname: \"\",\r\nphone: \"\",\r\nfphone: \"\",\r\nstartday: \"2019-11-27 22:00:00\",\r\nendday: \"2019-11-27 22:00:00\",\r\nhours: \"22:00:00 - 22:00:00\",\r\nadultprice: null,\r\nchildprice: null,\r\ntoddlerprice: null,\r\ntagline: null,\r\nedescription: \"If your family drives you to drink, get a jump on the holiday with Thanksgiving Eve at Tin Roof where they shoot Fireball, not turkeys! <br />The Thanksgiving Eve Bash starts at 10 p.m. with live music from Phillip Michael Parsons. Parsons is a high-energy country singer/songwriter with musical influences from Dierks Bentley, Brothers Osborne, George Strait and Chris Stapleton.  <br />  <br />\",\r\naddress: \"\",\r\nvenue: \"\",\r\nvenue_id: \"0\",\r\ncity: \"Myrtle Beach\",\r\nstate: \"SC\",\r\ncountry: \"United States\",\r\ncc_code: \"US\",\r\nzip: \"\",\r\nlat: \"33.68906\",\r\nlng: \"-78.8866\",\r\nprimary_cat: \"110\",\r\nwebsite: \"\",\r\ndistance: \"0.983\"\r\n},\r\n{\r\nschd_id: \"60\",\r\nmain_id: \"41\",\r\nis_main: \"0\",\r\nname: \"Roaring Into the 20s New Yea's Eve Bash at Tin Roof\",\r\nsubname: \"\",\r\nphone: \"\",\r\nfphone: \"\",\r\nstartday: \"2019-12-31 18:00:00\",\r\nendday: \"2019-12-31 18:00:00\",\r\nhours: \"18:00:00 - 18:00:00\",\r\nadultprice: null,\r\nchildprice: null,\r\ntoddlerprice: null,\r\ntagline: null,\r\nedescription: \"Join Myrtle Beach’s biggest NYE party at Tin Roof on the oceanfront in the heart of the Grand Strand. Come dressed up to celebrate the new roaring 20s!  <br />The celebration includes live music, DJs, multiple bars, complimentary champagne toast at midnight, a confetti cannon and a buffet.  <br />VIP packages are available and include rooftop table seating, full bottles of champagne and appetizers. The buffet will be served from 6 to 9 p.m.  <br />General admission is $10; buffet is $25 and includes all-night entry. VIP packages start at $40. 21+ <br />\",\r\naddress: \"\",\r\nvenue: \"\",\r\nvenue_id: \"0\",\r\ncity: \"Myrtle Beach\",\r\nstate: \"SC\",\r\ncountry: \"United States\",\r\ncc_code: \"US\",\r\nzip: \"\",\r\nlat: \"33.68906\",\r\nlng: \"-78.8866\",\r\nprimary_cat: \"110\",\r\nwebsite: \"\",\r\ndistance: \"0.983\"\r\n},\r\n{\r\nschd_id: \"74\",\r\nmain_id: \"94\",\r\nis_main: \"0\",\r\nname: \"Roaring Into the 20s New Year's Eve Bash at Tin Roof\",\r\nsubname: \"\",\r\nphone: \"\",\r\nfphone: \"\",\r\nstartday: \"2019-12-31 18:00:00\",\r\nendday: \"2019-12-31 18:00:00\",\r\nhours: \"18:00:00 - 18:00:00\",\r\nadultprice: null,\r\nchildprice: null,\r\ntoddlerprice: null,\r\ntagline: null,\r\nedescription: \"Join Myrtle Beach’s biggest NYE party at Tin Roof on the oceanfront in the heart of the Grand Strand. Come dressed up to celebrate the new roaring 20s!  <br />The celebration includes live music, DJs, multiple bars, complimentary champagne toast at midnight, a confetti cannon and a buffet.  <br />VIP packages are available and include rooftop table seating, full bottles of champagne and appetizers. The buffet will be served from 6 to 9 p.m.  <br />General admission is $10; buffet is $25 and includes all-night entry. VIP packages start at $40. 21+ <br />\",\r\naddress: \"\",\r\nvenue: \"\",\r\nvenue_id: \"0\",\r\ncity: \"Myrtle Beach\",\r\nstate: \"SC\",\r\ncountry: \"United States\",\r\ncc_code: \"US\",\r\nzip: \"\",\r\nlat: \"33.68906\",\r\nlng: \"-78.8866\",\r\nprimary_cat: \"110\",\r\nwebsite: \"\",\r\ndistance: \"0.983\"\r\n},\r\n{\r\nschd_id: \"40\",\r\nmain_id: \"29\",\r\nis_main: \"0\",\r\nname: \"Pets Light Up Our Lives\",\r\nsubname: \"\",\r\nphone: \"\",\r\nfphone: \"\",\r\nstartday: \"2019-12-14 18:30:00\",\r\nendday: \"2019-12-14 18:30:00\",\r\nhours: \"18:30:00 - 18:30:00\",\r\nadultprice: null,\r\nchildprice: null,\r\ntoddlerprice: null,\r\ntagline: null,\r\nedescription: \"Celebrate the Christmas season along with man’s love for his best friend at Barefoot Landing for the North Myrtle Beach Humane Society’s Pets Light Up Our Lives event.  <br />Pets are welcome but not required for this night of Christmas music, refreshments, gift basket raffles and a blessing of the animals beginning at 6:30 p.m. at Dockside Village Amphitheater.  <br />Purchase a light from the North Myrtle Beach Humane Society to honor a beloved pet for $10 before the event to be included in the program. Red lights represent pets still with us, white for those we’ve lost, and blue for the animals still awaiting forever homes in the shelter. The tree will be lit during the event.  <br />The event benefits the North Myrtle Beach Humane Society. All pets in attendance will receive a gift!  <br />\",\r\naddress: \"\",\r\nvenue: \"\",\r\nvenue_id: \"0\",\r\ncity: \"Myrtle Beach\",\r\nstate: \"SC\",\r\ncountry: \"United States\",\r\ncc_code: \"US\",\r\nzip: \"\",\r\nlat: \"33.68906\",\r\nlng: \"-78.8866\",\r\nprimary_cat: \"941\",\r\nwebsite: \"\",\r\ndistance: \"0.983\"\r\n}\r\n]\r\n}"}],"_postman_id":"cde14240-c0d1-4a2c-a3df-7260f9e9384b"},{"name":"Request Events by Distance and Date","id":"7b3cc535-e40a-4764-9ea5-f08e64c10dc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NjM5NzM2NzEsImp0aSI6IklOYlB0VXJsRklqNkJheVJcL2FreUw0V3Y2VDRCakRONzI2V1hzOFYrb3JnPSIsImlzcyI6ImdyYW5kc3RyYW5kYXBpLmNvbSIsImV4cCI6MTY2Mzk3Mzk4MSwiZGF0YSI6eyJ1c2VySWQiOm51bGwsImFwaV9rZXkiOiJKMWlBUElET0NTdzEifX0.xPNGap9tEjm7AZIUFLLAXF02pqMqteuO_-3H1tRsfy4"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1NTY0MTQxODEsImp0aSI6IjVXemQ4dEl6cUNjQ3B4M0xsQUJcLzR0U25oR3pyeVwvaUlcL3EreHErU09CZjA9IiwiaXNzIjoiZ3JhbmRzdHJhbmRhcGkuY29tIiwiZXhwIjoxNTU2NDE0NDkxLCJkYXRhIjp7InVzZXJJZCI6IjMiLCJhcGlfa2V5IjoiSnRyMWNwN250SVkxIn19.jBeIED8UXPc3ZbuwWkmGhOPxX8Nbr05jTpT7xoznvL4","type":"text"}],"url":"https://grandstrandapi.com/api/v1/events/?lat=33.6841&lng=-78.9898&rad=20&dateFrom=2018-08-17&dateTo=2019-08-19","urlObject":{"protocol":"https","path":["api","v1","events",""],"host":["grandstrandapi","com"],"query":[{"key":"lat","value":"33.6841"},{"key":"lng","value":"-78.9898"},{"key":"rad","value":"20"},{"key":"dateFrom","value":"2018-08-17"},{"key":"dateTo","value":"2019-08-19"}],"variable":[]}},"response":[{"id":"430c9f83-c151-4f62-911d-eb1930bc75e9","name":"Request Events by Distance and Date","originalRequest":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1NTY0MTQxODEsImp0aSI6IjVXemQ4dEl6cUNjQ3B4M0xsQUJcLzR0U25oR3pyeVwvaUlcL3EreHErU09CZjA9IiwiaXNzIjoiZ3JhbmRzdHJhbmRhcGkuY29tIiwiZXhwIjoxNTU2NDE0NDkxLCJkYXRhIjp7InVzZXJJZCI6IjMiLCJhcGlfa2V5IjoiSnRyMWNwN250SVkxIn19.jBeIED8UXPc3ZbuwWkmGhOPxX8Nbr05jTpT7xoznvL4","type":"text"}],"url":{"raw":"https://grandstrandapi.com/api/v1/events?lat=33.6841&lng=-78.9898&rad=20&dateFrom=2018-08-17&dateTo=2019-08-19","protocol":"https","host":["grandstrandapi","com"],"path":["api","v1","events"],"query":[{"key":"lat","value":"33.6841"},{"key":"lng","value":"-78.9898"},{"key":"rad","value":"20"},{"key":"dateFrom","value":"2018-08-17"},{"key":"dateTo","value":"2019-08-19"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 28 Apr 2019 14:16:35 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.2.17"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, Authorization, Content-Type"},{"key":"Vary","value":"Authorization,Accept-Encoding"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"567"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"events\": [\n        {\n            \"ID\": \"178\",\n            \"main\": \"1\",\n            \"subName\": \"\",\n            \"Contact\": \"John Montgomery\",\n            \"Phone\": \"8439046763\",\n            \"FormattedPhone\": \"(843) 904-6763\",\n            \"startDay\": \"2018-10-27 10:00:00\",\n            \"endDay\": \"2018-10-27 15:00:00\",\n            \"Hours\": \"10:00:00 - 15:00:00\",\n            \"adultPrice\": \"0.00\",\n            \"childPrice\": \"0.00\",\n            \"toddlerPrice\": \"0.00\",\n            \"eDescription\": \"\",\n            \"Name\": \"Surfside Beach Car Show\",\n            \"Address\": \"11 S Ocean Blvd\",\n            \"Venue\": \"Surfside Drive\",\n            \"City\": \"Surfside Beach\",\n            \"State\": \"SC\",\n            \"Country\": \"United States\",\n            \"ccCode\": \"US\",\n            \"Zip\": \"29575\",\n            \"Lat\": \"33.60491\",\n            \"Lng\": \"-78.9718\",\n            \"PrimaryCat\": \"111\",\n            \"URL\": \"\",\n            \"twitter\": \"\",\n            \"facebook\": \"\",\n            \"facebookUser\": \"\",\n            \"facebookName\": \"\",\n            \"short_desc\": \"Registration at 9:00 AM for participants. Trophies awarded at 3:00 PM. Registrants , please bring candy for the kids to \\\\&#34;Trunk or Treat.\\\\&#34; Visitors, come to our free car show featuring classic and modern cars, and have your children trick-or-treat. We will have a DJ and music, and food is available.\",\n            \"distance\": \"5.569\"\n        }\n    ]\n}"}],"_postman_id":"7b3cc535-e40a-4764-9ea5-f08e64c10dc2"}],"id":"00bd617d-5d11-47ec-80da-f02776ac46bb","description":"<p>The events component queries the actual results within an event category depending on various parameters passed.  By default sort order is by the closest date, unless latitude and longitude are used to sort by closest result.</p>\n<p>st=n (start at record) and pp=n (per page) can be used for pagination starting at record n and displaying n records per page.</p>\n<p>des=1 will trigger the description info. Short descriptions are returned on the /events/ endpoint and short and long will return on the /events/detail/ endpoint.</p>\n<p>med=1 will trigger the media info. Primary image or a default image are returned on the /events/ and /events/detail/ endpoints using a value of 1. All imagery available will be returned on the /events/detail/ endpoint if the value of 2 is passed.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NjM5NzM2NzEsImp0aSI6IklOYlB0VXJsRklqNkJheVJcL2FreUw0V3Y2VDRCakRONzI2V1hzOFYrb3JnPSIsImlzcyI6ImdyYW5kc3RyYW5kYXBpLmNvbSIsImV4cCI6MTY2Mzk3Mzk4MSwiZGF0YSI6eyJ1c2VySWQiOm51bGwsImFwaV9rZXkiOiJKMWlBUElET0NTdzEifX0.xPNGap9tEjm7AZIUFLLAXF02pqMqteuO_-3H1tRsfy4"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"9ac3dfee-585e-469a-a679-1bb25e34a9b0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0ffe4032-b3c1-49d5-9fb7-2fa02ce9167d","type":"text/javascript","exec":[""]}}],"_postman_id":"00bd617d-5d11-47ec-80da-f02776ac46bb"},{"name":"Ratings Component","item":[],"id":"2fa6071e-d229-463c-80e7-06bd64914c77","description":"<p>Coming Soon .....</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NjM5NzM2NzEsImp0aSI6IklOYlB0VXJsRklqNkJheVJcL2FreUw0V3Y2VDRCakRONzI2V1hzOFYrb3JnPSIsImlzcyI6ImdyYW5kc3RyYW5kYXBpLmNvbSIsImV4cCI6MTY2Mzk3Mzk4MSwiZGF0YSI6eyJ1c2VySWQiOm51bGwsImFwaV9rZXkiOiJKMWlBUElET0NTdzEifX0.xPNGap9tEjm7AZIUFLLAXF02pqMqteuO_-3H1tRsfy4"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"231da29c-8667-4b46-8015-7e44c2b5b7de","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9478c574-bc68-448f-9342-a31f11c4e9c6","type":"text/javascript","exec":[""]}}],"_postman_id":"2fa6071e-d229-463c-80e7-06bd64914c77"},{"name":"Gas Prices Component","item":[{"name":"Request Gas Prices","id":"701cf4b1-d443-45be-a64b-e2b104675368","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://grandstrandapi.com/api/v1/gas/","description":"<p>Simple request for gas prices sorted by price. Will default to regular type fuel.  To see a sample of using Type=Diesel see the example request to the right in the pull down.</p>\n<p>Sort sort=distance can be used at anytime to find the closest station matching all criteria.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NjM5NzM2NzEsImp0aSI6IklOYlB0VXJsRklqNkJheVJcL2FreUw0V3Y2VDRCakRONzI2V1hzOFYrb3JnPSIsImlzcyI6ImdyYW5kc3RyYW5kYXBpLmNvbSIsImV4cCI6MTY2Mzk3Mzk4MSwiZGF0YSI6eyJ1c2VySWQiOm51bGwsImFwaV9rZXkiOiJKMWlBUElET0NTdzEifX0.xPNGap9tEjm7AZIUFLLAXF02pqMqteuO_-3H1tRsfy4"}]},"isInherited":true,"source":{"_postman_id":"bc4db967-0656-4ddf-a853-de1ba89e653e","id":"bc4db967-0656-4ddf-a853-de1ba89e653e","name":"Gas Prices Component","type":"folder"}},"urlObject":{"protocol":"https","path":["api","v1","gas",""],"host":["grandstrandapi","com"],"query":[],"variable":[]}},"response":[{"id":"199bca6d-b6d4-4746-9bf4-285945cf72a1","name":"Request Gas Prices for Closest Match","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://grandstrandapi.com/api/v1/gas/?lat=33.6841&lng=-78.9898&rad=5&sort=distance","protocol":"https","host":["grandstrandapi","com"],"path":["api","v1","gas",""],"query":[{"key":"lat","value":"33.6841"},{"key":"lng","value":"-78.9898"},{"key":"rad","value":"5"},{"key":"sort","value":"distance"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n\tgas: [\r\n\t\t{\r\n\t\tbizid: null,\r\n\t\tname: \"Grab N Go\",\r\n\t\talias: \"\",\r\n\t\taddress: \"3800 Palmetto Point Blvd\",\r\n\t\tcrossstreet: \"Dry Valley Lp\",\r\n\t\tcity: \"Socastee\",\r\n\t\tzip: \"29588\",\r\n\t\tfphone: \"\",\r\n\t\tlat: \"33.6772833\",\r\n\t\tlng: \"-78.975826\",\r\n\t\trating: \"4.00\",\r\n\t\tis_open: \"open\",\r\n\t\thours: null,\r\n\t\tamenities: \"[\"cash_credit\",\"propane\",\"c_store\",\"pay_at_pump\",\"restrooms\",\"air\",\"atm\"]\",\r\n\t\tfuels: \"[\"regular_gas\",\"midgrade_gas\",\"premium_gas\",\"diesel\"]\",\r\n\t\tbrand: \"Unknown\",\r\n\t\tregular: \"2.29\",\r\n\t\tmidgrade: \"2.87\",\r\n\t\tpremium: \"2.99\",\r\n\t\tdiesel: \"2.74\",\r\n\t\tcharging: null,\r\n\t\tupdated: \"2020-03-31 13:12:41\",\r\n\t\tdistance: \"0.931\"\r\n\t\t},\r\n\t\t{\r\n\t\tbizid: null,\r\n\t\tname: \"Marathon\",\r\n\t\talias: \"Minuteman\",\r\n\t\taddress: \"4100B SC-544\",\r\n\t\tcrossstreet: \"Pine Hollow Rd\",\r\n\t\tcity: \"Myrtle Beach\",\r\n\t\tzip: \"29588\",\r\n\t\tfphone: \"\",\r\n\t\tlat: \"33.695673\",\r\n\t\tlng: \"-79.012513\",\r\n\t\trating: \"4.50\",\r\n\t\tis_open: \"open\",\r\n\t\thours: null,\r\n\t\tamenities: \"[\"c_store\",\"restaurant\",\"membership_discount\"]\",\r\n\t\tfuels: \"[\"regular_gas\",\"midgrade_gas\",\"premium_gas\",\"diesel\"]\",\r\n\t\tbrand: \"Marathon\",\r\n\t\tregular: \"1.79\",\r\n\t\tmidgrade: \"2.14\",\r\n\t\tpremium: \"2.54\",\r\n\t\tdiesel: \"2.39\",\r\n\t\tcharging: null,\r\n\t\tupdated: \"2020-03-30 15:55:18\",\r\n\t\tdistance: \"1.531\"\r\n\t\t},\r\n\t\t{\r\n\t\tbizid: null,\r\n\t\tname: \"Walmart\",\r\n\t\talias: \"5923\",\r\n\t\taddress: \"3650 Walton Dr\",\r\n\t\tcrossstreet: \"Farrow Pkwy\",\r\n\t\tcity: \"Myrtle Beach\",\r\n\t\tzip: \"25977\",\r\n\t\tfphone: \"843-839-9845\",\r\n\t\tlat: \"33.68426\",\r\n\t\tlng: \"-78.9582\",\r\n\t\trating: \"4.90\",\r\n\t\tis_open: \"open\",\r\n\t\thours: null,\r\n\t\tamenities: \"[\"propane\",\"c_store\",\"pay_at_pump\",\"restrooms\",\"air\",\"atm\",\"beer\",\"wine\"]\",\r\n\t\tfuels: \"[\"regular_gas\",\"midgrade_gas\",\"premium_gas\",\"diesel\"]\",\r\n\t\tbrand: \"Unknown\",\r\n\t\tregular: \"1.74\",\r\n\t\tmidgrade: \"1.99\",\r\n\t\tpremium: \"2.24\",\r\n\t\tdiesel: \"1.97\",\r\n\t\tcharging: null,\r\n\t\tupdated: \"2020-03-31 13:29:28\",\r\n\t\tdistance: \"1.817\"\r\n\t\t},\r\n\t\t{\r\n\t\tbizid: null,\r\n\t\tname: \"Murphy USA\",\r\n\t\talias: \"\",\r\n\t\taddress: \"2759 Beaver Run Blvd\",\r\n\t\tcrossstreet: \"SC-544\",\r\n\t\tcity: \"Surfside Beach\",\r\n\t\tzip: \"29575\",\r\n\t\tfphone: \"843-215-9348\",\r\n\t\tlat: \"33.647397\",\r\n\t\tlng: \"-78.982167\",\r\n\t\trating: \"4.10\",\r\n\t\tis_open: \"open\",\r\n\t\thours: \"Mo 6:00-22:00,Tu 6:00-22:00,We 6:00-22:00,Th 6:00-22:00,Fr 6:00-22:30,Sa 6:00-22:30,Su 6:00-22:00,\",\r\n\t\tamenities: \"[\"propane\",\"c_store\",\"pay_at_pump\",\"restrooms\",\"air\",\"atm\",\"beer\"]\",\r\n\t\tfuels: \"[\"regular_gas\",\"midgrade_gas\",\"premium_gas\",\"diesel\"]\",\r\n\t\tbrand: \"Murphy USA\",\r\n\t\tregular: \"1.74\",\r\n\t\tmidgrade: \"2.35\",\r\n\t\tpremium: \"2.55\",\r\n\t\tdiesel: \"2.13\",\r\n\t\tcharging: null,\r\n\t\tupdated: \"2020-03-31 11:17:59\",\r\n\t\tdistance: \"2.574\"\r\n\t\t}\r\n\t]\r\n}"},{"id":"861a670a-3fad-4ee4-a44e-a7e2c142c832","name":"Request Gas Prices","originalRequest":{"method":"GET","header":[],"url":"https://grandstrandapi.com/api/v1/gas/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  gas: [\r\n\t{\r\n\tbizid: null,\r\n\tname: \"Costco\",\r\n\talias: \"\",\r\n\taddress: \"1021 Oak Forest Ln\",\r\n\tcrossstreet: \"Seaboard St\",\r\n\tcity: \"Myrtle Beach\",\r\n\tzip: \"29577\",\r\n\tfphone: \"843-839-6604\",\r\n\tlat: \"33.7063482\",\r\n\tlng: \"-78.915095\",\r\n\trating: \"4.70\",\r\n\tis_open: \"open\",\r\n\thours: null,\r\n\tamenities: \"[\"membership_pricing\",\"propane\",\"pay_at_pump\",\"membership_discount\",\"membership_required\"]\",\r\n\tfuels: \"[\"regular_gas\",\"premium_gas\"]\",\r\n\tbrand: \"Costco\",\r\n\tregular: \"1.45\",\r\n\tmidgrade: null,\r\n\tpremium: \"1.94\",\r\n\tdiesel: null,\r\n\tcharging: null,\r\n\tupdated: \"2020-03-31 12:04:55\",\r\n\tdistance: \"1.978\"\r\n\t},\r\n\t{\r\n\tbizid: null,\r\n\tname: \"Sam\\'s Club\",\r\n\talias: \"\",\r\n\taddress: \"1946 10th Ave N\",\r\n\tcrossstreet: \"US-17 Bypass\",\r\n\tcity: \"MyrtleBeach\",\r\n\tzip: \"29577\",\r\n\tfphone: \"843-448-3887\",\r\n\tlat: \"33.712215\",\r\n\tlng: \"-78.8979\",\r\n\trating: \"4.50\",\r\n\tis_open: \"open\",\r\n\thours: null,\r\n\tamenities: \"[\"membership_pricing\",\"pay_at_pump\",\"membership_required\"]\",\r\n\tfuels: \"[\"regular_gas\",\"premium_gas\"]\",\r\n\tbrand: \"Sam\\'s Club\",\r\n\tregular: \"1.45\",\r\n\tmidgrade: null,\r\n\tpremium: \"1.85\",\r\n\tdiesel: null,\r\n\tcharging: null,\r\n\tupdated: \"2020-03-31 12:09:50\",\r\n\tdistance: \"1.181\"\r\n\t},\r\n\t{\r\n\tbizid: null,\r\n\tname: \"Kroger\",\r\n\talias: \"\",\r\n\taddress: \"9610 N Kings Hwy\",\r\n\tcrossstreet: \"Lake Arrowhead Rd\",\r\n\tcity: \"Myrtle Beach\",\r\n\tzip: \"29572-4006\",\r\n\tfphone: \"(843) 449-967\",\r\n\tlat: \"33.7772924\",\r\n\tlng: \"-78.791928\",\r\n\trating: \"4.70\",\r\n\tis_open: \"open\",\r\n\thours: null,\r\n\tamenities: \"[\"pay_at_pump\",\"air\",\"membership_discount\"]\",\r\n\tfuels: \"[\"regular_gas\",\"midgrade_gas\",\"premium_gas\",\"diesel\"]\",\r\n\tbrand: \"Kroger\",\r\n\tregular: \"1.62\",\r\n\tmidgrade: \"2.04\",\r\n\tpremium: \"2.34\",\r\n\tdiesel: \"2.48\",\r\n\tcharging: null,\r\n\tupdated: \"2020-03-31 13:57:26\",\r\n\tdistance: \"7.273\"\r\n\t},\r\n\t{\r\n\tbizid: null,\r\n\tname: \"Easy Stop\",\r\n\talias: \"\",\r\n\taddress: \"8545 SC-544\",\r\n\tcrossstreet: \"SR-26-814\",\r\n\tcity: \"Socastee\",\r\n\tzip: \"29588-9220\",\r\n\tfphone: \"\",\r\n\tlat: \"33.7232688\",\r\n\tlng: \"-79.024701\",\r\n\trating: \"3.70\",\r\n\tis_open: \"open\",\r\n\thours: null,\r\n\tamenities: \"[\"c_store\",\"restrooms\"]\",\r\n\tfuels: \"[\"regular_gas\",\"midgrade_gas\",\"premium_gas\",\"diesel\"]\",\r\n\tbrand: \"Unknown\",\r\n\tregular: \"1.65\",\r\n\tmidgrade: \"2.15\",\r\n\tpremium: \"0.00\",\r\n\tdiesel: \"2.19\",\r\n\tcharging: null,\r\n\tupdated: \"2020-03-30 10:53:08\",\r\n\tdistance: \"8.383\"\r\n\t},\r\n\t{\r\n\tbizid: null,\r\n\tname: \"Murphy Express\",\r\n\talias: \"\",\r\n\taddress: \"865 Oak Forest Ln\",\r\n\tcrossstreet: \"Seaboard St\",\r\n\tcity: \"Myrtle Beach\",\r\n\tzip: \"29577\",\r\n\tfphone: \"843-205-3165\",\r\n\tlat: \"33.702959\",\r\n\tlng: \"-78.913668\",\r\n\trating: \"4.30\",\r\n\tis_open: \"open\",\r\n\thours: \"Mo 6:00-23:30,Tu 6:00-23:30,We 6:00-23:30,Th 6:00-23:30,Fr 6:00-23:30,Sa 6:00-23:30,Su 6:00-23:30,\",\r\n\tamenities: \"[\"propane\",\"c_store\",\"pay_at_pump\",\"restrooms\",\"air\",\"atm\",\"membership_discount\",\"beer\"]\",\r\n\tfuels: \"[\"regular_gas\",\"midgrade_gas\",\"premium_gas\",\"diesel\"]\",\r\n\tbrand: \"Murphy Express\",\r\n\tregular: \"1.67\",\r\n\tmidgrade: \"2.49\",\r\n\tpremium: \"2.80\",\r\n\tdiesel: \"2.49\",\r\n\tcharging: null,\r\n\tupdated: \"2020-03-31 12:01:42\",\r\n\tdistance: \"1.878\"\r\n\t}\r\n  ]\r\n}"}],"_postman_id":"701cf4b1-d443-45be-a64b-e2b104675368"},{"name":"Request Gas Prices for Location","id":"021790f1-384c-4031-ad14-5227e9139bf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://grandstrandapi.com/api/v1/gas/?lat=33.6841&lng=-78.9898&rad=10&type=midgrade","description":"<p>Request cheapest gas prices based on your location. Defaults to grab all stations within radius that have the Type set in the type parameter. Type will default to regular unless specified with midgrade, premium, diesel or charging. To sort by closest station first use sort=distance.</p>\n<p>To see both examples and results for radius and radius sorted by distance see the examples in pull down on your right.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NjM5NzM2NzEsImp0aSI6IklOYlB0VXJsRklqNkJheVJcL2FreUw0V3Y2VDRCakRONzI2V1hzOFYrb3JnPSIsImlzcyI6ImdyYW5kc3RyYW5kYXBpLmNvbSIsImV4cCI6MTY2Mzk3Mzk4MSwiZGF0YSI6eyJ1c2VySWQiOm51bGwsImFwaV9rZXkiOiJKMWlBUElET0NTdzEifX0.xPNGap9tEjm7AZIUFLLAXF02pqMqteuO_-3H1tRsfy4"}]},"isInherited":true,"source":{"_postman_id":"bc4db967-0656-4ddf-a853-de1ba89e653e","id":"bc4db967-0656-4ddf-a853-de1ba89e653e","name":"Gas Prices Component","type":"folder"}},"urlObject":{"protocol":"https","path":["api","v1","gas",""],"host":["grandstrandapi","com"],"query":[{"key":"lat","value":"33.6841"},{"key":"lng","value":"-78.9898"},{"key":"rad","value":"10"},{"key":"type","value":"midgrade"}],"variable":[]}},"response":[{"id":"aade9333-9677-4c1d-b1e2-771551e2f58c","name":"Request Gas Prices for Location","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://grandstrandapi.com/api/v1/gas/?lat=33.6841&lng=-78.9898&rad=5&type=midgrade","protocol":"https","host":["grandstrandapi","com"],"path":["api","v1","gas",""],"query":[{"key":"lat","value":"33.6841"},{"key":"lng","value":"-78.9898"},{"key":"rad","value":"5"},{"key":"type","value":"midgrade"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n\tgas: [\r\n\t\t{\r\n\t\tbizid: null,\r\n\t\tname: \"Walmart\",\r\n\t\talias: \"5923\",\r\n\t\taddress: \"3650 Walton Dr\",\r\n\t\tcrossstreet: \"Farrow Pkwy\",\r\n\t\tcity: \"Myrtle Beach\",\r\n\t\tzip: \"25977\",\r\n\t\tfphone: \"843-839-9845\",\r\n\t\tlat: \"33.68426\",\r\n\t\tlng: \"-78.9582\",\r\n\t\trating: \"4.90\",\r\n\t\tis_open: \"open\",\r\n\t\thours: null,\r\n\t\tamenities: \"[\"propane\",\"c_store\",\"pay_at_pump\",\"restrooms\",\"air\",\"atm\",\"beer\",\"wine\"]\",\r\n\t\tfuels: \"[\"regular_gas\",\"midgrade_gas\",\"premium_gas\",\"diesel\"]\",\r\n\t\tbrand: \"Unknown\",\r\n\t\tregular: \"1.74\",\r\n\t\tmidgrade: \"1.99\",\r\n\t\tpremium: \"2.24\",\r\n\t\tdiesel: \"1.97\",\r\n\t\tcharging: null,\r\n\t\tupdated: \"2020-03-31 13:29:28\",\r\n\t\tdistance: \"1.817\"\r\n\t\t},\r\n\t\t{\r\n\t\tbizid: null,\r\n\t\tname: \"Marathon\",\r\n\t\talias: \"Minuteman\",\r\n\t\taddress: \"4100B SC-544\",\r\n\t\tcrossstreet: \"Pine Hollow Rd\",\r\n\t\tcity: \"Myrtle Beach\",\r\n\t\tzip: \"29588\",\r\n\t\tfphone: \"\",\r\n\t\tlat: \"33.695673\",\r\n\t\tlng: \"-79.012513\",\r\n\t\trating: \"4.50\",\r\n\t\tis_open: \"open\",\r\n\t\thours: null,\r\n\t\tamenities: \"[\"c_store\",\"restaurant\",\"membership_discount\"]\",\r\n\t\tfuels: \"[\"regular_gas\",\"midgrade_gas\",\"premium_gas\",\"diesel\"]\",\r\n\t\tbrand: \"Marathon\",\r\n\t\tregular: \"1.79\",\r\n\t\tmidgrade: \"2.14\",\r\n\t\tpremium: \"2.54\",\r\n\t\tdiesel: \"2.39\",\r\n\t\tcharging: null,\r\n\t\tupdated: \"2020-03-30 15:55:18\",\r\n\t\tdistance: \"1.531\"\r\n\t\t},\r\n\t\t{\r\n\t\tbizid: null,\r\n\t\tname: \"Easy Stop\",\r\n\t\talias: \"\",\r\n\t\taddress: \"8545 SC-544\",\r\n\t\tcrossstreet: \"SR-26-814\",\r\n\t\tcity: \"Socastee\",\r\n\t\tzip: \"29588-9220\",\r\n\t\tfphone: \"\",\r\n\t\tlat: \"33.7232688\",\r\n\t\tlng: \"-79.024701\",\r\n\t\trating: \"3.70\",\r\n\t\tis_open: \"open\",\r\n\t\thours: null,\r\n\t\tamenities: \"[\"c_store\",\"restrooms\"]\",\r\n\t\tfuels: \"[\"regular_gas\",\"midgrade_gas\",\"premium_gas\",\"diesel\"]\",\r\n\t\tbrand: \"Unknown\",\r\n\t\tregular: \"1.65\",\r\n\t\tmidgrade: \"2.15\",\r\n\t\tpremium: \"0.00\",\r\n\t\tdiesel: \"2.19\",\r\n\t\tcharging: null,\r\n\t\tupdated: \"2020-03-30 10:53:08\",\r\n\t\tdistance: \"3.369\"\r\n\t\t},\r\n\t\t{\r\n\t\tbizid: null,\r\n\t\tname: \"Shell\",\r\n\t\talias: \"Quick Shop\",\r\n\t\taddress: \"1401 Coventry Rd\",\r\n\t\tcrossstreet: \"US-17 Bypass\",\r\n\t\tcity: \"Surfside Beach\",\r\n\t\tzip: \"29575-5389\",\r\n\t\tfphone: \"(843) 650-3768\",\r\n\t\tlat: \"33.6438235\",\r\n\t\tlng: \"-78.985731\",\r\n\t\trating: \"4.40\",\r\n\t\tis_open: \"open\",\r\n\t\thours: null,\r\n\t\tamenities: \"[\"c_store\",\"pay_at_pump\",\"restaurant\",\"restrooms\",\"air\",\"payphone\",\"atm\"]\",\r\n\t\tfuels: \"[\"regular_gas\",\"midgrade_gas\",\"premium_gas\",\"diesel\"]\",\r\n\t\tbrand: \"Shell\",\r\n\t\tregular: \"1.79\",\r\n\t\tmidgrade: \"2.20\",\r\n\t\tpremium: \"2.45\",\r\n\t\tdiesel: \"2.15\",\r\n\t\tcharging: null,\r\n\t\tupdated: \"2020-03-31 09:07:31\",\r\n\t\tdistance: \"2.793\"\r\n\t\t}\r\n\t]\r\n}"},{"id":"b73b5b5a-c09e-42c8-ad11-3060a9468c62","name":"Request Gas Prices for Location Closest","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://grandstrandapi.com/api/v1/gas/?lat=33.6841&lng=-78.9898&rad=5&type=midgrade&sort=distance","protocol":"https","host":["grandstrandapi","com"],"path":["api","v1","gas",""],"query":[{"key":"lat","value":"33.6841"},{"key":"lng","value":"-78.9898"},{"key":"rad","value":"5"},{"key":"type","value":"midgrade"},{"key":"sort","value":"distance"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n\tgas: [\r\n\t\t{\r\n\t\tbizid: null,\r\n\t\tname: \"Grab N Go\",\r\n\t\talias: \"\",\r\n\t\taddress: \"3800 Palmetto Point Blvd\",\r\n\t\tcrossstreet: \"Dry Valley Lp\",\r\n\t\tcity: \"Socastee\",\r\n\t\tzip: \"29588\",\r\n\t\tfphone: \"\",\r\n\t\tlat: \"33.6772833\",\r\n\t\tlng: \"-78.975826\",\r\n\t\trating: \"4.00\",\r\n\t\tis_open: \"open\",\r\n\t\thours: null,\r\n\t\tamenities: \"[\"cash_credit\",\"propane\",\"c_store\",\"pay_at_pump\",\"restrooms\",\"air\",\"atm\"]\",\r\n\t\tfuels: \"[\"regular_gas\",\"midgrade_gas\",\"premium_gas\",\"diesel\"]\",\r\n\t\tbrand: \"Unknown\",\r\n\t\tregular: \"2.29\",\r\n\t\tmidgrade: \"2.87\",\r\n\t\tpremium: \"2.99\",\r\n\t\tdiesel: \"2.74\",\r\n\t\tcharging: null,\r\n\t\tupdated: \"2020-03-31 13:12:41\",\r\n\t\tdistance: \"0.931\"\r\n\t\t},\r\n\t\t{\r\n\t\tbizid: null,\r\n\t\tname: \"Marathon\",\r\n\t\talias: \"Minuteman\",\r\n\t\taddress: \"4100B SC-544\",\r\n\t\tcrossstreet: \"Pine Hollow Rd\",\r\n\t\tcity: \"Myrtle Beach\",\r\n\t\tzip: \"29588\",\r\n\t\tfphone: \"\",\r\n\t\tlat: \"33.695673\",\r\n\t\tlng: \"-79.012513\",\r\n\t\trating: \"4.50\",\r\n\t\tis_open: \"open\",\r\n\t\thours: null,\r\n\t\tamenities: \"[\"c_store\",\"restaurant\",\"membership_discount\"]\",\r\n\t\tfuels: \"[\"regular_gas\",\"midgrade_gas\",\"premium_gas\",\"diesel\"]\",\r\n\t\tbrand: \"Marathon\",\r\n\t\tregular: \"1.79\",\r\n\t\tmidgrade: \"2.14\",\r\n\t\tpremium: \"2.54\",\r\n\t\tdiesel: \"2.39\",\r\n\t\tcharging: null,\r\n\t\tupdated: \"2020-03-30 15:55:18\",\r\n\t\tdistance: \"1.531\"\r\n\t\t},\r\n\t\t{\r\n\t\tbizid: null,\r\n\t\tname: \"Walmart\",\r\n\t\talias: \"5923\",\r\n\t\taddress: \"3650 Walton Dr\",\r\n\t\tcrossstreet: \"Farrow Pkwy\",\r\n\t\tcity: \"Myrtle Beach\",\r\n\t\tzip: \"25977\",\r\n\t\tfphone: \"843-839-9845\",\r\n\t\tlat: \"33.68426\",\r\n\t\tlng: \"-78.9582\",\r\n\t\trating: \"4.90\",\r\n\t\tis_open: \"open\",\r\n\t\thours: null,\r\n\t\tamenities: \"[\"propane\",\"c_store\",\"pay_at_pump\",\"restrooms\",\"air\",\"atm\",\"beer\",\"wine\"]\",\r\n\t\tfuels: \"[\"regular_gas\",\"midgrade_gas\",\"premium_gas\",\"diesel\"]\",\r\n\t\tbrand: \"Unknown\",\r\n\t\tregular: \"1.74\",\r\n\t\tmidgrade: \"1.99\",\r\n\t\tpremium: \"2.24\",\r\n\t\tdiesel: \"1.97\",\r\n\t\tcharging: null,\r\n\t\tupdated: \"2020-03-31 13:29:28\",\r\n\t\tdistance: \"1.817\"\r\n\t\t},\r\n\t\t{\r\n\t\tbizid: null,\r\n\t\tname: \"Murphy USA\",\r\n\t\talias: \"\",\r\n\t\taddress: \"2759 Beaver Run Blvd\",\r\n\t\tcrossstreet: \"SC-544\",\r\n\t\tcity: \"Surfside Beach\",\r\n\t\tzip: \"29575\",\r\n\t\tfphone: \"843-215-9348\",\r\n\t\tlat: \"33.647397\",\r\n\t\tlng: \"-78.982167\",\r\n\t\trating: \"4.10\",\r\n\t\tis_open: \"open\",\r\n\t\thours: \"Mo 6:00-22:00,Tu 6:00-22:00,We 6:00-22:00,Th 6:00-22:00,Fr 6:00-22:30,Sa 6:00-22:30,Su 6:00-22:00,\",\r\n\t\tamenities: \"[\"propane\",\"c_store\",\"pay_at_pump\",\"restrooms\",\"air\",\"atm\",\"beer\"]\",\r\n\t\tfuels: \"[\"regular_gas\",\"midgrade_gas\",\"premium_gas\",\"diesel\"]\",\r\n\t\tbrand: \"Murphy USA\",\r\n\t\tregular: \"1.74\",\r\n\t\tmidgrade: \"2.35\",\r\n\t\tpremium: \"2.55\",\r\n\t\tdiesel: \"2.13\",\r\n\t\tcharging: null,\r\n\t\tupdated: \"2020-03-31 11:17:59\",\r\n\t\tdistance: \"2.574\"\r\n\t\t},\r\n\t\t{\r\n\t\tbizid: null,\r\n\t\tname: \"Shell\",\r\n\t\talias: \"Quick Shop\",\r\n\t\taddress: \"1401 Coventry Rd\",\r\n\t\tcrossstreet: \"US-17 Bypass\",\r\n\t\tcity: \"Surfside Beach\",\r\n\t\tzip: \"29575-5389\",\r\n\t\tfphone: \"(843) 650-3768\",\r\n\t\tlat: \"33.6438235\",\r\n\t\tlng: \"-78.985731\",\r\n\t\trating: \"4.40\",\r\n\t\tis_open: \"open\",\r\n\t\thours: null,\r\n\t\tamenities: \"[\"c_store\",\"pay_at_pump\",\"restaurant\",\"restrooms\",\"air\",\"payphone\",\"atm\"]\",\r\n\t\tfuels: \"[\"regular_gas\",\"midgrade_gas\",\"premium_gas\",\"diesel\"]\",\r\n\t\tbrand: \"Shell\",\r\n\t\tregular: \"1.79\",\r\n\t\tmidgrade: \"2.20\",\r\n\t\tpremium: \"2.45\",\r\n\t\tdiesel: \"2.15\",\r\n\t\tcharging: null,\r\n\t\tupdated: \"2020-03-31 09:07:31\",\r\n\t\tdistance: \"2.793\"\r\n\t\t}\r\n\t]\r\n}"}],"_postman_id":"021790f1-384c-4031-ad14-5227e9139bf6"}],"id":"bc4db967-0656-4ddf-a853-de1ba89e653e","description":"<p>The gas prices component will return gas prices at stations throughout the Grand Strand. Default sort order is by price, but the addition of latitude, longitude and radius will return those closes to the location provided within the radius.  </p>\n<p>You can also add the \"type\" parameter to find and sort by the fuel types: regular, midgrade, premium, diesel, charging.  Charging is future looking and not in use at this time.   </p>\n<p>Type parameter can also be used to find the following keywords: restrooms, propane, air, redbox, and atm.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NjM5NzM2NzEsImp0aSI6IklOYlB0VXJsRklqNkJheVJcL2FreUw0V3Y2VDRCakRONzI2V1hzOFYrb3JnPSIsImlzcyI6ImdyYW5kc3RyYW5kYXBpLmNvbSIsImV4cCI6MTY2Mzk3Mzk4MSwiZGF0YSI6eyJ1c2VySWQiOm51bGwsImFwaV9rZXkiOiJKMWlBUElET0NTdzEifX0.xPNGap9tEjm7AZIUFLLAXF02pqMqteuO_-3H1tRsfy4"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"0295a595-317d-4e46-ba95-b5fa428b0e6d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"90fa30c9-0155-457e-8e53-717847d3803e","type":"text/javascript","exec":[""]}}],"_postman_id":"bc4db967-0656-4ddf-a853-de1ba89e653e"},{"name":"News Component","item":[{"name":"Request News Headlines","id":"e0184680-1466-4aaf-aa31-069f65b83b48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://grandstrandapi.com/api/v1/news/","description":"<p>Will return news headlines for the last 7 days throughout all Grand Strand news outlets.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NjM5NzM2NzEsImp0aSI6IklOYlB0VXJsRklqNkJheVJcL2FreUw0V3Y2VDRCakRONzI2V1hzOFYrb3JnPSIsImlzcyI6ImdyYW5kc3RyYW5kYXBpLmNvbSIsImV4cCI6MTY2Mzk3Mzk4MSwiZGF0YSI6eyJ1c2VySWQiOm51bGwsImFwaV9rZXkiOiJKMWlBUElET0NTdzEifX0.xPNGap9tEjm7AZIUFLLAXF02pqMqteuO_-3H1tRsfy4"}]},"isInherited":true,"source":{"_postman_id":"2fcc3eb2-c952-4d26-ac28-9dd2a02d0455","id":"2fcc3eb2-c952-4d26-ac28-9dd2a02d0455","name":"News Component","type":"folder"}},"urlObject":{"protocol":"https","path":["api","v1","news",""],"host":["grandstrandapi","com"],"query":[],"variable":[]}},"response":[{"id":"c9274d3e-2314-403f-b6ec-40efa93bb23a","name":"Request News Headlines","originalRequest":{"method":"GET","header":[],"url":"https://grandstrandapi.com/api/v1/news/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n \tarticles: [\r\n\t\t{\r\n\t\tid: \"4252\",\r\n\t\theadline: \"DHEC releases new zip code data, heat map for updated COVID-19 cases in S.C.\",\r\n\t\tsource: \"WMBF\",\r\n\t\tpubdate: \"2020-03-31 18:13:00\",\r\n\t\tnewslink: \"https://www.wmbfnews.com/2020/03/31/dhec-releases-new-zip-code-data-heat-map-updated-covid-cases-sc/\",\r\n\t\timgsrc: \"https://www.wmbfnews.com/resizer/vzMi3rDAUOgLNX-IX540JvV2qqc=/1200x0/arc-anglerfish-arc2-prod-raycom.s3.amazonaws.com/public/P3PGHUHULBBXHEI2U47FW3HCUM.png\",\r\n\t\tdescription: \"Officials with the South Carolina Department of Health and Environmental Control announced there were over 1,000 positive cases of the coronavirus within the state.\",\r\n\t\tkeywords: \"dhec, zip codes, heat map, WMBF, Georgetown, Local\"\r\n\t\t},\r\n\t\t{\r\n\t\tid: \"4242\",\r\n\t\theadline: \"Demolition begins in Nance Plaza for MB Arts and Innovation District\",\r\n\t\tsource: \"WBTW\",\r\n\t\tpubdate: \"2020-03-31 17:50:00\",\r\n\t\tnewslink: \"https://www.wbtw.com/news/grand-strand/demolition-begins-in-nance-plaza-for-mb-arts-and-innovation-district/\",\r\n\t\timgsrc: \"https://www.wbtw.com/wp-content/uploads/sites/22/2020/03/demo-3.jpg\",\r\n\t\tdescription: \"MYRTLE BEACH, SC (WBTW) &#8211; Demolition of the old Firestone building in Nance Plaza started on Monday. The demolition is the first piece of visual evidence of the Arts and Innovation District c…\",\r\n\t\tkeywords: \"WBTW, Myrtle Beach, Local\"\r\n\t\t},\r\n\t\t{\r\n\t\tid: \"4247\",\r\n\t\theadline: \"Horry, Florence, Georgetown counties see new coronavirus cases\",\r\n\t\tsource: \"WBTW\",\r\n\t\tpubdate: \"2020-03-31 17:16:00\",\r\n\t\tnewslink: \"https://www.wbtw.com/home/horry-florence-georgetown-counties-see-new-coronavirus-cases/\",\r\n\t\timgsrc: \"https://www.wbtw.com/wp-content/uploads/sites/22/2020/03/thumbnail_Coronavirus-Update-1-2-2-2-2.jpg\",\r\n\t\tdescription: \"COLUMBUS, SC (WBTW) &#8211; DHEC is reporting 158 additional cases of COVID-19. As of today, the total number statewide is 1,083 cases in 42 counties*. The number of new cases by county are listed …\",\r\n\t\tkeywords: \"WBTW, Georgetown, Local\"\r\n\t\t},\r\n\t\t{\r\n\t\tid: \"4249\",\r\n\t\theadline: \"Gov. McMaster closes public access to beaches, boat landings. Not everyone is on board\",\r\n\t\tsource: \"Myhorrynews\",\r\n\t\tpubdate: \"2020-03-31 17:09:00\",\r\n\t\tnewslink: \"https://www.myhorrynews.com/coronavirus/gov-mcmaster-closes-public-access-to-beaches-boat-landings-not-everyone-is-on-board/article_dee66b5e-7393-11ea-bc7d-1be9c77057ce.html\",\r\n\t\timgsrc: \"https://bloximages.newyork1.vip.townnews.com/myhorrynews.com/content/tncms/assets/v3/editorial/1/eb/1eb76c5e-71f7-11ea-aa4c-576514db9703/5e80fcfd6f277.image.jpg\",\r\n\t\tdescription: \"\",\r\n\t\tkeywords: \"henry mcmaster, stephen goldfinch, executive order, myrtle beach, beaches closed, boat landings, closed, north myrtle beach, horry county, covid-19, coronavirus, covid19, myrtle beach coronavirus, tourism, law, politics, commerce, marilyn hatley, guidance, clarification, staff, My Horry News, Georgetown, Local\"\r\n\t\t},\r\n\t\t{\r\n\t\tid: \"4244\",\r\n\t\theadline: \"City of Myrtle Beach, other municipalities enforce Governor&#8217;s order to close public beach accesses\",\r\n\t\tsource: \"WBTW\",\r\n\t\tpubdate: \"2020-03-31 16:43:00\",\r\n\t\tnewslink: \"https://www.wbtw.com/news/grand-strand/city-of-myrtle-beach-other-municipalities-enforce-governors-order-to-close-public-beach-accesses/\",\r\n\t\timgsrc: \"https://www.wbtw.com/wp-content/uploads/sites/22/2020/03/Capture-7.png\",\r\n\t\tdescription: \"MYRTLE BEACH, SC (WBTW) &#8211; Governor Henry McMaster has ordered all public beach accesses to close, but that doesn&#8217;t mean the beach closed with it. The city of Myrtle Beach says the beach…\",\r\n\t\tkeywords: \"WBTW, North Myrtle Beach, Local\"\r\n\t\t},\r\n\t\t{\r\n\t\tid: \"4248\",\r\n\t\theadline: \"Horry County now has 33 COVID-19 cases, state total up to 1083\",\r\n\t\tsource: \"Myhorrynews\",\r\n\t\tpubdate: \"2020-03-31 16:25:00\",\r\n\t\tnewslink: \"https://www.myhorrynews.com/coronavirus/horry-county-now-has-33-covid-19-cases-state-total-up-to-1-083/article_d0808762-738d-11ea-ba02-b780ad407d1b.html\",\r\n\t\timgsrc: \"https://bloximages.newyork1.vip.townnews.com/myhorrynews.com/content/tncms/assets/v3/editorial/e/e4/ee4837be-6f77-11ea-8323-7787e0884064/5e7ccccdef185.image.jpg\",\r\n\t\tdescription: \"\",\r\n\t\tkeywords: \"henry mcmaster, virus, cdc, medicine, work, catering, anatomy, symptom, restaurant, disease, official, horry county, south carolina, dhec, politics, My Horry News, Surfside Beach, Local\"\r\n\t\t},\r\n\t\t{\r\n\t\tid: \"4240\",\r\n\t\theadline: \"Swimwear company donates materials, man to retrofit new respirators for Tidelands Health\",\r\n\t\tsource: \"WMBF\",\r\n\t\tpubdate: \"2020-03-31 15:33:00\",\r\n\t\tnewslink: \"https://www.wmbfnews.com/2020/03/31/swimwear-company-donates-materials-man-retrofit-new-respirators-tidelands-health/\",\r\n\t\timgsrc: \"https://www.wmbfnews.com/resizer/6zIQTAiFeOQDGT4hZ8Dzixv10e4=/1200x0/arc-anglerfish-arc2-prod-raycom.s3.amazonaws.com/public/JXOZ3XSLUVE23FO77P5MASK5EI.PNG\",\r\n\t\tdescription: \"A swimwear company in Conway is going from designing swimsuits to helping employees and volunteers at Tidelands Health.\",\r\n\t\tkeywords: \"WMBF, Conway, Local\"\r\n\t\t}\r\n\t]\r\n}"}],"_postman_id":"e0184680-1466-4aaf-aa31-069f65b83b48"},{"name":"Request News Headlines by Keyword","id":"04d31e6d-c033-421b-9e18-21f3e7fa64aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://grandstrandapi.com/api/v1/news/beaches/","description":"<p>The keyword endpoint will return any articles based on the keyword used in the endpoint. Keywords must be url encoded to work properly either by replacing spaces by + or by %20.</p>\n<p>Keywords can be simple keywords found anywhere in the article (i.e. beaches), they can be the news source (i.e. WMBF), or they can be the location (i.e. myrtle+beach).   </p>\n<p>See the examples pull down to your right for examples of all three keyword types and their results.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NjM5NzM2NzEsImp0aSI6IklOYlB0VXJsRklqNkJheVJcL2FreUw0V3Y2VDRCakRONzI2V1hzOFYrb3JnPSIsImlzcyI6ImdyYW5kc3RyYW5kYXBpLmNvbSIsImV4cCI6MTY2Mzk3Mzk4MSwiZGF0YSI6eyJ1c2VySWQiOm51bGwsImFwaV9rZXkiOiJKMWlBUElET0NTdzEifX0.xPNGap9tEjm7AZIUFLLAXF02pqMqteuO_-3H1tRsfy4"}]},"isInherited":true,"source":{"_postman_id":"2fcc3eb2-c952-4d26-ac28-9dd2a02d0455","id":"2fcc3eb2-c952-4d26-ac28-9dd2a02d0455","name":"News Component","type":"folder"}},"urlObject":{"protocol":"https","path":["api","v1","news","beaches",""],"host":["grandstrandapi","com"],"query":[],"variable":[]}},"response":[{"id":"1fa670a1-3c52-4da4-8419-bea9020ecf9e","name":"Request News Headlines by Keyword","originalRequest":{"method":"GET","header":[],"url":"https://grandstrandapi.com/api/v1/news/beaches/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\tarticles: [\r\n\t\t{\r\n\t\tid: \"4249\",\r\n\t\theadline: \"Gov. McMaster closes public access to beaches, boat landings. Not everyone is on board\",\r\n\t\tsource: \"Myhorrynews\",\r\n\t\tpubdate: \"2020-03-31 17:09:00\",\r\n\t\tnewslink: \"https://www.myhorrynews.com/coronavirus/gov-mcmaster-closes-public-access-to-beaches-boat-landings-not-everyone-is-on-board/article_dee66b5e-7393-11ea-bc7d-1be9c77057ce.html\",\r\n\t\timgsrc: \"https://bloximages.newyork1.vip.townnews.com/myhorrynews.com/content/tncms/assets/v3/editorial/1/eb/1eb76c5e-71f7-11ea-aa4c-576514db9703/5e80fcfd6f277.image.jpg\",\r\n\t\tdescription: \"\",\r\n\t\tkeywords: \"henry mcmaster, stephen goldfinch, executive order, myrtle beach, beaches closed, boat landings, closed, north myrtle beach, horry county, covid-19, coronavirus, covid19, myrtle beach coronavirus, tourism, law, politics, commerce, marilyn hatley, guidance, clarification, staff, My Horry News, Georgetown, Local\"\r\n\t\t}\r\n\t],\r\n\textras: [\r\n\t\t{\r\n\t\tnews-count: 1\r\n\t\t}\r\n\t]\r\n}"},{"id":"27e88681-b335-46c1-a161-e59a5ab22804","name":"Request News Headlines by Source","originalRequest":{"method":"GET","header":[],"url":"https://grandstrandapi.com/api/v1/news/wmbf/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n\tarticles: [\r\n\t\t{\r\n\t\tid: \"4252\",\r\n\t\theadline: \"DHEC releases new zip code data, heat map for updated COVID-19 cases in S.C.\",\r\n\t\tsource: \"WMBF\",\r\n\t\tpubdate: \"2020-03-31 18:13:00\",\r\n\t\tnewslink: \"https://www.wmbfnews.com/2020/03/31/dhec-releases-new-zip-code-data-heat-map-updated-covid-cases-sc/\",\r\n\t\timgsrc: \"https://www.wmbfnews.com/resizer/vzMi3rDAUOgLNX-IX540JvV2qqc=/1200x0/arc-anglerfish-arc2-prod-raycom.s3.amazonaws.com/public/P3PGHUHULBBXHEI2U47FW3HCUM.png\",\r\n\t\tdescription: \"Officials with the South Carolina Department of Health and Environmental Control announced there were over 1,000 positive cases of the coronavirus within the state.\",\r\n\t\tkeywords: \"dhec, zip codes, heat map, WMBF, Georgetown, Local\"\r\n\t\t},\r\n\t\t{\r\n\t\tid: \"4240\",\r\n\t\theadline: \"Swimwear company donates materials, man to retrofit new respirators for Tidelands Health\",\r\n\t\tsource: \"WMBF\",\r\n\t\tpubdate: \"2020-03-31 15:33:00\",\r\n\t\tnewslink: \"https://www.wmbfnews.com/2020/03/31/swimwear-company-donates-materials-man-retrofit-new-respirators-tidelands-health/\",\r\n\t\timgsrc: \"https://www.wmbfnews.com/resizer/6zIQTAiFeOQDGT4hZ8Dzixv10e4=/1200x0/arc-anglerfish-arc2-prod-raycom.s3.amazonaws.com/public/JXOZ3XSLUVE23FO77P5MASK5EI.PNG\",\r\n\t\tdescription: \"A swimwear company in Conway is going from designing swimsuits to helping employees and volunteers at Tidelands Health.\",\r\n\t\tkeywords: \"WMBF, Conway, Local\"\r\n\t\t},\r\n\t\t{\r\n\t\tid: \"4239\",\r\n\t\theadline: \"WATCH: Horry County leaders to provide update on county’s COVID-19 response\",\r\n\t\tsource: \"WMBF\",\r\n\t\tpubdate: \"2020-03-31 15:04:00\",\r\n\t\tnewslink: \"https://www.wmbfnews.com/2020/03/31/watch-horry-county-leaders-provide-update-countys-covid-response/\",\r\n\t\timgsrc: \"https://www.wmbfnews.com/resizer/XuuQBjS14tMZmj76-rRu_z-Ccfs=/1200x0/arc-anglerfish-arc2-prod-raycom.s3.amazonaws.com/public/72G7MEW3DZCUVDPAOJABGJFZF4.jpg\",\r\n\t\tdescription: \"Horry County leaders are set to hold a virtual briefing Tuesday afternoon to discuss the county’s response to the coronavirus outbreak.\",\r\n\t\tkeywords: \"WMBF, Conway, Local\"\r\n\t\t},\r\n\t\t{\r\n\t\tid: \"4237\",\r\n\t\theadline: \"Horry police: Suspect breaks into woman’s bedroom while armed with knife, assaults her\",\r\n\t\tsource: \"WMBF\",\r\n\t\tpubdate: \"2020-03-31 11:38:00\",\r\n\t\tnewslink: \"https://www.wmbfnews.com/2020/03/31/horry-police-suspect-breaks-into-womans-bedroom-while-armed-with-knife-assaults-her/\",\r\n\t\timgsrc: \"https://www.wmbfnews.com/resizer/hYU_ky1BZXL8IV_ADvaH02UVWTo=/1200x0/arc-anglerfish-arc2-prod-raycom.s3.amazonaws.com/public/YFXTWJVSI5DHFA5XTVUV7ULEZQ.png\",\r\n\t\tdescription: \"A man used a knife to break into a woman’s bedroom before assaulting and stealing her medication, Horry County police said.\",\r\n\t\tkeywords: \"KNIFE, HOUSE, BREAK IN, LITTLE RIVER, WMBF, Little River, Local\"\r\n\t\t}\r\n\t],\r\n\textras: [\r\n\t\t{\r\n\t\tnews-count: 4\r\n\t\t}\r\n\t]\r\n}"},{"id":"daf3d9d9-ed65-4cda-a9b6-b69d45e0ed8a","name":"Request News Headlines by City","originalRequest":{"method":"GET","header":[],"url":"https://grandstrandapi.com/api/v1/news/north+myrtle+beach/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n\tarticles: [\r\n\t\t{\r\n\t\tid: \"4261\",\r\n\t\theadline: \"City of North Myrtle Beach won&#8217;t shut off water, details business license renewals, tax payments\",\r\n\t\tsource: \"WBTW\",\r\n\t\tpubdate: \"2020-04-01 17:30:00\",\r\n\t\tnewslink: \"https://www.wbtw.com/news/grand-strand/city-of-north-myrtle-beach-wont-shut-off-water-details-business-license-renewals-tax-payments/\",\r\n\t\timgsrc: \"https://www.wbtw.com/wp-content/uploads/sites/22/2020/03/north-myrtle-beach_31757513_ver1.0.jpg\",\r\n\t\tdescription: \"NORTH MYRTLE BEACH, S.C. (WBTW) &#8212; The City of North Myrtle Beach will not cut off water service to those unable to pay their bills due to COVID-19. While water service will not be cut off, th…\",\r\n\t\tkeywords: \"WBTW, North Myrtle Beach, Local\"\r\n\t\t},\r\n\t\t{\r\n\t\tid: \"4254\",\r\n\t\theadline: \"North Myrtle Beach announces it will not cut off water service during COVID-19 outbreak\",\r\n\t\tsource: \"WMBF\",\r\n\t\tpubdate: \"2020-04-01 17:10:00\",\r\n\t\tnewslink: \"https://www.wmbfnews.com/2020/04/01/north-myrtle-beach-announces-it-will-not-cut-off-water-service-during-covid-outbreak/\",\r\n\t\timgsrc: \"https://www.wmbfnews.com/resizer/i4CSuoNkLm_h1P1gEQVxqVi3E_8=/1200x0/arc-anglerfish-arc2-prod-raycom.s3.amazonaws.com/public/7ZLKTEMEZRHKTJ4V6EWUX7YDGM.jpg\",\r\n\t\tdescription: \"The city of North Myrtle Beach provided information on Wednesday that impacts residents and businesses during the coronavirus pandemic.\",\r\n\t\tkeywords: \"WMBF, North Myrtle Beach, Local\"\r\n\t\t},\r\n\t\t{\r\n\t\tid: \"4255\",\r\n\t\theadline: \"Carolina Country Music Fest moved to September due to COVID-19\",\r\n\t\tsource: \"WMBF\",\r\n\t\tpubdate: \"2020-04-01 09:03:00\",\r\n\t\tnewslink: \"https://www.wmbfnews.com/2020/04/01/carolina-country-music-fest-postponed-september-due-covid-/\",\r\n\t\timgsrc: \"https://www.wmbfnews.com/resizer/IEg7IxnmD34HMo3x1sXNz4zO8UI=/1200x0/arc-anglerfish-arc2-prod-raycom.s3.amazonaws.com/public/FYJRVSNHBZA45IKPLXKWIM3HUY.JPG\",\r\n\t\tdescription: \"The Carolina Country Music Festival has been postponed due to the threat of the novel coronavirus.\",\r\n\t\tkeywords: \"carolina country music festival, postponed, myrtle beach, coronavirus, WMBF, North Myrtle Beach, Local\"\r\n\t\t},\r\n\t\t{\r\n\t\tid: \"4249\",\r\n\t\theadline: \"Gov. McMaster closes public access to beaches, boat landings. Not everyone is on board\",\r\n\t\tsource: \"Myhorrynews\",\r\n\t\tpubdate: \"2020-03-31 17:09:00\",\r\n\t\tnewslink: \"https://www.myhorrynews.com/coronavirus/gov-mcmaster-closes-public-access-to-beaches-boat-landings-not-everyone-is-on-board/article_dee66b5e-7393-11ea-bc7d-1be9c77057ce.html\",\r\n\t\timgsrc: \"https://bloximages.newyork1.vip.townnews.com/myhorrynews.com/content/tncms/assets/v3/editorial/1/eb/1eb76c5e-71f7-11ea-aa4c-576514db9703/5e80fcfd6f277.image.jpg\",\r\n\t\tdescription: \"\",\r\n\t\tkeywords: \"henry mcmaster, stephen goldfinch, executive order, myrtle beach, beaches closed, boat landings, closed, north myrtle beach, horry county, covid-19, coronavirus, covid19, myrtle beach coronavirus, tourism, law, politics, commerce, marilyn hatley, guidance, clarification, staff, My Horry News, Georgetown, Local\"\r\n\t\t},\r\n\t\t{\r\n\t\tid: \"4244\",\r\n\t\theadline: \"City of Myrtle Beach, other municipalities enforce Governor&#8217;s order to close public beach accesses\",\r\n\t\tsource: \"WBTW\",\r\n\t\tpubdate: \"2020-03-31 16:43:00\",\r\n\t\tnewslink: \"https://www.wbtw.com/news/grand-strand/city-of-myrtle-beach-other-municipalities-enforce-governors-order-to-close-public-beach-accesses/\",\r\n\t\timgsrc: \"https://www.wbtw.com/wp-content/uploads/sites/22/2020/03/Capture-7.png\",\r\n\t\tdescription: \"MYRTLE BEACH, SC (WBTW) &#8211; Governor Henry McMaster has ordered all public beach accesses to close, but that doesn&#8217;t mean the beach closed with it. The city of Myrtle Beach says the beach…\",\r\n\t\tkeywords: \"WBTW, North Myrtle Beach, Local\"\r\n\t\t}\r\n\t],\r\n\textras: [\r\n\t\t{\r\n\t\tnews-count: 5\r\n\t\t}\r\n\t]\r\n}"}],"_postman_id":"04d31e6d-c033-421b-9e18-21f3e7fa64aa"}],"id":"2fcc3eb2-c952-4d26-ac28-9dd2a02d0455","description":"<p>Return news article headlines, sources and images for local news from news sources. Can also be broken out into the local areas within the Grand Strand area. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NjM5NzM2NzEsImp0aSI6IklOYlB0VXJsRklqNkJheVJcL2FreUw0V3Y2VDRCakRONzI2V1hzOFYrb3JnPSIsImlzcyI6ImdyYW5kc3RyYW5kYXBpLmNvbSIsImV4cCI6MTY2Mzk3Mzk4MSwiZGF0YSI6eyJ1c2VySWQiOm51bGwsImFwaV9rZXkiOiJKMWlBUElET0NTdzEifX0.xPNGap9tEjm7AZIUFLLAXF02pqMqteuO_-3H1tRsfy4"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"01726b59-ba93-4212-a6cf-3bba94ba9164","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2ad7cb91-c764-4a46-97ed-4dd06cd06287","type":"text/javascript","exec":[""]}}],"_postman_id":"2fcc3eb2-c952-4d26-ac28-9dd2a02d0455"},{"name":"Jobs Component","item":[],"id":"d66edac3-157c-450f-8d08-769bc8a7a4ec","description":"<p>Coming Soon.....</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NjM5NzM2NzEsImp0aSI6IklOYlB0VXJsRklqNkJheVJcL2FreUw0V3Y2VDRCakRONzI2V1hzOFYrb3JnPSIsImlzcyI6ImdyYW5kc3RyYW5kYXBpLmNvbSIsImV4cCI6MTY2Mzk3Mzk4MSwiZGF0YSI6eyJ1c2VySWQiOm51bGwsImFwaV9rZXkiOiJKMWlBUElET0NTdzEifX0.xPNGap9tEjm7AZIUFLLAXF02pqMqteuO_-3H1tRsfy4"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"29147197-7197-4add-a112-13c7c5ac0ba4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c6e98cce-b8c1-4678-9d03-f428ad434e1a","type":"text/javascript","exec":[""]}}],"_postman_id":"d66edac3-157c-450f-8d08-769bc8a7a4ec"},{"name":"Weather Component","item":[],"id":"d8ebf802-a653-4f0c-bbd6-639d2cc66adc","description":"<p>Coming Soon.....</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NjM5NzM2NzEsImp0aSI6IklOYlB0VXJsRklqNkJheVJcL2FreUw0V3Y2VDRCakRONzI2V1hzOFYrb3JnPSIsImlzcyI6ImdyYW5kc3RyYW5kYXBpLmNvbSIsImV4cCI6MTY2Mzk3Mzk4MSwiZGF0YSI6eyJ1c2VySWQiOm51bGwsImFwaV9rZXkiOiJKMWlBUElET0NTdzEifX0.xPNGap9tEjm7AZIUFLLAXF02pqMqteuO_-3H1tRsfy4"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"75b42302-b9eb-4e92-9c62-3ba43f37d132","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"723da265-b193-42f7-a539-49282dc88376","type":"text/javascript","exec":[""]}}],"_postman_id":"d8ebf802-a653-4f0c-bbd6-639d2cc66adc"},{"name":"Movies Component","item":[],"id":"668ab697-5fbe-487b-94b2-cb47b7e23272","description":"<p>Coming Soon.....</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NjM5NzM2NzEsImp0aSI6IklOYlB0VXJsRklqNkJheVJcL2FreUw0V3Y2VDRCakRONzI2V1hzOFYrb3JnPSIsImlzcyI6ImdyYW5kc3RyYW5kYXBpLmNvbSIsImV4cCI6MTY2Mzk3Mzk4MSwiZGF0YSI6eyJ1c2VySWQiOm51bGwsImFwaV9rZXkiOiJKMWlBUElET0NTdzEifX0.xPNGap9tEjm7AZIUFLLAXF02pqMqteuO_-3H1tRsfy4"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"29147197-7197-4add-a112-13c7c5ac0ba4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c6e98cce-b8c1-4678-9d03-f428ad434e1a","type":"text/javascript","exec":[""]}}],"_postman_id":"668ab697-5fbe-487b-94b2-cb47b7e23272"},{"name":"Homes Component","item":[],"id":"b1cebb4c-6f7c-48af-ac30-e3b4eb388369","description":"<p>Coming Soon.....</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NjM5NzM2NzEsImp0aSI6IklOYlB0VXJsRklqNkJheVJcL2FreUw0V3Y2VDRCakRONzI2V1hzOFYrb3JnPSIsImlzcyI6ImdyYW5kc3RyYW5kYXBpLmNvbSIsImV4cCI6MTY2Mzk3Mzk4MSwiZGF0YSI6eyJ1c2VySWQiOm51bGwsImFwaV9rZXkiOiJKMWlBUElET0NTdzEifX0.xPNGap9tEjm7AZIUFLLAXF02pqMqteuO_-3H1tRsfy4"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"29147197-7197-4add-a112-13c7c5ac0ba4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c6e98cce-b8c1-4678-9d03-f428ad434e1a","type":"text/javascript","exec":[""]}}],"_postman_id":"b1cebb4c-6f7c-48af-ac30-e3b4eb388369"},{"name":"Golfing Component","item":[],"id":"79843b12-9761-4f20-aae3-bca76d447dd5","description":"<p>Coming Soon.....</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NjM5NzM2NzEsImp0aSI6IklOYlB0VXJsRklqNkJheVJcL2FreUw0V3Y2VDRCakRONzI2V1hzOFYrb3JnPSIsImlzcyI6ImdyYW5kc3RyYW5kYXBpLmNvbSIsImV4cCI6MTY2Mzk3Mzk4MSwiZGF0YSI6eyJ1c2VySWQiOm51bGwsImFwaV9rZXkiOiJKMWlBUElET0NTdzEifX0.xPNGap9tEjm7AZIUFLLAXF02pqMqteuO_-3H1tRsfy4"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"29147197-7197-4add-a112-13c7c5ac0ba4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c6e98cce-b8c1-4678-9d03-f428ad434e1a","type":"text/javascript","exec":[""]}}],"_postman_id":"79843b12-9761-4f20-aae3-bca76d447dd5"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NjM5NzM2NzEsImp0aSI6IklOYlB0VXJsRklqNkJheVJcL2FreUw0V3Y2VDRCakRONzI2V1hzOFYrb3JnPSIsImlzcyI6ImdyYW5kc3RyYW5kYXBpLmNvbSIsImV4cCI6MTY2Mzk3Mzk4MSwiZGF0YSI6eyJ1c2VySWQiOm51bGwsImFwaV9rZXkiOiJKMWlBUElET0NTdzEifX0.xPNGap9tEjm7AZIUFLLAXF02pqMqteuO_-3H1tRsfy4"}]}},"event":[{"listen":"prerequest","script":{"id":"be3249f9-6492-4bc5-87a2-ad0939699714","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"eea0cd23-f346-495e-87ce-3ecd0314745f","type":"text/javascript","exec":[""]}}],"variable":[{"key":"api_key","value":"your_api_key"},{"key":"password","value":"your_password"},{"key":"jwt_token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NjM5NzM2NzEsImp0aSI6IklOYlB0VXJsRklqNkJheVJcL2FreUw0V3Y2VDRCakRONzI2V1hzOFYrb3JnPSIsImlzcyI6ImdyYW5kc3RyYW5kYXBpLmNvbSIsImV4cCI6MTY2Mzk3Mzk4MSwiZGF0YSI6eyJ1c2VySWQiOm51bGwsImFwaV9rZXkiOiJKMWlBUElET0NTdzEifX0.xPNGap9tEjm7AZIUFLLAXF02pqMqteuO_-3H1tRsfy4","type":"string"}]}