{"info":{"_postman_id":"1bf28546-31bd-4cc0-a87d-102c7672c522","name":"Find a Dog for Me","description":"<html><head></head><body><h2 id=\"introduction\">Introduction</h2>\n<p>This RESTful API is provided by the backend server and consumed by the frontend server for use in supplying findadogfor.me with dynamic information about models.</p>\n<h2 id=\"overview\">Overview</h2>\n<p>The models that this API provides are <strong>\"shelters\", \"dogs\", \"breeds\",</strong> and <strong>\"activities\"</strong>. API calls for obtaining relevant attributes, connections, and media about and between these models are included.</p>\n<p>The RESTful API sources for this API include:</p>\n<ul>\n<li>Petfinder API</li>\n<li>TheDog API</li>\n<li>Dog API</li>\n<li>Eventbrite API</li>\n<li>Meetup API</li>\n<li>National Parks API</li>\n</ul>\n<p>These sources are subject to change based on availability of data.</p>\n<h2 id=\"authentication\">Authentication</h2>\n<p>All API calls must be accompanied by a bearer token.</p>\n<h2 id=\"status-codes\">Status Codes</h2>\n<ul>\n<li><strong>200: Request Succeeded</strong> <ul>\n<li>Request has succeeded!</li>\n</ul>\n</li>\n<li><strong>404: Not Found</strong> <ul>\n<li>Server cannot find the resource you're trying to access.</li>\n</ul>\n</li>\n<li><strong>500: Internal Server Error</strong><ul>\n<li>Server encountered unexpected condition that prevented it from fulfilling the request.</li>\n<li>If this happens, please let us know!</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"rate-limit\">Rate Limit</h2>\n<p>Currently, no rate limit exists with this API.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"6754951","collectionId":"1bf28546-31bd-4cc0-a87d-102c7672c522","publishedId":"S11KQJxc","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-02-28T20:59:43.000Z"},"item":[{"name":"Shelters","item":[{"name":"/shelter","event":[{"listen":"prerequest","script":{"id":"2ef090fb-4d1e-4a9e-b711-9cf0586420ba","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"45827fec-14ab-457a-917e-01d4d87e5132","exec":["pm.test(\"Body contains id\", function () {","    pm.expect(pm.response.text()).to.include(\"id\");","});","","pm.test(\"Body contains address\", function () {","    pm.expect(pm.response.text()).to.include(\"address\");","});","","pm.test(\"Body contains city\", function () {","    pm.expect(pm.response.text()).to.include(\"city\");","});","","pm.test(\"Body contains latitude\", function () {","    pm.expect(pm.response.text()).to.include(\"latitude\");","});","","pm.test(\"Body contains longitude\", function () {","    pm.expect(pm.response.text()).to.include(\"longitude\");","});","","pm.test(\"Body contains name\", function () {","    pm.expect(pm.response.text()).to.include(\"name\");","});","","pm.test(\"Body contains phone\", function () {","    pm.expect(pm.response.text()).to.include(\"phone\");","});","","pm.test(\"Body contains state\", function () {","    pm.expect(pm.response.text()).to.include(\"state\");","});","","pm.test(\"Body contains zipcode\", function () {","    pm.expect(pm.response.text()).to.include(\"zipcode\");","});","",""],"type":"text/javascript"}}],"id":"81220e2d-2586-4703-b02b-8f28009d93e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"91B7D3A43B5C31EA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.findadogfor.me/api/shelter/TX1399","description":"<p>Returns a list of shelter items matching the specified criteria.</p>\n<p>If no parameters are provided, returns a list of all shelter items, paginated.</p>\n<p>Parameters:</p>\n<p>id - (Optional) The shelter for which you'd like specific data for.</p>\n<p>page - (Optional) The page of results you'd like</p>\n<p>Return type:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>dict {\n    objects: [\n        shelter_dict_1,\n        ...\n        shelter_dict_12\n    ],\n    page: number\n}\n</code></pre>","urlObject":{"protocol":"https","path":["api","shelter","TX1399"],"host":["api","findadogfor","me"],"query":[{"disabled":true,"description":{"content":"<p>(Optional) The shelter for which you'd like specific data for. </p>\n","type":"text/plain"},"key":"id","value":null},{"disabled":true,"description":{"content":"<p>(Optional) The page of results you'd like</p>\n","type":"text/plain"},"key":"page","value":null},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"5d275cbe-afc8-4099-95f3-833691437c56","name":"/shelter","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.findadogfor.me/api/shelter/TX1399","protocol":"https","host":["api","findadogfor","me"],"path":["api","shelter","TX1399"],"query":[{"key":"id","value":null,"description":"(Optional) The shelter for which you'd like specific data for. ","disabled":true},{"key":"page","value":null,"description":"(Optional) The page of results you'd like","disabled":true},{"key":"","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 11 Apr 2019 22:26:53 GMT"},{"key":"Server","value":"Apache/2.4.37 (Amazon) mod_wsgi/3.5 Python/3.6.7"},{"key":"Vary","value":"Accept"},{"key":"Content-Length","value":"177"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"address\": \"P.O. Box 1202\",\n    \"city\": \"Missouri City\",\n    \"id\": \"TX1399\",\n    \"latitude\": 29.5961,\n    \"longitude\": -95.5169,\n    \"name\": \"Mutts & Meows Rescue\",\n    \"phone\": null,\n    \"state\": \"TX\",\n    \"zipcode\": 77489\n}"}],"_postman_id":"81220e2d-2586-4703-b02b-8f28009d93e8"},{"name":"/shelter/activity","event":[{"listen":"test","script":{"id":"d05f8e32-5fd0-4a4e-8329-50d96133edbe","exec":["pm.test(\"Body contains date\", function () {","    pm.expect(pm.response.text()).to.include(\"date\");","});","","pm.test(\"Body contains description\", function () {","    pm.expect(pm.response.text()).to.include(\"description\");","});","","pm.test(\"Body contains designation\", function () {","    pm.expect(pm.response.text()).to.include(\"designation\");","});","","pm.test(\"Body contains directions\", function () {","    pm.expect(pm.response.text()).to.include(\"directions\");","});","","pm.test(\"Body contains is_active\", function () {","    pm.expect(pm.response.text()).to.include(\"is_active\");","});","","pm.test(\"Body contains latitude\", function () {","    pm.expect(pm.response.text()).to.include(\"latitude\");","});","","pm.test(\"Body contains longitude\", function () {","    pm.expect(pm.response.text()).to.include(\"longitude\");","});","","pm.test(\"Body contains name\", function () {","    pm.expect(pm.response.text()).to.include(\"name\");","});","","pm.test(\"Body contains type\", function () {","    pm.expect(pm.response.text()).to.include(\"type\");","});","","pm.test(\"Body contains url\", function () {","    pm.expect(pm.response.text()).to.include(\"url\");","});","","pm.test(\"Body contains page\", function () {","    pm.expect(pm.response.text()).to.include(\"page\");","});","",""],"type":"text/javascript"}}],"id":"da5ccecc-39a7-4fdb-93ff-6f894d6a7637","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"91B7D3A43B5C31EA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.findadogfor.me/api/activity?q={\"filters\":[{\"name\":\"latitude\",\"op\":\"ge\",\"val\":29.2852}, {\"name\":\"latitude\",\"op\":\"le\",\"val\":29.7852}, {\"name\":\"longitude\",\"op\":\"ge\",\"val\":-98.7439}, {\"name\":\"longitude\",\"op\":\"le\",\"val\":-98.2439}]}","description":"<p>Returns a list of activity items found near a specific shelter, paginated.</p>\n<p>\"id\" is a required parameter.</p>\n<p>Parameters: </p>\n<p>id - (Required) The shelter id for which you want to find nearby activities</p>\n<p>range - (Optional) The range (in degrees) from the shelter in which you want to find nearby activities.</p>\n<p>page - (Optional) The current page (12 activities per page) of nearby activity information to request.</p>\n<p>Return type:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>dict {\n    objects: [\n        activity_dict_1,\n        ...\n        activity_dict_12\n    ],\n    page: number\n}\n</code></pre>","urlObject":{"protocol":"https","path":["api","activity"],"host":["api","findadogfor","me"],"query":[{"disabled":true,"description":{"content":"<p>(Required) The shelter id for which you want to find nearby activities</p>\n","type":"text/plain"},"key":"id","value":"string"},{"disabled":true,"description":{"content":"<p>(Optional) The range (in degrees) from the shelter in which you want to find nearby activities.</p>\n","type":"text/plain"},"key":"range","value":"number"},{"disabled":true,"description":{"content":"<p>(Optional) The current page (12 activities per page) of nearby activity information to request.</p>\n","type":"text/plain"},"key":"page","value":""},{"key":"q","value":"{\"filters\":[{\"name\":\"latitude\",\"op\":\"ge\",\"val\":29.2852}, {\"name\":\"latitude\",\"op\":\"le\",\"val\":29.7852}, {\"name\":\"longitude\",\"op\":\"ge\",\"val\":-98.7439}, {\"name\":\"longitude\",\"op\":\"le\",\"val\":-98.2439}]}"}],"variable":[]}},"response":[{"id":"a39c9778-8c67-45c9-86a4-ecc095a38298","name":"/shelter/activity","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.findadogfor.me/api/activity?q={\"filters\":[{\"name\":\"latitude\",\"op\":\"ge\",\"val\":29.2852}, {\"name\":\"latitude\",\"op\":\"le\",\"val\":29.7852}, {\"name\":\"longitude\",\"op\":\"ge\",\"val\":-98.7439}, {\"name\":\"longitude\",\"op\":\"le\",\"val\":-98.2439}]}","protocol":"https","host":["api","findadogfor","me"],"path":["api","activity"],"query":[{"description":"(Required) The shelter id for which you want to find nearby activities","key":"id","value":"string","disabled":true},{"description":"(Optional) The range (in degrees) from the shelter in which you want to find nearby activities.","key":"range","value":"number","disabled":true},{"description":"(Optional) The current page (12 activities per page) of nearby activity information to request.","key":"page","value":"","disabled":true},{"key":"q","value":"{\"filters\":[{\"name\":\"latitude\",\"op\":\"ge\",\"val\":29.2852}, {\"name\":\"latitude\",\"op\":\"le\",\"val\":29.7852}, {\"name\":\"longitude\",\"op\":\"ge\",\"val\":-98.7439}, {\"name\":\"longitude\",\"op\":\"le\",\"val\":-98.2439}]}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 11 Apr 2019 22:27:53 GMT"},{"key":"Link","value":"<http://api.findadogfor.me/api/activity?page=1&results_per_page=12>; rel=\"last\", <http://api.findadogfor.me/api/activity?page=1&results_per_page=12>; rel=\"last\""},{"key":"Server","value":"Apache/2.4.37 (Amazon) mod_wsgi/3.5 Python/3.6.7"},{"key":"Vary","value":"Accept"},{"key":"Content-Length","value":"3626"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"num_results\": 2,\n    \"objects\": [\n        {\n            \"date\": \"2019-05-11\",\n            \"description\": \"Yes Fest! is a huge festival celebrating positive energy!\\n\\nOur goal is to bring together local nonprofits, artists, musicians, and performance groups from all over San Antonio to showcase our cities creativity and unique cultures in a positive, educational and collaborative way.\\n\\nYes Fest! is brought to you by Rocket Turtle Social. As a company we have done several of these types of large scale events since 2011 with the San Antonio Margarita Meltdown and legendary Michelada Madness at Alamo Brewing Co. under the beautiful Hays Street Bridge.\\n\\nWe pride ourselves in providing a unique cultural experience in a fun family  friendly environment\\n\\nSay YES to this local, cultural, artistic, educational event with great food, music and dance!\\n\\nYES FEST! is  FREE |  fun for ALL AGES | PET FRIENDLY\",\n            \"designation\": null,\n            \"directions\": null,\n            \"id\": \"eventbrite58304347874\",\n            \"image_1\": \"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F57986626%2F145420011029%2F1%2Foriginal.20190306-180324?h=200&w=450&auto=compress&rect=0%2C0%2C2160%2C1080&s=66a3de8e15bb7dab4042dd612d9baff8\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"is_active\": false,\n            \"is_free\": true,\n            \"is_free_string\": \"free\",\n            \"latitude\": 29.4300193,\n            \"location\": \"202 Lamar, San Antonio, TX 78202\",\n            \"longitude\": -98.4770656,\n            \"name\": \"Yes Fest!\",\n            \"type\": \"eventbrite\",\n            \"url\": \"https://www.eventbrite.com/e/yes-fest-tickets-58304347874?aff=ebapi\",\n            \"weather\": null\n        },\n        {\n            \"date\": null,\n            \"description\": \"After 10,000 years, the people of South Texas found their cultures, their very lives under attack. In the early 1700s Apache raided from the north, deadly diseases traveled from Mexico, and drought lingered. Survival lay in the missions. By entering a mission, they foreswore their traditional life to become Spanish, accepting a new religion and pledging fealty to a distant and unseen king.\",\n            \"designation\": \"National Historical Park\",\n            \"directions\": \"Park Headquarter's is located 4 miles south of downtown San Antonio.\\nThe four mission sites lay as a chain south of downtown. Mission Concepción is 3 miles, Mission San José and the park visitor center is 6 miles south, Mission San Juan is 3 miles south of San José, and Mission Espada lays another mile beyond. \\nWritten directions and GPS addresses can be found at the link below.\",\n            \"id\": \"parkCCE1AD17-9B13-4D74-9CAC-0278D5477316\",\n            \"image_1\": \"https://www.nps.gov/common/uploads/structured_data/3C7D9A82-1DD8-B71B-0BDAE9A6D757367C.jpg\",\n            \"image_2\": \"https://www.nps.gov/common/uploads/structured_data/3C7DA93C-1DD8-B71B-0B219B223AE7D5FB.jpg\",\n            \"image_3\": \"https://www.nps.gov/common/uploads/structured_data/3C7DAABD-1DD8-B71B-0B484755647E2892.jpg\",\n            \"image_4\": \"https://www.nps.gov/common/uploads/structured_data/3C7DAC12-1DD8-B71B-0B52A18E18ADF8B7.jpg\",\n            \"is_active\": true,\n            \"is_free\": true,\n            \"is_free_string\": \"free\",\n            \"latitude\": 29.31262089,\n            \"location\": \"San Antonio, TX\",\n            \"longitude\": -98.4289522,\n            \"name\": \"San Antonio Missions\",\n            \"type\": \"park\",\n            \"url\": \"https://www.nps.gov/saan/index.htm\",\n            \"weather\": \"Over the course of a year, the temperature typically varies from 40°F to 95°F and is rarely below 29°F or above 100°F. The warm season lasts from May through September with an average daily high temperature above 90°F and a low of 75°F. The cold season lasts from November through February with an average daily high below 68°F and an average low of 40°F.\\nThe relative humidity ranges from 40-80% over the course of the year, which can be very uncomfortable to many people.\"\n        }\n    ],\n    \"page\": 1,\n    \"total_pages\": 1\n}"}],"_postman_id":"da5ccecc-39a7-4fdb-93ff-6f894d6a7637"},{"name":"/shelter/breed","event":[{"listen":"test","script":{"id":"afc09f44-2f83-4ddd-bbf4-913d7736c130","exec":["pm.test(\"Body contains group\", function () {","    pm.expect(pm.response.text()).to.include(\"group\");","});","","pm.test(\"Body contains is_active\", function () {","    pm.expect(pm.response.text()).to.include(\"is_active\");","});","","pm.test(\"Body contains max_height\", function () {","    pm.expect(pm.response.text()).to.include(\"max_height\");","});","","pm.test(\"Body contains max_lifespan\", function () {","    pm.expect(pm.response.text()).to.include(\"max_lifespan\");","});","","pm.test(\"Body contains max_weight\", function () {","    pm.expect(pm.response.text()).to.include(\"max_weight\");","});","","pm.test(\"Body contains min_height\", function () {","    pm.expect(pm.response.text()).to.include(\"min_height\");","});","","pm.test(\"Body contains min_lifespan\", function () {","    pm.expect(pm.response.text()).to.include(\"min_lifespan\");","});","","pm.test(\"Body contains min_weight\", function () {","    pm.expect(pm.response.text()).to.include(\"min_weight\");","});","","pm.test(\"Body contains temperament\", function () {","    pm.expect(pm.response.text()).to.include(\"temperament\");","});","","pm.test(\"Body contains page\", function () {","    pm.expect(pm.response.text()).to.include(\"page\");","});",""],"type":"text/javascript"}}],"id":"43660e34-cc9e-4424-9bc7-885a43ecf0a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"91B7D3A43B5C31EA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.findadogfor.me/api/breed?q={\"filters\":[{\"name\":\"name\",\"op\":\"eq\",\"val\":\"chow chow\"}]}","description":"<p>Returns a list of breed items found hosted by a specific shelter.</p>\n<p>Parameters:</p>\n<p>id - (Required) The ID of the specific shelter.</p>\n<p>Return type:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>dict {\n    objects: [\n        breed_dict_1,\n        ...\n    ]\n}\n</code></pre>","urlObject":{"protocol":"https","path":["api","breed"],"host":["api","findadogfor","me"],"query":[{"disabled":true,"description":{"content":"<p>(Required) The ID of the specific shelter.</p>\n","type":"text/plain"},"key":"id","value":"string"},{"key":"q","value":"{\"filters\":[{\"name\":\"name\",\"op\":\"eq\",\"val\":\"chow chow\"}]}"}],"variable":[]}},"response":[{"id":"09c1ca7e-bc19-4dd0-b524-432ec118e8ea","name":"/shelter/breed","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.findadogfor.me/api/breed?q={\"filters\":[{\"name\":\"name\",\"op\":\"eq\",\"val\":\"chow chow\"}]}","protocol":"https","host":["api","findadogfor","me"],"path":["api","breed"],"query":[{"key":"id","value":"string","description":"(Required) The ID of the specific shelter.","disabled":true},{"key":"q","value":"{\"filters\":[{\"name\":\"name\",\"op\":\"eq\",\"val\":\"chow chow\"}]}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 11 Apr 2019 22:28:10 GMT"},{"key":"Link","value":"<http://api.findadogfor.me/api/breed?page=1&results_per_page=0>; rel=\"last\", <http://api.findadogfor.me/api/breed?page=1&results_per_page=0>; rel=\"last\""},{"key":"Server","value":"Apache/2.4.37 (Amazon) mod_wsgi/3.5 Python/3.6.7"},{"key":"Vary","value":"Accept"},{"key":"Content-Length","value":"544"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"num_results\": 1,\n    \"objects\": [\n        {\n            \"group\": \"Non-Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/chow/n02112137_10430.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/chow/n02112137_14004.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/chow/n02112137_1589.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/chow/n02112137_3523.jpg\",\n            \"is_active\": false,\n            \"max_height\": 20,\n            \"max_lifespan\": 15,\n            \"max_weight\": 70,\n            \"min_height\": 17,\n            \"min_lifespan\": 12,\n            \"min_weight\": 40,\n            \"name\": \"chow chow\",\n            \"temperament\": \"Aloof, Loyal, Independent, Quiet\"\n        }\n    ],\n    \"page\": 1,\n    \"total_pages\": 1\n}"}],"_postman_id":"43660e34-cc9e-4424-9bc7-885a43ecf0a2"},{"name":"/shelter/dog","event":[{"listen":"test","script":{"id":"37beb4d7-e79c-43c8-b852-d95b4bfb947b","exec":["pm.test(\"Body contains age\", function () {","    pm.expect(pm.response.text()).to.include(\"age\");","});","","pm.test(\"Body contains breed\", function () {","    pm.expect(pm.response.text()).to.include(\"breed\");","});","","pm.test(\"Body contains description\", function () {","    pm.expect(pm.response.text()).to.include(\"description\");","});","","pm.test(\"Body contains id\", function () {","    pm.expect(pm.response.text()).to.include(\"id\");","});","","pm.test(\"Body contains name\", function () {","    pm.expect(pm.response.text()).to.include(\"name\");","});","","pm.test(\"Body contains shelter_id\", function () {","    pm.expect(pm.response.text()).to.include(\"shelter_id\");","});","","pm.test(\"Body contains sex\", function () {","    pm.expect(pm.response.text()).to.include(\"sex\");","});","","pm.test(\"Body contains page\", function () {","    pm.expect(pm.response.text()).to.include(\"page\");","});"],"type":"text/javascript"}}],"id":"5fc3fbb5-c7fa-49d8-b954-0de20d8f38be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"91B7D3A43B5C31EA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.findadogfor.me/api/dog?q={\"filters\":[{\"name\":\"shelter_id\",\"op\":\"eq\",\"val\":\"TX1399\"}]}","description":"<p>Returns a list of dog items found hosted by a specific shelter, paginated.</p>\n<p>If no arguments are provided then a list of all dogs, paginated, will be provided.</p>\n<p>Parameters:</p>\n<p>id - (Required) The ID of the specific shelter.</p>\n<p>page - (Optional) The current page (12 dogs per page) of information of dogs hosted by this shelter.</p>\n<p>Return type:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>dict {\n    objects: [\n        dog_dict_1,\n        ...\n        dog_dict_12\n    ],\n    page: number\n}\n</code></pre>","urlObject":{"protocol":"https","path":["api","dog"],"host":["api","findadogfor","me"],"query":[{"disabled":true,"description":{"content":"<p>(Required) The ID of the specific shelter.</p>\n","type":"text/plain"},"key":"id","value":"string"},{"disabled":true,"description":{"content":"<p>(Optional) The current page (12 dogs per page) of information of dogs hosted by this shelter.</p>\n","type":"text/plain"},"key":"page","value":"number"},{"key":"q","value":"{\"filters\":[{\"name\":\"shelter_id\",\"op\":\"eq\",\"val\":\"TX1399\"}]}"}],"variable":[]}},"response":[{"id":"f7e3c290-5f08-4bb5-9dc9-8916d074687a","name":"/shelter/dog","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.findadogfor.me/api/dog?q={\"filters\":[{\"name\":\"shelter_id\",\"op\":\"eq\",\"val\":\"TX1399\"}]}","protocol":"https","host":["api","findadogfor","me"],"path":["api","dog"],"query":[{"description":"(Required) The ID of the specific shelter.","key":"id","value":"string","disabled":true},{"description":"(Optional) The current page (12 dogs per page) of information of dogs hosted by this shelter.","key":"page","value":"number","disabled":true},{"key":"q","value":"{\"filters\":[{\"name\":\"shelter_id\",\"op\":\"eq\",\"val\":\"TX1399\"}]}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 11 Apr 2019 22:31:40 GMT"},{"key":"Link","value":"<http://api.findadogfor.me/api/dog?page=1&results_per_page=20>; rel=\"last\", <http://api.findadogfor.me/api/dog?page=1&results_per_page=20>; rel=\"last\""},{"key":"Server","value":"Apache/2.4.37 (Amazon) mod_wsgi/3.5 Python/3.6.7"},{"key":"Vary","value":"Accept"},{"key":"Content-Length","value":"10964"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"num_results\": 9,\n    \"objects\": [\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"border terrier\",\n            \"description\": \"This little lady is fun to be around. She can come across a bit rough play and bossy to others. She needs a firm. NO!!! to find her place in a pack. She plays well with the cats and her foster crew but she will not back down if charged!! She does bark some and at times not sure what she barks out so may not be a good apartment dog if left alone. She loves her kennel and will go right in, even at night. She can be a bit protective or her human even with kids but she is slowly learning. She can not be the ruler of the home and needs an alpha!. Rides well in a car too but prefers to be in you lap asleep. \\n\\nEst DOB:  09/01/13\\nCurrent weight:  10 pounds\\n\\nIF you are ready to adopt NOW, we can normally arrange transport to get the dog there within 1 to 2 weeks.  \\n\\nWe usually answer all emails back within 48 hours. Please watch your spam folders as an application will be attached and this sometimes places it in there. \\n\\nAlso not all dogs listed will make the trip. Only serious adoption inquires will be coming. \\n\\nHIS/HER adoption fee is $550 USD and that will pay for TRANSPORT, all his/her shots up to date, neutered/spayed, microchip and rabies.\\n\\nPlease e-mail MuttsAndMeows@Mail.com for an adoption application and learn how to pre-adopt. \\n\\nFor those of you who want/need to meet a dog before adopting,  we will be coming in April.  We can not guarantee that this dog will not be adopted before then.  If you would like to get the dog sooner than April, we will give you as much info as we can about the dog so you can make an informed decision.\\n\\nThis dog will be at Portland/Beaverton and Vancouver, WA early April (see dates below)\\t\\nEMAIL for PRE-ADOPTION!!! \\n\\nApril 11, 12  2019  (Thursday and Friday)\\nPortland Location: \\nPetsmart \\n12375 SW Walker Rd\\nBeaverton, OR 97005\\n\\nApril 13  2019  (Saturday)\\nVancouver, WA Location: \\nPetsmart \\n7603 NE Vancouver Plaza Dr, \\nVancouver, WA 98662\\n\\nLike us on Facebook - search Mutts & Meows - and help even more pets find loving homes.\\n\\n\\n\",\n            \"id\": \"43022980\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/43022980/1/?bust=1539629598&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/43022980/2/?bust=1542677161&width=500&-x.jpg\",\n            \"image_3\": \"http://photos.petfinder.com/photos/pets/43022980/3/?bust=1542677162&width=500&-x.jpg\",\n            \"image_4\": \"http://photos.petfinder.com/photos/pets/43022980/4/?bust=1542677162&width=500&-x.jpg\",\n            \"name\": \"Mirai-or8504  only 10 lbs !!\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX1399\",\n            \"shelter_name\": \"Mutts & Meows Rescue\",\n            \"size\": \"S\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"yorkshire terrier\",\n            \"description\": \"This dog is heartworm positive but please do not rule him/her out because of it. There's a treatment that is not as hard on the dog as the one you may have heard of and it's FREE. $150 adoption fee includes spay/neuter surgery, rabies and other vaccinations, heartworm test (for adult dogs), deworming, and heartworm and flea preventatives while the dog is in our care.\",\n            \"id\": \"43485212\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/43485212/1/?bust=1544219260&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/43485212/2/?bust=1544219209&width=500&-x.jpg\",\n            \"image_3\": null,\n            \"image_4\": null,\n            \"name\": \"Rickon\",\n            \"sex\": \"M\",\n            \"shelter_id\": \"TX1399\",\n            \"shelter_name\": \"Mutts & Meows Rescue\",\n            \"size\": \"S\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"yorkshire terrier\",\n            \"description\": \"est DOB:  12/15/12\\n\\nWe usually answer all emails back within 48 hours. Please watch your spam folders as an application will be attached and this sometimes places it in there. \\n\\nHIS/HER adoption fee is $150 USD and that will pay for his/her shots up to date, neutered/spayed, microchip and rabies.\\n\\nPlease e-mail MuttsAndMeows@Mail.com for an adoption application and learn how to pre-adopt. \\n\\nLike us on Facebook - search Mutts & Meows - and help even more pets find loving homes.\\n\\n\",\n            \"id\": \"43567501\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/43567501/1/?bust=1546136793&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/43567501/2/?bust=1546136793&width=500&-x.jpg\",\n            \"image_3\": \"http://photos.petfinder.com/photos/pets/43567501/3/?bust=1545079108&width=500&-x.jpg\",\n            \"image_4\": \"http://photos.petfinder.com/photos/pets/43567501/4/?bust=1546136794&width=500&-x.jpg\",\n            \"name\": \"Bernessa\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX1399\",\n            \"shelter_name\": \"Mutts & Meows Rescue\",\n            \"size\": \"S\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"boxer\",\n            \"description\": \"$150 adoption fee includes spay/neuter surgery, rabies and other vaccinations, heartworm test (for adult dogs), deworming, and heartworm and flea preventatives while the dog is in our care.\",\n            \"id\": \"43602124\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/43602124/1/?bust=1545416961&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/43602124/2/?bust=1545416964&width=500&-x.jpg\",\n            \"image_3\": null,\n            \"image_4\": null,\n            \"name\": \"Peneli\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX1399\",\n            \"shelter_name\": \"Mutts & Meows Rescue\",\n            \"size\": \"M\"\n        },\n        {\n            \"age\": \"Baby\",\n            \"breed\": \"yorkshire terrier\",\n            \"description\": \"We prefer that our puppies go to families where someone is home most of the day and where any children are over the age of 5. $150 adoption fee includes spay/neuter surgery, rabies and other vaccinations, heartworm test (for adult dogs), deworming, and heartworm and flea preventatives while the dog is in our care. email MuttsAndMeows@Mail.com for an application or more information\",\n            \"id\": \"43627241\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/43627241/1/?bust=1545855475&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/43627241/2/?bust=1554747709&width=500&-x.jpg\",\n            \"image_3\": null,\n            \"image_4\": null,\n            \"name\": \"Langdon\",\n            \"sex\": \"M\",\n            \"shelter_id\": \"TX1399\",\n            \"shelter_name\": \"Mutts & Meows Rescue\",\n            \"size\": \"S\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"miniature schnauzer\",\n            \"description\": \"This dog is heartworm positive but please do not rule him/her out because of it. There's a treatment that is not as hard on the dog as the one you may have heard of and it's FREE. $150 adoption fee includes spay/neuter surgery, rabies and other vaccinations, heartworm test (for adult dogs), deworming, and heartworm and flea preventatives while the dog is in our care.\",\n            \"id\": \"43910609\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/43910609/1/?bust=1549323323&width=500&-x.jpg\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"name\": \"Esmaria\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX1399\",\n            \"shelter_name\": \"Mutts & Meows Rescue\",\n            \"size\": \"S\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"australian cattle dog\",\n            \"description\": \"Est DOB:  11/01/17\\nCurrent weight:  \\n\\nIF you are ready to adopt NOW, we can normally arrange transport to get the dog there within 1 to 2 weeks.  \\n\\nWe usually answer all emails back within 48 hours. Please watch your spam folders as an application will be attached and this sometimes places it in there. \\n\\nAlso not all dogs listed will make the trip. Only serious adoption inquires will be coming. \\n\\nHIS/HER adoption fee is $550 USD and that will pay for TRANSPORT, all his/her shots up to date, neutered/spayed, microchip and rabies.\\n\\nPlease e-mail MuttsAndMeows@Mail.com for an adoption application and learn how to pre-adopt. \\n\\nFor those of you who want/need to meet a dog before adopting,  we will be coming in April.  We can not guarantee that this dog will not be adopted before then.  If you would like to get the dog sooner than April, we will give you as much info as we can about the dog so you can make an informed decision.\\n\\nThis dog will be at Portland/Beaverton and Vancouver, WA early April (see dates below)\\t\\nEMAIL for PRE-ADOPTION!!! \\n\\nApril 11, 12  2019  (Thursday and Friday)\\nPortland Location: \\nPetsmart \\n12375 SW Walker Rd\\nBeaverton, OR 97005\\n\\nApril 13  2019  (Saturday)\\nVancouver, WA Location: \\nPetsmart \\n7603 NE Vancouver Plaza Dr, \\nVancouver, WA 98662\\n\\nLike us on Facebook - search Mutts & Meows - and help even more pets find loving homes.\\n\",\n            \"id\": \"43955192\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/43955192/1/?bust=1549496435&width=500&-x.jpg\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"name\": \"Saber-or8969\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX1399\",\n            \"shelter_name\": \"Mutts & Meows Rescue\",\n            \"size\": \"M\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"great dane\",\n            \"description\": \"$150 adoption fee includes spay/neuter surgery, rabies and other vaccinations, heartworm test (for adult dogs), deworming, and heartworm and flea preventatives while the dog is in our care.\",\n            \"id\": \"44063978\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/44063978/1/?bust=1550707126&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/44063978/2/?bust=1550707130&width=500&-x.jpg\",\n            \"image_3\": \"http://photos.petfinder.com/photos/pets/44063978/3/?bust=1550707133&width=500&-x.jpg\",\n            \"image_4\": \"http://photos.petfinder.com/photos/pets/44063978/4/?bust=1550870319&width=500&-x.jpg\",\n            \"name\": \"Zerrick\",\n            \"sex\": \"M\",\n            \"shelter_id\": \"TX1399\",\n            \"shelter_name\": \"Mutts & Meows Rescue\",\n            \"size\": \"L\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"cairn terrier\",\n            \"description\": \"est DOB:  03/01/15\\ncurrent weight:  12 lbs\\n\\nIF you are ready to adopt NOW, we can normally arrange transport to get the dog there within 1 to 2 weeks.  \\n\\nWe usually answer all emails back within 48 hours. Please watch your spam folders as an application will be attached and this sometimes places it in there. \\n\\nAlso not all dogs listed will make the trip. Only serious adoption inquires will be coming. \\n\\nHIS/HER adoption fee is $550 USD and that will pay for TRANSPORT, all his/her shots up to date, neutered/spayed, microchip and rabies.\\n\\nPlease e-mail MuttsAndMeows@Mail.com for an adoption application and learn how to pre-adopt. \\n\\nFor those of you who want/need to meet a dog before adopting,  we will be coming in April.  We can not guarantee that this dog will not be adopted before then.  If you would like to get the dog sooner than April, we will give you as much info as we can about the dog so you can make an informed decision.\\n\\nThis dog will be at Portland/Beaverton and Vancouver, WA early April (see dates below)\\t\\nEMAIL for PRE-ADOPTION!!! \\n\\nApril 11, 12  2019  (Thursday and Friday)\\nPortland Location: \\nPetsmart \\n12375 SW Walker Rd\\nBeaverton, OR 97005\\n\\nApril 13  2019  (Saturday)\\nVancouver, WA Location: \\nPetsmart \\n7603 NE Vancouver Plaza Dr, \\nVancouver, WA 98662\\n\\nLike us on Facebook - search Mutts & Meows - and help even more pets find loving homes.\\n\",\n            \"id\": \"44099460\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/44099460/1/?bust=1551135199&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/44099460/2/?bust=1553814721&width=500&-x.jpg\",\n            \"image_3\": \"http://photos.petfinder.com/photos/pets/44099460/3/?bust=1553814721&width=500&-x.jpg\",\n            \"image_4\": \"http://photos.petfinder.com/photos/pets/44099460/4/?bust=1554137948&width=500&-x.jpg\",\n            \"name\": \"Gunilla-or9070\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX1399\",\n            \"shelter_name\": \"Mutts & Meows Rescue\",\n            \"size\": \"S\"\n        }\n    ],\n    \"page\": 1,\n    \"total_pages\": 1\n}"}],"_postman_id":"5fc3fbb5-c7fa-49d8-b954-0de20d8f38be"},{"name":"/shelter/query","event":[{"listen":"test","script":{"id":"5e727387-2678-4832-ba69-75bd7be3346a","exec":["pm.test(\"Body contains id\", function () {","    pm.expect(pm.response.text()).to.include(\"id\");","});","","pm.test(\"Body contains address\", function () {","    pm.expect(pm.response.text()).to.include(\"address\");","});","","pm.test(\"Body contains city\", function () {","    pm.expect(pm.response.text()).to.include(\"city\");","});","","pm.test(\"Body contains latitude\", function () {","    pm.expect(pm.response.text()).to.include(\"latitude\");","});","","pm.test(\"Body contains longitude\", function () {","    pm.expect(pm.response.text()).to.include(\"longitude\");","});","","pm.test(\"Body contains name\", function () {","    pm.expect(pm.response.text()).to.include(\"name\");","});","","pm.test(\"Body contains phone\", function () {","    pm.expect(pm.response.text()).to.include(\"phone\");","});","","pm.test(\"Body contains state\", function () {","    pm.expect(pm.response.text()).to.include(\"state\");","});","","pm.test(\"Body contains zipcode\", function () {","    pm.expect(pm.response.text()).to.include(\"zipcode\");","});","",""],"type":"text/javascript"}}],"id":"9def8325-928c-403d-baf9-0e3b782362dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.findadogfor.me/api//shelter/query?city=Austin&page=2&sort%3Fzipcode","description":"<p>Returns a list of shelters that match specfic filters. Can also use this method to sort results in a specific order.</p>\n<p>Parameters: </p>\n<p>city_filter - (Optional) The city in which you'd like to find shelters.</p>\n<p>zipcode_filter - (Optional) The zipcode in which you'd like to find shelters. </p>\n<p>phone_filter - (Optional) The area code in which you'd like to filter shelter phone numbers by. Not all shelters have phone numbers associated with them, so use the above two filters as much as you can to narrow down the results, before resorting to this.</p>\n<p>search_param - (Optional) A string to search for in the shelter list. </p>\n<p>sort_param - (Optional) Possible sorts include \"alphabetical\", \"reverse_alphabetical\", \"zipcode\", and \"reverse_zipcode\"</p>\n<p>page_num - (Optional) The page of results you'd like.</p>\n<p>Return type:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>dict {\n    objects: [\n        shelter_dict_1,\n        ...\n        shelter_dict_12\n    ],\n    page: number\n}\n</code></pre>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"91B7D3A43B5C31EA"}]},"isInherited":true,"source":{"_postman_id":"1e5eff87-71a1-4bb3-91ab-60f01edfd21f","id":"1e5eff87-71a1-4bb3-91ab-60f01edfd21f","name":"Shelters","type":"folder"}},"urlObject":{"protocol":"https","path":["api","","shelter","query"],"host":["api","findadogfor","me"],"query":[{"key":"city","value":"Austin"},{"key":"page","value":"2"},{"key":"sort%3Fzipcode","value":null}],"variable":[]}},"response":[{"id":"6aa15f84-e02d-4d1f-a147-d19940afe505","name":"shelter/query","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.findadogfor.me/api//shelter/query?city=Austin&page=2&sort%3Fzipcode","protocol":"https","host":["api","findadogfor","me"],"path":["api","","shelter","query"],"query":[{"key":"city","value":"Austin"},{"key":"page","value":"2"},{"key":"sort%3Fzipcode","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 11 Apr 2019 23:33:09 GMT"},{"key":"Server","value":"Apache/2.4.37 (Amazon) mod_wsgi/3.5 Python/3.6.7"},{"key":"Content-Length","value":"2074"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"num_results\": 28,\n    \"objects\": [\n        {\n            \"address\": null,\n            \"city\": \"Austin\",\n            \"id\": \"TX1069\",\n            \"latitude\": 30.2914,\n            \"longitude\": -97.7631,\n            \"name\": \"Homeward Bound Dog Rescue\",\n            \"phone\": null,\n            \"state\": \"TX\",\n            \"zipcode\": 78703\n        },\n        {\n            \"address\": \"Austin  TX\",\n            \"city\": \"Austin\",\n            \"id\": \"TX500\",\n            \"latitude\": 30.2315,\n            \"longitude\": -97.7187,\n            \"name\": \"Hound Rescue\",\n            \"phone\": null,\n            \"state\": \"TX\",\n            \"zipcode\": 78741\n        },\n        {\n            \"address\": \"PO Box 14421\",\n            \"city\": \"Austin\",\n            \"id\": \"TX898\",\n            \"latitude\": 30.3309,\n            \"longitude\": -97.7027,\n            \"name\": \"Austin Boxer Rescue\",\n            \"phone\": \"5129681343\",\n            \"state\": \"TX\",\n            \"zipcode\": 78752\n        },\n        {\n            \"address\": \"PO Box 201192\",\n            \"city\": \"Austin\",\n            \"id\": \"TX891\",\n            \"latitude\": 30.2078,\n            \"longitude\": -97.7979,\n            \"name\": \"Lil Paws Maltese Rescue and other Petite Paws\",\n            \"phone\": null,\n            \"state\": \"TX\",\n            \"zipcode\": 78745\n        },\n        {\n            \"address\": null,\n            \"city\": \"Austin\",\n            \"id\": \"TX176\",\n            \"latitude\": 30.1901,\n            \"longitude\": -97.7424,\n            \"name\": \"Texas GSP Rescue\",\n            \"phone\": null,\n            \"state\": \"TX\",\n            \"zipcode\": 78744\n        },\n        {\n            \"address\": null,\n            \"city\": \"Austin\",\n            \"id\": \"TX1196\",\n            \"latitude\": 30.3463,\n            \"longitude\": -97.7674,\n            \"name\": \"Austin Sheltie Rescue Inc\",\n            \"phone\": \"5124538094\",\n            \"state\": \"TX\",\n            \"zipcode\": 78731\n        },\n        {\n            \"address\": \"PO Box 202402\",\n            \"city\": \"Austin\",\n            \"id\": \"TX1357\",\n            \"latitude\": 30.4042,\n            \"longitude\": -97.7571,\n            \"name\": \"Purrfect Pals Rescue\",\n            \"phone\": null,\n            \"state\": \"TX\",\n            \"zipcode\": 78759\n        },\n        {\n            \"address\": null,\n            \"city\": \"Austin\",\n            \"id\": \"TX400\",\n            \"latitude\": 30.4042,\n            \"longitude\": -97.7571,\n            \"name\": \"Cats' Angels, Inc. (Cats Angels)\",\n            \"phone\": \"5124596417\",\n            \"state\": \"TX\",\n            \"zipcode\": 78759\n        },\n        {\n            \"address\": null,\n            \"city\": \"Austin\",\n            \"id\": \"TX2305\",\n            \"latitude\": 30.1271,\n            \"longitude\": -97.7543,\n            \"name\": \"Throw a Dog a Bone Dog Rescue\",\n            \"phone\": null,\n            \"state\": \"TX\",\n            \"zipcode\": 78747\n        },\n        {\n            \"address\": null,\n            \"city\": \"Austin\",\n            \"id\": \"TX2311\",\n            \"latitude\": 30.425,\n            \"longitude\": -97.7186,\n            \"name\": \"Happy Hearts Dog Rescue\",\n            \"phone\": null,\n            \"state\": \"TX\",\n            \"zipcode\": 78727\n        },\n        {\n            \"address\": null,\n            \"city\": \"Austin\",\n            \"id\": \"TX555\",\n            \"latitude\": 30.2491,\n            \"longitude\": -97.9323,\n            \"name\": \"PAWS of Austin\",\n            \"phone\": null,\n            \"state\": \"TX\",\n            \"zipcode\": 78736\n        },\n        {\n            \"address\": null,\n            \"city\": \"Austin\",\n            \"id\": \"TX1053\",\n            \"latitude\": 30.3783,\n            \"longitude\": -97.9456,\n            \"name\": \"Animals First Rescue\",\n            \"phone\": null,\n            \"state\": \"TX\",\n            \"zipcode\": 78734\n        }\n    ],\n    \"page\": 2,\n    \"status\": 200,\n    \"total_pages\": 3\n}"}],"_postman_id":"9def8325-928c-403d-baf9-0e3b782362dd"}],"id":"1e5eff87-71a1-4bb3-91ab-60f01edfd21f","description":"<p>API calls related to the Shelter model.</p>\n<p>Shelter Model:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>dict {\n    id: string,\n    name: string,\n    latitude: number,\n    longitude: number,\n    city: string,\n    state: string,\n    zipcode: number,\n    phone: string, \n    address: string,\n}\n</code></pre>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"91B7D3A43B5C31EA"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"e54c3f25-259d-4abb-8f28-5f7941a23581","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d4cb6966-0e57-4f47-98cf-a581c47b0e45","type":"text/javascript","exec":[""]}}],"_postman_id":"1e5eff87-71a1-4bb3-91ab-60f01edfd21f"},{"name":"Dogs","item":[{"name":"/dog","event":[{"listen":"test","script":{"id":"9170a1ef-458e-4a2b-9771-2521803dbb08","exec":["pm.test(\"Body contains age\", function () {","    pm.expect(pm.response.text()).to.include(\"age\");","});","","pm.test(\"Body contains breed\", function () {","    pm.expect(pm.response.text()).to.include(\"breed\");","});","","pm.test(\"Body contains description\", function () {","    pm.expect(pm.response.text()).to.include(\"description\");","});","","pm.test(\"Body contains id\", function () {","    pm.expect(pm.response.text()).to.include(\"id\");","});","","pm.test(\"Body contains name\", function () {","    pm.expect(pm.response.text()).to.include(\"name\");","});","","pm.test(\"Body contains shelter_id\", function () {","    pm.expect(pm.response.text()).to.include(\"shelter_id\");","});","","pm.test(\"Body contains sex\", function () {","    pm.expect(pm.response.text()).to.include(\"sex\");","});",""],"type":"text/javascript"}}],"id":"751ba46a-aa55-46d5-9deb-570c99d457c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"91B7D3A43B5C31EA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.findadogfor.me/api/dog/43022980","description":"<p>Returns a list of dog items matching the specified criteria.</p>\n<p>If no parameters are provided, returns a list of all dog items, paginated.</p>\n<p>Parameters:</p>\n<p>id - (Optional) The id of the dog you'd like information about.</p>\n<p>page - (Optional) The current page (12 dogs per page) of dog information.\nReturn type:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>dict {\n    objects: [\n        dog_dict_1,\n        ...\n        doct_dict_12\n    ],\n    page: number\n}\n</code></pre>","urlObject":{"protocol":"https","path":["api","dog","43022980"],"host":["api","findadogfor","me"],"query":[{"disabled":true,"description":{"content":"<p>(Optional) The id of the dog you'd like information about.</p>\n","type":"text/plain"},"key":"id","value":null},{"disabled":true,"description":{"content":"<p>(Optional) The current page (12 dogs per page) of dog information.</p>\n","type":"text/plain"},"key":"page","value":null}],"variable":[]}},"response":[{"id":"bbb109fa-5544-4ac9-8718-3c6eacf5fa5e","name":"/dog","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.findadogfor.me/api/dog/43022980","protocol":"https","host":["api","findadogfor","me"],"path":["api","dog","43022980"],"query":[{"key":"id","value":null,"description":"(Optional) The id of the dog you'd like information about.","disabled":true},{"key":"page","value":null,"description":"(Optional) The current page (12 dogs per page) of dog information.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 11 Apr 2019 22:31:48 GMT"},{"key":"Server","value":"Apache/2.4.37 (Amazon) mod_wsgi/3.5 Python/3.6.7"},{"key":"Vary","value":"Accept"},{"key":"Content-Length","value":"2604"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"age\": \"Adult\",\n    \"breed\": \"border terrier\",\n    \"description\": \"This little lady is fun to be around. She can come across a bit rough play and bossy to others. She needs a firm. NO!!! to find her place in a pack. She plays well with the cats and her foster crew but she will not back down if charged!! She does bark some and at times not sure what she barks out so may not be a good apartment dog if left alone. She loves her kennel and will go right in, even at night. She can be a bit protective or her human even with kids but she is slowly learning. She can not be the ruler of the home and needs an alpha!. Rides well in a car too but prefers to be in you lap asleep. \\n\\nEst DOB:  09/01/13\\nCurrent weight:  10 pounds\\n\\nIF you are ready to adopt NOW, we can normally arrange transport to get the dog there within 1 to 2 weeks.  \\n\\nWe usually answer all emails back within 48 hours. Please watch your spam folders as an application will be attached and this sometimes places it in there. \\n\\nAlso not all dogs listed will make the trip. Only serious adoption inquires will be coming. \\n\\nHIS/HER adoption fee is $550 USD and that will pay for TRANSPORT, all his/her shots up to date, neutered/spayed, microchip and rabies.\\n\\nPlease e-mail MuttsAndMeows@Mail.com for an adoption application and learn how to pre-adopt. \\n\\nFor those of you who want/need to meet a dog before adopting,  we will be coming in April.  We can not guarantee that this dog will not be adopted before then.  If you would like to get the dog sooner than April, we will give you as much info as we can about the dog so you can make an informed decision.\\n\\nThis dog will be at Portland/Beaverton and Vancouver, WA early April (see dates below)\\t\\nEMAIL for PRE-ADOPTION!!! \\n\\nApril 11, 12  2019  (Thursday and Friday)\\nPortland Location: \\nPetsmart \\n12375 SW Walker Rd\\nBeaverton, OR 97005\\n\\nApril 13  2019  (Saturday)\\nVancouver, WA Location: \\nPetsmart \\n7603 NE Vancouver Plaza Dr, \\nVancouver, WA 98662\\n\\nLike us on Facebook - search Mutts & Meows - and help even more pets find loving homes.\\n\\n\\n\",\n    \"id\": \"43022980\",\n    \"image_1\": \"http://photos.petfinder.com/photos/pets/43022980/1/?bust=1539629598&width=500&-x.jpg\",\n    \"image_2\": \"http://photos.petfinder.com/photos/pets/43022980/2/?bust=1542677161&width=500&-x.jpg\",\n    \"image_3\": \"http://photos.petfinder.com/photos/pets/43022980/3/?bust=1542677162&width=500&-x.jpg\",\n    \"image_4\": \"http://photos.petfinder.com/photos/pets/43022980/4/?bust=1542677162&width=500&-x.jpg\",\n    \"name\": \"Mirai-or8504  only 10 lbs !!\",\n    \"sex\": \"F\",\n    \"shelter_id\": \"TX1399\",\n    \"shelter_name\": \"Mutts & Meows Rescue\",\n    \"size\": \"S\"\n}"}],"_postman_id":"751ba46a-aa55-46d5-9deb-570c99d457c8"},{"name":"/dog/activity","event":[{"listen":"test","script":{"id":"e64b2578-880a-4746-9707-6c06b530d015","exec":["pm.test(\"Body contains date\", function () {","    pm.expect(pm.response.text()).to.include(\"date\");","});","","pm.test(\"Body contains description\", function () {","    pm.expect(pm.response.text()).to.include(\"description\");","});","","pm.test(\"Body contains designation\", function () {","    pm.expect(pm.response.text()).to.include(\"designation\");","});","","pm.test(\"Body contains directions\", function () {","    pm.expect(pm.response.text()).to.include(\"directions\");","});","","pm.test(\"Body contains is_active\", function () {","    pm.expect(pm.response.text()).to.include(\"is_active\");","});","","pm.test(\"Body contains latitude\", function () {","    pm.expect(pm.response.text()).to.include(\"latitude\");","});","","pm.test(\"Body contains longitude\", function () {","    pm.expect(pm.response.text()).to.include(\"longitude\");","});","","pm.test(\"Body contains name\", function () {","    pm.expect(pm.response.text()).to.include(\"name\");","});","","pm.test(\"Body contains type\", function () {","    pm.expect(pm.response.text()).to.include(\"type\");","});","","pm.test(\"Body contains url\", function () {","    pm.expect(pm.response.text()).to.include(\"url\");","});","","pm.test(\"Body contains page\", function () {","    pm.expect(pm.response.text()).to.include(\"page\");","});","",""],"type":"text/javascript"}}],"id":"2a99e6f9-c802-41bc-992d-e43805088bbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"91B7D3A43B5C31EA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.findadogfor.me/api/activity?q={\"filters\":[{\"name\" : \"is_active\", \"op\":\"eq\", \"val\": true},{\"name\":\"latitude\",\"op\":\"ge\",\"val\":29.0961}, {\"name\":\"latitude\",\"op\":\"le\",\"val\":30.0961}, {\"name\":\"longitude\",\"op\":\"ge\",\"val\":-96.0169}, {\"name\":\"longitude\",\"op\":\"le\",\"val\":-95.0169}]}","description":"<p>Returns a list of activity objects that would be suitable for the dog within the specified range, paginated.</p>\n<p>'id' is required as a parameter.</p>\n<p>Parameters:</p>\n<p>id - (Required) The ID of the dog.</p>\n<p>range - (Optional) The range (in degrees) from the shelter the dog is hosted at in which you want to find suitable activities. Defaults to 0.5 degrees if no range is provided.</p>\n<p>page - (Optional) The current page (12 activities per page) of activity information.</p>\n<p>Return type:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>dict {\n    objects: [\n        activity_dict_1,\n        ...\n        activity_dict_12\n    ],\n    page: number\n}\n</code></pre>","urlObject":{"protocol":"https","path":["api","activity"],"host":["api","findadogfor","me"],"query":[{"disabled":true,"description":{"content":"<p>(Required) The ID of the dog.</p>\n","type":"text/plain"},"key":"id","value":"string"},{"disabled":true,"description":{"content":"<p>(Optional) The range (in degrees) from the shelter the dog is hosted at in which you want to find suitable activities. Defaults to 0.5 degrees if no range is provided.</p>\n","type":"text/plain"},"key":"range","value":"number"},{"disabled":true,"description":{"content":"<p>(Optional) The current page (12 activities per page) of activity information.</p>\n","type":"text/plain"},"key":"page","value":"number"},{"key":"q","value":"{\"filters\":[{\"name\" : \"is_active\", \"op\":\"eq\", \"val\": true},{\"name\":\"latitude\",\"op\":\"ge\",\"val\":29.0961}, {\"name\":\"latitude\",\"op\":\"le\",\"val\":30.0961}, {\"name\":\"longitude\",\"op\":\"ge\",\"val\":-96.0169}, {\"name\":\"longitude\",\"op\":\"le\",\"val\":-95.0169}]}"}],"variable":[]}},"response":[{"id":"6f90a901-d2f6-41d1-b7ae-0ccda02e98cd","name":"/dog/activity","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.findadogfor.me/api/activity?q={\"filters\":[{\"name\" : \"is_active\", \"op\":\"eq\", \"val\": true},{\"name\":\"latitude\",\"op\":\"ge\",\"val\":29.0961}, {\"name\":\"latitude\",\"op\":\"le\",\"val\":30.0961}, {\"name\":\"longitude\",\"op\":\"ge\",\"val\":-96.0169}, {\"name\":\"longitude\",\"op\":\"le\",\"val\":-95.0169}]}","protocol":"https","host":["api","findadogfor","me"],"path":["api","activity"],"query":[{"description":"(Required) The ID of the dog.","key":"id","value":"string","disabled":true},{"description":"(Optional) The range (in degrees) from the shelter the dog is hosted at in which you want to find suitable activities. Defaults to 0.5 degrees if no range is provided.","key":"range","value":"number","disabled":true},{"description":"(Optional) The current page (12 activities per page) of activity information.","key":"page","value":"number","disabled":true},{"key":"q","value":"{\"filters\":[{\"name\" : \"is_active\", \"op\":\"eq\", \"val\": true},{\"name\":\"latitude\",\"op\":\"ge\",\"val\":29.0961}, {\"name\":\"latitude\",\"op\":\"le\",\"val\":30.0961}, {\"name\":\"longitude\",\"op\":\"ge\",\"val\":-96.0169}, {\"name\":\"longitude\",\"op\":\"le\",\"val\":-95.0169}]}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 11 Apr 2019 22:31:56 GMT"},{"key":"Link","value":"<http://api.findadogfor.me/api/activity?page=2&results_per_page=12>; rel=\"next\", <http://api.findadogfor.me/api/activity?page=2&results_per_page=12>; rel=\"last\", <http://api.findadogfor.me/api/activity?page=2&results_per_page=12>; rel=\"next\", <http://api.findadogfor.me/api/activity?page=2&results_per_page=12>; rel=\"last\""},{"key":"Server","value":"Apache/2.4.37 (Amazon) mod_wsgi/3.5 Python/3.6.7"},{"key":"Vary","value":"Accept"},{"key":"Content-Length","value":"22987"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"num_results\": 17,\n    \"objects\": [\n        {\n            \"date\": \"2019-04-20\",\n            \"description\": \"BACK in 2019 for the fourth year in a row! \\nThe 2019 Carpocalypse is brought to you by Houston Zombie Walk. We would like to thank our top sponsor - BUD LIGHT - for supporting our event!\\nYou will see loads of the baddest cars, trucks, and motorcycles. We have 17 classes that will be awarded trophies at our event! Our show is known for our killer trophies and a raging good time.\\nThis is a family and pet friendly event with music, vendors, moonwalks, food trucks, beer and entertainment all day. \\n***FREE entry for spectators*** \\nALL car/truck/bike registration and event proceeds go towards funding the 2020 Too Ghoul For School Education Fund! Find out more about our teacher fund and scholarships at www.tgfschool.org.\\nCar/Truck/Bike Registration: \\n$20 pre-event registration (first 50 registrations get event t-shirt and goody bag)\\n$30 day of event (no event t-shirt or goody bag included)\\nCar/Truck classes are:\\n\\nClassic Car\\nClassic Truck\\nRat Rod\\n4x4\\nModern Custom\\nCustom Hot Rod\\nApocalyptic/Horror\\nPeople's Choice\\nBest In Show\\n\\nMotorcycle classes are:\\n\\nChopper\\nBobber\\nRat\\nPaint\\nMetric\\nMeanest Mofo\\nPeople's Choice\\nBest In Show\\n\\nVendor Registration: $50 (pre-event registration only)***  \\n***This does NOT include food vendors. If you are a food vendor, please email Stephy @ stephyhill@gmail.com for more information.\\nFor event and registration questions, please email Tiffany at events@houstonzombiewalk.org\\nFor vendor questions, please email Yuri at yuri@houstonzombiewalk.org\\nFor sponsorship inquiries, please email Stephanie at stephanie@houstonzombiewalk.org\\nThank you and we hope to see you out at this awesome event! And, remember, it's all fun for a good cause!\\nPhotos from 2018 Carpocalypse - https://www.facebook.com/media/set/?set=a.1614724731898701&type=1&l=44b6993e29\\n\",\n            \"designation\": null,\n            \"directions\": null,\n            \"id\": \"eventbrite56666505042\",\n            \"image_1\": \"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F57214677%2F216267333902%2F1%2Foriginal.20190221-194605?h=200&w=450&auto=compress&rect=0%2C0%2C678%2C339&s=ca0024e64ea47520de18d4c43d93f668\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"is_active\": true,\n            \"is_free\": false,\n            \"is_free_string\": \"paid\",\n            \"latitude\": 29.7449979,\n            \"location\": \"4300 Harrisburg Blvd, Houston, TX 77011\",\n            \"longitude\": -95.3314525,\n            \"name\": \"4th Annual Carpocalypse - Car & Motorcycle Show!\",\n            \"type\": \"eventbrite\",\n            \"url\": \"https://www.eventbrite.com/e/4th-annual-carpocalypse-car-motorcycle-show-tickets-56666505042?aff=ebapi\",\n            \"weather\": null\n        },\n        {\n            \"date\": \"2019-04-14\",\n            \"description\": \"The 5K For Kelsey is a non-profit organization that honors the life of a young girl killed in a drunk driving accident and raises awareness about the effects of drunk driving through a fun day! The 5K For Kelsey is pet and family friendly and welcomes all! There will be food trucks (cash only), face painting, a silent auction, raffle, games, interactive inflatables, a DJ, a race and more! We hope that you will come out and join us for the third annual 5K For Kelsey!\\n\\nTICKET INFORMATION:As usual registration at the event will still be available, however registering online will guarantee you a t-shirt! Tickets are for everybody over the age of two and will include; a t-shirt, wristband for free activities and games, a raffle ticket, and 5 game/activity tickets! *Additional raffle tickets and game/activity tickets will be available for purchase at the event!\\n\\nONLINE REGISTRATION WILL CLOSE 4/13/19 AT MIDNIGHT!\",\n            \"designation\": null,\n            \"directions\": null,\n            \"id\": \"eventbrite57681632315\",\n            \"image_1\": \"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F57587297%2F292392373985%2F1%2Foriginal.20190228-063623?h=200&w=450&auto=compress&rect=0%2C427%2C1800%2C900&s=0d4cfc1a085432d92d53fb36f79d4ae9\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"is_active\": true,\n            \"is_free\": false,\n            \"is_free_string\": \"paid\",\n            \"latitude\": 29.4918725,\n            \"location\": \"1001 East League City Parkway, League City, TX 77573\",\n            \"longitude\": -95.0706437,\n            \"name\": \"5K For Kelsey 2019\",\n            \"type\": \"eventbrite\",\n            \"url\": \"https://www.eventbrite.com/e/5k-for-kelsey-2019-tickets-57681632315?aff=ebapi\",\n            \"weather\": null\n        },\n        {\n            \"date\": \"2019-04-12\",\n            \"description\": \"Goat Yoga Texas, Houston's Top-Rated Goat Yoga, invites YOU to enjoy a fun and unique experience under the beautiful Texas sky as we take our Yoga practice to the next level.... WITH A HERD OF CUDDLY MINIATURE GOATS!\\n\\nBe sure and take time for yourself and reconnect with nature at our permanent location at Murdoch's Backyard Pub. Murdoch's is family- and dog-friendly, too!\\n\\nOur classes feature 45 minutes of Yoga for all levels led by certified Yoga teacher and Health Coach Kimberly Brooke, followed by 30 minutes of photos and baby goat snuggles.\\n\\nPlease bring a Yoga Mat or a Big Beach Towel (we will provide a ground liner to keep your cotton towel off the ground!) as we cannot provide them due to hygiene reasons.\\n\\nAlso keep an eye out for our class email (this sometimes gets trapped in the SPAM folder) that we send out the morning of class with additional information and any weather related alerts or cancellations. \\n\\n**THIS IS AN AGE-RESTRICTED EVENT**\\nGoat Yogis 12 and older are welcome to participate. Our future Goat Yogis who are 11 and younger can enjoy the goats during the 30 minutes after class with supervision.\",\n            \"designation\": null,\n            \"directions\": null,\n            \"id\": \"eventbrite58687787753\",\n            \"image_1\": \"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F58379847%2F223005179965%2F1%2Foriginal.20190313-021503?h=200&w=450&auto=compress&rect=0%2C97%2C640%2C320&s=b74e5e78999af96d7cfdc2f2097d7af9\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"is_active\": true,\n            \"is_free\": false,\n            \"is_free_string\": \"paid\",\n            \"latitude\": 30.0429349,\n            \"location\": \"18541 Mueschke Rd., Cypress, TX 77433\",\n            \"longitude\": -95.728097,\n            \"name\": \"Goat Yoga Texas - Fri., April 12 @ 5:30PM\",\n            \"type\": \"eventbrite\",\n            \"url\": \"https://www.eventbrite.com/e/goat-yoga-texas-fri-april-12-530pm-tickets-58687787753?aff=ebapi\",\n            \"weather\": null\n        },\n        {\n            \"date\": \"2019-04-14\",\n            \"description\": \"Goat Yoga Texas, Houston's Top-Rated Goat Yoga, invites YOU to enjoy a fun and unique experience under the beautiful Texas sky as we take our Yoga practice to the next level.... WITH A HERD OF CUDDLY MINIATURE GOATS!\\n\\nBe sure and take time for yourself, reconnect with nature, and grab a burger and a beer at our permanent location: Murdoch's Backyard Pub. Murdoch's is family- and on-a-leash dog-friendly, too!\\n\\nOur classes feature 45 minutes of Yoga for all levels led by certified Yoga teacher and Health Coach Kimberly Brooke, followed by 30 minutes of photos and baby goat snuggles.\\n\\nPlease bring a Yoga Mat or a Big Beach Towel (we will provide a ground liner to keep your cotton towel off the ground!) as we cannot provide them due to hygiene reasons.\\n\\nAlso keep an eye out for our class email (this sometimes gets trapped in the SPAM folder) that we send out the morning of class with additional information and any weather related alerts or cancellations. \\n\\n**THIS IS AN AGE-RESTRICTED EVENT**\\nGoat Yogis 12 and older are welcome to participate. Our future Goat Yogis who are 11 and younger can enjoy the goats during the 30 minutes after class with supervision.\",\n            \"designation\": null,\n            \"directions\": null,\n            \"id\": \"eventbrite58687878023\",\n            \"image_1\": \"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F58379908%2F223005179965%2F1%2Foriginal.jpg?h=200&w=450&auto=compress&rect=0%2C188%2C1500%2C750&s=2731645ce292609306a0f7bae21bac58\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"is_active\": true,\n            \"is_free\": false,\n            \"is_free_string\": \"paid\",\n            \"latitude\": 30.0429349,\n            \"location\": \"18541 Mueschke Rd., Cypress, TX 77433\",\n            \"longitude\": -95.728097,\n            \"name\": \"Goat Yoga Texas - Sun., April 14 @ 2PM\",\n            \"type\": \"eventbrite\",\n            \"url\": \"https://www.eventbrite.com/e/goat-yoga-texas-sun-april-14-2pm-tickets-58687878023?aff=ebapi\",\n            \"weather\": null\n        },\n        {\n            \"date\": \"2019-04-13\",\n            \"description\": \"Goat Yoga Texas, Houston's Top-Rated Goat Yoga, invites YOU to enjoy a fun and unique experience under the beautiful Texas sky as we take our Yoga practice to the next level.... WITH A HERD OF CUDDLY MINIATURE GOATS!\\n\\nBe sure and take time for yourself, reconnect with nature, and grab a burger and a beer at our permanent location: Murdoch's Backyard Pub. Murdoch's is family- and on-a-leash dog-friendly, too!\\n\\nOur classes feature 45 minutes of Yoga for all levels led by certified Yoga teacher and Health Coach Kimberly Brooke, followed by 30 minutes of photos and baby goat snuggles.\\n\\nPlease bring a Yoga Mat or a Big Beach Towel (we will provide a ground liner to keep your cotton towel off the ground!) as we cannot provide them due to hygiene reasons.\\n\\nAlso keep an eye out for our class email (this sometimes gets trapped in the SPAM folder) that we send out the morning of class with additional information and any weather related alerts or cancellations. \\n\\n**THIS IS AN AGE-RESTRICTED EVENT**\\nGoat Yogis 12 and older are welcome to participate. Our future Goat Yogis who are 11 and younger can enjoy the goats during the 30 minutes after class with supervision.\",\n            \"designation\": null,\n            \"directions\": null,\n            \"id\": \"eventbrite58687939206\",\n            \"image_1\": \"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F58380052%2F223005179965%2F1%2Foriginal.jpg?h=200&w=450&auto=compress&rect=100%2C320%2C1358%2C679&s=6c458048681e67a83e87cef626d5073d\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"is_active\": true,\n            \"is_free\": false,\n            \"is_free_string\": \"paid\",\n            \"latitude\": 30.0429349,\n            \"location\": \"18541 Mueschke Rd., Cypress, TX 77433\",\n            \"longitude\": -95.728097,\n            \"name\": \"Goat Yoga Texas - Sat., April 13 @ 11AM\",\n            \"type\": \"eventbrite\",\n            \"url\": \"https://www.eventbrite.com/e/goat-yoga-texas-sat-april-13-11am-tickets-58687939206?aff=ebapi\",\n            \"weather\": null\n        },\n        {\n            \"date\": \"2019-04-20\",\n            \"description\": \"Goat Yoga Texas, Houston's Top-Rated Goat Yoga, invites YOU to enjoy a fun and unique experience under the beautiful Texas sky as we take our Yoga practice to the next level.... WITH A HERD OF CUDDLY MINIATURE GOATS!\\n\\nBe sure and take time for yourself, reconnect with nature, and grab a burger and a beer at our permanent location: Murdoch's Backyard Pub. Murdoch's is family- and on-a-leash dog-friendly, too!\\n\\nOur classes feature 45 minutes of Yoga for all levels led by certified Yoga teacher and Health Coach Kimberly Brooke, followed by 30 minutes of photos and baby goat snuggles.\\n\\nPlease bring a Yoga Mat or a Big Beach Towel (we will provide a ground liner to keep your cotton towel off the ground!) as we cannot provide them due to hygiene reasons.\\n\\nAlso keep an eye out for our class email (this sometimes gets trapped in the SPAM folder) that we send out the morning of class with additional information and any weather related alerts or cancellations. \\n\\n**THIS IS AN AGE-RESTRICTED EVENT**\\nGoat Yogis 12 and older are welcome to participate. Our future Goat Yogis who are 11 and younger can enjoy the goats during the 30 minutes after class with supervision.\",\n            \"designation\": null,\n            \"directions\": null,\n            \"id\": \"eventbrite58688275211\",\n            \"image_1\": \"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F58380644%2F223005179965%2F1%2Foriginal.jpg?h=200&w=450&auto=compress&rect=100%2C320%2C1358%2C679&s=dcdd0b7e79ab5646fa65a69f2ff997f4\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"is_active\": true,\n            \"is_free\": false,\n            \"is_free_string\": \"paid\",\n            \"latitude\": 30.0429349,\n            \"location\": \"18541 Mueschke Rd., Cypress, TX 77433\",\n            \"longitude\": -95.728097,\n            \"name\": \"Goat Yoga Texas - Sat., April 20 @ 11AM\",\n            \"type\": \"eventbrite\",\n            \"url\": \"https://www.eventbrite.com/e/goat-yoga-texas-sat-april-20-11am-tickets-58688275211?aff=ebapi\",\n            \"weather\": null\n        },\n        {\n            \"date\": \"2019-04-20\",\n            \"description\": \"Goat Yoga Texas, Houston's Top-Rated Goat Yoga, invites YOU to enjoy a fun and unique experience under the beautiful Texas sky as we take our Yoga practice to the next level.... WITH A HERD OF CUDDLY MINIATURE GOATS!\\n\\nBe sure and take time for yourself, reconnect with nature, and grab a burger and a beer at our permanent location: Murdoch's Backyard Pub. Murdoch's is family- and on-a-leash dog-friendly, too!\\n\\nOur classes feature 45 minutes of Yoga for all levels led by certified Yoga teacher and Health Coach Kimberly Brooke, followed by 30 minutes of photos and baby goat snuggles.\\n\\nPlease bring a Yoga Mat or a Big Beach Towel (we will provide a ground liner to keep your cotton towel off the ground!) as we cannot provide them due to hygiene reasons.\\n\\nAlso keep an eye out for our class email (this sometimes gets trapped in the SPAM folder) that we send out the morning of class with additional information and any weather related alerts or cancellations. \\n\\n**THIS IS AN AGE-RESTRICTED EVENT**\\nGoat Yogis 12 and older are welcome to participate. Our future Goat Yogis who are 11 and younger can enjoy the goats during the 30 minutes after class with supervision.\",\n            \"designation\": null,\n            \"directions\": null,\n            \"id\": \"eventbrite58688319343\",\n            \"image_1\": \"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F58380715%2F223005179965%2F1%2Foriginal.20190129-180916?h=200&w=450&auto=compress&rect=0%2C170%2C2048%2C1024&s=78509aee537d706f0ed90fc869247721\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"is_active\": true,\n            \"is_free\": false,\n            \"is_free_string\": \"paid\",\n            \"latitude\": 30.0429349,\n            \"location\": \"18541 Mueschke Rd., Cypress, TX 77433\",\n            \"longitude\": -95.728097,\n            \"name\": \"Goat Yoga Texas - Sat., April 20 @ 1PM\",\n            \"type\": \"eventbrite\",\n            \"url\": \"https://www.eventbrite.com/e/goat-yoga-texas-sat-april-20-1pm-tickets-58688319343?aff=ebapi\",\n            \"weather\": null\n        },\n        {\n            \"date\": \"2019-04-21\",\n            \"description\": \"Goat Yoga Texas, Houston's Top-Rated Goat Yoga, invites YOU to enjoy a fun and unique experience under the beautiful Texas sky as we take our Yoga practice to the next level.... WITH A HERD OF CUDDLY MINIATURE GOATS!\\n\\nBe sure and take time for yourself, reconnect with nature, and grab a burger and a beer at our permanent location: Murdoch's Backyard Pub. Murdoch's is family- and on-a-leash dog-friendly, too!\\n\\nOur classes feature 45 minutes of Yoga for all levels led by certified Yoga teacher and Health Coach Kimberly Brooke, followed by 30 minutes of photos and baby goat snuggles.\\n\\nPlease bring a Yoga Mat or a Big Beach Towel (we will provide a ground liner to keep your cotton towel off the ground!) as we cannot provide them due to hygiene reasons.\\n\\nAlso keep an eye out for our class email (this sometimes gets trapped in the SPAM folder) that we send out the morning of class with additional information and any weather related alerts or cancellations. \\n\\n**THIS IS AN AGE-RESTRICTED EVENT**\\nGoat Yogis 12 and older are welcome to participate. Our future Goat Yogis who are 11 and younger can enjoy the goats during the 30 minutes after class with supervision.\",\n            \"designation\": null,\n            \"directions\": null,\n            \"id\": \"eventbrite58688367487\",\n            \"image_1\": \"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F58380814%2F223005179965%2F1%2Foriginal.jpg?h=200&w=450&auto=compress&rect=0%2C188%2C1500%2C750&s=dc020080a79d875998480e9d09113e35\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"is_active\": true,\n            \"is_free\": false,\n            \"is_free_string\": \"paid\",\n            \"latitude\": 30.0429349,\n            \"location\": \"18541 Mueschke Rd., Cypress, TX 77433\",\n            \"longitude\": -95.728097,\n            \"name\": \"Goat Yoga Texas - Sun., April 21 @ 2PM\",\n            \"type\": \"eventbrite\",\n            \"url\": \"https://www.eventbrite.com/e/goat-yoga-texas-sun-april-21-2pm-tickets-58688367487?aff=ebapi\",\n            \"weather\": null\n        },\n        {\n            \"date\": \"2019-04-21\",\n            \"description\": \"Goat Yoga Texas, Houston's Top-Rated Goat Yoga, invites YOU to enjoy a fun and unique experience under the beautiful Texas sky as we take our Yoga practice to the next level.... WITH A HERD OF CUDDLY MINIATURE GOATS!\\n\\nBe sure and take time for yourself, reconnect with nature, and grab a burger and a beer at our permanent location: Murdoch's Backyard Pub. Murdoch's is family- and on-a-leash dog-friendly, too!\\n\\nOur classes feature 45 minutes of Yoga for all levels led by certified Yoga teacher and Health Coach Kimberly Brooke, followed by 30 minutes of photos and baby goat snuggles.\\n\\nPlease bring a Yoga Mat or a Big Beach Towel (we will provide a ground liner to keep your cotton towel off the ground!) as we cannot provide them due to hygiene reasons.\\n\\nAlso keep an eye out for our class email (this sometimes gets trapped in the SPAM folder) that we send out the morning of class with additional information and any weather related alerts or cancellations. \\n\\n**THIS IS AN AGE-RESTRICTED EVENT**\\nGoat Yogis 12 and older are welcome to participate. Our future Goat Yogis who are 11 and younger can enjoy the goats during the 30 minutes after class with supervision.\",\n            \"designation\": null,\n            \"directions\": null,\n            \"id\": \"eventbrite58688403595\",\n            \"image_1\": \"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F58380869%2F223005179965%2F1%2Foriginal.jpg?h=200&w=450&auto=compress&rect=100%2C320%2C1358%2C679&s=bfca6947cb7c17f5e330415413c810bc\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"is_active\": true,\n            \"is_free\": false,\n            \"is_free_string\": \"paid\",\n            \"latitude\": 30.0429349,\n            \"location\": \"18541 Mueschke Rd., Cypress, TX 77433\",\n            \"longitude\": -95.728097,\n            \"name\": \"Goat Yoga Texas - Sun., April 21 @ 4PM\",\n            \"type\": \"eventbrite\",\n            \"url\": \"https://www.eventbrite.com/e/goat-yoga-texas-sun-april-21-4pm-tickets-58688403595?aff=ebapi\",\n            \"weather\": null\n        },\n        {\n            \"date\": \"2019-04-27\",\n            \"description\": \"Goat Yoga Texas, Houston's Top-Rated Goat Yoga, invites YOU to enjoy a fun and unique experience under the beautiful Texas sky as we take our Yoga practice to the next level.... WITH A HERD OF CUDDLY MINIATURE GOATS!\\n\\nBe sure and take time for yourself, reconnect with nature, and grab a burger and a beer at our permanent location: Murdoch's Backyard Pub. Murdoch's is family- and on-a-leash dog-friendly, too!\\n\\nOur classes feature 45 minutes of Yoga for all levels led by certified Yoga teacher and Health Coach Kimberly Brooke, followed by 30 minutes of photos and baby goat snuggles.\\n\\nPlease bring a Yoga Mat or a Big Beach Towel (we will provide a ground liner to keep your cotton towel off the ground!) as we cannot provide them due to hygiene reasons.\\n\\nAlso keep an eye out for our class email (this sometimes gets trapped in the SPAM folder) that we send out the morning of class with additional information and any weather related alerts or cancellations. \\n\\n**THIS IS AN AGE-RESTRICTED EVENT**\\nGoat Yogis 12 and older are welcome to participate. Our future Goat Yogis who are 11 and younger can enjoy the goats during the 30 minutes after class with supervision.\",\n            \"designation\": null,\n            \"directions\": null,\n            \"id\": \"eventbrite58688590153\",\n            \"image_1\": \"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F58381142%2F223005179965%2F1%2Foriginal.jpg?h=200&w=450&auto=compress&rect=100%2C320%2C1358%2C679&s=b2c6cb73e60e2b61c9275a37285cc6b4\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"is_active\": true,\n            \"is_free\": false,\n            \"is_free_string\": \"paid\",\n            \"latitude\": 30.0429349,\n            \"location\": \"18541 Mueschke Rd., Cypress, TX 77433\",\n            \"longitude\": -95.728097,\n            \"name\": \"Goat Yoga Texas - Sat., April 27 @ 11AM\",\n            \"type\": \"eventbrite\",\n            \"url\": \"https://www.eventbrite.com/e/goat-yoga-texas-sat-april-27-11am-tickets-58688590153?aff=ebapi\",\n            \"weather\": null\n        },\n        {\n            \"date\": \"2019-04-27\",\n            \"description\": \"Goat Yoga Texas, Houston's Top-Rated Goat Yoga, invites YOU to enjoy a fun and unique experience under the beautiful Texas sky as we take our Yoga practice to the next level.... WITH A HERD OF CUDDLY MINIATURE GOATS!\\n\\nBe sure and take time for yourself, reconnect with nature, and grab a burger and a beer at our permanent location: Murdoch's Backyard Pub. Murdoch's is family- and on-a-leash dog-friendly, too!\\n\\nOur classes feature 45 minutes of Yoga for all levels led by certified Yoga teacher and Health Coach Kimberly Brooke, followed by 30 minutes of photos and baby goat snuggles.\\n\\nPlease bring a Yoga Mat or a Big Beach Towel (we will provide a ground liner to keep your cotton towel off the ground!) as we cannot provide them due to hygiene reasons.\\n\\nAlso keep an eye out for our class email (this sometimes gets trapped in the SPAM folder) that we send out the morning of class with additional information and any weather related alerts or cancellations. \\n\\n**THIS IS AN AGE-RESTRICTED EVENT**\\nGoat Yogis 12 and older are welcome to participate. Our future Goat Yogis who are 11 and younger can enjoy the goats during the 30 minutes after class with supervision.\",\n            \"designation\": null,\n            \"directions\": null,\n            \"id\": \"eventbrite58688642309\",\n            \"image_1\": \"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F58381249%2F223005179965%2F1%2Foriginal.20190129-180916?h=200&w=450&auto=compress&rect=0%2C170%2C2048%2C1024&s=9a2d028da2b937114702f36bdd0a3805\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"is_active\": true,\n            \"is_free\": false,\n            \"is_free_string\": \"paid\",\n            \"latitude\": 30.0429349,\n            \"location\": \"18541 Mueschke Rd., Cypress, TX 77433\",\n            \"longitude\": -95.728097,\n            \"name\": \"Goat Yoga Texas - Sat., April 27 @ 1PM\",\n            \"type\": \"eventbrite\",\n            \"url\": \"https://www.eventbrite.com/e/goat-yoga-texas-sat-april-27-1pm-tickets-58688642309?aff=ebapi\",\n            \"weather\": null\n        },\n        {\n            \"date\": \"2019-04-28\",\n            \"description\": \"Goat Yoga Texas, Houston's Top-Rated Goat Yoga, invites YOU to enjoy a fun and unique experience under the beautiful Texas sky as we take our Yoga practice to the next level.... WITH A HERD OF CUDDLY MINIATURE GOATS!\\n\\nBe sure and take time for yourself, reconnect with nature, and grab a burger and a beer at our permanent location: Murdoch's Backyard Pub. Murdoch's is family- and on-a-leash dog-friendly, too!\\n\\nOur classes feature 45 minutes of Yoga for all levels led by certified Yoga teacher and Health Coach Kimberly Brooke, followed by 30 minutes of photos and baby goat snuggles.\\n\\nPlease bring a Yoga Mat or a Big Beach Towel (we will provide a ground liner to keep your cotton towel off the ground!) as we cannot provide them due to hygiene reasons.\\n\\nAlso keep an eye out for our class email (this sometimes gets trapped in the SPAM folder) that we send out the morning of class with additional information and any weather related alerts or cancellations. \\n\\n**THIS IS AN AGE-RESTRICTED EVENT**\\nGoat Yogis 12 and older are welcome to participate. Our future Goat Yogis who are 11 and younger can enjoy the goats during the 30 minutes after class with supervision.\",\n            \"designation\": null,\n            \"directions\": null,\n            \"id\": \"eventbrite58688850933\",\n            \"image_1\": \"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F58381377%2F223005179965%2F1%2Foriginal.jpg?h=200&w=450&auto=compress&rect=0%2C188%2C1500%2C750&s=cc9edfc79fa7b5c1b8597b3aaf52d07b\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"is_active\": true,\n            \"is_free\": false,\n            \"is_free_string\": \"paid\",\n            \"latitude\": 30.0429349,\n            \"location\": \"18541 Mueschke Rd., Cypress, TX 77433\",\n            \"longitude\": -95.728097,\n            \"name\": \"Goat Yoga Texas - Sun., April 28 @ 2PM\",\n            \"type\": \"eventbrite\",\n            \"url\": \"https://www.eventbrite.com/e/goat-yoga-texas-sun-april-28-2pm-tickets-58688850933?aff=ebapi\",\n            \"weather\": null\n        }\n    ],\n    \"page\": 1,\n    \"total_pages\": 2\n}"}],"_postman_id":"2a99e6f9-c802-41bc-992d-e43805088bbe"},{"name":"/dog/breed","event":[{"listen":"test","script":{"id":"f74bbdb5-6342-49fa-a763-fe7c0ce6e3f1","exec":["pm.test(\"Body contains group\", function () {","    pm.expect(pm.response.text()).to.include(\"group\");","});","","pm.test(\"Body contains is_active\", function () {","    pm.expect(pm.response.text()).to.include(\"is_active\");","});","","pm.test(\"Body contains max_height\", function () {","    pm.expect(pm.response.text()).to.include(\"max_height\");","});","","pm.test(\"Body contains max_lifespan\", function () {","    pm.expect(pm.response.text()).to.include(\"max_lifespan\");","});","","pm.test(\"Body contains max_weight\", function () {","    pm.expect(pm.response.text()).to.include(\"max_weight\");","});","","pm.test(\"Body contains min_height\", function () {","    pm.expect(pm.response.text()).to.include(\"min_height\");","});","","pm.test(\"Body contains min_lifespan\", function () {","    pm.expect(pm.response.text()).to.include(\"min_lifespan\");","});","","pm.test(\"Body contains min_weight\", function () {","    pm.expect(pm.response.text()).to.include(\"min_weight\");","});","","pm.test(\"Body contains temperament\", function () {","    pm.expect(pm.response.text()).to.include(\"temperament\");","});","","pm.test(\"Body contains page\", function () {","    pm.expect(pm.response.text()).to.include(\"page\");","});",""],"type":"text/javascript"}}],"id":"a82f0cd5-4ecc-4c87-bad9-96ffd285c045","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.findadogfor.me/api/breed?q={\"filters\":[{\"name\":\"name\",\"op\":\"eq\",\"val\":\"border terrier\"}]}","description":"<p>Returns a list of breed objects that the dog is a species of.</p>\n<p>'id' is required as a parameter.</p>\n<p>Parameters:</p>\n<p>id - (Required) The ID of the dog.</p>\n<p>Return type:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>dict {\n    objects: [\n        breed_dict_1,\n        ...\n    ]\n}\n</code></pre>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"91B7D3A43B5C31EA"}]},"isInherited":true,"source":{"_postman_id":"1de0d3c8-cbb6-43d2-b728-e42f67d77f33","id":"1de0d3c8-cbb6-43d2-b728-e42f67d77f33","name":"Dogs","type":"folder"}},"urlObject":{"protocol":"https","path":["api","breed"],"host":["api","findadogfor","me"],"query":[{"disabled":true,"description":{"content":"<p>(Required) The ID of the dog.</p>\n","type":"text/plain"},"key":"id","value":"string"},{"key":"q","value":"{\"filters\":[{\"name\":\"name\",\"op\":\"eq\",\"val\":\"border terrier\"}]}"}],"variable":[]}},"response":[{"id":"efe7102b-9f18-4e4c-bf20-a3a7455413c9","name":"/dog/breed","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.findadogfor.me/api/breed?q={\"filters\":[{\"name\":\"name\",\"op\":\"eq\",\"val\":\"border terrier\"}]}","protocol":"https","host":["api","findadogfor","me"],"path":["api","breed"],"query":[{"description":"(Required) The ID of the dog.","key":"id","value":"string","disabled":true},{"key":"q","value":"{\"filters\":[{\"name\":\"name\",\"op\":\"eq\",\"val\":\"border terrier\"}]}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 11 Apr 2019 22:32:05 GMT"},{"key":"Link","value":"<http://api.findadogfor.me/api/breed?page=1&results_per_page=0>; rel=\"last\", <http://api.findadogfor.me/api/breed?page=1&results_per_page=0>; rel=\"last\""},{"key":"Server","value":"Apache/2.4.37 (Amazon) mod_wsgi/3.5 Python/3.6.7"},{"key":"Vary","value":"Accept"},{"key":"Content-Length","value":"617"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"num_results\": 1,\n    \"objects\": [\n        {\n            \"group\": \"Terrier\",\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-border/n02093754_5391.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-border/n02093754_5639.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-border/n02093754_6817.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-border/n02093754_7198.jpg\",\n            \"is_active\": false,\n            \"max_height\": 16,\n            \"max_lifespan\": 14,\n            \"max_weight\": 15.5,\n            \"min_height\": 11,\n            \"min_lifespan\": 12,\n            \"min_weight\": 11.5,\n            \"name\": \"border terrier\",\n            \"temperament\": \"Fearless, Affectionate, Alert, Obedient, Intelligent, Even Tempered\"\n        }\n    ],\n    \"page\": 1,\n    \"total_pages\": 1\n}"}],"_postman_id":"a82f0cd5-4ecc-4c87-bad9-96ffd285c045"},{"name":"/dog/shelter","event":[{"listen":"test","script":{"id":"dc42b353-586c-42d5-ad20-e0bf5eacbf35","exec":["pm.test(\"Body contains id\", function () {","    pm.expect(pm.response.text()).to.include(\"id\");","});","","pm.test(\"Body contains address\", function () {","    pm.expect(pm.response.text()).to.include(\"address\");","});","","pm.test(\"Body contains city\", function () {","    pm.expect(pm.response.text()).to.include(\"city\");","});","","pm.test(\"Body contains latitude\", function () {","    pm.expect(pm.response.text()).to.include(\"latitude\");","});","","pm.test(\"Body contains longitude\", function () {","    pm.expect(pm.response.text()).to.include(\"longitude\");","});","","pm.test(\"Body contains name\", function () {","    pm.expect(pm.response.text()).to.include(\"name\");","});","","pm.test(\"Body contains phone\", function () {","    pm.expect(pm.response.text()).to.include(\"phone\");","});","","pm.test(\"Body contains state\", function () {","    pm.expect(pm.response.text()).to.include(\"state\");","});","","pm.test(\"Body contains zipcode\", function () {","    pm.expect(pm.response.text()).to.include(\"zipcode\");","});","",""],"type":"text/javascript"}}],"id":"e7bc06f7-05dd-4f4a-bd84-ddf212a57a72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"91B7D3A43B5C31EA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.findadogfor.me/api/shelter/TX1002","description":"<p>Returns a list containing the shelter item that hosts a specific dog.</p>\n<p>'id' is required as a parameter.</p>\n<p>Parameters:</p>\n<p>id - (Required) The ID of the dog.</p>\n<p>Return type:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>dict {\n    objects: [\n        shelter_dict_1\n    ]\n}\n</code></pre>","urlObject":{"protocol":"https","path":["api","shelter","TX1002"],"host":["api","findadogfor","me"],"query":[{"disabled":true,"description":{"content":"<p>(Required) The ID of the dog.</p>\n","type":"text/plain"},"key":"id","value":"string"}],"variable":[]}},"response":[{"id":"80cc3d6b-3840-4736-a392-81dff77697d2","name":"/dog/shelter","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.findadogfor.me/api/shelter/TX1002","protocol":"https","host":["api","findadogfor","me"],"path":["api","shelter","TX1002"],"query":[{"key":"id","value":"string","description":"(Required) The ID of the dog.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 11 Apr 2019 22:32:18 GMT"},{"key":"Server","value":"Apache/2.4.37 (Amazon) mod_wsgi/3.5 Python/3.6.7"},{"key":"Vary","value":"Accept"},{"key":"Content-Length","value":"202"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"address\": \"6324 CR 4514\",\n    \"city\": \"San Antonio\",\n    \"id\": \"TX1002\",\n    \"latitude\": 29.1455,\n    \"longitude\": -98.9069,\n    \"name\": \"San Antonio Doberman Advocacy and Rescue\",\n    \"phone\": \"8309853853\",\n    \"state\": \"TX\",\n    \"zipcode\": 78016\n}"}],"_postman_id":"e7bc06f7-05dd-4f4a-bd84-ddf212a57a72"},{"name":"/dog/query","event":[{"listen":"test","script":{"id":"b898436e-3a06-42d7-9db9-8aaf9834f090","exec":["pm.test(\"Body contains age\", function () {","    pm.expect(pm.response.text()).to.include(\"age\");","});","","pm.test(\"Body contains breed\", function () {","    pm.expect(pm.response.text()).to.include(\"breed\");","});","","pm.test(\"Body contains description\", function () {","    pm.expect(pm.response.text()).to.include(\"description\");","});","","pm.test(\"Body contains id\", function () {","    pm.expect(pm.response.text()).to.include(\"id\");","});","","pm.test(\"Body contains name\", function () {","    pm.expect(pm.response.text()).to.include(\"name\");","});","","pm.test(\"Body contains shelter_id\", function () {","    pm.expect(pm.response.text()).to.include(\"shelter_id\");","});","","pm.test(\"Body contains sex\", function () {","    pm.expect(pm.response.text()).to.include(\"sex\");","});",""],"type":"text/javascript"}}],"id":"91bc6e7d-2f82-4dc4-adc9-d8d81c32257e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.findadogfor.me/api//dog/query?breed=border%20collie&age=Adult&size=L&page=1&sort?alphabetical","description":"<p>Returns a list of dogs that match specfic filters. Can also use this method to sort results in a specific order.</p>\n<p>Parameters:</p>\n<p>breed_filter - (Optional) The specific breed that you'd like to search for. </p>\n<p>age_filter - (Optional) The age that you'd like to filter by. \"Adult\", \"Young\", \"Baby\", and \"Senior\" are valid inputs. </p>\n<p>size_filter - (Optional) The size of the dog you'd liko te filter by. \"S\", \"M\", \"L\", and \"XL\" are valid inputs.</p>\n<p>search_param - (Optional) A string to search for in the dog list. </p>\n<p>sort_param - (Optional) Possible sorts include \"alphabetical\", \"reverse_alphabetical\", \"size\", and \"reverse_size\".</p>\n<p>page_num - (Optional) The page of results you'd like.</p>\n<p>include_description - (Optional) False by default, if enabled, will search within the hidden description attribute stored for each dog instance as well.</p>\n<p>Return type:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>dict {\n    objects: [\n        dog_dict_1,\n        ...\n        doct_dict_12\n    ],\n    page: number\n}\n</code></pre>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"91B7D3A43B5C31EA"}]},"isInherited":true,"source":{"_postman_id":"1de0d3c8-cbb6-43d2-b728-e42f67d77f33","id":"1de0d3c8-cbb6-43d2-b728-e42f67d77f33","name":"Dogs","type":"folder"}},"urlObject":{"protocol":"https","path":["api","","dog","query"],"host":["api","findadogfor","me"],"query":[{"key":"breed","value":"border%20collie"},{"key":"age","value":"Adult"},{"key":"size","value":"L"},{"key":"page","value":"1"},{"key":"sort?alphabetical","value":null}],"variable":[]}},"response":[{"id":"c054bfd2-5fff-492e-994d-ccedd293154e","name":"/dog/query","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.findadogfor.me/api//dog/query?breed=border%20collie&age=Adult&size=L&page=1&sort?alphabetical","protocol":"https","host":["api","findadogfor","me"],"path":["api","","dog","query"],"query":[{"key":"breed","value":"border%20collie"},{"key":"age","value":"Adult"},{"key":"size","value":"L"},{"key":"page","value":"1"},{"key":"sort?alphabetical","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 11 Apr 2019 23:26:00 GMT"},{"key":"Server","value":"Apache/2.4.37 (Amazon) mod_wsgi/3.5 Python/3.6.7"},{"key":"Content-Length","value":"20044"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"num_results\": 17,\n    \"objects\": [\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"border collie\",\n            \"description\": \"Jazz is such a handsome and happy boy.  Jazz is around 3 years old and we think he's a shepher/collie mix.  He gets along well with dogs, cats, and people but no small children please.  He's quite active with lots of energy and loves to run.  To meet Jazz contact tauna@barriodogs.org\",\n            \"id\": \"29437714\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/29437714/1/?bust=1461938434&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/29437714/2/?bust=1422208400&width=500&-x.jpg\",\n            \"image_3\": \"http://photos.petfinder.com/photos/pets/29437714/3/?bust=1553177858&width=500&-x.jpg\",\n            \"image_4\": \"http://photos.petfinder.com/photos/pets/29437714/4/?bust=1553177858&width=500&-x.jpg\",\n            \"name\": \"Jazz\",\n            \"sex\": \"M\",\n            \"shelter_id\": \"TX1462\",\n            \"shelter_name\": \"Barrio Dogs of Houston\",\n            \"size\": \"L\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"border collie\",\n            \"description\": null,\n            \"id\": \"43871151\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/43871151/1/?bust=1549054797&width=500&-x.jpg\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"name\": \"EMERY\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX424\",\n            \"shelter_name\": \"Harris County Public Health & Environmental Services Veterinary Public Health\",\n            \"size\": \"L\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"border collie\",\n            \"description\": \"Pancho is a handsome, laid back, chill guy. He is around 4 years old, about 65 lbs, and we believe he is a Border Collie mix. Pancho is a gentle quiet boy who would love a home of his own. We are still learning about him but he has not had any negative reactions to dogs or cats. Pancho is up to date on all shots and preventative, heartworm negative, and neutered. His adoption fee is $50.\",\n            \"id\": \"44184474\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/44184474/1/?bust=1554151953&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/44184474/2/?bust=1554151953&width=500&-x.jpg\",\n            \"image_3\": \"http://photos.petfinder.com/photos/pets/44184474/3/?bust=1554151954&width=500&-x.jpg\",\n            \"image_4\": \"http://photos.petfinder.com/photos/pets/44184474/4/?bust=1554151955&width=500&-x.jpg\",\n            \"name\": \"Pancho\",\n            \"sex\": \"M\",\n            \"shelter_id\": \"TX2251\",\n            \"shelter_name\": \"Madisonville Animal Control\",\n            \"size\": \"L\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"border collie\",\n            \"description\": \"Meet Freya! She is a 2 1/2 year old, female, Border Collie/Boxer mix. She loves to play with toys and other dogs! Sheâ\\u0080\\u0099s a super sweet cuddler who is also great with kids. She knows many commands: sit, stay, kennel, fetch and is crate, leash and potty trained. She is a dream indoors! Never meets a stranger but can be a bit uneasy outdoors or with loud noises. She prefers men over women but loves both equally! When Freya isnâ\\u0080\\u0099t playing with her favorite toy (her soccer ball) sheâ\\u0080\\u0099s taking a nap in her crate or next to you on the sofa. She would be okay being left home alone uncrated and knows how to keep herself occupied with her toys! I believe she would thrive in a home with a fur brother or sister! She just needs someone to give her a chance to shine and show her the world! She listens very well and is always eager to please! To foster or adopt Freya, please apply at\\nwww.hhfrescue.org\\n\\nThe adoption fee includes vaccinations, bordetella, deworming, rabies, spay/neuter and microchip. There is an additional $10.99 fee for Home Again for a lifetime registration of the microchip. If adopting a puppy, the rabies and spay/neuter will be done at the same time by our vet once they are 4 months old and billed to us. It is against the law in the State of Texas for a rescue not to be sterilized so we have to make sure it gets completed and that we have record of it.\\n\",\n            \"id\": \"41868723\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/41868723/1/?bust=1554390629&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/41868723/2/?bust=1554390633&width=500&-x.jpg\",\n            \"image_3\": \"http://photos.petfinder.com/photos/pets/41868723/3/?bust=1554390635&width=500&-x.jpg\",\n            \"image_4\": null,\n            \"name\": \"Freya\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX2153\",\n            \"shelter_name\": \"Honoring Hope and Faith Rescue, Inc.\",\n            \"size\": \"L\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"border collie\",\n            \"description\": \"Celene Dion is 2.5 year old/85lb Border Collie/Heeler Mix. She loves to play and can be a little on the shy side. She loves to be a lap dog and gets along with most dogs and loves play group. She was rescued on 1604 where she laid next to her brother that had been hit by a car. She has not been introduced to cats. This dog is Spayed, UTD on shots/rabies, HW/flea Prevention, Microchipped, and Kennel Trained.\",\n            \"id\": \"24906110\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/24906110/1/?bust=1492175250&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/24906110/2/?bust=1492175250&width=500&-x.jpg\",\n            \"image_3\": null,\n            \"image_4\": null,\n            \"name\": \"Celene Dion\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX1186\",\n            \"shelter_name\": \"KIM ACRES ANIMAL SANCTUARY\",\n            \"size\": \"L\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"border collie\",\n            \"description\": \"Hi, my name is Momma Woods.  You might think that is a funny name, but you see when I was rescued, I was a Momma to five of the cutest puppies.  We were living in a woods off of a busy freeway in Houston, Texas.  A kind lady took us into her care.\\n\\nI am a very submissive girl.  I get along with all of the dogs and puppies at my foster home.  I do not like to share my food with any other dogs, because I went too long without food before we were rescued.  \\n\\nI am up to date on my vaccinations, spayed, heart worm negative and micro chipped.  I am about 8 years old and weigh around 50 - 60 pounds.\\n\\nI really enjoy living at my foster home but, I would really like to have my own forever home.   If you would like to meet me in person, please call or text Sherriille @ 281-706-0242 or email Penny @ pennykbryce@gmail.com\\n\\nLook forward to meeting you soon!\\n\\nMomma\",\n            \"id\": \"34652875\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/34652875/1/?bust=1483121092&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/34652875/2/?bust=1457653937&width=500&-x.jpg\",\n            \"image_3\": \"http://photos.petfinder.com/photos/pets/34652875/3/?bust=1457653938&width=500&-x.jpg\",\n            \"image_4\": null,\n            \"name\": \"Momma\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX1985\",\n            \"shelter_name\": \"New Life Rescue, Inc.\",\n            \"size\": \"L\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"border collie\",\n            \"description\": \"Vanna was found happily greeting the customers at a golf club. She loves all the volunteers and playtime is her favorite time! She did great in our dog training program. \\n\\nVanna spent some time at the Mannered Mutt and here are the comments from the trainer:\\nWe have had Vanna in small playgroups daily and she is THRIVING. She is SUCH a great, GREAT girl! She wants nothing more than to spend time touching you, leaning on you or following you around. In playgroup she is a busy girl and we are working to teach her proper play. You will not regret giving this girl a shot.\\n\\nVanna is tired of shelter life and craves her very own home. Will you adopt this beautiful girl?\\nEst. DOB: 12/21/16\\n55 lbs\",\n            \"id\": \"44080450\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/44080450/1/?bust=1554760198&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/44080450/2/?bust=1554760225&width=500&-x.jpg\",\n            \"image_3\": \"http://photos.petfinder.com/photos/pets/44080450/3/?bust=1554760249&width=500&-x.jpg\",\n            \"image_4\": \"http://photos.petfinder.com/photos/pets/44080450/4/?bust=1550939745&width=500&-x.jpg\",\n            \"name\": \"Vanna\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX525\",\n            \"shelter_name\": \"Abandoned Animal Rescue\",\n            \"size\": \"L\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"border collie\",\n            \"description\": \"Tinker- Female/Spayed Border Collie/Lab Retriever Mix  Color: Black & White 2 years old 73.6 lbs.\\nID# D-36823\\n\\nTinker was surrendered by her owner along with her friend, Daisy to the shelter, as they travel too much and were no longer able to care for them. They both have been well cared for and have had a great life, now they are both ready to find a new family to call their own and start a new chapter. If you are looking to add a large mostly indoor dog to your home, who is pretty chill, and housebroken, then maybe Tinker is the dog for you! She has never been around children, so we are unsure if she will be good with little ones.. A meet & greet with any other dogs in the home is necessary. Tinker & her bestie, Daisy would love to be adopted together but would advise this if there are no other dogs in the home or cats.\\n\\nTinker is current on basic vaccinations including Bordetella and Rabies, been dewormed and is microchipped. She has tested Negative for Heartworms and has been on prevention. She is already spayed, so she's all ready to go to a new home. \\n\\nFor more information, please contact the City of Corsicana Animal Shelter at (903) 654-4928. The shelter is open Mon, Tues, Thurs and Fri from 12:00pm - 6:00pm and on Sat from 12:00pm - 4:00pm.\",\n            \"id\": \"43972355\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/43972355/1/?bust=1549668273&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/43972355/2/?bust=1549668274&width=500&-x.jpg\",\n            \"image_3\": \"http://photos.petfinder.com/photos/pets/43972355/3/?bust=1549668274&width=500&-x.jpg\",\n            \"image_4\": \"http://photos.petfinder.com/photos/pets/43972355/4/?bust=1551828062&width=500&-x.jpg\",\n            \"name\": \"Tinker\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX533\",\n            \"shelter_name\": \"City of Corsicana Animal Shelter\",\n            \"size\": \"L\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"border collie\",\n            \"description\": \"China is a very active girl (it is the Boarder Collie part of her).  She loves to go hiking as you can tell from the photos of her.  You might notice that the trees are bare too.  Being a highly active dog in addition to being black, she gets overheated easily.  She walks well on her lease so she is nice to take hiking.  She is very cute when she can't decide where the hiking path is.  She will come back and to you and wait for you to lead the way.  The only problem is the other hikers.  Being a big, black dog, most people are afraid of her.  That makes her a good watch dog but that is all that makes her a good watch dog except she might lick them to death.  \\n\\nShe is VERY friendly.  Her friends currently include a large very senior male and two small dogs: a male and female.  She would love to have a dog she could run and play with as her current situation does not have that.  She is the submissive dog in the group.  All she wants is to be loved and have some activities.  I said no small children only because in her excitement she might knock them down and, of course, would promptly lick their faces.  \\n\\nAll of our animals are fully vet'ed, which includes at a minimum: being heartworm negative, being intestinal parasite free, having age appropriate shots, being spayed/neutered when they are old enough and, lastly, treatment for any conditions that the pet came in with including but not limited to treatment for heartworms, parvo, mange etc.  We never euthanize for any reason except a hopeless cause where the pet is suffering.\\n\\nYou can reach her foster at koolkatskanines@yahoo.com.\",\n            \"id\": \"31137925\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/31137925/1/?bust=1492743518&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/31137925/2/?bust=1492743518&width=500&-x.jpg\",\n            \"image_3\": \"http://photos.petfinder.com/photos/pets/31137925/3/?bust=1492743518&width=500&-x.jpg\",\n            \"image_4\": null,\n            \"name\": \"China\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX944\",\n            \"shelter_name\": \"Kool Kats and Kanines\",\n            \"size\": \"L\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"border collie\",\n            \"description\": \"Buddy is a 2 1/2 year old collie mix. He is a sweet dog with a happy disposition. He is learning to trust people again as he was previously abused. He could be a very loving family dog that thrives on love and attention. Buddy will make an excellent pet. He may already be house trained. Loves kids.\",\n            \"id\": \"39663355\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/39663355/1/?bust=1552938340&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/39663355/2/?bust=1552938343&width=500&-x.jpg\",\n            \"image_3\": null,\n            \"image_4\": null,\n            \"name\": \"Buddy\",\n            \"sex\": \"M\",\n            \"shelter_id\": \"TX692\",\n            \"shelter_name\": \"Humane Society of Coleman County\",\n            \"size\": \"L\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"border collie\",\n            \"description\": \"Mabel is a smart, trained dog that has been a wonderful mother to Blanche and Bernie. She is house trained and attentive. She has been a little sad as her puppies have gone to new homes. Mabel gets along well with dogs of all sizes. She will chase a running cat but ignores sleeping or hissing cats. She loves to investigate the farm but comes back every time she is called. She enjoying the dog door and laying in the sun too. Mabel is spayed and is getting her pre-puppy body back! An active girl that is sensible and loves to please her person! Happy girl ready for her new family! Apply to adopt at www.hadr.orgApply to Adopt or Foster at www.hadr.org.\",\n            \"id\": \"43421409\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/43421409/1/?bust=1554748765&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/43421409/2/?bust=1554748771&width=500&-x.jpg\",\n            \"image_3\": null,\n            \"image_4\": null,\n            \"name\": \"Mabel\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX397\",\n            \"shelter_name\": \"Houston Area Doberman Rescue\",\n            \"size\": \"L\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"border collie\",\n            \"description\": \"Meet Beethoven, a very happy-go-lucky guy!  Weâ\\u0080\\u0099ve estimated he was born in April of 2014. He is neutered and utd on shots. Loves to play, especially fetch.  He walks well on a leash and is very obedient.  Gets along well with other dogs but does NOT like cats. Waiting on a loving family of his own! Fetch anyone?\",\n            \"id\": \"30888579\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/30888579/1/?bust=1554774561&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/30888579/2/?bust=1554774561&width=500&-x.jpg\",\n            \"image_3\": \"http://photos.petfinder.com/photos/pets/30888579/3/?bust=1554774562&width=500&-x.jpg\",\n            \"image_4\": \"http://photos.petfinder.com/photos/pets/30888579/4/?bust=1554774562&width=500&-x.jpg\",\n            \"name\": \"Beethoven\",\n            \"sex\": \"M\",\n            \"shelter_id\": \"TX142\",\n            \"shelter_name\": \"Volunteers For Animal Protection, Inc.\",\n            \"size\": \"L\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"border collie\",\n            \"description\": \"Could this be your new best friend?*NOTE* We require verifiable veterinary care history to adopt puppies eight months or younger from Fuzzy Friends Rescue. For adopters without previous pet experience, we recommend starting with a slightly older dog.\\nEstimated DOB: 12/19/2015\\nArrival Date: 5/11/2016\\nAdoption Fee: $ 180.00\\n**NOTE** We allow out of area adoptions but the animal must be picked up by the adopter from Fuzzy Friends Rescue in person (this also includes out-of-state adoptions).\\nAll dogs are spayed or neutered, fully vaccinated, microchipped, heartworm tested and on heartworm prevention before they are adopted. Go to www.fuzzyfriendsrescue.com for more information about adoptions and our downloadable application.\\nThis pet comes with a 30-day gift of Sheltercare pet insurance, the number one brand of pet insurance for adopted pets with a vaild email address provided by adopter. Over 3 million adopted pets have already been insured!\",\n            \"id\": \"43559012\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/43559012/1/?bust=1544984053&width=500&-x.jpg\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"name\": \"Bear (Bruno)\",\n            \"sex\": \"M\",\n            \"shelter_id\": \"TX534\",\n            \"shelter_name\": \"Fuzzy Friends Rescue\",\n            \"size\": \"L\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"border collie\",\n            \"description\": \"Could this be your new best friend?*NOTE* We require verifiable veterinary care history to adopt puppies eight months or younger from Fuzzy Friends Rescue. For adopters without previous pet experience, we recommend starting with a slightly older dog.\\nEstimated DOB: 12/19/2015\\nArrival Date: 5/11/2018\\nAdoption Fee: $ 180.00\\n**NOTE** We allow out of area adoptions but the animal must be picked up by the adopter from Fuzzy Friends Rescue in person (this also includes out-of-state adoptions).\\nAll dogs are spayed or neutered, fully vaccinated, microchipped, heartworm tested and on heartworm prevention before they are adopted. Go to www.fuzzyfriendsrescue.com for more information about adoptions and our downloadable application.\\nThis pet comes with a 30-day gift of Sheltercare pet insurance, the number one brand of pet insurance for adopted pets with a vaild email address provided by adopter. Over 3 million adopted pets have already been insured!\",\n            \"id\": \"43559013\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/43559013/1/?bust=1544984050&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/43559013/2/?bust=1544984056&width=500&-x.jpg\",\n            \"image_3\": \"http://photos.petfinder.com/photos/pets/43559013/3/?bust=1544984059&width=500&-x.jpg\",\n            \"image_4\": null,\n            \"name\": \"Betsy (Bella)\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX534\",\n            \"shelter_name\": \"Fuzzy Friends Rescue\",\n            \"size\": \"L\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"border collie\",\n            \"description\": \"Could this be your new best friend?Nina was feeling pretty overwhelmed at our facility, so she is currently in foster care, working on learning how to be an awesome house dog. If you'd like to meet Nina, please give us a call at 254-754-9444 and we can get you in touch with her foster mom!\\nApprox. Weight: 50 lbs.\\nEstimated DOB: 8/13/2017\\nArrival Date: 2/11/2019\\nAdoption Fee: $235.00\\n*NOTE* We allow out of area adoptions but the animal must be picked up by the applicant in person.\\nAll dogs are spayed or neutered, fully vaccinated, microchipped, heartworm tested and on heartworm prevention before they are adopted. Go to www.fuzzyfriendsrescue.com for more information about adoptions and our downloadable application.\\nThis pet comes with a 30-day gift of Sheltercare pet insurance, the number one brand of pet insurance for adopted pets with a vaild email address provided by adopter. Over 3 million adopted pets have already been insured!\\n\\n\",\n            \"id\": \"44127575\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/44127575/1/?bust=1553316837&width=500&-x.jpg\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"name\": \"Nina\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX534\",\n            \"shelter_name\": \"Fuzzy Friends Rescue\",\n            \"size\": \"L\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"border collie\",\n            \"description\": \"Owner surrendered this dog because she is unable to care for the dog. --skpFor more information about this animal please call or visit the Lockhart Animal Shelter\\n\\n547 Old McMahan Trl\\nLockhart TX 78644\\n(512) 376-3336\",\n            \"id\": \"43842002\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/43842002/1/?bust=1554766764&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/43842002/2/?bust=1554766799&width=500&-x.jpg\",\n            \"image_3\": \"http://photos.petfinder.com/photos/pets/43842002/3/?bust=1554766818&width=500&-x.jpg\",\n            \"image_4\": null,\n            \"name\": \"Sasha\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX252\",\n            \"shelter_name\": \"Lockhart Animal Shelter\",\n            \"size\": \"L\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"border collie\",\n            \"description\": \"Preacher's family has him at their home but they are looking for a new home for him and can arrange a meet up with you if you are interested in adopting him. Here is what his current family has to say about him:   We are looking to rehome our dog, Preacher. He is sweet, loving and just wants attention that we can no longer provide. We have a very special, special needs son that now requires all of our attention. Our dog, Preacher is great with other dogs, cats and children. He does have some hair loss due to allergies but otherwise has no health or other issues. He does need a family who keeps him inside only or has a 6fy of higher privavcy fence since he can climb 4ft chain link.  To set up a time to meet this handsome boy, please call ot text 214 450 2181 or email Brown.Kelly30@gmail.com\",\n            \"id\": \"43077870\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/43077870/1/?bust=1540153093&width=500&-x.jpg\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"name\": \"PREACHER\",\n            \"sex\": \"M\",\n            \"shelter_id\": \"TX1659\",\n            \"shelter_name\": \"Grand Prairie Animal Services\",\n            \"size\": \"L\"\n        }\n    ],\n    \"page\": 1,\n    \"status\": 200,\n    \"total_pages\": 1\n}"}],"_postman_id":"91bc6e7d-2f82-4dc4-adc9-d8d81c32257e"}],"id":"1de0d3c8-cbb6-43d2-b728-e42f67d77f33","description":"<p>API calls related to the Dog model.</p>\n<p>Dog Model:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>dict {\n    id: string,\n    shelter_id: string\n    name: string,\n    breed: string,\n    age: string,\n    size: string,\n    sex: string,\n    description: string,\n    image_1: string,\n    image_2: string,\n    image_3: string,\n    image_4: string,\n}\n</code></pre>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"91B7D3A43B5C31EA"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"5c5dcb23-f095-45e1-8462-eef7719947c9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"34615976-7f4f-44b0-bed5-7258c31f0aed","type":"text/javascript","exec":[""]}}],"_postman_id":"1de0d3c8-cbb6-43d2-b728-e42f67d77f33"},{"name":"Breeds","item":[{"name":"/breed","event":[{"listen":"test","script":{"id":"4ffe408b-980e-4183-b568-6e38b655ed7c","exec":["pm.test(\"Body contains group\", function () {","    pm.expect(pm.response.text()).to.include(\"group\");","});","","pm.test(\"Body contains is_active\", function () {","    pm.expect(pm.response.text()).to.include(\"is_active\");","});","","pm.test(\"Body contains max_height\", function () {","    pm.expect(pm.response.text()).to.include(\"max_height\");","});","","pm.test(\"Body contains max_lifespan\", function () {","    pm.expect(pm.response.text()).to.include(\"max_lifespan\");","});","","pm.test(\"Body contains max_weight\", function () {","    pm.expect(pm.response.text()).to.include(\"max_weight\");","});","","pm.test(\"Body contains min_height\", function () {","    pm.expect(pm.response.text()).to.include(\"min_height\");","});","","pm.test(\"Body contains min_lifespan\", function () {","    pm.expect(pm.response.text()).to.include(\"min_lifespan\");","});","","pm.test(\"Body contains min_weight\", function () {","    pm.expect(pm.response.text()).to.include(\"min_weight\");","});","","pm.test(\"Body contains temperament\", function () {","    pm.expect(pm.response.text()).to.include(\"temperament\");","});","","pm.test(\"Body contains page\", function () {","    pm.expect(pm.response.text()).to.include(\"page\");","});",""],"type":"text/javascript"}}],"id":"6ce1d3be-e0c1-4b80-a079-391815185070","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"91B7D3A43B5C31EA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.findadogfor.me/api/breed","description":"<p>Returns a list of breed items matching the specified criteria.</p>\n<p>If no parameters are provided, returns a list of all breed items, paginated.</p>\n<p>Parameters:</p>\n<p>breed - (Optional) the specific breed you want information for</p>\n<p>Return type:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>dict {\n    objects: [\n        breed_dict_1,\n        ...\n        breed_dict_12\n    ],\n    page: number\n}\n</code></pre>","urlObject":{"protocol":"https","path":["api","breed"],"host":["api","findadogfor","me"],"query":[],"variable":[]}},"response":[{"id":"624a3e04-c60f-4899-a2a9-2dc21688e90a","name":"/breed","originalRequest":{"method":"GET","header":[],"url":"https://api.findadogfor.me/api/breed"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 11 Apr 2019 22:32:27 GMT"},{"key":"Link","value":"<http://api.findadogfor.me/api/breed?page=1&results_per_page=0>; rel=\"last\", <http://api.findadogfor.me/api/breed?page=1&results_per_page=0>; rel=\"last\""},{"key":"Server","value":"Apache/2.4.37 (Amazon) mod_wsgi/3.5 Python/3.6.7"},{"key":"Vary","value":"Accept"},{"key":"Content-Length","value":"62773"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"num_results\": 114,\n    \"objects\": [\n        {\n            \"group\": \"Toy\",\n            \"image_1\": \"https://images.dog.ceo/breeds/affenpinscher/n02110627_10986.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/affenpinscher/n02110627_11365.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/affenpinscher/n02110627_1581.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/affenpinscher/n02110627_3144.jpg\",\n            \"is_active\": true,\n            \"max_height\": 11.5,\n            \"max_lifespan\": 12,\n            \"max_weight\": 13,\n            \"min_height\": 9,\n            \"min_lifespan\": 10,\n            \"min_weight\": 6,\n            \"name\": \"affenpinscher\",\n            \"temperament\": \"Stubborn, Curious, Playful, Adventurous, Active, Fun-loving\"\n        },\n        {\n            \"group\": \"Hound\",\n            \"image_1\": \"https://images.dog.ceo/breeds/hound-afghan/n02088094_2879.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/hound-afghan/n02088094_3793.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/hound-afghan/n02088094_392.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/hound-afghan/n02088094_6485.jpg\",\n            \"is_active\": false,\n            \"max_height\": 27,\n            \"max_lifespan\": 13,\n            \"max_weight\": 60,\n            \"min_height\": 25,\n            \"min_lifespan\": 10,\n            \"min_weight\": 50,\n            \"name\": \"afghan hound\",\n            \"temperament\": \"Aloof, Clownish, Dignified, Independent, Happy\"\n        },\n        {\n            \"group\": \"Terrier\",\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-american/n02093428_4997.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-dandie/n02096437_2070.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-dandie/n02096437_2580.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-fox/n02095314_1976.jpg\",\n            \"is_active\": true,\n            \"max_height\": 23,\n            \"max_lifespan\": 13,\n            \"max_weight\": 65,\n            \"min_height\": 21,\n            \"min_lifespan\": 10,\n            \"min_weight\": 40,\n            \"name\": \"airedale terrier\",\n            \"temperament\": \"Outgoing, Friendly, Alert, Confident, Intelligent, Courageous\"\n        },\n        {\n            \"group\": \"Working\",\n            \"image_1\": \"https://images.dog.ceo/breeds/akita/512px-Ainu-Dog.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/akita/512px-Akita_inu.jpeg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/akita/Akita_hiking_in_Shpella_e_Pëllumbasit.JPG\",\n            \"image_4\": \"https://images.dog.ceo/breeds/akita/Akita_inu_blanc.jpg\",\n            \"is_active\": false,\n            \"max_height\": 28,\n            \"max_lifespan\": 14,\n            \"max_weight\": 115,\n            \"min_height\": 24,\n            \"min_lifespan\": 10,\n            \"min_weight\": 65,\n            \"name\": \"akita\",\n            \"temperament\": \"Docile, Alert, Responsive, Dignified, Composed, Friendly, Receptive, Faithful, Courageous\"\n        },\n        {\n            \"group\": \"Mixed\",\n            \"image_1\": \"https://images.dog.ceo/breeds/bulldog-boston/n02096585_10846.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/bulldog-boston/n02096585_7101.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/bulldog-french/n02108915_1839.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/bulldog-french/n02108915_5306.jpg\",\n            \"is_active\": false,\n            \"max_height\": 24,\n            \"max_lifespan\": 13,\n            \"max_weight\": 90,\n            \"min_height\": 18,\n            \"min_lifespan\": 12,\n            \"min_weight\": 55,\n            \"name\": \"alapaha blue blood bulldog\",\n            \"temperament\": \"Loving, Protective, Trainable, Dutiful, Responsible\"\n        },\n        {\n            \"group\": \"Mixed\",\n            \"image_1\": \"https://images.dog.ceo/breeds/husky/n02110185_10875.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/husky/n02110185_120.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/husky/n02110185_2446.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/husky/n02110185_8005.jpg\",\n            \"is_active\": true,\n            \"max_height\": 26,\n            \"max_lifespan\": 13,\n            \"max_weight\": 50,\n            \"min_height\": 23,\n            \"min_lifespan\": 10,\n            \"min_weight\": 38,\n            \"name\": \"alaskan husky\",\n            \"temperament\": \"Friendly, Energetic, Loyal, Gentle, Confident\"\n        },\n        {\n            \"group\": \"Working\",\n            \"image_1\": \"https://images.dog.ceo/breeds/malamute/n02110063_12656.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/malamute/n02110063_14230.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/malamute/n02110063_16310.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/malamute/n02110063_6518.jpg\",\n            \"is_active\": false,\n            \"max_height\": 25,\n            \"max_lifespan\": 15,\n            \"max_weight\": 100,\n            \"min_height\": 23,\n            \"min_lifespan\": 12,\n            \"min_weight\": 65,\n            \"name\": \"alaskan malamute\",\n            \"temperament\": \"Friendly, Affectionate, Devoted, Loyal, Dignified, Playful\"\n        },\n        {\n            \"group\": \"Working\",\n            \"image_1\": \"https://images.dog.ceo/breeds/bulldog-boston/n02096585_1756.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/bulldog-french/n02108915_12317.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/bulldog-french/n02108915_481.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/bulldog-french/n02108915_6142.jpg\",\n            \"is_active\": true,\n            \"max_height\": 27,\n            \"max_lifespan\": 12,\n            \"max_weight\": 120,\n            \"min_height\": 22,\n            \"min_lifespan\": 10,\n            \"min_weight\": 60,\n            \"name\": \"american bulldog\",\n            \"temperament\": \"Friendly, Assertive, Energetic, Loyal, Gentle, Confident, Dominant\"\n        },\n        {\n            \"group\": \"Non-Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/eskimo/n02109961_10021.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/eskimo/n02109961_16953.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/eskimo/n02109961_5080.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/eskimo/n02109961_6613.jpg\",\n            \"is_active\": false,\n            \"max_height\": 19,\n            \"max_lifespan\": 15,\n            \"max_weight\": 40,\n            \"min_height\": 15,\n            \"min_lifespan\": 12,\n            \"min_weight\": 20,\n            \"name\": \"american eskimo dog\",\n            \"temperament\": \"Friendly, Alert, Reserved, Intelligent, Protective\"\n        },\n        {\n            \"group\": \"Terrier\",\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-australian/n02096294_6131.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-bedlington/n02093647_3169.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-bedlington/n02093647_684.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-border/n02093754_1845.jpg\",\n            \"is_active\": false,\n            \"max_height\": 21,\n            \"max_lifespan\": 15,\n            \"max_weight\": 60,\n            \"min_height\": 17,\n            \"min_lifespan\": 10,\n            \"min_weight\": 30,\n            \"name\": \"american pit bull terrier\",\n            \"temperament\": \"Strong Willed, Stubborn, Friendly, Clownish, Affectionate, Loyal, Obedient, Intelligent, Courageous\"\n        },\n        {\n            \"group\": \"Terrier\",\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-australian/n02096294_3344.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-australian/n02096294_5098.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-border/n02093754_5298.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-dandie/n02096437_956.jpg\",\n            \"is_active\": false,\n            \"max_height\": 19,\n            \"max_lifespan\": 15,\n            \"max_weight\": 60,\n            \"min_height\": 17,\n            \"min_lifespan\": 12,\n            \"min_weight\": 50,\n            \"name\": \"american staffordshire terrier\",\n            \"temperament\": \"Tenacious, Friendly, Devoted, Loyal, Attentive, Courageous\"\n        },\n        {\n            \"group\": \"Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/spaniel-japanese/n02085782_4458.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/spaniel-sussex/n02102480_6167.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/spaniel-sussex/n02102480_7313.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/spaniel-sussex/n02102480_7690.jpg\",\n            \"is_active\": true,\n            \"max_height\": 18,\n            \"max_lifespan\": 12,\n            \"max_weight\": 45,\n            \"min_height\": 15,\n            \"min_lifespan\": 10,\n            \"min_weight\": 25,\n            \"name\": \"american water spaniel\",\n            \"temperament\": \"Friendly, Energetic, Obedient, Intelligent, Protective, Trainable\"\n        },\n        {\n            \"group\": null,\n            \"image_1\": \"https://images.dog.ceo/breeds/appenzeller/n02107908_2382.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/appenzeller/n02107908_2608.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/appenzeller/n02107908_737.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/appenzeller/n02107908_7700.jpg\",\n            \"is_active\": true,\n            \"max_height\": 22,\n            \"max_lifespan\": 14,\n            \"max_weight\": 55,\n            \"min_height\": 20,\n            \"min_lifespan\": 12,\n            \"min_weight\": 48,\n            \"name\": \"appenzeller sennenhund\",\n            \"temperament\": \"Reliable, Fearless, Energetic, Lively, Self-assured\"\n        },\n        {\n            \"group\": \"Herding\",\n            \"image_1\": \"https://images.dog.ceo/breeds/cattledog-australian/IMG_1062.JPG\",\n            \"image_2\": \"https://images.dog.ceo/breeds/cattledog-australian/IMG_1211.JPG\",\n            \"image_3\": \"https://images.dog.ceo/breeds/cattledog-australian/IMG_3668.JPG\",\n            \"image_4\": \"https://images.dog.ceo/breeds/cattledog-australian/IMG_4386.JPG\",\n            \"is_active\": true,\n            \"max_height\": 20,\n            \"max_lifespan\": 14,\n            \"max_weight\": 62,\n            \"min_height\": 17,\n            \"min_lifespan\": 12,\n            \"min_weight\": 44,\n            \"name\": \"australian cattle dog\",\n            \"temperament\": \"Cautious, Energetic, Loyal, Obedient, Protective, Brave\"\n        },\n        {\n            \"group\": \"Herding\",\n            \"image_1\": \"https://images.dog.ceo/breeds/kelpie/n02105412_3779.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/kelpie/n02105412_4932.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/kelpie/n02105412_7819.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/kelpie/n02105412_893.jpg\",\n            \"is_active\": true,\n            \"max_height\": 20,\n            \"max_lifespan\": 13,\n            \"max_weight\": 46,\n            \"min_height\": 17,\n            \"min_lifespan\": 10,\n            \"min_weight\": 31,\n            \"name\": \"australian kelpie\",\n            \"temperament\": \"Friendly, Energetic, Alert, Loyal, Intelligent, Eager\"\n        },\n        {\n            \"group\": \"Terrier\",\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-australian/n02096294_1150.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-australian/n02096294_2408.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-australian/n02096294_436.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-australian/n02096294_5921.jpg\",\n            \"is_active\": false,\n            \"max_height\": 11,\n            \"max_lifespan\": 15,\n            \"max_weight\": 16,\n            \"min_height\": 10,\n            \"min_lifespan\": 15,\n            \"min_weight\": 14,\n            \"name\": \"australian terrier\",\n            \"temperament\": \"Spirited, Alert, Loyal, Companionable, Even Tempered, Courageous\"\n        },\n        {\n            \"group\": \"Hound\",\n            \"image_1\": \"https://images.dog.ceo/breeds/basenji/n02110806_2006.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/basenji/n02110806_3638.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/basenji/n02110806_3929.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/basenji/n02110806_3978.jpg\",\n            \"is_active\": true,\n            \"max_height\": 17,\n            \"max_lifespan\": 12,\n            \"max_weight\": 24,\n            \"min_height\": 16,\n            \"min_lifespan\": 10,\n            \"min_weight\": 22,\n            \"name\": \"basenji\",\n            \"temperament\": \"Affectionate, Energetic, Alert, Curious, Playful, Intelligent\"\n        },\n        {\n            \"group\": \"Hound\",\n            \"image_1\": \"https://images.dog.ceo/breeds/deerhound-scottish/n02092002_348.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/deerhound-scottish/n02092002_4337.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/deerhound-scottish/n02092002_5916.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/deerhound-scottish/n02092002_9071.jpg\",\n            \"is_active\": true,\n            \"max_height\": 15,\n            \"max_lifespan\": 14,\n            \"max_weight\": 40,\n            \"min_height\": 13,\n            \"min_lifespan\": 10,\n            \"min_weight\": 35,\n            \"name\": \"basset bleu de gascogne\",\n            \"temperament\": \"Affectionate, Lively, Agile, Curious, Happy, Active\"\n        },\n        {\n            \"group\": \"Hound\",\n            \"image_1\": \"https://images.dog.ceo/breeds/hound-basset/n02088238_11318.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/hound-basset/n02088238_12563.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/hound-basset/n02088238_517.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/hound-basset/n02088238_7553.jpg\",\n            \"is_active\": false,\n            \"max_height\": 14,\n            \"max_lifespan\": 15,\n            \"max_weight\": 65,\n            \"min_height\": 14,\n            \"min_lifespan\": 12,\n            \"min_weight\": 50,\n            \"name\": \"basset hound\",\n            \"temperament\": \"Tenacious, Friendly, Affectionate, Devoted, Sweet-Tempered, Gentle\"\n        },\n        {\n            \"group\": \"Hound\",\n            \"image_1\": \"https://images.dog.ceo/breeds/beagle/n02088364_12710.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/beagle/n02088364_12745.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/beagle/n02088364_16207.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/beagle/n02088364_5427.jpg\",\n            \"is_active\": false,\n            \"max_height\": 15,\n            \"max_lifespan\": 16,\n            \"max_weight\": 35,\n            \"min_height\": 13,\n            \"min_lifespan\": 13,\n            \"min_weight\": 20,\n            \"name\": \"beagle\",\n            \"temperament\": \"Amiable, Even Tempered, Excitable, Determined, Gentle, Intelligent\"\n        },\n        {\n            \"group\": \"Herding\",\n            \"image_1\": \"https://images.dog.ceo/breeds/collie-border/n02106166_654.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/collie-border/n02106166_930.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/collie/n02106030_17733.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/collie/n02106030_7453.jpg\",\n            \"is_active\": true,\n            \"max_height\": 22,\n            \"max_lifespan\": 14,\n            \"max_weight\": 55,\n            \"min_height\": 20,\n            \"min_lifespan\": 12,\n            \"min_weight\": 45,\n            \"name\": \"bearded collie\",\n            \"temperament\": \"Self-confidence, Hardy, Lively, Alert, Intelligent, Active\"\n        },\n        {\n            \"group\": \"Terrier\",\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-bedlington/n02093647_120.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-bedlington/n02093647_1870.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-bedlington/n02093647_2354.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-bedlington/n02093647_2640.jpg\",\n            \"is_active\": false,\n            \"max_height\": 16,\n            \"max_lifespan\": 16,\n            \"max_weight\": 23,\n            \"min_height\": 15,\n            \"min_lifespan\": 14,\n            \"min_weight\": 17,\n            \"name\": \"bedlington terrier\",\n            \"temperament\": \"Affectionate, Spirited, Intelligent, Good-tempered\"\n        },\n        {\n            \"group\": \"Herding\",\n            \"image_1\": \"https://images.dog.ceo/breeds/malinois/n02105162_10309.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/malinois/n02105162_5470.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/malinois/n02105162_6275.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/malinois/n02105162_6578.jpg\",\n            \"is_active\": true,\n            \"max_height\": 26,\n            \"max_lifespan\": 14,\n            \"max_weight\": 80,\n            \"min_height\": 22,\n            \"min_lifespan\": 12,\n            \"min_weight\": 40,\n            \"name\": \"belgian malinois\",\n            \"temperament\": \"Watchful, Alert, Stubborn, Friendly, Confident, Hard-working, Active, Protective\"\n        },\n        {\n            \"group\": \"Working\",\n            \"image_1\": \"https://images.dog.ceo/breeds/mountain-bernese/n02107683_3278.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/mountain-bernese/n02107683_4183.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/mountain-bernese/n02107683_6999.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/mountain-swiss/n02107574_1437.jpg\",\n            \"is_active\": false,\n            \"max_height\": 27.5,\n            \"max_lifespan\": 10,\n            \"max_weight\": 120,\n            \"min_height\": 23,\n            \"min_lifespan\": 7,\n            \"min_weight\": 65,\n            \"name\": \"bernese mountain dog\",\n            \"temperament\": \"Affectionate, Loyal, Intelligent, Faithful\"\n        },\n        {\n            \"group\": \"Non-Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/frise-bichon/1.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/frise-bichon/2.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/frise-bichon/3.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/frise-bichon/4.jpg\",\n            \"is_active\": false,\n            \"max_height\": 11.5,\n            \"max_lifespan\": 15,\n            \"max_weight\": 18,\n            \"min_height\": 9.5,\n            \"min_lifespan\": 15,\n            \"min_weight\": 10,\n            \"name\": \"bichon frise\",\n            \"temperament\": \"Feisty, Affectionate, Cheerful, Playful, Gentle, Sensitive\"\n        },\n        {\n            \"group\": \"Hound\",\n            \"image_1\": \"https://images.dog.ceo/breeds/coonhound/n02089078_1758.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/coonhound/n02089078_3196.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/coonhound/n02089078_4098.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/coonhound/n02089078_445.jpg\",\n            \"is_active\": false,\n            \"max_height\": 27,\n            \"max_lifespan\": 12,\n            \"max_weight\": 100,\n            \"min_height\": 23,\n            \"min_lifespan\": 10,\n            \"min_weight\": 65,\n            \"name\": \"black and tan coonhound\",\n            \"temperament\": \"Easygoing, Gentle, Adaptable, Trusting, Even Tempered, Lovable\"\n        },\n        {\n            \"group\": \"Hound\",\n            \"image_1\": \"https://images.dog.ceo/breeds/coonhound/n02089078_1064.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/coonhound/n02089078_1668.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/coonhound/n02089078_302.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/coonhound/n02089078_4362.jpg\",\n            \"is_active\": true,\n            \"max_height\": 27,\n            \"max_lifespan\": 14,\n            \"max_weight\": 80,\n            \"min_height\": 21,\n            \"min_lifespan\": 12,\n            \"min_weight\": 45,\n            \"name\": \"bluetick coonhound\",\n            \"temperament\": \"Friendly, Intelligent, Active\"\n        },\n        {\n            \"group\": \"Herding\",\n            \"image_1\": \"https://images.dog.ceo/breeds/collie-border/n02106166_1705.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/collie-border/n02106166_2072.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/collie-border/n02106166_2660.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/collie-border/n02106166_3515.jpg\",\n            \"is_active\": true,\n            \"max_height\": 22,\n            \"max_lifespan\": 16,\n            \"max_weight\": 45,\n            \"min_height\": 18,\n            \"min_lifespan\": 12,\n            \"min_weight\": 30,\n            \"name\": \"border collie\",\n            \"temperament\": \"Tenacious, Keen, Energetic, Responsive, Alert, Intelligent\"\n        },\n        {\n            \"group\": \"Terrier\",\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-border/n02093754_5391.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-border/n02093754_5639.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-border/n02093754_6817.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-border/n02093754_7198.jpg\",\n            \"is_active\": false,\n            \"max_height\": 16,\n            \"max_lifespan\": 14,\n            \"max_weight\": 15.5,\n            \"min_height\": 11,\n            \"min_lifespan\": 12,\n            \"min_weight\": 11.5,\n            \"name\": \"border terrier\",\n            \"temperament\": \"Fearless, Affectionate, Alert, Obedient, Intelligent, Even Tempered\"\n        },\n        {\n            \"group\": \"Non-Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-bedlington/n02093647_1156.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-bedlington/n02093647_3169.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-border/n02093754_1954.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-border/n02093754_4110.jpg\",\n            \"is_active\": true,\n            \"max_height\": 17,\n            \"max_lifespan\": 13,\n            \"max_weight\": 25,\n            \"min_height\": 16,\n            \"min_lifespan\": 11,\n            \"min_weight\": 10,\n            \"name\": \"boston terrier\",\n            \"temperament\": \"Friendly, Lively, Intelligent\"\n        },\n        {\n            \"group\": \"Working\",\n            \"image_1\": \"https://images.dog.ceo/breeds/boxer/n02108089_1003.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/boxer/n02108089_2831.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/boxer/n02108089_3258.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/boxer/n02108089_6008.jpg\",\n            \"is_active\": true,\n            \"max_height\": 25,\n            \"max_lifespan\": 10,\n            \"max_weight\": 70,\n            \"min_height\": 21.5,\n            \"min_lifespan\": 8,\n            \"min_weight\": 50,\n            \"name\": \"boxer\",\n            \"temperament\": \"Devoted, Fearless, Friendly, Cheerful, Energetic, Loyal, Playful, Confident, Intelligent, Bright, Brave, Calm\"\n        },\n        {\n            \"group\": \"Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/spaniel-blenheim/n02086646_3989.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/spaniel-brittany/n02101388_7835.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/spaniel-cocker/n02102318_10019.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/spaniel-japanese/n02085782_4438.jpg\",\n            \"is_active\": true,\n            \"max_height\": 18,\n            \"max_lifespan\": 14,\n            \"max_weight\": 40,\n            \"min_height\": 14,\n            \"min_lifespan\": 10,\n            \"min_weight\": 25,\n            \"name\": \"boykin spaniel\",\n            \"temperament\": \"Friendly, Energetic, Companionable, Intelligent, Eager, Trainable\"\n        },\n        {\n            \"group\": \"Herding\",\n            \"image_1\": \"https://images.dog.ceo/breeds/briard/n02105251_4659.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/briard/n02105251_4893.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/briard/n02105251_5337.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/briard/n02105251_7171.jpg\",\n            \"is_active\": false,\n            \"max_height\": 27,\n            \"max_lifespan\": 12,\n            \"max_weight\": 90,\n            \"min_height\": 22,\n            \"min_lifespan\": 10,\n            \"min_weight\": 70,\n            \"name\": \"briard\",\n            \"temperament\": \"Fearless, Loyal, Obedient, Intelligent, Faithful, Protective\"\n        },\n        {\n            \"group\": \"Terrier\",\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-american/n02093428_14485.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-american/n02093428_8324.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-border/n02093754_1283.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-fox/n02095314_1033.jpg\",\n            \"is_active\": true,\n            \"max_height\": 22,\n            \"max_lifespan\": 12,\n            \"max_weight\": 70,\n            \"min_height\": 21,\n            \"min_lifespan\": 10,\n            \"min_weight\": 50,\n            \"name\": \"bull terrier\",\n            \"temperament\": \"Trainable, Protective, Sweet-Tempered, Keen, Active\"\n        },\n        {\n            \"group\": null,\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-australian/n02096294_8268.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-bedlington/n02093647_2032.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-bedlington/n02093647_3219.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-fox/n02095314_2424.jpg\",\n            \"is_active\": true,\n            \"max_height\": 14,\n            \"max_lifespan\": 14,\n            \"max_weight\": 33,\n            \"min_height\": 10,\n            \"min_lifespan\": 11,\n            \"min_weight\": 25,\n            \"name\": \"bull terrier (miniature)\",\n            \"temperament\": \"Trainable, Protective, Sweet-Tempered, Keen, Active, Territorial\"\n        },\n        {\n            \"group\": \"Terrier\",\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-australian/n02096294_1553.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-bedlington/n02093647_2156.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-border/n02093754_7117.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-fox/n02095314_1997.jpg\",\n            \"is_active\": true,\n            \"max_height\": 10,\n            \"max_lifespan\": 15,\n            \"max_weight\": 14,\n            \"min_height\": 9,\n            \"min_lifespan\": 14,\n            \"min_weight\": 13,\n            \"name\": \"cairn terrier\",\n            \"temperament\": \"Hardy, Fearless, Assertive, Gay, Intelligent, Active\"\n        },\n        {\n            \"group\": \"Herding\",\n            \"image_1\": \"https://images.dog.ceo/breeds/corgi-cardigan/n02113186_13102.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/corgi-cardigan/n02113186_3049.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/corgi-cardigan/n02113186_6949.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/corgi/13263927_10154125975153449_6587119903523649180_n.jpg\",\n            \"is_active\": true,\n            \"max_height\": 12.5,\n            \"max_lifespan\": 14,\n            \"max_weight\": 38,\n            \"min_height\": 10.5,\n            \"min_lifespan\": 12,\n            \"min_weight\": 25,\n            \"name\": \"cardigan welsh corgi\",\n            \"temperament\": \"Affectionate, Devoted, Alert, Companionable, Intelligent, Active\"\n        },\n        {\n            \"group\": \"Toy\",\n            \"image_1\": \"https://images.dog.ceo/breeds/spaniel-blenheim/n02086646_4133.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/spaniel-cocker/n02102318_2983.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/spaniel-irish/n02102973_1142.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/spaniel-irish/n02102973_2813.jpg\",\n            \"is_active\": false,\n            \"max_height\": 13,\n            \"max_lifespan\": 14,\n            \"max_weight\": 18,\n            \"min_height\": 12,\n            \"min_lifespan\": 10,\n            \"min_weight\": 13,\n            \"name\": \"cavalier king charles spaniel\",\n            \"temperament\": \"Fearless, Affectionate, Sociable, Patient, Playful, Adaptable\"\n        },\n        {\n            \"group\": \"Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/retriever-flatcoated/n02099267_3588.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/retriever-flatcoated/n02099267_5415.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/retriever-golden/n02099601_1249.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/retriever-golden/n02099601_2295.jpg\",\n            \"is_active\": false,\n            \"max_height\": 26,\n            \"max_lifespan\": 13,\n            \"max_weight\": 80,\n            \"min_height\": 21,\n            \"min_lifespan\": 10,\n            \"min_weight\": 55,\n            \"name\": \"chesapeake bay retriever\",\n            \"temperament\": \"Affectionate, Intelligent, Quiet, Dominant, Happy, Protective\"\n        },\n        {\n            \"group\": \"Non-Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/chow/n02112137_10430.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/chow/n02112137_14004.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/chow/n02112137_1589.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/chow/n02112137_3523.jpg\",\n            \"is_active\": false,\n            \"max_height\": 20,\n            \"max_lifespan\": 15,\n            \"max_weight\": 70,\n            \"min_height\": 17,\n            \"min_lifespan\": 12,\n            \"min_weight\": 40,\n            \"name\": \"chow chow\",\n            \"temperament\": \"Aloof, Loyal, Independent, Quiet\"\n        },\n        {\n            \"group\": \"Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/spaniel-cocker/n02102318_10483.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/spaniel-cocker/n02102318_6213.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/spaniel-irish/n02102973_2836.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/spaniel-japanese/n02085782_2655.jpg\",\n            \"is_active\": false,\n            \"max_height\": 20,\n            \"max_lifespan\": 12,\n            \"max_weight\": 85,\n            \"min_height\": 17,\n            \"min_lifespan\": 10,\n            \"min_weight\": 55,\n            \"name\": \"clumber spaniel\",\n            \"temperament\": \"Affectionate, Loyal, Dignified, Gentle, Calm, Great-hearted\"\n        },\n        {\n            \"group\": \"Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/spaniel-cocker/n02102318_11573.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/spaniel-cocker/n02102318_12887.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/spaniel-cocker/n02102318_4465.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/spaniel-cocker/n02102318_695.jpg\",\n            \"is_active\": false,\n            \"max_height\": 15,\n            \"max_lifespan\": 15,\n            \"max_weight\": 30,\n            \"min_height\": 14,\n            \"min_lifespan\": 12,\n            \"min_weight\": 20,\n            \"name\": \"cocker spaniel\",\n            \"temperament\": \"Trainable, Friendly, Affectionate, Playful, Quiet, Faithful\"\n        },\n        {\n            \"group\": \"Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/spaniel-japanese/n02085782_4798.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/spaniel-japanese/n02085782_80.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/spaniel-sussex/n02102480_5354.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/spaniel-sussex/n02102480_5380.jpg\",\n            \"is_active\": true,\n            \"max_height\": 15,\n            \"max_lifespan\": 15,\n            \"max_weight\": 30,\n            \"min_height\": 14,\n            \"min_lifespan\": 12,\n            \"min_weight\": 20,\n            \"name\": \"cocker spaniel (american)\",\n            \"temperament\": \"Outgoing, Sociable, Trusting, Joyful, Even Tempered, Merry\"\n        },\n        {\n            \"group\": \"Non-Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/deerhound-scottish/n02092002_5377.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/deerhound-scottish/n02092002_5915.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/deerhound-scottish/n02092002_6895.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/deerhound-scottish/n02092002_9895.jpg\",\n            \"is_active\": true,\n            \"max_height\": 11,\n            \"max_lifespan\": 16,\n            \"max_weight\": 15,\n            \"min_height\": 9,\n            \"min_lifespan\": 13,\n            \"min_weight\": 9,\n            \"name\": \"coton de tulear\",\n            \"temperament\": \"Affectionate, Lively, Playful, Intelligent, Trainable, Vocal\"\n        },\n        {\n            \"group\": \"Non-Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/dalmatian/cooper1.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/dalmatian/cooper2.jpg\",\n            \"image_3\": null,\n            \"image_4\": null,\n            \"is_active\": true,\n            \"max_height\": 23,\n            \"max_lifespan\": 13,\n            \"max_weight\": 55,\n            \"min_height\": 19,\n            \"min_lifespan\": 10,\n            \"min_weight\": 50,\n            \"name\": \"dalmatian\",\n            \"temperament\": \"Outgoing, Friendly, Energetic, Playful, Sensitive, Intelligent, Active\"\n        },\n        {\n            \"group\": \"Working\",\n            \"image_1\": \"https://images.dog.ceo/breeds/pinscher-miniature/n02107312_46.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/pinscher-miniature/n02107312_6683.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/pinscher-miniature/n02107312_7095.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/pinscher-miniature/n02107312_7528.jpg\",\n            \"is_active\": true,\n            \"max_height\": 28,\n            \"max_lifespan\": 10,\n            \"max_weight\": 88,\n            \"min_height\": 24,\n            \"min_lifespan\": 10,\n            \"min_weight\": 66,\n            \"name\": \"doberman pinscher\",\n            \"temperament\": \"Fearless, Energetic, Alert, Loyal, Obedient, Confident, Intelligent\"\n        },\n        {\n            \"group\": \"Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/setter-english/n02100735_3595.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/setter-english/n02100735_4172.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/setter-english/n02100735_5265.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/setter-english/n02100735_8181.jpg\",\n            \"is_active\": true,\n            \"max_height\": 25,\n            \"max_lifespan\": 12,\n            \"max_weight\": 80,\n            \"min_height\": 24,\n            \"min_lifespan\": 12,\n            \"min_weight\": 45,\n            \"name\": \"english setter\",\n            \"temperament\": \"Strong Willed, Mischievous, Affectionate, Energetic, Playful, Companionable, Gentle, Hard-working, Intelligent, Eager, People-Oriented\"\n        },\n        {\n            \"group\": \"Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/spaniel-blenheim/n02086646_1094.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/spaniel-irish/n02102973_4304.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/spaniel-irish/n02102973_450.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/spaniel-sussex/n02102480_5873.jpg\",\n            \"is_active\": true,\n            \"max_height\": 20,\n            \"max_lifespan\": 14,\n            \"max_weight\": 50,\n            \"min_height\": 19,\n            \"min_lifespan\": 12,\n            \"min_weight\": 35,\n            \"name\": \"english springer spaniel\",\n            \"temperament\": \"Affectionate, Cheerful, Alert, Intelligent, Attentive, Active\"\n        },\n        {\n            \"group\": \"Toy\",\n            \"image_1\": \"https://images.dog.ceo/breeds/spaniel-brittany/n02101388_3673.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/spaniel-cocker/n02102318_14111.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/spaniel-irish/n02102973_2269.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/spaniel-japanese/n02085782_676.jpg\",\n            \"is_active\": false,\n            \"max_height\": 10,\n            \"max_lifespan\": 12,\n            \"max_weight\": 14,\n            \"min_height\": 10,\n            \"min_lifespan\": 10,\n            \"min_weight\": 8,\n            \"name\": \"english toy spaniel\",\n            \"temperament\": \"Affectionate, Reserved, Playful, Gentle, Happy, Loving\"\n        },\n        {\n            \"group\": null,\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-toy/n02087046_3470.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-toy/n02087046_430.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-toy/n02087046_6266.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-toy/n02087046_7037.jpg\",\n            \"is_active\": false,\n            \"max_height\": 12,\n            \"max_lifespan\": 13,\n            \"max_weight\": 8,\n            \"min_height\": 10,\n            \"min_lifespan\": 12,\n            \"min_weight\": 6,\n            \"name\": \"english toy terrier\",\n            \"temperament\": \"Stubborn, Alert, Companionable, Intelligent, Cunning, Trainable\"\n        },\n        {\n            \"group\": \"Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/spaniel-irish/n02102973_1822.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/spaniel-irish/n02102973_3220.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/spaniel-irish/n02102973_4469.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/spaniel-japanese/n02085782_2690.jpg\",\n            \"is_active\": false,\n            \"max_height\": 18,\n            \"max_lifespan\": 15,\n            \"max_weight\": 50,\n            \"min_height\": 17,\n            \"min_lifespan\": 11,\n            \"min_weight\": 35,\n            \"name\": \"field spaniel\",\n            \"temperament\": \"Docile, Cautious, Sociable, Sensitive, Adaptable, Familial\"\n        },\n        {\n            \"group\": \"Non-Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/bulldog-french/n02108915_11498.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/bulldog-french/n02108915_11653.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/bulldog-french/n02108915_5306.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/bulldog-french/n02108915_653.jpg\",\n            \"is_active\": true,\n            \"max_height\": 12,\n            \"max_lifespan\": 11,\n            \"max_weight\": 28,\n            \"min_height\": 11,\n            \"min_lifespan\": 9,\n            \"min_weight\": 28,\n            \"name\": \"french bulldog\",\n            \"temperament\": \"Playful, Affectionate, Keen, Sociable, Lively, Alert, Easygoing, Patient, Athletic, Bright\"\n        },\n        {\n            \"group\": \"Working\",\n            \"image_1\": \"https://images.dog.ceo/breeds/pinscher-miniature/n02107312_1590.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/pinscher-miniature/n02107312_2709.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/pinscher-miniature/n02107312_398.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/pinscher-miniature/n02107312_5290.jpg\",\n            \"is_active\": true,\n            \"max_height\": 20,\n            \"max_lifespan\": 14,\n            \"max_weight\": 45,\n            \"min_height\": 17,\n            \"min_lifespan\": 12,\n            \"min_weight\": 25,\n            \"name\": \"german pinscher\",\n            \"temperament\": \"Spirited, Lively, Intelligent, Loving, Even Tempered, Familial\"\n        },\n        {\n            \"group\": \"Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/pointer-german/n02100236_1258.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/pointer-german/n02100236_3745.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/pointer-german/n02100236_5735.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/pointer-german/n02100236_619.jpg\",\n            \"is_active\": false,\n            \"max_height\": 25,\n            \"max_lifespan\": 14,\n            \"max_weight\": 70,\n            \"min_height\": 21,\n            \"min_lifespan\": 12,\n            \"min_weight\": 45,\n            \"name\": \"german shorthaired pointer\",\n            \"temperament\": \"Boisterous, Bold, Affectionate, Intelligent, Cooperative, Trainable\"\n        },\n        {\n            \"group\": \"Working\",\n            \"image_1\": \"https://images.dog.ceo/breeds/schnauzer-giant/n02097130_1358.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/schnauzer-giant/n02097130_1599.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/schnauzer-giant/n02097130_4991.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/schnauzer-giant/n02097130_977.jpg\",\n            \"is_active\": false,\n            \"max_height\": 27.5,\n            \"max_lifespan\": 12,\n            \"max_weight\": 90,\n            \"min_height\": 23.5,\n            \"min_lifespan\": 10,\n            \"min_weight\": 65,\n            \"name\": \"giant schnauzer\",\n            \"temperament\": \"Strong Willed, Kind, Loyal, Intelligent, Dominant, Powerful\"\n        },\n        {\n            \"group\": \"Terrier\",\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-american/n02093428_1482.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-american/n02093428_5165.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-bedlington/n02093647_3582.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-fox/n02095314_2.jpg\",\n            \"is_active\": true,\n            \"max_height\": 14,\n            \"max_lifespan\": 15,\n            \"max_weight\": 40,\n            \"min_height\": 12.5,\n            \"min_lifespan\": 12,\n            \"min_weight\": 32,\n            \"name\": \"glen of imaal terrier\",\n            \"temperament\": \"Spirited, Agile, Loyal, Gentle, Active, Courageous\"\n        },\n        {\n            \"group\": \"Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/retriever-golden/n02099601_3494.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/retriever-golden/n02099601_5893.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/retriever-golden/n02099601_6099.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/retriever-golden/n02099601_831.jpg\",\n            \"is_active\": false,\n            \"max_height\": 24,\n            \"max_lifespan\": 12,\n            \"max_weight\": 75,\n            \"min_height\": 21.5,\n            \"min_lifespan\": 10,\n            \"min_weight\": 55,\n            \"name\": \"golden retriever\",\n            \"temperament\": \"Intelligent, Kind, Reliable, Friendly, Trustworthy, Confident\"\n        },\n        {\n            \"group\": \"Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/setter-gordon/n02101006_158.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/setter-gordon/n02101006_1948.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/setter-gordon/n02101006_3239.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/setter-gordon/n02101006_4757.jpg\",\n            \"is_active\": false,\n            \"max_height\": 27,\n            \"max_lifespan\": 12,\n            \"max_weight\": 80,\n            \"min_height\": 23,\n            \"min_lifespan\": 10,\n            \"min_weight\": 45,\n            \"name\": \"gordon setter\",\n            \"temperament\": \"Fearless, Alert, Loyal, Confident, Gay, Eager\"\n        },\n        {\n            \"group\": \"Working\",\n            \"image_1\": \"https://images.dog.ceo/breeds/dane-great/n02109047_1480.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/dane-great/n02109047_34093.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/dane-great/n02109047_4267.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/dane-great/n02109047_8912.jpg\",\n            \"is_active\": false,\n            \"max_height\": 32,\n            \"max_lifespan\": 10,\n            \"max_weight\": 190,\n            \"min_height\": 28,\n            \"min_lifespan\": 7,\n            \"min_weight\": 110,\n            \"name\": \"great dane\",\n            \"temperament\": \"Friendly, Devoted, Reserved, Gentle, Confident, Loving\"\n        },\n        {\n            \"group\": \"Working\",\n            \"image_1\": \"https://images.dog.ceo/breeds/pyrenees/n02111500_1314.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/pyrenees/n02111500_6227.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/pyrenees/n02111500_8637.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/pyrenees/n02111500_8721.jpg\",\n            \"is_active\": false,\n            \"max_height\": 32,\n            \"max_lifespan\": 12,\n            \"max_weight\": 115,\n            \"min_height\": 25,\n            \"min_lifespan\": 10,\n            \"min_weight\": 85,\n            \"name\": \"great pyrenees\",\n            \"temperament\": \"Strong Willed, Fearless, Affectionate, Patient, Gentle, Confident\"\n        },\n        {\n            \"group\": \"Hound\",\n            \"image_1\": \"https://images.dog.ceo/breeds/greyhound-italian/n02091032_102.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/greyhound-italian/n02091032_1574.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/greyhound-italian/n02091032_378.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/greyhound-italian/n02091032_6537.jpg\",\n            \"is_active\": true,\n            \"max_height\": 30,\n            \"max_lifespan\": 13,\n            \"max_weight\": 70,\n            \"min_height\": 27,\n            \"min_lifespan\": 10,\n            \"min_weight\": 50,\n            \"name\": \"greyhound\",\n            \"temperament\": \"Affectionate, Athletic, Gentle, Intelligent, Quiet, Even Tempered\"\n        },\n        {\n            \"group\": \"Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/setter-irish/n02100877_123.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/setter-irish/n02100877_1787.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/setter-irish/n02100877_356.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/setter-irish/n02100877_6747.jpg\",\n            \"is_active\": true,\n            \"max_height\": 27,\n            \"max_lifespan\": 11,\n            \"max_weight\": 70,\n            \"min_height\": 24,\n            \"min_lifespan\": 10,\n            \"min_weight\": 35,\n            \"name\": \"irish setter\",\n            \"temperament\": \"Affectionate, Energetic, Lively, Independent, Playful, Companionable\"\n        },\n        {\n            \"group\": \"Terrier\",\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-irish/n02093991_1883.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-irish/n02093991_2874.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-irish/n02093991_3144.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-irish/n02093991_3383.jpg\",\n            \"is_active\": true,\n            \"max_height\": 18,\n            \"max_lifespan\": 16,\n            \"max_weight\": 27,\n            \"min_height\": 18,\n            \"min_lifespan\": 12,\n            \"min_weight\": 25,\n            \"name\": \"irish terrier\",\n            \"temperament\": \"Respectful, Lively, Intelligent, Dominant, Protective, Trainable\"\n        },\n        {\n            \"group\": \"Hound\",\n            \"image_1\": \"https://images.dog.ceo/breeds/wolfhound-irish/n02090721_2351.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/wolfhound-irish/n02090721_3999.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/wolfhound-irish/n02090721_4353.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/wolfhound-irish/n02090721_5759.jpg\",\n            \"is_active\": false,\n            \"max_height\": 35,\n            \"max_lifespan\": 8,\n            \"max_weight\": 180,\n            \"min_height\": 30,\n            \"min_lifespan\": 6,\n            \"min_weight\": 105,\n            \"name\": \"irish wolfhound\",\n            \"temperament\": \"Sweet-Tempered, Loyal, Dignified, Patient, Thoughtful, Generous\"\n        },\n        {\n            \"group\": \"Toy\",\n            \"image_1\": \"https://images.dog.ceo/breeds/greyhound-italian/n02091032_10507.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/greyhound-italian/n02091032_1170.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/greyhound-italian/n02091032_11843.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/greyhound-italian/n02091032_11998.jpg\",\n            \"is_active\": true,\n            \"max_height\": 15,\n            \"max_lifespan\": 15,\n            \"max_weight\": 15,\n            \"min_height\": 13,\n            \"min_lifespan\": 12,\n            \"min_weight\": 7,\n            \"name\": \"italian greyhound\",\n            \"temperament\": \"Mischievous, Affectionate, Agile, Athletic, Companionable, Intelligent\"\n        },\n        {\n            \"group\": \"Non-Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/keeshond/n02112350_7038.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/keeshond/n02112350_7445.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/keeshond/n02112350_7618.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/keeshond/n02112350_9898.jpg\",\n            \"is_active\": true,\n            \"max_height\": 18,\n            \"max_lifespan\": 15,\n            \"max_weight\": 45,\n            \"min_height\": 17,\n            \"min_lifespan\": 12,\n            \"min_weight\": 35,\n            \"name\": \"keeshond\",\n            \"temperament\": \"Agile, Obedient, Playful, Quick, Sturdy, Bright\"\n        },\n        {\n            \"group\": \"Working\",\n            \"image_1\": \"https://images.dog.ceo/breeds/komondor/n02105505_2548.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/komondor/n02105505_3564.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/komondor/n02105505_3738.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/komondor/n02105505_4382.jpg\",\n            \"is_active\": false,\n            \"max_height\": 27.5,\n            \"max_lifespan\": 12,\n            \"max_weight\": 100,\n            \"min_height\": 25.5,\n            \"min_lifespan\": 10,\n            \"min_weight\": 80,\n            \"name\": \"komondor\",\n            \"temperament\": \"Steady, Fearless, Affectionate, Independent, Gentle, Calm\"\n        },\n        {\n            \"group\": \"Working\",\n            \"image_1\": \"https://images.dog.ceo/breeds/kuvasz/n02104029_1794.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/kuvasz/n02104029_2467.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/kuvasz/n02104029_4534.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/kuvasz/n02104029_4660.jpg\",\n            \"is_active\": false,\n            \"max_height\": 30,\n            \"max_lifespan\": 10,\n            \"max_weight\": 115,\n            \"min_height\": 26,\n            \"min_lifespan\": 8,\n            \"min_weight\": 70,\n            \"name\": \"kuvasz\",\n            \"temperament\": \"Clownish, Loyal, Patient, Independent, Intelligent, Protective\"\n        },\n        {\n            \"group\": \"Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/retriever-chesapeake/n02099849_3283.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/retriever-curly/n02099429_1165.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/retriever-flatcoated/n02099267_1069.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/retriever-golden/n02099601_2980.jpg\",\n            \"is_active\": true,\n            \"max_height\": 24.5,\n            \"max_lifespan\": 13,\n            \"max_weight\": 80,\n            \"min_height\": 21.5,\n            \"min_lifespan\": 10,\n            \"min_weight\": 55,\n            \"name\": \"labrador retriever\",\n            \"temperament\": \"Kind, Outgoing, Agile, Gentle, Intelligent, Trusting, Even Tempered\"\n        },\n        {\n            \"group\": \"Non-Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/lhasa/n02098413_14191.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/lhasa/n02098413_5658.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/lhasa/n02098413_7546.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/lhasa/n02098413_8687.jpg\",\n            \"is_active\": true,\n            \"max_height\": 11,\n            \"max_lifespan\": 15,\n            \"max_weight\": 18,\n            \"min_height\": 10,\n            \"min_lifespan\": 12,\n            \"min_weight\": 12,\n            \"name\": \"lhasa apso\",\n            \"temperament\": \"Steady, Fearless, Friendly, Devoted, Assertive, Spirited, Energetic, Lively, Alert, Obedient, Playful, Intelligent\"\n        },\n        {\n            \"group\": \"Toy\",\n            \"image_1\": \"https://images.dog.ceo/breeds/maltese/n02085936_2889.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/maltese/n02085936_544.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/maltese/n02085936_5789.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/maltese/n02085936_7574.jpg\",\n            \"is_active\": true,\n            \"max_height\": 10,\n            \"max_lifespan\": 18,\n            \"max_weight\": 7,\n            \"min_height\": 8,\n            \"min_lifespan\": 15,\n            \"min_weight\": 4,\n            \"name\": \"maltese\",\n            \"temperament\": \"Playful, Docile, Fearless, Affectionate, Sweet-Tempered, Lively, Responsive, Easygoing, Gentle, Intelligent, Active\"\n        },\n        {\n            \"group\": \"Toy\",\n            \"image_1\": \"https://images.dog.ceo/breeds/pinscher-miniature/n02107312_3456.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/pinscher-miniature/n02107312_46.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/pinscher-miniature/n02107312_4907.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/pinscher-miniature/n02107312_7018.jpg\",\n            \"is_active\": true,\n            \"max_height\": 12.5,\n            \"max_lifespan\": 15,\n            \"max_weight\": 11,\n            \"min_height\": 10,\n            \"min_lifespan\": 15,\n            \"min_weight\": 8,\n            \"name\": \"miniature pinscher\",\n            \"temperament\": \"Clever, Outgoing, Friendly, Energetic, Responsive, Playful\"\n        },\n        {\n            \"group\": \"Terrier\",\n            \"image_1\": \"https://images.dog.ceo/breeds/schnauzer-miniature/n02097047_1028.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/schnauzer-miniature/n02097047_1556.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/schnauzer-miniature/n02097047_2146.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/schnauzer-miniature/n02097047_5989.jpg\",\n            \"is_active\": false,\n            \"max_height\": 14,\n            \"max_lifespan\": 14,\n            \"max_weight\": 20,\n            \"min_height\": 12,\n            \"min_lifespan\": 12,\n            \"min_weight\": 11,\n            \"name\": \"miniature schnauzer\",\n            \"temperament\": \"Fearless, Friendly, Spirited, Alert, Obedient, Intelligent\"\n        },\n        {\n            \"group\": \"Working\",\n            \"image_1\": \"https://images.dog.ceo/breeds/newfoundland/n02111277_14689.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/newfoundland/n02111277_4872.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/newfoundland/n02111277_7010.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/newfoundland/n02111277_980.jpg\",\n            \"is_active\": false,\n            \"max_height\": 28,\n            \"max_lifespan\": 10,\n            \"max_weight\": 150,\n            \"min_height\": 26,\n            \"min_lifespan\": 8,\n            \"min_weight\": 100,\n            \"name\": \"newfoundland\",\n            \"temperament\": \"Sweet-Tempered, Gentle, Trainable\"\n        },\n        {\n            \"group\": \"Terrier\",\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-norfolk/n02094114_347.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-norfolk/n02094114_3733.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-norfolk/n02094114_3890.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-norfolk/n02094114_513.jpg\",\n            \"is_active\": false,\n            \"max_height\": 10,\n            \"max_lifespan\": 15,\n            \"max_weight\": 12,\n            \"min_height\": 9,\n            \"min_lifespan\": 12,\n            \"min_weight\": 11,\n            \"name\": \"norfolk terrier\",\n            \"temperament\": \"Self-confidence, Fearless, Spirited, Companionable, Happy, Lovable\"\n        },\n        {\n            \"group\": \"Terrier\",\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-norwich/n02094258_1864.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-norwich/n02094258_3298.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-norwich/n02094258_3438.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-norwich/n02094258_61.jpg\",\n            \"is_active\": true,\n            \"max_height\": 10,\n            \"max_lifespan\": 15,\n            \"max_weight\": 12,\n            \"min_height\": 10,\n            \"min_lifespan\": 12,\n            \"min_weight\": 11,\n            \"name\": \"norwich terrier\",\n            \"temperament\": \"Hardy, Affectionate, Energetic, Sensitive, Intelligent\"\n        },\n        {\n            \"group\": \"Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/retriever-chesapeake/n02099849_949.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/retriever-curly/n02099429_16.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/retriever-curly/n02099429_537.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/retriever-curly/n02099429_814.jpg\",\n            \"is_active\": true,\n            \"max_height\": 21,\n            \"max_lifespan\": 14,\n            \"max_weight\": 50,\n            \"min_height\": 17,\n            \"min_lifespan\": 12,\n            \"min_weight\": 35,\n            \"name\": \"nova scotia duck tolling retriever\",\n            \"temperament\": \"Outgoing, Alert, Patient, Intelligent, Loving\"\n        },\n        {\n            \"group\": \"Herding\",\n            \"image_1\": \"https://images.dog.ceo/breeds/sheepdog-english/n02105641_11695.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/sheepdog-english/n02105641_1966.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/sheepdog-english/n02105641_313.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/sheepdog-english/n02105641_5980.jpg\",\n            \"is_active\": false,\n            \"max_height\": 21,\n            \"max_lifespan\": 12,\n            \"max_weight\": 100,\n            \"min_height\": 21,\n            \"min_lifespan\": 10,\n            \"min_weight\": 60,\n            \"name\": \"old english sheepdog\",\n            \"temperament\": \"Sociable, Bubbly, Playful, Adaptable, Intelligent, Loving\"\n        },\n        {\n            \"group\": \"Toy\",\n            \"image_1\": \"https://images.dog.ceo/breeds/papillon/n02086910_2188.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/papillon/n02086910_3924.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/papillon/n02086910_7857.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/papillon/n02086910_8091.jpg\",\n            \"is_active\": true,\n            \"max_height\": 11,\n            \"max_lifespan\": 17,\n            \"max_weight\": 12,\n            \"min_height\": 8,\n            \"min_lifespan\": 13,\n            \"min_weight\": 3,\n            \"name\": \"papillon\",\n            \"temperament\": \"Hardy, Friendly, Energetic, Alert, Intelligent, Happy\"\n        },\n        {\n            \"group\": \"Herding\",\n            \"image_1\": \"https://images.dog.ceo/breeds/corgi-cardigan/n02113186_10944.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/corgi-cardigan/n02113186_5841.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/corgi-cardigan/n02113186_7159.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/corgi/19399950_10155296723983449_4881887217435096381_n.jpg\",\n            \"is_active\": true,\n            \"max_height\": 12,\n            \"max_lifespan\": 14,\n            \"max_weight\": 30,\n            \"min_height\": 10,\n            \"min_lifespan\": 12,\n            \"min_weight\": 25,\n            \"name\": \"pembroke welsh corgi\",\n            \"temperament\": \"Tenacious, Outgoing, Friendly, Bold, Playful, Protective\"\n        },\n        {\n            \"group\": \"Hound\",\n            \"image_1\": \"https://images.dog.ceo/breeds/hound-basset/n02088238_9467.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/hound-blood/n02088466_8184.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/hound-english/n02089973_1106.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/hound-english/n02089973_612.jpg\",\n            \"is_active\": true,\n            \"max_height\": 25,\n            \"max_lifespan\": 14,\n            \"max_weight\": 60,\n            \"min_height\": 21,\n            \"min_lifespan\": 12,\n            \"min_weight\": 40,\n            \"name\": \"pharaoh hound\",\n            \"temperament\": \"Affectionate, Sociable, Playful, Intelligent, Active, Trainable\"\n        },\n        {\n            \"group\": \"Toy\",\n            \"image_1\": \"https://images.dog.ceo/breeds/pomeranian/n02112018_11641.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/pomeranian/n02112018_12513.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/pomeranian/n02112018_1518.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/pomeranian/n02112018_494.jpg\",\n            \"is_active\": true,\n            \"max_height\": 12,\n            \"max_lifespan\": 15,\n            \"max_weight\": 7,\n            \"min_height\": 8,\n            \"min_lifespan\": 15,\n            \"min_weight\": 3,\n            \"name\": \"pomeranian\",\n            \"temperament\": \"Extroverted, Friendly, Sociable, Playful, Intelligent, Active\"\n        },\n        {\n            \"group\": \"Toy\",\n            \"image_1\": \"https://images.dog.ceo/breeds/pug/n02110958_11725.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/pug/n02110958_14179.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/pug/n02110958_9008.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/puggle/IMG_174753.jpg\",\n            \"is_active\": false,\n            \"max_height\": 12,\n            \"max_lifespan\": 14,\n            \"max_weight\": 18,\n            \"min_height\": 10,\n            \"min_lifespan\": 12,\n            \"min_weight\": 14,\n            \"name\": \"pug\",\n            \"temperament\": \"Docile, Clever, Charming, Stubborn, Sociable, Playful, Quiet, Attentive\"\n        },\n        {\n            \"group\": \"Terrier\",\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-australian/n02096294_1147.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-bedlington/n02093647_3582.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-dandie/n02096437_148.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-dandie/n02096437_1653.jpg\",\n            \"is_active\": true,\n            \"max_height\": 13,\n            \"max_lifespan\": 18,\n            \"max_weight\": 25,\n            \"min_height\": 10,\n            \"min_lifespan\": 12,\n            \"min_weight\": 8,\n            \"name\": \"rat terrier\",\n            \"temperament\": \"Affectionate, Lively, Inquisitive, Alert, Intelligent, Loving\"\n        },\n        {\n            \"group\": \"Hound\",\n            \"image_1\": \"https://images.dog.ceo/breeds/coonhound/n02089078_1304.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/coonhound/n02089078_2232.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/coonhound/n02089078_4024.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/coonhound/n02089078_456.jpg\",\n            \"is_active\": true,\n            \"max_height\": 27,\n            \"max_lifespan\": 12,\n            \"max_weight\": 80,\n            \"min_height\": 21,\n            \"min_lifespan\": 10,\n            \"min_weight\": 45,\n            \"name\": \"redbone coonhound\",\n            \"temperament\": \"Affectionate, Energetic, Independent, Companionable, Familial, Unflappable\"\n        },\n        {\n            \"group\": \"Hound\",\n            \"image_1\": \"https://images.dog.ceo/breeds/ridgeback-rhodesian/n02087394_6506.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/ridgeback-rhodesian/n02087394_7143.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/ridgeback-rhodesian/n02087394_7644.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/ridgeback-rhodesian/n02087394_7777.jpg\",\n            \"is_active\": false,\n            \"max_height\": 27,\n            \"max_lifespan\": 12,\n            \"max_weight\": 80,\n            \"min_height\": 24,\n            \"min_lifespan\": 10,\n            \"min_weight\": 75,\n            \"name\": \"rhodesian ridgeback\",\n            \"temperament\": \"Strong Willed, Mischievous, Loyal, Dignified, Sensitive, Intelligent\"\n        },\n        {\n            \"group\": \"Working\",\n            \"image_1\": \"https://images.dog.ceo/breeds/rottweiler/n02106550_12160.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/rottweiler/n02106550_3528.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/rottweiler/n02106550_3993.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/rottweiler/n02106550_4397.jpg\",\n            \"is_active\": false,\n            \"max_height\": 27,\n            \"max_lifespan\": 10,\n            \"max_weight\": 110,\n            \"min_height\": 22,\n            \"min_lifespan\": 8,\n            \"min_weight\": 75,\n            \"name\": \"rottweiler\",\n            \"temperament\": \"Steady, Good-natured, Fearless, Devoted, Alert, Obedient, Confident, Self-assured, Calm, Courageous\"\n        },\n        {\n            \"group\": \"Hound\",\n            \"image_1\": \"https://images.dog.ceo/breeds/saluki/n02091831_10803.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/saluki/n02091831_2232.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/saluki/n02091831_3180.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/saluki/n02091831_4246.jpg\",\n            \"is_active\": false,\n            \"max_height\": 28,\n            \"max_lifespan\": 14,\n            \"max_weight\": 65,\n            \"min_height\": 23,\n            \"min_lifespan\": 12,\n            \"min_weight\": 35,\n            \"name\": \"saluki\",\n            \"temperament\": \"Aloof, Reserved, Intelligent, Quiet\"\n        },\n        {\n            \"group\": \"Working\",\n            \"image_1\": \"https://images.dog.ceo/breeds/samoyed/n02111889_14746.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/samoyed/n02111889_2425.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/samoyed/n02111889_4159.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/samoyed/n02111889_464.jpg\",\n            \"is_active\": true,\n            \"max_height\": 23.5,\n            \"max_lifespan\": 14,\n            \"max_weight\": 60,\n            \"min_height\": 19,\n            \"min_lifespan\": 12,\n            \"min_weight\": 50,\n            \"name\": \"samoyed\",\n            \"temperament\": \"Stubborn, Friendly, Sociable, Lively, Alert, Playful\"\n        },\n        {\n            \"group\": \"Non-Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/schipperke/n02104365_2435.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/schipperke/n02104365_3383.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/schipperke/n02104365_6625.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/schipperke/n02104365_9354.jpg\",\n            \"is_active\": true,\n            \"max_height\": 13,\n            \"max_lifespan\": 15,\n            \"max_weight\": 16,\n            \"min_height\": 10,\n            \"min_lifespan\": 13,\n            \"min_weight\": 10,\n            \"name\": \"schipperke\",\n            \"temperament\": \"Fearless, Agile, Curious, Independent, Confident, Faithful\"\n        },\n        {\n            \"group\": \"Hound\",\n            \"image_1\": \"https://images.dog.ceo/breeds/deerhound-scottish/n02092002_1147.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/deerhound-scottish/n02092002_2558.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/deerhound-scottish/n02092002_6534.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/deerhound-scottish/n02092002_9895.jpg\",\n            \"is_active\": false,\n            \"max_height\": 32,\n            \"max_lifespan\": 10,\n            \"max_weight\": 130,\n            \"min_height\": 28,\n            \"min_lifespan\": 8,\n            \"min_weight\": 70,\n            \"name\": \"scottish deerhound\",\n            \"temperament\": \"Docile, Friendly, Dignified, Gentle\"\n        },\n        {\n            \"group\": \"Terrier\",\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-scottish/n02097298_2792.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-scottish/n02097298_2998.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-scottish/n02097298_759.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-scottish/n02097298_8911.jpg\",\n            \"is_active\": false,\n            \"max_height\": 10,\n            \"max_lifespan\": 13,\n            \"max_weight\": 22,\n            \"min_height\": 10,\n            \"min_lifespan\": 11,\n            \"min_weight\": 18,\n            \"name\": \"scottish terrier\",\n            \"temperament\": \"Feisty, Alert, Independent, Playful, Quick, Self-assured\"\n        },\n        {\n            \"group\": \"Herding\",\n            \"image_1\": \"https://images.dog.ceo/breeds/sheepdog-shetland/n02105855_15911.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/sheepdog-shetland/n02105855_7224.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/sheepdog-shetland/n02105855_7527.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/sheepdog-shetland/n02105855_7560.jpg\",\n            \"is_active\": true,\n            \"max_height\": 16,\n            \"max_lifespan\": 14,\n            \"max_weight\": 30,\n            \"min_height\": 13,\n            \"min_lifespan\": 12,\n            \"min_weight\": 30,\n            \"name\": \"shetland sheepdog\",\n            \"temperament\": \"Affectionate, Lively, Responsive, Alert, Loyal, Reserved, Playful, Gentle, Intelligent, Active, Trainable, Strong\"\n        },\n        {\n            \"group\": \"Non-Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/shiba/shiba-10.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/shiba/shiba-6.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/shiba/shiba-7.JPG\",\n            \"image_4\": \"https://images.dog.ceo/breeds/shiba/shiba-8.JPG\",\n            \"is_active\": false,\n            \"max_height\": 16.5,\n            \"max_lifespan\": 16,\n            \"max_weight\": 23,\n            \"min_height\": 13.5,\n            \"min_lifespan\": 12,\n            \"min_weight\": 17,\n            \"name\": \"shiba inu\",\n            \"temperament\": \"Charming, Fearless, Keen, Alert, Confident, Faithful\"\n        },\n        {\n            \"group\": \"Toy\",\n            \"image_1\": \"https://images.dog.ceo/breeds/shihtzu/n02086240_10785.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/shihtzu/n02086240_3050.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/shihtzu/n02086240_4865.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/shihtzu/n02086240_5140.jpg\",\n            \"is_active\": true,\n            \"max_height\": 11,\n            \"max_lifespan\": 18,\n            \"max_weight\": 16,\n            \"min_height\": 8,\n            \"min_lifespan\": 10,\n            \"min_weight\": 9,\n            \"name\": \"shih tzu\",\n            \"temperament\": \"Clever, Spunky, Outgoing, Friendly, Affectionate, Lively, Alert, Loyal, Independent, Playful, Gentle, Intelligent, Happy, Active, Courageous\"\n        },\n        {\n            \"group\": \"Working\",\n            \"image_1\": \"https://images.dog.ceo/breeds/husky/n02110185_248.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/husky/n02110185_4133.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/husky/n02110185_4906.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/husky/n02110185_9461.jpg\",\n            \"is_active\": true,\n            \"max_height\": 23.5,\n            \"max_lifespan\": 12,\n            \"max_weight\": 60,\n            \"min_height\": 20,\n            \"min_lifespan\": 12,\n            \"min_weight\": 35,\n            \"name\": \"siberian husky\",\n            \"temperament\": \"Outgoing, Friendly, Alert, Gentle, Intelligent\"\n        },\n        {\n            \"group\": \"Toy\",\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-silky/n02097658_1100.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-silky/n02097658_11235.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-silky/n02097658_1503.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-silky/n02097658_4402.jpg\",\n            \"is_active\": false,\n            \"max_height\": 10,\n            \"max_lifespan\": 15,\n            \"max_weight\": 10,\n            \"min_height\": 9,\n            \"min_lifespan\": 12,\n            \"min_weight\": 8,\n            \"name\": \"silky terrier\",\n            \"temperament\": \"Friendly, Responsive, Inquisitive, Alert, Quick, Joyful\"\n        },\n        {\n            \"group\": \"Terrier\",\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-fox/n02095314_1100.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-fox/n02095314_2196.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-fox/n02095314_2354.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-fox/n02095314_2519.jpg\",\n            \"is_active\": true,\n            \"max_height\": 15.5,\n            \"max_lifespan\": 14,\n            \"max_weight\": 18,\n            \"min_height\": 15.5,\n            \"min_lifespan\": 12,\n            \"min_weight\": 18,\n            \"name\": \"smooth fox terrier\",\n            \"temperament\": \"Fearless, Affectionate, Alert, Playful, Intelligent, Active\"\n        },\n        {\n            \"group\": \"Terrier\",\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-wheaten/n02098105_1078.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-wheaten/n02098105_1306.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-wheaten/n02098105_1321.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-wheaten/n02098105_773.jpg\",\n            \"is_active\": true,\n            \"max_height\": 18,\n            \"max_lifespan\": 15,\n            \"max_weight\": 40,\n            \"min_height\": 16,\n            \"min_lifespan\": 12,\n            \"min_weight\": 30,\n            \"name\": \"soft coated wheaten terrier\",\n            \"temperament\": \"Affectionate, Spirited, Energetic, Playful, Intelligent, Faithful\"\n        },\n        {\n            \"group\": \"Terrier\",\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-american/n02093428_164.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-australian/n02096294_2188.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-australian/n02096294_250.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-fox/n02095314_1997.jpg\",\n            \"is_active\": false,\n            \"max_height\": 16,\n            \"max_lifespan\": 14,\n            \"max_weight\": 38,\n            \"min_height\": 14,\n            \"min_lifespan\": 12,\n            \"min_weight\": 24,\n            \"name\": \"staffordshire bull terrier\",\n            \"temperament\": \"Reliable, Fearless, Bold, Affectionate, Loyal, Intelligent, Courageous\"\n        },\n        {\n            \"group\": \"Working\",\n            \"image_1\": \"https://images.dog.ceo/breeds/schnauzer-miniature/n02097047_2190.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/schnauzer-miniature/n02097047_6534.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/schnauzer/n02097209_479.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/schnauzer/n02097209_944.jpg\",\n            \"is_active\": true,\n            \"max_height\": 19.5,\n            \"max_lifespan\": 15,\n            \"max_weight\": 50,\n            \"min_height\": 17.5,\n            \"min_lifespan\": 13,\n            \"min_weight\": 30,\n            \"name\": \"standard schnauzer\",\n            \"temperament\": \"Trainable, Good-natured, Devoted, Lively, Playful, Intelligent\"\n        },\n        {\n            \"group\": \"Hound\",\n            \"image_1\": \"https://images.dog.ceo/breeds/ridgeback-rhodesian/n02087394_101.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/ridgeback-rhodesian/n02087394_1925.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/ridgeback-rhodesian/n02087394_6050.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/ridgeback-rhodesian/n02087394_6371.jpg\",\n            \"is_active\": false,\n            \"max_height\": 24,\n            \"max_lifespan\": 12,\n            \"max_weight\": 55,\n            \"min_height\": 20,\n            \"min_lifespan\": 10,\n            \"min_weight\": 35,\n            \"name\": \"thai ridgeback\",\n            \"temperament\": \"Protective, Loyal, Independent, Intelligent, Loving, Familial\"\n        },\n        {\n            \"group\": \"Working\",\n            \"image_1\": \"https://images.dog.ceo/breeds/mastiff-tibetan/n02108551_1451.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/mastiff-tibetan/n02108551_3482.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/mastiff-tibetan/n02108551_5540.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/mastiff-tibetan/n02108551_734.jpg\",\n            \"is_active\": false,\n            \"max_height\": 26,\n            \"max_lifespan\": 14,\n            \"max_weight\": 140,\n            \"min_height\": 24,\n            \"min_lifespan\": 10,\n            \"min_weight\": 85,\n            \"name\": \"tibetan mastiff\",\n            \"temperament\": \"Strong Willed, Tenacious, Aloof, Stubborn, Intelligent, Protective\"\n        },\n        {\n            \"group\": \"Non-Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/spaniel-blenheim/n02086646_1342.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/spaniel-brittany/n02101388_5274.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/spaniel-irish/n02102973_3303.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/spaniel-japanese/n02085782_3649.jpg\",\n            \"is_active\": false,\n            \"max_height\": 10,\n            \"max_lifespan\": 15,\n            \"max_weight\": 15,\n            \"min_height\": 10,\n            \"min_lifespan\": 12,\n            \"min_weight\": 9,\n            \"name\": \"tibetan spaniel\",\n            \"temperament\": \"Willful, Aloof, Assertive, Independent, Playful, Intelligent, Happy\"\n        },\n        {\n            \"group\": \"Non-Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-tibetan/n02097474_2849.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-tibetan/n02097474_3177.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-tibetan/n02097474_6617.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-tibetan/n02097474_7374.jpg\",\n            \"is_active\": true,\n            \"max_height\": 17,\n            \"max_lifespan\": 15,\n            \"max_weight\": 24,\n            \"min_height\": 14,\n            \"min_lifespan\": 12,\n            \"min_weight\": 20,\n            \"name\": \"tibetan terrier\",\n            \"temperament\": \"Affectionate, Energetic, Amiable, Reserved, Gentle, Sensitive\"\n        },\n        {\n            \"group\": \"Toy\",\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-fox/n02095314_1407.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-fox/n02095314_3006.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-fox/n02095314_3153.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-fox/n02095314_3495.jpg\",\n            \"is_active\": false,\n            \"max_height\": 11,\n            \"max_lifespan\": 15,\n            \"max_weight\": 9,\n            \"min_height\": 8,\n            \"min_lifespan\": 12,\n            \"min_weight\": 4,\n            \"name\": \"toy fox terrier\",\n            \"temperament\": \"Friendly, Spirited, Alert, Loyal, Playful, Intelligent\"\n        },\n        {\n            \"group\": \"Hound\",\n            \"image_1\": \"https://images.dog.ceo/breeds/coonhound/n02089078_1304.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/coonhound/n02089078_2962.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/coonhound/n02089078_302.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/coonhound/n02089078_3615.jpg\",\n            \"is_active\": false,\n            \"max_height\": 27,\n            \"max_lifespan\": 13,\n            \"max_weight\": 80,\n            \"min_height\": 20,\n            \"min_lifespan\": 10,\n            \"min_weight\": 45,\n            \"name\": \"treeing walker coonhound\",\n            \"temperament\": \"Clever, Affectionate, Confident, Intelligent, Loving, Trainable\"\n        },\n        {\n            \"group\": \"Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/vizsla/n02100583_11231.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/vizsla/n02100583_12468.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/vizsla/n02100583_12904.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/vizsla/n02100583_3008.jpg\",\n            \"is_active\": true,\n            \"max_height\": 24,\n            \"max_lifespan\": 14,\n            \"max_weight\": 65,\n            \"min_height\": 21,\n            \"min_lifespan\": 10,\n            \"min_weight\": 50,\n            \"name\": \"vizsla\",\n            \"temperament\": \"Affectionate, Energetic, Loyal, Gentle, Quiet\"\n        },\n        {\n            \"group\": \"Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/weimaraner/n02092339_2653.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/weimaraner/n02092339_2695.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/weimaraner/n02092339_4906.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/weimaraner/n02092339_767.jpg\",\n            \"is_active\": true,\n            \"max_height\": 27,\n            \"max_lifespan\": 15,\n            \"max_weight\": 90,\n            \"min_height\": 23,\n            \"min_lifespan\": 12,\n            \"min_weight\": 55,\n            \"name\": \"weimaraner\",\n            \"temperament\": \"Steady, Aloof, Stubborn, Energetic, Alert, Intelligent, Powerful, Fast\"\n        },\n        {\n            \"group\": \"Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/spaniel-blenheim/n02086646_4024.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/spaniel-irish/n02102973_27.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/spaniel-sussex/n02102480_1838.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/spaniel-sussex/n02102480_7690.jpg\",\n            \"is_active\": true,\n            \"max_height\": 19,\n            \"max_lifespan\": 15,\n            \"max_weight\": 55,\n            \"min_height\": 17,\n            \"min_lifespan\": 12,\n            \"min_weight\": 35,\n            \"name\": \"welsh springer spaniel\",\n            \"temperament\": \"Stubborn, Friendly, Affectionate, Loyal, Playful, Active\"\n        },\n        {\n            \"group\": \"Terrier\",\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-bedlington/n02093647_1538.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-bedlington/n02093647_2354.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-border/n02093754_874.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-dandie/n02096437_29.jpg\",\n            \"is_active\": true,\n            \"max_height\": 11,\n            \"max_lifespan\": 20,\n            \"max_weight\": 22,\n            \"min_height\": 10,\n            \"min_lifespan\": 15,\n            \"min_weight\": 15,\n            \"name\": \"west highland white terrier\",\n            \"temperament\": \"Hardy, Friendly, Alert, Independent, Gay, Active, Courageous\"\n        },\n        {\n            \"group\": \"Hound\",\n            \"image_1\": \"https://images.dog.ceo/breeds/whippet/n02091134_19166.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/whippet/n02091134_2349.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/whippet/n02091134_2626.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/whippet/n02091134_4273.jpg\",\n            \"is_active\": true,\n            \"max_height\": 22,\n            \"max_lifespan\": 15,\n            \"max_weight\": 35,\n            \"min_height\": 18,\n            \"min_lifespan\": 12,\n            \"min_weight\": 25,\n            \"name\": \"whippet\",\n            \"temperament\": \"Friendly, Affectionate, Lively, Gentle, Intelligent, Quiet\"\n        },\n        {\n            \"group\": null,\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-fox/n02095314_1660.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-fox/n02095314_2827.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-fox/n02095314_3039.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-fox/n02095314_3343.jpg\",\n            \"is_active\": false,\n            \"max_height\": 16,\n            \"max_lifespan\": 14,\n            \"max_weight\": 19,\n            \"min_height\": 13,\n            \"min_lifespan\": 13,\n            \"min_weight\": 15,\n            \"name\": \"wire fox terrier\",\n            \"temperament\": \"Fearless, Friendly, Bold, Keen, Alert, Quick\"\n        },\n        {\n            \"group\": \"Toy\",\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-yorkshire/n02094433_1210.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-yorkshire/n02094433_1376.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-yorkshire/n02094433_1770.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-yorkshire/n02094433_2053.jpg\",\n            \"is_active\": false,\n            \"max_height\": 9,\n            \"max_lifespan\": 16,\n            \"max_weight\": 7,\n            \"min_height\": 8,\n            \"min_lifespan\": 12,\n            \"min_weight\": 4,\n            \"name\": \"yorkshire terrier\",\n            \"temperament\": \"Bold, Independent, Confident, Intelligent, Courageous\"\n        }\n    ],\n    \"page\": 1,\n    \"total_pages\": 1\n}"}],"_postman_id":"6ce1d3be-e0c1-4b80-a079-391815185070"},{"name":"breed/activities","event":[{"listen":"test","script":{"id":"75565a42-37bd-4373-8e83-eb13e139b68b","exec":["pm.test(\"Body contains date\", function () {","    pm.expect(pm.response.text()).to.include(\"date\");","});","","pm.test(\"Body contains description\", function () {","    pm.expect(pm.response.text()).to.include(\"description\");","});","","pm.test(\"Body contains designation\", function () {","    pm.expect(pm.response.text()).to.include(\"designation\");","});","","pm.test(\"Body contains directions\", function () {","    pm.expect(pm.response.text()).to.include(\"directions\");","});","","pm.test(\"Body contains is_active\", function () {","    pm.expect(pm.response.text()).to.include(\"is_active\");","});","","pm.test(\"Body contains latitude\", function () {","    pm.expect(pm.response.text()).to.include(\"latitude\");","});","","pm.test(\"Body contains longitude\", function () {","    pm.expect(pm.response.text()).to.include(\"longitude\");","});","","pm.test(\"Body contains name\", function () {","    pm.expect(pm.response.text()).to.include(\"name\");","});","","pm.test(\"Body contains type\", function () {","    pm.expect(pm.response.text()).to.include(\"type\");","});","","pm.test(\"Body contains url\", function () {","    pm.expect(pm.response.text()).to.include(\"url\");","});","","pm.test(\"Body contains page\", function () {","    pm.expect(pm.response.text()).to.include(\"page\");","});","",""],"type":"text/javascript"}}],"id":"7fa880da-580b-44d6-a56b-78e04b488bec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"91B7D3A43B5C31EA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.findadogfor.me/api/activity?q={\"filters\":[{\"name\" : \"is_active\", \"op\":\"eq\", \"val\": true}]}","description":"<p>Returns a list of activity items suitable for dogs of a specific breed, paginated.</p>\n<p>'name' is required as a parameter.</p>\n<p>Parameters:</p>\n<p>name - (Required) The name of the specific breed.</p>\n<p>page - (Optional) The current page (12 activities per page) of suitable activity information.</p>\n<p>Return type:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>dict {\n    objects: [\n        activity_dict_1,\n        ...\n        activity_dict_12\n    ],\n    page: number\n}\n</code></pre>","urlObject":{"protocol":"https","path":["api","activity"],"host":["api","findadogfor","me"],"query":[{"disabled":true,"description":{"content":"<p>(Required) The name of the specific breed.</p>\n","type":"text/plain"},"key":"name","value":"string"},{"disabled":true,"description":{"content":"<p>(Optional) The current page (12 activities per page) of suitable activity information.</p>\n","type":"text/plain"},"key":"page","value":"number"},{"key":"q","value":"{\"filters\":[{\"name\" : \"is_active\", \"op\":\"eq\", \"val\": true}]}"}],"variable":[]}},"response":[{"id":"0132807b-fe93-47a2-a67c-ef8f6a19eb1d","name":"breed/activities","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.findadogfor.me/api/activity?q={\"filters\":[{\"name\" : \"is_active\", \"op\":\"eq\", \"val\": true}]}","protocol":"https","host":["api","findadogfor","me"],"path":["api","activity"],"query":[{"description":"(Required) The name of the specific breed.","key":"name","value":"string","disabled":true},{"description":"(Optional) The current page (12 activities per page) of suitable activity information.","key":"page","value":"number","disabled":true},{"key":"q","value":"{\"filters\":[{\"name\" : \"is_active\", \"op\":\"eq\", \"val\": true}]}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 11 Apr 2019 22:32:37 GMT"},{"key":"Link","value":"<http://api.findadogfor.me/api/activity?page=2&results_per_page=12>; rel=\"next\", <http://api.findadogfor.me/api/activity?page=7&results_per_page=12>; rel=\"last\", <http://api.findadogfor.me/api/activity?page=2&results_per_page=12>; rel=\"next\", <http://api.findadogfor.me/api/activity?page=7&results_per_page=12>; rel=\"last\""},{"key":"Server","value":"Apache/2.4.37 (Amazon) mod_wsgi/3.5 Python/3.6.7"},{"key":"Vary","value":"Accept"},{"key":"Content-Length","value":"26790"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"num_results\": 75,\n    \"objects\": [\n        {\n            \"date\": \"2019-05-18\",\n            \"description\": \"Half Marathon, 5K and 2K Fun Walk.  This is a USATF 2019 event #19-26-001.  Both the Half and 5K courses are USATF certified.  The 2K Fun Walk is away from traffic and is child and pet friendly.  Net proceeds donated to a veterans organization TBA>\",\n            \"designation\": null,\n            \"directions\": null,\n            \"id\": \"eventbrite46549055478\",\n            \"image_1\": \"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F45467750%2F258595470195%2F1%2Foriginal.jpg?h=200&w=450&auto=compress&rect=0%2C288%2C1820%2C910&s=813ba9b20d8e81ad2f63fd940a6916e1\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"is_active\": true,\n            \"is_free\": false,\n            \"is_free_string\": \"paid\",\n            \"latitude\": 32.9177649,\n            \"location\": \"362 N. FM2353, Possum Kingdom Lake, TX 76449\",\n            \"longitude\": -98.4329022,\n            \"name\": \"Run for 57th AHC--Possum Kingdom Lake, TX\",\n            \"type\": \"eventbrite\",\n            \"url\": \"https://www.eventbrite.com/e/run-for-57th-ahc-possum-kingdom-lake-tx-tickets-46549055478?aff=ebapi\",\n            \"weather\": null\n        },\n        {\n            \"date\": \"2019-04-13\",\n            \"description\": \"LOVE PUPPIES??  LOVE YOGA??\\nJoin Dallas DogRRR for our Puppy Yoga event!!  Not only will we have Puppy Yoga, we will have an adoption event as well!!\\nAdoption event and check in for Yoga both start at 11:30, with Yoga starting at 12:00!\\nWhile we do charge for the closed yoga session at noon, the adoption event, which will include many of our adoptable dogs as well as the yoga puppies, is free!  So bring your family and friends to enjoy the dogs and tasty craft beers from Hop & Sting Brewery!!\\n\\nTickets include:\\n-Yoga class accompanied by friendly & playful adoptable pups.\\n- Dallas DogRRR Pint Glass\\n- 1 Pint of Hop & Sting Beer\\nThe yoga class will be led by Peggy Breeze from The Balanced Yogi. Peggy is a local fitness entrepreneur, who teaches, practices, and shares her love of yoga regularly. She is a certified Yoga Therapist, registered Yoga Teacher-500, and an Ayurveda app\\nCome get your yoga on, enjoy some Hop & Sting beer, and find your new family member!\\nThings to Know:\\n-Bring a mat, water bottle, and towel.\\n-Good for all levels (even beginners).\\n-Although this is an actual yoga class, it is meant to be fun and not taken too seriously :)\\n\\n\",\n            \"designation\": null,\n            \"directions\": null,\n            \"id\": \"eventbrite56498965928\",\n            \"image_1\": \"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F56751128%2F271645514498%2F1%2Foriginal.20190213-155120?h=200&w=450&auto=compress&rect=0%2C0%2C2160%2C1080&s=47dbfbad2a45c53a474c7b23df1ab93b\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"is_active\": true,\n            \"is_free\": false,\n            \"is_free_string\": \"paid\",\n            \"latitude\": 32.9325785,\n            \"location\": \"906 Jean Street, Grapevine, TX 76051\",\n            \"longitude\": -97.0747487,\n            \"name\": \"Dallas DogRRR Puppy Yoga at Hop & Sting Brewing Co.\",\n            \"type\": \"eventbrite\",\n            \"url\": \"https://www.eventbrite.com/e/dallas-dogrrr-puppy-yoga-at-hop-sting-brewing-co-tickets-56498965928?aff=ebapi\",\n            \"weather\": null\n        },\n        {\n            \"date\": \"2019-04-13\",\n            \"description\": \"Come enjoy some \\\"downward dog\\\" time at our Yoga and Adoption event benefiting Braveheart Animal Rescue at the Downtown Arlington Farmer's Market!\\n\\n\\n\\n\\nJoin Arlington Yoga Center, Union Worx Co-Working, and Braveheart Animal Rescue for an exciting afternoon full of giggles and licks...oh, and a little yoga!\\n\\n\\n\\n\\n\\nBraveheart Animal Rescue will have a table set up, offering adoption services, answering any questions you have about their organization, as well as providing the adoptable dogs during our yoga class! \\n\\n\\n\\n\\n\\nThis class will be held OUTDOORS (weather-permitting) and is family-friendly! \\n\\n\\n\\n\\n\\nThings to Know:\\n\\n-The dogs will be provided for Pup Yoga, please leave yours at home!\\n-Though the title states Pup, our rescue organization will be providing small dogs of all ages and types. -Class will be open to all-levels\\n\\n-BYOM (Bring your own mat and mat towel)\\n\\n\\n-Please register and purchase your ticket online before the day of the event\\n\\n\\n-Your ticket includes a free draft beer or drink from Legal Draft Beer\\n\\n\\n-While some yogis may take themselves (or their yoga practice) very seriously, pup yoga is for everyone and we welcome any and all participants. Remember we will be practicing with live animals, anything is possible!\\n\\n\\n\\n\\n\\nWe will definitely have time after the yoga class to snuggle, take pictures, and socialize with the dogs in case you want more!\\n\\n\\nAfter class feel free to head across the street to the Farmer's Market, grab your drink, and peruse all the homemade goods and produce from the market vendors!\\n\\n\\n\\nSpace is limited so sign up soon!\\n\\n\\n\\nFor more info on the Farmer's Market and Arlington Foodies, check out the website and event page:Website: https://arlingtonfoodies.com/index.php?page=farmers-marketEvent page: \\n\\n\\n\\n\\n\\n\\n\\n\\n*NOTICE OF FILMING By participating in this event, you agree that you may be photographed and filmed, and you grant Arlington Yoga Center the right to use, publish and copyright your picture, likeness and/or name in videos and/or photos taken during this event for use by AYC, in perpetuity and throughout all media.\\n\\n\\n\\n\\n\\n\\n\\n\\nBy participating in Puppy Yoga, you agree to be solely responsible for any and all liability costs, damages and expenses incurred as a result of any injury or occurrence sustained from participating Puppy Yoga with Arlington Yoga Center. You further agree to be held solely responsible for any and all liability costs, damages and expenses incurred by your child or attending minor as a result of his/her participation, either directly or indirectly, in Puppy Yoga with Arlington Yoga Center. You agree not to hold Arlington Yoga Center, its employees, volunteers, instructors and/or representatives responsible in any way for any injury or occurrence whatsoever.\\n\\n\\n\\n\\n\\n\\n\\n\\nYou are solely responsible for all items brought on premise.\\n\\n\\n\\n\\n\\nIn instances of class cancellation, AYC will honor all tickets and attendees at another class of their choosing.\\n\",\n            \"designation\": null,\n            \"directions\": null,\n            \"id\": \"eventbrite56512694992\",\n            \"image_1\": \"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F56766908%2F80063791687%2F1%2Foriginal.20190213-190900?h=200&w=450&auto=compress&rect=29%2C0%2C590%2C295&s=49e2aecb3343e99d019defca653b5b84\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"is_active\": true,\n            \"is_free\": false,\n            \"is_free_string\": \"paid\",\n            \"latitude\": 32.7374405,\n            \"location\": \"500 East Front Street #160, Arlington, TX 76011\",\n            \"longitude\": -97.1022378,\n            \"name\": \"Pup Yoga at the Arlington Farmer's Market\",\n            \"type\": \"eventbrite\",\n            \"url\": \"https://www.eventbrite.com/e/pup-yoga-at-the-arlington-farmers-market-tickets-56512694992?aff=ebapi\",\n            \"weather\": null\n        },\n        {\n            \"date\": \"2019-05-04\",\n            \"description\": \"Local non-profit partners with horses to help NWA children, individuals and families with emotional and special needs!\\r\\nJoin us for the fun at the 7th Annual Mini Derby!!!\\r\\nwww.miniderby.com\\r\\nwww.equestrianbridges.org\\r\\nThe run for the roses has expanded beyond Churchill Downs to Northwest Arkansas, so that everyone can get in on the fun! Everyone in the family is sure to have a great time!\\r\\nWe're talking:\\r\\nMint Juleps, BackRoad Anthem performing live, Kentucky Derby watch party, live mini horse racing, NWA food trucks, silent auction, fancy attire, BIG hat contest, family friendly event with Pony rides, games and petting zoo and more!! \\r\\n100% of the proceeds from the 7th Annual Mini Derby—taking place Saturday, May 4th 3-7pm at the beautiful Estates at SouthGate in Rogers—stay in NWA to benefit NWA families who have children with special needs & their families through Equine Assisted Activities and Therapies (EAAT).   \\r\\nThe Vision and Purpose of Equestrian Bridges is to empower individuals, children and youth with emotional needs and/or considered to be at risk for social, behavioral or academic delays with the tools to develop emotional, mental and physical fitness using Natural Horsemanship doing Equine Assisted Activities and Therapies. \\r\\nTickets are $35 and include a meal from the food trucks, drinks and beer. Mint Juleps and additional food tickets can be purchased at the event. Children under 12 receive free admission!\\r\\nFor more info  email info@equestrianbridges.org or by calling 479-301-2814. \\r\\nEquestrian Bridges thanks you for being a part of our Mini Derby every year! We appreciate that you are partnering with us to serve NWA and making it a happier and mentally healthier place to live.\",\n            \"designation\": null,\n            \"directions\": null,\n            \"id\": \"eventbrite56602605918\",\n            \"image_1\": \"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F56847096%2F251096731911%2F1%2Foriginal.20190214-224353?h=200&w=450&auto=compress&rect=0%2C160%2C1920%2C960&s=e80b7a56c691546d122261237b117eb2\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"is_active\": true,\n            \"is_free\": false,\n            \"is_free_string\": \"paid\",\n            \"latitude\": 36.2917986,\n            \"location\": \"Rogers, AR 72758\",\n            \"longitude\": -94.2080098,\n            \"name\": \"The Mini Derby \",\n            \"type\": \"eventbrite\",\n            \"url\": \"https://www.eventbrite.com/e/the-mini-derby-tickets-56602605918?aff=ebapi\",\n            \"weather\": null\n        },\n        {\n            \"date\": \"2019-04-20\",\n            \"description\": \"BACK in 2019 for the fourth year in a row! \\nThe 2019 Carpocalypse is brought to you by Houston Zombie Walk. We would like to thank our top sponsor - BUD LIGHT - for supporting our event!\\nYou will see loads of the baddest cars, trucks, and motorcycles. We have 17 classes that will be awarded trophies at our event! Our show is known for our killer trophies and a raging good time.\\nThis is a family and pet friendly event with music, vendors, moonwalks, food trucks, beer and entertainment all day. \\n***FREE entry for spectators*** \\nALL car/truck/bike registration and event proceeds go towards funding the 2020 Too Ghoul For School Education Fund! Find out more about our teacher fund and scholarships at www.tgfschool.org.\\nCar/Truck/Bike Registration: \\n$20 pre-event registration (first 50 registrations get event t-shirt and goody bag)\\n$30 day of event (no event t-shirt or goody bag included)\\nCar/Truck classes are:\\n\\nClassic Car\\nClassic Truck\\nRat Rod\\n4x4\\nModern Custom\\nCustom Hot Rod\\nApocalyptic/Horror\\nPeople's Choice\\nBest In Show\\n\\nMotorcycle classes are:\\n\\nChopper\\nBobber\\nRat\\nPaint\\nMetric\\nMeanest Mofo\\nPeople's Choice\\nBest In Show\\n\\nVendor Registration: $50 (pre-event registration only)***  \\n***This does NOT include food vendors. If you are a food vendor, please email Stephy @ stephyhill@gmail.com for more information.\\nFor event and registration questions, please email Tiffany at events@houstonzombiewalk.org\\nFor vendor questions, please email Yuri at yuri@houstonzombiewalk.org\\nFor sponsorship inquiries, please email Stephanie at stephanie@houstonzombiewalk.org\\nThank you and we hope to see you out at this awesome event! And, remember, it's all fun for a good cause!\\nPhotos from 2018 Carpocalypse - https://www.facebook.com/media/set/?set=a.1614724731898701&type=1&l=44b6993e29\\n\",\n            \"designation\": null,\n            \"directions\": null,\n            \"id\": \"eventbrite56666505042\",\n            \"image_1\": \"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F57214677%2F216267333902%2F1%2Foriginal.20190221-194605?h=200&w=450&auto=compress&rect=0%2C0%2C678%2C339&s=ca0024e64ea47520de18d4c43d93f668\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"is_active\": true,\n            \"is_free\": false,\n            \"is_free_string\": \"paid\",\n            \"latitude\": 29.7449979,\n            \"location\": \"4300 Harrisburg Blvd, Houston, TX 77011\",\n            \"longitude\": -95.3314525,\n            \"name\": \"4th Annual Carpocalypse - Car & Motorcycle Show!\",\n            \"type\": \"eventbrite\",\n            \"url\": \"https://www.eventbrite.com/e/4th-annual-carpocalypse-car-motorcycle-show-tickets-56666505042?aff=ebapi\",\n            \"weather\": null\n        },\n        {\n            \"date\": \"2019-04-27\",\n            \"description\": \"\\nGoat Yoga\\n \\nIt’s time for Goat Yoga with a purpose!  Join us at Bliss Fest in the beauiful Windsong Ranch in Prosper to support Lone Star Ranch and Rescue. \\n\\nWe will be hosting 2 sessions of Goat Yoga and Playtime with the goats.  While we do charge for the Yoga sessions, playtime with the goats is free for all to enjoy, so bring your family and friends to enjoy the goats. This will be our first session of the season and it will be the first time our newest baby goats will make an appearance.\\n \\nGoat Yoga is about disconnecting with day-to-day stress, sickness or depression and focusing on positive and happy vibes.  It is a time to enjoy these wonderful baby goats while supporting the efforts of Lone Star Ranch and Rescue, a horse rescue just outside of McKinney.\\n \\nThe Goat Yoga are hosted by Lone Star Ranch and Rescue (LSRR), a horse rescue based just minutes away from McKinney in beautiful Blue Ridge, Texas.  LSRR’s mission is to rescue, rehabilitate, and rehome horses and other farm animals.\\n\\nThe goats used for our yoga sessions are all bottle raised and people friendly.  These are not random rented  goats used to make a buck.  They are our pets and our friends.  We interact with them on a daily basis and make sure they have everything a goat could want and then some.  Feel free to come out to Lone Star and meet our friends.  Message us through Facebook to schedule some time.\\nLone Star Ranch and Rescue is an IRS 501c3 charity with tax benefits for you when donating.\\n\\n\\nLone Star Ranch and Rescue                Facebook                   Wbsite\\n\\nBliss Fest Link\\n\\n\\n\\n\\n\\n\\n\",\n            \"designation\": null,\n            \"directions\": null,\n            \"id\": \"eventbrite57563592254\",\n            \"image_1\": \"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F57503681%2F229161732257%2F1%2Foriginal.jpg?h=200&w=450&auto=compress&rect=0%2C0%2C9000%2C4500&s=a227a3e1a2b6d81b440794fdfab569f5\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"is_active\": true,\n            \"is_free\": false,\n            \"is_free_string\": \"paid\",\n            \"latitude\": 33.2250355,\n            \"location\": \"1001 Windsong Parkway South, Prosper, TX 75078\",\n            \"longitude\": -96.8731316,\n            \"name\": \"Goat Yoga With Lone Star Ranch and Rescue at Bliss Fest in Windsong Ranch\",\n            \"type\": \"eventbrite\",\n            \"url\": \"https://www.eventbrite.com/e/goat-yoga-with-lone-star-ranch-and-rescue-at-bliss-fest-in-windsong-ranch-tickets-57563592254?aff=ebapi\",\n            \"weather\": null\n        },\n        {\n            \"date\": \"2019-04-14\",\n            \"description\": \"The 5K For Kelsey is a non-profit organization that honors the life of a young girl killed in a drunk driving accident and raises awareness about the effects of drunk driving through a fun day! The 5K For Kelsey is pet and family friendly and welcomes all! There will be food trucks (cash only), face painting, a silent auction, raffle, games, interactive inflatables, a DJ, a race and more! We hope that you will come out and join us for the third annual 5K For Kelsey!\\n\\nTICKET INFORMATION:As usual registration at the event will still be available, however registering online will guarantee you a t-shirt! Tickets are for everybody over the age of two and will include; a t-shirt, wristband for free activities and games, a raffle ticket, and 5 game/activity tickets! *Additional raffle tickets and game/activity tickets will be available for purchase at the event!\\n\\nONLINE REGISTRATION WILL CLOSE 4/13/19 AT MIDNIGHT!\",\n            \"designation\": null,\n            \"directions\": null,\n            \"id\": \"eventbrite57681632315\",\n            \"image_1\": \"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F57587297%2F292392373985%2F1%2Foriginal.20190228-063623?h=200&w=450&auto=compress&rect=0%2C427%2C1800%2C900&s=0d4cfc1a085432d92d53fb36f79d4ae9\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"is_active\": true,\n            \"is_free\": false,\n            \"is_free_string\": \"paid\",\n            \"latitude\": 29.4918725,\n            \"location\": \"1001 East League City Parkway, League City, TX 77573\",\n            \"longitude\": -95.0706437,\n            \"name\": \"5K For Kelsey 2019\",\n            \"type\": \"eventbrite\",\n            \"url\": \"https://www.eventbrite.com/e/5k-for-kelsey-2019-tickets-57681632315?aff=ebapi\",\n            \"weather\": null\n        },\n        {\n            \"date\": \"2019-04-28\",\n            \"description\": \" FAQs\\nTICKET INCLUDES: \\n\\nTicket includes 2 beers of choice from Welltown Brewery\\nFree food on site\\nOne entry into raffle drawing held at 4:30 on day of event\\n\\nAre there ID or minimum age requirements to enter the event?\\n Must be 21 to enter.\\n\\nWhat can I bring into the event?\\nNo outside drink, taproom and patio is pet friendly!\\n\\nHow can I contact the organizer with any questions?\\nPlease message us on Animal Aid of Tulsa facebook or email at animalaidoftulsa@gmail.com\\n\\nIs my registration fee or ticket transferrable?\\n\\n Tickets are non refundable but completely transferable. If you want to buy one for someone else, those are accepted. \\n\\nIs it ok if the name on my ticket or registration doesn't match the person who attends?\\nYes, names do not have to match ticket. \",\n            \"designation\": null,\n            \"directions\": null,\n            \"id\": \"eventbrite58287478417\",\n            \"image_1\": \"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F57972975%2F67666350853%2F1%2Foriginal.20190306-150759?h=200&w=450&auto=compress&rect=0%2C238%2C1080%2C540&s=d8518f923abbfa5f5e9415c4eec6dafe\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"is_active\": true,\n            \"is_free\": false,\n            \"is_free_string\": \"paid\",\n            \"latitude\": 36.1565724,\n            \"location\": \"114 West Archer Street, Tulsa, OK 74103\",\n            \"longitude\": -95.9951663,\n            \"name\": \"Brews n’ Barks\",\n            \"type\": \"eventbrite\",\n            \"url\": \"https://www.eventbrite.com/e/brews-n-barks-tickets-58287478417?aff=ebapi\",\n            \"weather\": null\n        },\n        {\n            \"date\": \"2019-04-13\",\n            \"description\": \"Join us for the second annual New Leaf Farm Open House! There will be tours of the farm, refreshments, a produce stand, and yard games at this family-friendly event. \\nSo much has changed at New Leaf during the past year and we would love to share about those changes with you in-person! We've started a CSA program, moved our farm stand to the SFC Downtown farmers' market (Saturdays, 9am-1pm), installed a greenhouse, and built a barn/shade structure for events, classes, and our produce coolers! There is so much to see, and the wildflowers will be blooming all around us. \\nChildren are welcome but please leave your pets at home. We highly recommend wearing closed-toe shoes. \\nThere is a little white New Leaf Farm sign on the left side of the road where you turn in. Drive down the dirt farm road to where the barn/shade structure is and you can park there.\\nPlease RSVP so that we know to expect you at the open house!\\nIf you have any questions please reach out to us at info@mrcaustin.org or 512-537-7312\",\n            \"designation\": null,\n            \"directions\": null,\n            \"id\": \"eventbrite58544371792\",\n            \"image_1\": \"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F58417236%2F240420547114%2F1%2Foriginal.20190313-163716?h=200&w=450&auto=compress&rect=0%2C99%2C600%2C300&s=b6f69a00e492c1c8a2b5dc4ca5861f2a\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"is_active\": true,\n            \"is_free\": true,\n            \"is_free_string\": \"free\",\n            \"latitude\": 30.325839,\n            \"location\": \"17312 Littig Road, Elgin, TX 78621\",\n            \"longitude\": -97.455517,\n            \"name\": \"New Leaf Farm Open House\",\n            \"type\": \"eventbrite\",\n            \"url\": \"https://www.eventbrite.com/e/new-leaf-farm-open-house-tickets-58544371792?aff=ebapi\",\n            \"weather\": null\n        },\n        {\n            \"date\": \"2019-04-28\",\n            \"description\": \"Love cats and yoga? This is the purr-fect combination!\\nTake some time to get on your mat, paws and breathe at our Yoga and Adoption event benefiting the Good Neighbors Animal Rescue.   Join Arlington Yoga Center, New Main Brewing Co., and the Good Neighbors Animal Rescue for an exciting morning full of giggles and purrs...oh, and a little yoga! \\nCats are naturally drawn to a human doing yoga and will want to be a part.  Yoga with cats adds a playful and surprising dimension to your practice.  Be prepared to be challenged in your balances as a cat may rub against your legs, to be inspired as our feline classmates demonstrate perfect Cat poses and to sink into deep relaxation to the sounds of gentle purring  Bring a mat and your \\\"go with the feline flow catitude\\\". The kitties roam free during class, which helps them become more socialized.\\n The GNAR will have a table set up offering adoption services, answering any questions you have about their organization, as well as providing the adoptable kitties during our yoga class! If you'd like to adopt a cat from class, they will provide paperwork to submit aside from the event.   This class will be held INDOORS and is family-friendly!   Things to Know: -The kitties will be provided for Kitty Yoga, please leave yours at home!  -Class will be open to all-levels -BYOM (Bring your own mat and mat towel) -Please register and purchase your ticket online before the day of the event -Your ticket includes a free craft drink from New Main Brewing  -While some yogis may take themselves (or their yoga practice) very seriously, kittie yoga is for everyone and we welcome any and all participants. Remember we will be practicing with live animals, anything is possible!\\n We will definitely have time after the yoga class to snuggle, take pictures, and socialize with the kitties in case you want more! Space is limited, so sign up soon!\\nGood Neighbors Animal Rescue is a dog and cat rescue located in Fort Worth. GNAR’s goal is to keep pets out of shelters by promoting fostering, vaccination , spaying, and neutering. \\n   *NOTICE OF FILMING By participating in this event, you agree that you may be photographed and filmed, and you grant Arlington Yoga Center the right to use, publish and copyright your picture, likeness and/or name in videos and/or photos taken during this event for use by AYC, in perpetuity and throughout all media.   By participating in Kitty Yoga, you agree to be solely responsible for any and all liability costs, damages and expenses incurred as a result of any injury or occurrence sustained from participating Kitty Yoga with Arlington Yoga Center. You further agree to be held solely responsible for any and all liability costs, damages and expenses incurred by your child or attending minor as a result of his/her participation, either directly or indirectly, in Kitty Yoga with Arlington Yoga Center. You agree not to hold Arlington Yoga Center, its employees, volunteers, instructors and/or representatives responsible in any way for any injury or occurrence whatsoever.   You are solely responsible for all items brought on premise.  In instance of cancellation, AYC will honor all tickets and attendees at another class of their choosing.\",\n            \"designation\": null,\n            \"directions\": null,\n            \"id\": \"eventbrite58681416697\",\n            \"image_1\": \"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F58370017%2F80063791687%2F1%2Foriginal.20190312-224136?h=200&w=450&auto=compress&rect=0%2C22%2C1920%2C960&s=7996ca371131c0a811cb9a38ab66f242\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"is_active\": true,\n            \"is_free\": false,\n            \"is_free_string\": \"paid\",\n            \"latitude\": 32.713147,\n            \"location\": \"3533 Marathon Street, Pantego, TX 76013\",\n            \"longitude\": -97.160894,\n            \"name\": \"Cats & Mats: Kitty Yoga\",\n            \"type\": \"eventbrite\",\n            \"url\": \"https://www.eventbrite.com/e/cats-mats-kitty-yoga-tickets-58681416697?aff=ebapi\",\n            \"weather\": null\n        },\n        {\n            \"date\": \"2019-04-12\",\n            \"description\": \"Goat Yoga Texas, Houston's Top-Rated Goat Yoga, invites YOU to enjoy a fun and unique experience under the beautiful Texas sky as we take our Yoga practice to the next level.... WITH A HERD OF CUDDLY MINIATURE GOATS!\\n\\nBe sure and take time for yourself and reconnect with nature at our permanent location at Murdoch's Backyard Pub. Murdoch's is family- and dog-friendly, too!\\n\\nOur classes feature 45 minutes of Yoga for all levels led by certified Yoga teacher and Health Coach Kimberly Brooke, followed by 30 minutes of photos and baby goat snuggles.\\n\\nPlease bring a Yoga Mat or a Big Beach Towel (we will provide a ground liner to keep your cotton towel off the ground!) as we cannot provide them due to hygiene reasons.\\n\\nAlso keep an eye out for our class email (this sometimes gets trapped in the SPAM folder) that we send out the morning of class with additional information and any weather related alerts or cancellations. \\n\\n**THIS IS AN AGE-RESTRICTED EVENT**\\nGoat Yogis 12 and older are welcome to participate. Our future Goat Yogis who are 11 and younger can enjoy the goats during the 30 minutes after class with supervision.\",\n            \"designation\": null,\n            \"directions\": null,\n            \"id\": \"eventbrite58687787753\",\n            \"image_1\": \"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F58379847%2F223005179965%2F1%2Foriginal.20190313-021503?h=200&w=450&auto=compress&rect=0%2C97%2C640%2C320&s=b74e5e78999af96d7cfdc2f2097d7af9\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"is_active\": true,\n            \"is_free\": false,\n            \"is_free_string\": \"paid\",\n            \"latitude\": 30.0429349,\n            \"location\": \"18541 Mueschke Rd., Cypress, TX 77433\",\n            \"longitude\": -95.728097,\n            \"name\": \"Goat Yoga Texas - Fri., April 12 @ 5:30PM\",\n            \"type\": \"eventbrite\",\n            \"url\": \"https://www.eventbrite.com/e/goat-yoga-texas-fri-april-12-530pm-tickets-58687787753?aff=ebapi\",\n            \"weather\": null\n        },\n        {\n            \"date\": \"2019-04-14\",\n            \"description\": \"Goat Yoga Texas, Houston's Top-Rated Goat Yoga, invites YOU to enjoy a fun and unique experience under the beautiful Texas sky as we take our Yoga practice to the next level.... WITH A HERD OF CUDDLY MINIATURE GOATS!\\n\\nBe sure and take time for yourself, reconnect with nature, and grab a burger and a beer at our permanent location: Murdoch's Backyard Pub. Murdoch's is family- and on-a-leash dog-friendly, too!\\n\\nOur classes feature 45 minutes of Yoga for all levels led by certified Yoga teacher and Health Coach Kimberly Brooke, followed by 30 minutes of photos and baby goat snuggles.\\n\\nPlease bring a Yoga Mat or a Big Beach Towel (we will provide a ground liner to keep your cotton towel off the ground!) as we cannot provide them due to hygiene reasons.\\n\\nAlso keep an eye out for our class email (this sometimes gets trapped in the SPAM folder) that we send out the morning of class with additional information and any weather related alerts or cancellations. \\n\\n**THIS IS AN AGE-RESTRICTED EVENT**\\nGoat Yogis 12 and older are welcome to participate. Our future Goat Yogis who are 11 and younger can enjoy the goats during the 30 minutes after class with supervision.\",\n            \"designation\": null,\n            \"directions\": null,\n            \"id\": \"eventbrite58687878023\",\n            \"image_1\": \"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F58379908%2F223005179965%2F1%2Foriginal.jpg?h=200&w=450&auto=compress&rect=0%2C188%2C1500%2C750&s=2731645ce292609306a0f7bae21bac58\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"is_active\": true,\n            \"is_free\": false,\n            \"is_free_string\": \"paid\",\n            \"latitude\": 30.0429349,\n            \"location\": \"18541 Mueschke Rd., Cypress, TX 77433\",\n            \"longitude\": -95.728097,\n            \"name\": \"Goat Yoga Texas - Sun., April 14 @ 2PM\",\n            \"type\": \"eventbrite\",\n            \"url\": \"https://www.eventbrite.com/e/goat-yoga-texas-sun-april-14-2pm-tickets-58687878023?aff=ebapi\",\n            \"weather\": null\n        }\n    ],\n    \"page\": 1,\n    \"total_pages\": 7\n}"}],"_postman_id":"7fa880da-580b-44d6-a56b-78e04b488bec"},{"name":"/breed/dog","event":[{"listen":"test","script":{"id":"6a1aac21-e2da-40df-a1c2-3930626766bb","exec":["pm.test(\"Body contains age\", function () {","    pm.expect(pm.response.text()).to.include(\"age\");","});","","pm.test(\"Body contains breed\", function () {","    pm.expect(pm.response.text()).to.include(\"breed\");","});","","pm.test(\"Body contains description\", function () {","    pm.expect(pm.response.text()).to.include(\"description\");","});","","pm.test(\"Body contains id\", function () {","    pm.expect(pm.response.text()).to.include(\"id\");","});","","pm.test(\"Body contains name\", function () {","    pm.expect(pm.response.text()).to.include(\"name\");","});","","pm.test(\"Body contains shelter_id\", function () {","    pm.expect(pm.response.text()).to.include(\"shelter_id\");","});","","pm.test(\"Body contains sex\", function () {","    pm.expect(pm.response.text()).to.include(\"sex\");","});",""],"type":"text/javascript"}}],"id":"a66c5f9e-9c7c-45de-bb49-0d572ed4a65c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"91B7D3A43B5C31EA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.findadogfor.me/api/dog?q={\"filters\":[{\"name\":\"breed\",\"op\":\"eq\",\"val\":\"labrador retriever\"}]}","description":"<p>Returns a list of dog items of a specific breed, paginated.</p>\n<p>'name' is required as a parameter.</p>\n<p>Parameters:</p>\n<p>name - (Required) The name of the specific breed.</p>\n<p>page - (Optional) The current page (12 dogs per page) of dog information.</p>\n<p>Return type:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>dict {\n    objects: [\n        dog_dict_1,\n        ...\n        doct_dict_12\n    ],\n    page: number\n}\n</code></pre>","urlObject":{"protocol":"https","path":["api","dog"],"host":["api","findadogfor","me"],"query":[{"disabled":true,"description":{"content":"<p>(Required) The name of the specific breed.</p>\n","type":"text/plain"},"key":"name","value":"string"},{"disabled":true,"description":{"content":"<p>(Optional) The current page (12 dogs per page) of dog information.</p>\n","type":"text/plain"},"key":"page","value":"number"},{"key":"q","value":"{\"filters\":[{\"name\":\"breed\",\"op\":\"eq\",\"val\":\"labrador retriever\"}]}"}],"variable":[]}},"response":[{"id":"cda7f353-01f8-411b-981c-73706dbdb064","name":"/breed/dog","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.findadogfor.me/api/dog?q={\"filters\":[{\"name\":\"breed\",\"op\":\"eq\",\"val\":\"labrador retriever\"}]}","protocol":"https","host":["api","findadogfor","me"],"path":["api","dog"],"query":[{"description":"(Required) The name of the specific breed.","key":"name","value":"string","disabled":true},{"description":"(Optional) The current page (12 dogs per page) of dog information.","key":"page","value":"number","disabled":true},{"key":"q","value":"{\"filters\":[{\"name\":\"breed\",\"op\":\"eq\",\"val\":\"labrador retriever\"}]}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 11 Apr 2019 22:32:49 GMT"},{"key":"Link","value":"<http://api.findadogfor.me/api/dog?page=2&results_per_page=20>; rel=\"next\", <http://api.findadogfor.me/api/dog?page=36&results_per_page=20>; rel=\"last\", <http://api.findadogfor.me/api/dog?page=2&results_per_page=20>; rel=\"next\", <http://api.findadogfor.me/api/dog?page=36&results_per_page=20>; rel=\"last\""},{"key":"Server","value":"Apache/2.4.37 (Amazon) mod_wsgi/3.5 Python/3.6.7"},{"key":"Vary","value":"Accept"},{"key":"Content-Length","value":"21327"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"num_results\": 713,\n    \"objects\": [\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"labrador retriever\",\n            \"description\": \"Emerald is a pretty mixed breed girl with stunning eyes. She is a medium size, only weighs about 30 pounds.Â  Emerald was adopted and returned as a small puppy because it  was discovered that she was born with a genetic defect.  She has no ball and sockets in her hips.  She went to our vet for an  evaluation.  She is in no pain and plays and runs like a normal dog.Â    Some dogs who are born with this condition live their entire lives pain free without surgery.  She isn't on any medication and is a happy go lucky dog.     She loves to play and is a very sweet and gentle dog.\\nSpayed, current on vaccs, heartworm prevention. Est. DOB 11/22/07.\\nClick here to complete the adoption questionnaire (link at the top of the page) and email it to: kim@dogsrus.org\\nVisit our Website for more information about our shelter, adoption policies, and procedures.\\nÂ \",\n            \"id\": \"10143232\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/10143232/1/?bust=1495847928&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/10143232/2/?bust=1495847928&width=500&-x.jpg\",\n            \"image_3\": \"http://photos.petfinder.com/photos/pets/10143232/3/?bust=1495847928&width=500&-x.jpg\",\n            \"image_4\": null,\n            \"name\": \"Emerald\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX288\",\n            \"shelter_name\": \"Las Lomas K9 Rescue & Adoption Foundation\",\n            \"size\": \"M\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"labrador retriever\",\n            \"description\": \"Est. DOB 6/1/05.Click here to complete the adoption questionnaire (link at the top of the page) and email it to: kim@dogsrus.org\\nVisit our Website for more information about our shelter, adoption policies, and procedures.\\nÂ \",\n            \"id\": \"11600338\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/11600338/1/?bust=1495847928&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/11600338/2/?bust=1495847928&width=500&-x.jpg\",\n            \"image_3\": null,\n            \"image_4\": null,\n            \"name\": \"Daisey\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX288\",\n            \"shelter_name\": \"Las Lomas K9 Rescue & Adoption Foundation\",\n            \"size\": \"M\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"labrador retriever\",\n            \"description\": \"What kind of dog am I?  A loving, sweet, and gentle kind!  I was dumped off at a McDonalds on Loop 1604.  I was there for a month and one day a bunch of kids were throwing rocks and things at me.  That made me feel really sad.  But a nice man who was eating a cheeseburger witnessed it all and was able to save me before I got hurt.  The tech at the vet named me Che Z since my savior was eating a cheeseburger when he saw me!  He said he just couldn't resist that look in my eyes.  I hope to find a home as kind and loving as me :)\\nEst. DOB 1/27/08. Spayed, current on vaccs and heartworm prevention.Â  Click here to complete the adoption questionnaire (link at the top of the page) and email it to: kim@dogsrus.org\\nVisit our Website for more information about our shelter, adoption policies, and procedures.\\nÂ \",\n            \"id\": \"11798982\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/11798982/1/?bust=1495847928&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/11798982/2/?bust=1495847928&width=500&-x.jpg\",\n            \"image_3\": \"http://photos.petfinder.com/photos/pets/11798982/3/?bust=1495847928&width=500&-x.jpg\",\n            \"image_4\": null,\n            \"name\": \"CheZ\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX288\",\n            \"shelter_name\": \"Las Lomas K9 Rescue & Adoption Foundation\",\n            \"size\": \"M\"\n        },\n        {\n            \"age\": \"Senior\",\n            \"breed\": \"labrador retriever\",\n            \"description\": null,\n            \"id\": \"13134120\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/13134120/2/?bust=1392141280&width=500&-x.jpg\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"name\": \"Shiloh\",\n            \"sex\": \"M\",\n            \"shelter_id\": \"TX485\",\n            \"shelter_name\": \"Goliad Pet Adoption, Inc.\",\n            \"size\": \"L\"\n        },\n        {\n            \"age\": \"Senior\",\n            \"breed\": \"labrador retriever\",\n            \"description\": null,\n            \"id\": \"13163655\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/13163655/1/?bust=1291034096&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/13163655/2/?bust=1291034096&width=500&-x.jpg\",\n            \"image_3\": \"http://photos.petfinder.com/photos/pets/13163655/3/?bust=1291034096&width=500&-x.jpg\",\n            \"image_4\": null,\n            \"name\": \"Fable\",\n            \"sex\": \"M\",\n            \"shelter_id\": \"TX485\",\n            \"shelter_name\": \"Goliad Pet Adoption, Inc.\",\n            \"size\": \"L\"\n        },\n        {\n            \"age\": \"Senior\",\n            \"breed\": \"labrador retriever\",\n            \"description\": null,\n            \"id\": \"13163674\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/13163674/1/?bust=1291034096&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/13163674/2/?bust=1291034096&width=500&-x.jpg\",\n            \"image_3\": null,\n            \"image_4\": null,\n            \"name\": \"Fallon\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX485\",\n            \"shelter_name\": \"Goliad Pet Adoption, Inc.\",\n            \"size\": \"L\"\n        },\n        {\n            \"age\": \"Senior\",\n            \"breed\": \"labrador retriever\",\n            \"description\": \"Destin, as well as Dale, was a member of a litter of 5 young puppies, dumped by someone and picked up by the city animal control. (actually we believe that Dalya was a littermate who was left at the dumping place a couple of weeks later). They all had severe cases of hookworms and skin problems. The other 3 weren't as bad and we were able to have them well enough to transfer to another shelter in a shorter amount of time.Destin's skin infection and hair loss was more severe and by the time she was at an adoptable level, she was too big to be acceped by the other shelter. So she reamins a GPA dog. Another black dog in need of  a home. We want Destin to have a forever home, not be a forever shelter dog.She is good with other dogs but probably not cats. \\n\\nPlease give her a real home where she can be loved as much as we love her.\",\n            \"id\": \"13163699\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/13163699/1/?bust=1291034096&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/13163699/2/?bust=1291034096&width=500&-x.jpg\",\n            \"image_3\": \"http://photos.petfinder.com/photos/pets/13163699/3/?bust=1291034096&width=500&-x.jpg\",\n            \"image_4\": null,\n            \"name\": \"Destin\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX485\",\n            \"shelter_name\": \"Goliad Pet Adoption, Inc.\",\n            \"size\": \"L\"\n        },\n        {\n            \"age\": \"Senior\",\n            \"breed\": \"labrador retriever\",\n            \"description\": \"Dale, as well as Destin, was a member of a litter of 5 young puppies, dumped by someone and picked up by the city animal control. (actually we believe that Dalya was a littermate who was left at the dumping place a couple of weeks later). They all had severe cases of hookworms and skin problems. The other 3 weren't as bad and we were able to have them well enough to transfer to another shelter in a shorter amount of time. Alas, by the time Dale's mange and skin infection was cleared up, he was too big to be acceped by the other shelter. So he reamins with us. We would love for him to know what a real home is, something other than a shelter, even though we love him dearly. Dale is now a senior dog.\\n\\nPlease give him a chance to be a real dog.\",\n            \"id\": \"13163702\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/13163702/1/?bust=1291034096&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/13163702/2/?bust=1291034096&width=500&-x.jpg\",\n            \"image_3\": \"http://photos.petfinder.com/photos/pets/13163702/3/?bust=1291034096&width=500&-x.jpg\",\n            \"image_4\": null,\n            \"name\": \"Dale\",\n            \"sex\": \"M\",\n            \"shelter_id\": \"TX485\",\n            \"shelter_name\": \"Goliad Pet Adoption, Inc.\",\n            \"size\": \"L\"\n        },\n        {\n            \"age\": \"Senior\",\n            \"breed\": \"labrador retriever\",\n            \"description\": \"My name is Laina and I am full grown weighing 40 lbs. I am the perfect size for anyone; not too small and not too large. I love to play fetch!! I enjoy water and play in the baby pool especially when it is hot outside. I am great on a leash and would love going on walks with my new family. I am completely crate trained and housebroken. I do not like cats.  I have a senior male dog who I enjoy spending time with out in the backyard.  I do know sit and I do it very well to get my food or a treat. I love getting attention and belly rubs from my foster mom. I also love to play fetch with my ball. My foster mom says that I am special needs since I have a chronic parasite infection that requires quarterly deworming regime and a special diet.  I hope to find my new family soon so I can shower them with all my love and kisses too!\\nTo start the adoption process, email us at happilyeverafter4dogs@yahoo.com requesting an application. This does not commit you in any way, but helps us make the best match between people and our available dogs.\\nDOB:03/09/09\\nAdoption Fee: $180.00 (Includes microchip registration)\\nAll of our dogs are required to be inside pets only. Our adoption process includes an application, check of vet records, interview, neutral site meet & greet with the dog and your family, home visit, and 5 day sleepover.\",\n            \"id\": \"13549499\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/13549499/1/?bust=1491327363&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/13549499/2/?bust=1491327363&width=500&-x.jpg\",\n            \"image_3\": \"http://photos.petfinder.com/photos/pets/13549499/3/?bust=1491327363&width=500&-x.jpg\",\n            \"image_4\": null,\n            \"name\": \"Laina\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX1005\",\n            \"shelter_name\": \"Happily Ever After Dog Rescue\",\n            \"size\": \"M\"\n        },\n        {\n            \"age\": \"Senior\",\n            \"breed\": \"labrador retriever\",\n            \"description\": \"UPDATE:  I was adopted as a puppy and have been returned due to a personal situation in my current home.  I am a very sweet, loving dog that loves other dogs as long as they let me be the \\\"top dog\\\"!  I am in a home with large, medium, and tiny dogs as well as cats and get along great with any size as long as I am the boss!  I am completely housebroken and crate trained. I LOVE to play fetch and will wait for you to throw it before getting the ball.  I will bring it back most of the time and when I don't I am hoping you have another one ready for me!!!  I am full grown and weigh 40 lbs.   My energy level is medium.  I love going on walks and walk pretty well on a leash. Please consider making me a part of your family!\\n\\nDOB:06/20/09.\\nAdoption Fee: $180.00 (Includes microchip registration).\\nTo start the adoption process, email us at happilyeverafter4dogs@yahoo.com requesting an application. This does not commit you in any way, but helps us make the best match between people and our available foster dogs.\\nAll of our dogs are required to be inside pets only. Our adoption process includes an application, check of vet records, interview, neutral site meet & greet with the dog and your family, home visit, and 5 day sleepover.\",\n            \"id\": \"14422608\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/14422608/1/?bust=1491327363&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/14422608/2/?bust=1491327363&width=500&-x.jpg\",\n            \"image_3\": null,\n            \"image_4\": null,\n            \"name\": \"Tilly\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX1005\",\n            \"shelter_name\": \"Happily Ever After Dog Rescue\",\n            \"size\": \"M\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"labrador retriever\",\n            \"description\": \"Maria was found June 24, 2009 shortly after she had been hit by a car. She was hanging around a local restaurant where a couple of our long-time supporters found her. Her ankle and toes were broken but they are all healed now. She has also undergone heartworm treatment and is now ready for her new Forever Home. Maria is very sweet and good with kids. She walks well on a leash and has a very laid back personality. Is this the dog for you?\",\n            \"id\": \"14481900\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/14481900/1/?bust=1473196823&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/14481900/2/?bust=1482519003&width=500&-x.jpg\",\n            \"image_3\": \"http://photos.petfinder.com/photos/pets/14481900/3/?bust=1451924378&width=500&-x.jpg\",\n            \"image_4\": null,\n            \"name\": \"Maria\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX299\",\n            \"shelter_name\": \"Straydog Inc.\",\n            \"size\": \"M\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"labrador retriever\",\n            \"description\": \"Hello my name is Blackberry, and I am neutered and am current on all shots.  I was a loving pet who was given a bad start. I am a nice boy who is shy and sweet and in need of a forever home, because this shelter, though it is great, is just no place for a blackberry to bloom. I will bark when strangers approach. Contact us at 979-280-0505 to find out more information on this wonderful animal.\",\n            \"id\": \"14545659\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/14545659/1/?bust=1321132244&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/14545659/2/?bust=1367164190&width=500&-x.jpg\",\n            \"image_3\": \"http://photos.petfinder.com/photos/pets/14545659/3/?bust=1379503768&width=500&-x.jpg\",\n            \"image_4\": null,\n            \"name\": \"Black Berry\",\n            \"sex\": \"M\",\n            \"shelter_id\": \"TX1250\",\n            \"shelter_name\": \"Handfuls on Purpose / HOPE\",\n            \"size\": \"L\"\n        },\n        {\n            \"age\": \"Senior\",\n            \"breed\": \"labrador retriever\",\n            \"description\": \"Snickers is a chocolate Lab mix born around late 2006. Snickers and her son, Big Foot, were found running near our shelter. We searched for their owners, but Snickers and Big Foot were never claimed. Snickers is a very sweet dog. She loves playing with Big Foot and she also loves playing with her toys. Snickers' favorite toys are rope toys, tennis balls and bones. Snickers gets along great with everyone, including children. We aren't sure if she gets along with all other dogs but we would be happy to introduce her to your dog and see! There are some dogs that she likes and some that she doesn't seem to like. Snickers would be a great addition to a family and she would also do well with a person who lives alone. Snickers does like to dig, so she shouldn't be left alone outside without supervision. Would you like to open your heart to Snickers today? Call our shelter at 903-479-3497 or write to us at shelter@straydog.org with more questions about beautiful, friendly Snickers.\",\n            \"id\": \"15126197\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/15126197/1/?bust=1527168263&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/15126197/3/?bust=1451924378&width=500&-x.jpg\",\n            \"image_3\": null,\n            \"image_4\": null,\n            \"name\": \"Snickers\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX299\",\n            \"shelter_name\": \"Straydog Inc.\",\n            \"size\": \"L\"\n        },\n        {\n            \"age\": \"Senior\",\n            \"breed\": \"labrador retriever\",\n            \"description\": \"Brownie is a Lab mix born in 2009 we think. She is such a sweet doggie. Brownie favorite thing is to be squirted with the water hose. She loves jumping and playing in the water. Brownie also likes her kiddy swimming pool. Brownie is great with other dogs and we think she would be great with kids. She is also an outgoing dog who loves to run. Brownie is a wonderful dog and would be a great addition to any family. Please write to us shelter@straydog.org and tell us of your possible forever home for Brownie.\",\n            \"id\": \"15126459\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/15126459/1/?bust=1451924378&width=500&-x.jpg\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"name\": \"Brownie\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX299\",\n            \"shelter_name\": \"Straydog Inc.\",\n            \"size\": \"L\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"labrador retriever\",\n            \"description\": \"Cotton - Wonderful Lab Pup Looking for a Family to Adopt  \\n\\nUpdate - Cotton has been diagnosed with Fibro Myalgia and is now looking for home as a special need dog. There is no treatment or medication for this even in humans. He is on vitamins and glucosomine etc to help maintain his health and needs to be fed 3 times a day. HE is looking for a very special family who can help him and give him a wonderful home.\\n\\n\\nCotton arrived at the sanctuary from Montgomery County animal Shelter. He was a little bitty under weight dog with deformed front legs, who wasn't letting horrible early life expeience bring him down. Not only he stayed happy and hopeful he also took it upon himself to take care of a couple of months old deaf puppy who was feeling lost and confused. Wonderful volunteers at the shelter contacted us about him and his buddy Miracle.\\n\\nWhen they arrived it was hard for us to see how such young lives can be dealt with such horrible fate. But we were given a chance to make this wrong right. Cotton was scheduled to get a surgery in few weeks to fix his front legs that were bowed out at the elbows.\\n\\nWe put him on our special home cooked, vitamins and nutrients ladden diet to put some weight on him. And in couple of weeks we saw that his legs started to straighten out. Legs were not deformed from birth but actually was a consequence of malnutritient! We cancelled the surgery and started giving him massages and providing him food geared towards skeletal development. Few months later we have big, happy, faster than train puppy who with his goofy smile gets away with every thing :0.\\n\\nthis special puppy is looking for special deserving family to adopt. If you want to be interviewed by him please contact  us at\\n\\nAdopt@PureMuttsAnimalSanctuary.com\",\n            \"id\": \"16984639\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/16984639/1/?bust=1459149505&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/16984639/2/?bust=1459149505&width=500&-x.jpg\",\n            \"image_3\": null,\n            \"image_4\": null,\n            \"name\": \"Cotton\",\n            \"sex\": \"M\",\n            \"shelter_id\": \"TX1256\",\n            \"shelter_name\": \"Pure Mutts Animal Sanctuary\",\n            \"size\": \"L\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"labrador retriever\",\n            \"description\": \"Cheri arrived at the sanctuary in late winter. She has one front frozen shoulder that makes her limp. But that doesn't slow her down much accept when its really really cold. She needs glucosomine in the winters to help her with this old injury. After several vet visits and second opinions its decided that nothing can be done for her injury as its really really old. Cheri came in as a very shy, scared dog but has bloomed into a confident girl. Her head doesn't hang low anymore. She walks proudly with her head held high. When she arrived at the sanctuary we expected her to stay here for ever but after seeing her transformation and her stunt a week ago where she decided she wants to be in bed with us and jumped up in middle of the night we think she deserves her very own loving family. We have brought her this far are you ready to carry on with her journey? We know as a black dog her chance of adoption is slim but hey we have to try.\",\n            \"id\": \"16984734\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/16984734/1/?bust=1459149505&width=500&-x.jpg\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"name\": \"Cheri\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX1256\",\n            \"shelter_name\": \"Pure Mutts Animal Sanctuary\",\n            \"size\": \"L\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"labrador retriever\",\n            \"description\": null,\n            \"id\": \"18469621\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/18469621/1/?bust=1455017166&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/18469621/2/?bust=1455017166&width=500&-x.jpg\",\n            \"image_3\": \"http://photos.petfinder.com/photos/pets/18469621/3/?bust=1455017166&width=500&-x.jpg\",\n            \"image_4\": null,\n            \"name\": \"Razz\",\n            \"sex\": \"M\",\n            \"shelter_id\": \"TX06\",\n            \"shelter_name\": \"South Texas Animal Adoption Resource\",\n            \"size\": \"L\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"labrador retriever\",\n            \"description\": \"Milkshake is a beautiful girl who loves to pose for her pictures.  She is elegant and proud . Milkshake deserves a wonderful family.\",\n            \"id\": \"19346498\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/19346498/1/?bust=1303477451&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/19346498/2/?bust=1303477451&width=500&-x.jpg\",\n            \"image_3\": null,\n            \"image_4\": null,\n            \"name\": \"Milkshake\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX979\",\n            \"shelter_name\": \"Pause for Paws\",\n            \"size\": \"M\"\n        },\n        {\n            \"age\": \"Young\",\n            \"breed\": \"labrador retriever\",\n            \"description\": \"Pebbles was found under an abandoned house with her sister.  We think they were born on 3/12/11.  They are very sweet, loving puppies.  They are crate trained and coming along nicely with their house training.  They love to play with each other and other doggies and their human.  \\n\\nAll of our animals are fully vet'ed, which includes at a minimum: being heartworm negative, being intestinal parasite free, having age appropriate shots, being spayed/neutered when they are old enough and, lastly, treatment for any conditions that the pet came in with including but not limited to treatment for heartworms, parvo, mange etc.  We never euthanize for any reason except a hopeless cause where the pet is suffering.  \",\n            \"id\": \"19554592\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/19554592/1/?bust=1492743518&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/19554592/2/?bust=1492743518&width=500&-x.jpg\",\n            \"image_3\": null,\n            \"image_4\": null,\n            \"name\": \"Pebbles\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX944\",\n            \"shelter_name\": \"Kool Kats and Kanines\",\n            \"size\": \"M\"\n        },\n        {\n            \"age\": \"Baby\",\n            \"breed\": \"labrador retriever\",\n            \"description\": \"Felicity is a 1 Year old Lab/Pointer Mix @ 45-50lbs very sweet girl who was brought to us suffering from  demodectic and Sarcoptic mange, she is currently responding to treatment very well.   She loves the outdoors, she has made lots of canine friends and loves play group.  She comes around and relishes the affection she is given.  She has not been introduced to cats.  She is UTD on age appropriate shots, Spayed, Current on HW Prevention, Microchipped, and Kennel Trained.  We have paper trained her and are now working on potty training.\\n\",\n            \"id\": \"20683376\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/20683376/1/?bust=1492175250&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/20683376/2/?bust=1492175250&width=500&-x.jpg\",\n            \"image_3\": \"http://photos.petfinder.com/photos/pets/20683376/3/?bust=1492175250&width=500&-x.jpg\",\n            \"image_4\": null,\n            \"name\": \"Felicity\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX1186\",\n            \"shelter_name\": \"KIM ACRES ANIMAL SANCTUARY\",\n            \"size\": \"L\"\n        }\n    ],\n    \"page\": 1,\n    \"total_pages\": 36\n}"}],"_postman_id":"a66c5f9e-9c7c-45de-bb49-0d572ed4a65c"},{"name":"/breed/shelter","event":[{"listen":"test","script":{"id":"b45cceca-baa3-4f28-afbe-2a97ef5feda1","exec":["pm.test(\"Body contains id\", function () {","    pm.expect(pm.response.text()).to.include(\"id\");","});","","pm.test(\"Body contains address\", function () {","    pm.expect(pm.response.text()).to.include(\"address\");","});","","pm.test(\"Body contains city\", function () {","    pm.expect(pm.response.text()).to.include(\"city\");","});","","pm.test(\"Body contains latitude\", function () {","    pm.expect(pm.response.text()).to.include(\"latitude\");","});","","pm.test(\"Body contains longitude\", function () {","    pm.expect(pm.response.text()).to.include(\"longitude\");","});","","pm.test(\"Body contains name\", function () {","    pm.expect(pm.response.text()).to.include(\"name\");","});","","pm.test(\"Body contains phone\", function () {","    pm.expect(pm.response.text()).to.include(\"phone\");","});","","pm.test(\"Body contains state\", function () {","    pm.expect(pm.response.text()).to.include(\"state\");","});","","pm.test(\"Body contains zipcode\", function () {","    pm.expect(pm.response.text()).to.include(\"zipcode\");","});","",""],"type":"text/javascript"}}],"id":"dc5e1266-0791-48de-aa97-ca754ff2c498","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"91B7D3A43B5C31EA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.findadogfor.me/api/breed/shelter?breed=beagle","description":"<p>Returns a list of shelter items hosting a specific breed within the specified range, up to 6 shelters will be returned.</p>\n<p>'name' is required as a parameter.</p>\n<p>Parameters:</p>\n<p>name - (Required) The name of the specific breed.</p>\n<p>Return type:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>dict {\n    objects: [\n        shelter_dict_1,\n        ...\n        shelter_dict_6\n    ],\n    page: number\n}\n</code></pre>","urlObject":{"protocol":"https","path":["api","breed","shelter"],"host":["api","findadogfor","me"],"query":[{"disabled":true,"description":{"content":"<p>(Required) The name of the specific breed.</p>\n","type":"text/plain"},"key":"name","value":"string"},{"disabled":true,"description":{"content":"<p>(Optional) The latitude in which you want to find nearby shelters hosting a specific breed </p>\n","type":"text/plain"},"key":"latitude","value":"number"},{"disabled":true,"description":{"content":"<p>(Optional) The longitude in which you want to find nearby shelters hosting a specific breed </p>\n","type":"text/plain"},"key":"longitude","value":"number"},{"disabled":true,"description":{"content":"<p>(Optional) The range (in degrees) from the coordinates in which you want to find nearby shelters that host this breed.</p>\n","type":"text/plain"},"key":"range","value":"number"},{"key":"breed","value":"beagle"}],"variable":[]}},"response":[{"id":"dd952eb8-3da6-42d6-a0c6-64d248244a5d","name":"/breed/shelter","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.findadogfor.me/api/breed/shelter?breed=beagle","protocol":"https","host":["api","findadogfor","me"],"path":["api","breed","shelter"],"query":[{"key":"name","value":"string","description":"(Required) The name of the specific breed.","disabled":true},{"key":"latitude","value":"number","description":"(Optional) The latitude in which you want to find nearby shelters hosting a specific breed ","disabled":true},{"key":"longitude","value":"number","description":"(Optional) The longitude in which you want to find nearby shelters hosting a specific breed ","disabled":true},{"key":"range","value":"number","description":"(Optional) The range (in degrees) from the coordinates in which you want to find nearby shelters that host this breed.","disabled":true},{"key":"breed","value":"beagle"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 11 Apr 2019 22:32:55 GMT"},{"key":"Server","value":"Apache/2.4.37 (Amazon) mod_wsgi/3.5 Python/3.6.7"},{"key":"Content-Length","value":"1086"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"num_results\": 6,\n    \"objects\": [\n        {\n            \"address\": null,\n            \"city\": \"Helotes\",\n            \"id\": \"TX1207\",\n            \"latitude\": 29.5863,\n            \"longitude\": -98.6977,\n            \"name\": \"San Antonio Great Dane Rescue\",\n            \"phone\": null,\n            \"state\": \"TX\",\n            \"zipcode\": 78023\n        },\n        {\n            \"address\": null,\n            \"city\": \"Helotes\",\n            \"id\": \"TX2207\",\n            \"latitude\": 29.5863,\n            \"longitude\": -98.6977,\n            \"name\": \"For Paws Sake Rescue\",\n            \"phone\": \"3612448851\",\n            \"state\": \"TX\",\n            \"zipcode\": 78023\n        },\n        {\n            \"address\": null,\n            \"city\": \"San Antonio\",\n            \"id\": \"TX2326\",\n            \"latitude\": 29.405,\n            \"longitude\": -98.5035,\n            \"name\": \"Footbridge Foundation\",\n            \"phone\": \"7133031635\",\n            \"state\": \"TX\",\n            \"zipcode\": 78204\n        },\n        {\n            \"address\": null,\n            \"city\": \"San Antonio\",\n            \"id\": \"TX1863\",\n            \"latitude\": 29.3628,\n            \"longitude\": -98.4432,\n            \"name\": \"Missys Haven Canine Rescue\",\n            \"phone\": \"2107713586\",\n            \"state\": \"TX\",\n            \"zipcode\": 78223\n        },\n        {\n            \"address\": null,\n            \"city\": \"San Antonio\",\n            \"id\": \"TX1783\",\n            \"latitude\": 29.5061,\n            \"longitude\": -98.6635,\n            \"name\": \"San Antonio R.O.C.K.S.\",\n            \"phone\": null,\n            \"state\": \"TX\",\n            \"zipcode\": 78250\n        },\n        {\n            \"address\": null,\n            \"city\": \"San Antonio\",\n            \"id\": \"TX2072\",\n            \"latitude\": 29.5061,\n            \"longitude\": -98.6635,\n            \"name\": \"Saving Grace Dog Rescue of San Antonio\",\n            \"phone\": \"2108276524\",\n            \"state\": \"TX\",\n            \"zipcode\": 78250\n        }\n    ],\n    \"status\": 200\n}"}],"_postman_id":"dc5e1266-0791-48de-aa97-ca754ff2c498"},{"name":"/breed/query","event":[{"listen":"test","script":{"id":"6db6994f-5ba3-4802-a7c8-abdefb7bcd71","exec":["pm.test(\"Body contains group\", function () {","    pm.expect(pm.response.text()).to.include(\"group\");","});","","pm.test(\"Body contains is_active\", function () {","    pm.expect(pm.response.text()).to.include(\"is_active\");","});","","pm.test(\"Body contains max_height\", function () {","    pm.expect(pm.response.text()).to.include(\"max_height\");","});","","pm.test(\"Body contains max_lifespan\", function () {","    pm.expect(pm.response.text()).to.include(\"max_lifespan\");","});","","pm.test(\"Body contains max_weight\", function () {","    pm.expect(pm.response.text()).to.include(\"max_weight\");","});","","pm.test(\"Body contains min_height\", function () {","    pm.expect(pm.response.text()).to.include(\"min_height\");","});","","pm.test(\"Body contains min_lifespan\", function () {","    pm.expect(pm.response.text()).to.include(\"min_lifespan\");","});","","pm.test(\"Body contains min_weight\", function () {","    pm.expect(pm.response.text()).to.include(\"min_weight\");","});","","pm.test(\"Body contains temperament\", function () {","    pm.expect(pm.response.text()).to.include(\"temperament\");","});","","pm.test(\"Body contains page\", function () {","    pm.expect(pm.response.text()).to.include(\"page\");","});",""],"type":"text/javascript"}}],"id":"5cfaccdb-3df6-40ca-b656-5d11bff5fe6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.findadogfor.me/api//breed/query?group=Mixed&lifespan=10&height=24&sort%3Falphabetical","description":"<p>Returns a list of breeds that match specfic filters. Can also use this method to sort results in a specific order.</p>\n<p>Parameters:</p>\n<p>group_filter - (Optional) The group that breed falls into. Valid inputs are \"Mixed\", \"Working\", \"Non-Sporting\", \"Sporting\", \"Herding\", \"Terrier\", \"Hound\", \"Toy\".</p>\n<p>lifespan_filter - (Optional) The lifespan that you'd like to narrow breeds down by. Will return all breeds that have a lifespan range that includes the number you passed in. </p>\n<p>height_filter - (Optional) The height that you'd like to narrow breeds down by. Will return all breeds that have a height (in inches) that includes the number you passed in. </p>\n<p>search_param - (Optional) A string to search for in the breed list.</p>\n<p>sort_param - (Optional) Possible sorts include \"alphabetical\", \"reverse_alphabetical\", \"group\", and \"reverse_group\"</p>\n<p>Return type:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>dict {\n    objects: [\n        breed_dict_1,\n        ...\n        breed_dict_12\n    ],\n    page: number\n}\n</code></pre>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"91B7D3A43B5C31EA"}]},"isInherited":true,"source":{"_postman_id":"1bf28546-31bd-4cc0-a87d-102c7672c522","id":"1bf28546-31bd-4cc0-a87d-102c7672c522","name":"Find a Dog for Me","type":"collection"}},"urlObject":{"protocol":"https","path":["api","","breed","query"],"host":["api","findadogfor","me"],"query":[{"key":"group","value":"Mixed"},{"key":"lifespan","value":"10"},{"key":"height","value":"24"},{"disabled":true,"key":"page","value":"1"},{"key":"sort%3Falphabetical","value":null}],"variable":[]}},"response":[{"id":"a7168cb3-42fb-4d88-ae17-859147ca2b4b","name":"/breed/query","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.findadogfor.me/api//breed/query?group=Mixed&lifespan=10&height=24&page=1&sort%3Falphabetical","protocol":"https","host":["api","findadogfor","me"],"path":["api","","breed","query"],"query":[{"key":"group","value":"Mixed"},{"key":"lifespan","value":"10"},{"key":"height","value":"24"},{"key":"page","value":"1"},{"key":"sort%3Falphabetical","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 11 Apr 2019 23:15:38 GMT"},{"key":"Server","value":"Apache/2.4.37 (Amazon) mod_wsgi/3.5 Python/3.6.7"},{"key":"Content-Length","value":"568"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"num_results\": 1,\n    \"objects\": [\n        {\n            \"group\": \"Mixed\",\n            \"image_1\": \"https://images.dog.ceo/breeds/husky/n02110185_10875.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/husky/n02110185_120.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/husky/n02110185_2446.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/husky/n02110185_8005.jpg\",\n            \"is_active\": true,\n            \"max_height\": 26,\n            \"max_lifespan\": 13,\n            \"max_weight\": 50,\n            \"min_height\": 23,\n            \"min_lifespan\": 10,\n            \"min_weight\": 38,\n            \"name\": \"alaskan husky\",\n            \"temperament\": \"Friendly, Energetic, Loyal, Gentle, Confident\"\n        }\n    ],\n    \"page\": 1,\n    \"status\": 200,\n    \"total_pages\": 1\n}"}],"_postman_id":"5cfaccdb-3df6-40ca-b656-5d11bff5fe6f"}],"id":"33083865-2878-426a-8bcd-1e18d23be559","description":"<p>API calls related to the Breed model.</p>\n<p>Breed Model:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>dict {\n    name: string,\n    group: string, \n    min_height: number,\n    max_height: number,\n    min_lifespan: number, \n    max_lifespan: number,\n    temperament: string,\n    min_weight: number,\n    max_weight: number,\n    image_1: string,\n    image_2: string,\n    image_3: string,\n    image_4: string,\n    is_active: boolean\n}\n</code></pre>","event":[{"listen":"prerequest","script":{"id":"b80c56f7-1d91-49b8-91a1-6340fbc69307","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e97705e9-80b2-4bc0-ac65-72bd3fc6a8f2","type":"text/javascript","exec":[""]}}],"_postman_id":"33083865-2878-426a-8bcd-1e18d23be559","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"91B7D3A43B5C31EA"}]},"isInherited":true,"source":{"_postman_id":"1bf28546-31bd-4cc0-a87d-102c7672c522","id":"1bf28546-31bd-4cc0-a87d-102c7672c522","name":"Find a Dog for Me","type":"collection"}}},{"name":"Activities","item":[{"name":"/activity","event":[{"listen":"test","script":{"id":"07447036-82e0-4a83-8335-4e439f074220","exec":["pm.test(\"Body contains date\", function () {","    pm.expect(pm.response.text()).to.include(\"date\");","});","","pm.test(\"Body contains description\", function () {","    pm.expect(pm.response.text()).to.include(\"description\");","});","","pm.test(\"Body contains designation\", function () {","    pm.expect(pm.response.text()).to.include(\"designation\");","});","","pm.test(\"Body contains directions\", function () {","    pm.expect(pm.response.text()).to.include(\"directions\");","});","","pm.test(\"Body contains is_active\", function () {","    pm.expect(pm.response.text()).to.include(\"is_active\");","});","","pm.test(\"Body contains latitude\", function () {","    pm.expect(pm.response.text()).to.include(\"latitude\");","});","","pm.test(\"Body contains longitude\", function () {","    pm.expect(pm.response.text()).to.include(\"longitude\");","});","","pm.test(\"Body contains name\", function () {","    pm.expect(pm.response.text()).to.include(\"name\");","});","","pm.test(\"Body contains type\", function () {","    pm.expect(pm.response.text()).to.include(\"type\");","});","","pm.test(\"Body contains url\", function () {","    pm.expect(pm.response.text()).to.include(\"url\");","});","","pm.test(\"Body contains page\", function () {","    pm.expect(pm.response.text()).to.include(\"page\");","});","",""],"type":"text/javascript"}}],"id":"adf1f9ac-dfdf-41cc-90be-7d1595a65a3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"91B7D3A43B5C31EA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.findadogfor.me/api/activity?q={%22name%22:%20%22latitude%22,%20%22op%22:%20%22%3E%22,%20%22val%22:%20%22500%22}","description":"<p>Returns a list of activity items matching the specified criteria.</p>\n<p>If no parameters are provided, returns a list of all activity items, paginated.</p>\n<p>Parameters:</p>\n<p>id - (Optional) The activity id for which you want information for. </p>\n<p>page - (Optional) The page of results you'd like.</p>\n<p>Return type:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>dict {\n    objects: [\n        activity_dict_1,\n        ...\n        activity_dict_12\n    ],\n    page: number\n}\n</code></pre>","urlObject":{"protocol":"https","path":["api","activity"],"host":["api","findadogfor","me"],"query":[{"key":"q","value":"{%22name%22:%20%22latitude%22,%20%22op%22:%20%22%3E%22,%20%22val%22:%20%22500%22}"}],"variable":[]}},"response":[{"id":"60c6cbd7-9fc1-44db-b716-14361c716e19","name":"/activity","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.findadogfor.me/api/activity?q={%22name%22:%20%22latitude%22,%20%22op%22:%20%22%3E%22,%20%22val%22:%20%22500%22}","protocol":"https","host":["api","findadogfor","me"],"path":["api","activity"],"query":[{"key":"q","value":"{%22name%22:%20%22latitude%22,%20%22op%22:%20%22%3E%22,%20%22val%22:%20%22500%22}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 16 Apr 2019 23:04:30 GMT"},{"key":"Link","value":"<http://api.findadogfor.me/api/activity?page=2&results_per_page=12>; rel=\"next\", <http://api.findadogfor.me/api/activity?page=8&results_per_page=12>; rel=\"last\", <http://api.findadogfor.me/api/activity?page=2&results_per_page=12>; rel=\"next\", <http://api.findadogfor.me/api/activity?page=8&results_per_page=12>; rel=\"last\""},{"key":"Server","value":"Apache/2.4.37 (Amazon) mod_wsgi/3.5 Python/3.6.7"},{"key":"Vary","value":"Accept"},{"key":"Content-Length","value":"24054"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"num_results\": 87,\n    \"objects\": [\n        {\n            \"date\": \"2019-10-07\",\n            \"description\": \"When you are dawg tired or having a ruff day, contact DogRover, a friend of your best friend. Your trusted neighborhood DogRover team member offers friendly pet sitting and walking services.\\nDogRover offers friendly professional services to all domesticated animals. Some of our services allow your loved ones to remain in their familiar environment while you are away. This service is very useful for our canine and feline friends, who often suffer from anxiety while on travel. This service has several options ranging from a 10-minute helping hand to a cuddle & snuggle over-night stay.\\nWe also pride ourselves on our pet walking services. The slotted time is fully dedicated to our friends with paws. For those friends who do not live within the same home, their walks will be solo. Our friend's safety is of our highest priority as we are very attentive to their needs and behaviors. \\nHere at DogRover, our aim is to create friendships that will last fur-ever. Call or email us today for more information on our available simple plans and hot diggety-dog rates. Email: DogRover@gmail.com Phone/Text: 254-226-2986.\\nOFFICE HOURS: Sunday - Saturday 5:30AM - 9:30PMSERVICE HOURS: 6:00AM - 9:00PM; over-night til 5:30AMPlan slots available: (1) 6:00AM – 7:30AM, (2) 5:30PM – 6:30PM, and (3) 8:00PM – 9:00PM; Over-night: 9:00PM – 5:30AM\",\n            \"designation\": null,\n            \"directions\": null,\n            \"id\": \"eventbrite38329427349\",\n            \"image_1\": \"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F36190928%2F163057267607%2F1%2Foriginal.jpg?h=200&w=450&auto=compress&rect=0%2C0%2C1280%2C640&s=0880a9920fcb0cd65ef4de9af6fa487b\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"is_active\": false,\n            \"is_active_string\": \"Casual\",\n            \"is_free\": false,\n            \"is_free_string\": \"paid\",\n            \"latitude\": 30.401356,\n            \"location\": \"Austin, TX 78759\",\n            \"longitude\": -97.7525352,\n            \"name\": \"ATX Dog Rover \",\n            \"type\": \"eventbrite\",\n            \"url\": \"https://www.eventbrite.com/e/atx-dog-rover-tickets-38329427349?aff=ebapi\",\n            \"weather\": null\n        },\n        {\n            \"date\": \"2019-05-18\",\n            \"description\": \"Half Marathon, 5K and 2K Fun Walk.  This is a USATF 2019 event #19-26-001.  Both the Half and 5K courses are USATF certified.  The 2K Fun Walk is away from traffic and is child and pet friendly.  Net proceeds donated to a veterans organization TBA>\",\n            \"designation\": null,\n            \"directions\": null,\n            \"id\": \"eventbrite46549055478\",\n            \"image_1\": \"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F45467750%2F258595470195%2F1%2Foriginal.jpg?h=200&w=450&auto=compress&rect=0%2C288%2C1820%2C910&s=813ba9b20d8e81ad2f63fd940a6916e1\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"is_active\": true,\n            \"is_active_string\": \"Active\",\n            \"is_free\": false,\n            \"is_free_string\": \"paid\",\n            \"latitude\": 32.9177649,\n            \"location\": \"362 N. FM2353, Possum Kingdom Lake, TX 76449\",\n            \"longitude\": -98.4329022,\n            \"name\": \"Run for 57th AHC--Possum Kingdom Lake, TX\",\n            \"type\": \"eventbrite\",\n            \"url\": \"https://www.eventbrite.com/e/run-for-57th-ahc-possum-kingdom-lake-tx-tickets-46549055478?aff=ebapi\",\n            \"weather\": null\n        },\n        {\n            \"date\": \"2019-05-05\",\n            \"description\": \"April 7th has moved to April 14th due to weather! \\n\\nThe Hip Hip Vintage FLea Market is not your average Market! Happens every FIRST SUNDAY of the month!\\nWe are dedicated to bringing the comunity and culture together throught the elements of Hip Hop. We bring showcase live graffitti, emcee battles & peroamnces, epic battles between all style dancers, Bboys, and Bgirls, and of course our main juice which is the DJ!\\nAll of this is is curated around over 30  vendors with exclusive collections all within reach of the 70's, 80's, 90's bringing back the niostalgic feel of our childood most memorable fashions. \\nThere are multiple food trucks on site so come hungry. Vegan options are always available. \\nThe music is funky, the corwds are friendly, kid & pet friendly, & it's a FREE event. There is a DONATION tab for anyone who would like to give back to the experience and quality of our market. With your donations we can grow into building our vision beyond it's limits. We appreciate your support either way. Look forward to seeing to seeing you at the next market. \\n\\nTHERE ARE NO OUTSIDE DEALERS ALLOWED. DAY PASSES ARE AVAILABLE TO ANYONE INTERESTED IN WALKING AROUND WITH LIMITED MERCHANDISE TO SELL. EMAIL RESALE_FOLDS@YAHOO.COM FOR VENDOR/DAY PASS INQUIRIES. ANY UNAUTHORIZED SELLERS & SOLICITORS WILL BE REMOVED AND DELT WITH BY PROPER AUTHORITIES FOR TRESSPASSING. \\nTHIS IS A NON-SMOKING PROPERTY. DRUG USERS & THEIVES WILL BE ARRESTED BY SECURITY ON SITE. \",\n            \"designation\": null,\n            \"directions\": null,\n            \"id\": \"eventbrite54616269733\",\n            \"image_1\": \"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F54820094%2F221810992763%2F1%2Foriginal.20190108-203833?h=200&w=450&auto=compress&rect=0%2C714%2C4032%2C2016&s=09985f8ff66f673ab9070f298c3c8892\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"is_active\": false,\n            \"is_active_string\": \"Casual\",\n            \"is_free\": false,\n            \"is_free_string\": \"paid\",\n            \"latitude\": 29.7473012,\n            \"location\": \"2011 Leeland St, Houston, TX 77003\",\n            \"longitude\": -95.3593499,\n            \"name\": \"Hip Hop Vintage Flea Market 2019 #HHVFM \",\n            \"type\": \"eventbrite\",\n            \"url\": \"https://www.eventbrite.com/e/hip-hop-vintage-flea-market-2019-hhvfm-tickets-54616269733?aff=ebapi\",\n            \"weather\": null\n        },\n        {\n            \"date\": \"2019-05-03\",\n            \"description\": \"Leisurlist® is excited to bring you the second annual BARK BASH event, which is bigger than ever with events in Fayetteville AND Bentonville this Summer thanks to our presenting sponsor, The J.M. Smucker Company. The J.M. Smucker Company is the maker of multiple pet brands you love including Milk-Bone®, Rachael Ray™ Nutrish®, and Nature's Recipe®.\\nThe Bentonville event will take place at Record on May 3rd from 4-8 p.m. and Fayetteville will be at Fayetteville Town Center on July 13th from 4-8 p.m. Our goal is to bring together dog owners and dog lovers with local vendors in one venue. This FREE event is for dog lovers and their furry friends. Shop from pet friendly crafters and vendors, talk to local rescue and adoption agencies and socialize with other dogs and their owners. If you are interested in attending both events, please register for both! Register for the Fayetteville event here.\\nAdoptable dogs will be in attendance, and we will be accepting donations for the local rescue and adoption agencies at the door. Gently used dog toys, beds, food, accessories, etc. are encouraged.\\nLeisurlist® tracks everything to eat, see and do in Northwest Arkansas. The first of its kind for this area, the app provides an easy-to-navigate, customized view of the top local events, venues and insider recommendations, especially for young people.\\n*Guests bringing pets must accept the waiver on Eventbrite.\\n*Guests are responsible for cleaning up after their pet.\\nThis event is indoors, with a small portion outdoors, and will be held rain or shine.\\nInterested in being a vendor? Apply here: https://event.leisurlist.com/bark-bash-vendors\\nInterested in being a sponsor? Apply here: https://event.leisurlist.com/bark-bash-sponsors\",\n            \"designation\": null,\n            \"directions\": null,\n            \"id\": \"eventbrite57472608118\",\n            \"image_1\": \"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F58699931%2F256303506978%2F1%2Foriginal.20190318-212634?h=200&w=450&auto=compress&rect=0%2C14%2C1200%2C600&s=4a3843f4ae787c577fe677e8dbb37be2\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"is_active\": false,\n            \"is_active_string\": \"Casual\",\n            \"is_free\": true,\n            \"is_free_string\": \"free\",\n            \"latitude\": 36.3717864,\n            \"location\": \"104 Northwest A Street, Bentonville, AR 72712\",\n            \"longitude\": -94.2105184,\n            \"name\": \"Bark Bash Bentonville 2019\",\n            \"type\": \"eventbrite\",\n            \"url\": \"https://www.eventbrite.com/e/bark-bash-bentonville-2019-tickets-57472608118?aff=ebapi\",\n            \"weather\": null\n        },\n        {\n            \"date\": \"2019-04-28\",\n            \"description\": \" FAQs\\nTICKET INCLUDES: \\n\\nTicket includes 2 beers of choice from Welltown Brewery\\nFree food on site\\nOne entry into raffle drawing held at 4:30 on day of event\\n\\nAre there ID or minimum age requirements to enter the event?\\n Must be 21 to enter.\\n\\nWhat can I bring into the event?\\nNo outside drink, taproom and patio is pet friendly!\\n\\nHow can I contact the organizer with any questions?\\nPlease message us on Animal Aid of Tulsa facebook or email at animalaidoftulsa@gmail.com\\n\\nIs my registration fee or ticket transferrable?\\n\\n Tickets are non refundable but completely transferable. If you want to buy one for someone else, those are accepted. \\n\\nIs it ok if the name on my ticket or registration doesn't match the person who attends?\\nYes, names do not have to match ticket. \",\n            \"designation\": null,\n            \"directions\": null,\n            \"id\": \"eventbrite58287478417\",\n            \"image_1\": \"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F57972975%2F67666350853%2F1%2Foriginal.20190306-150759?h=200&w=450&auto=compress&rect=0%2C238%2C1080%2C540&s=d8518f923abbfa5f5e9415c4eec6dafe\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"is_active\": true,\n            \"is_active_string\": \"Active\",\n            \"is_free\": false,\n            \"is_free_string\": \"paid\",\n            \"latitude\": 36.1565724,\n            \"location\": \"114 West Archer Street, Tulsa, OK 74103\",\n            \"longitude\": -95.9951663,\n            \"name\": \"Brews n’ Barks\",\n            \"type\": \"eventbrite\",\n            \"url\": \"https://www.eventbrite.com/e/brews-n-barks-tickets-58287478417?aff=ebapi\",\n            \"weather\": null\n        },\n        {\n            \"date\": \"2019-05-11\",\n            \"description\": \"Yes Fest! is a huge festival celebrating positive energy!\\n\\nOur goal is to bring together local nonprofits, artists, musicians, and performance groups from all over San Antonio to showcase our cities creativity and unique cultures in a positive, educational and collaborative way.\\n\\nYes Fest! is brought to you by Rocket Turtle Social. As a company we have done several of these types of large scale events since 2011 with the San Antonio Margarita Meltdown and legendary Michelada Madness at Alamo Brewing Co. under the beautiful Hays Street Bridge.\\n\\nWe pride ourselves in providing a unique cultural experience in a fun family  friendly environment\\n\\nSay YES to this local, cultural, artistic, educational event with great food, music and dance!\\n\\nYES FEST! is  FREE |  fun for ALL AGES | PET FRIENDLY\",\n            \"designation\": null,\n            \"directions\": null,\n            \"id\": \"eventbrite58304347874\",\n            \"image_1\": \"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F57986626%2F145420011029%2F1%2Foriginal.20190306-180324?h=200&w=450&auto=compress&rect=0%2C0%2C2160%2C1080&s=66a3de8e15bb7dab4042dd612d9baff8\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"is_active\": false,\n            \"is_active_string\": \"Casual\",\n            \"is_free\": true,\n            \"is_free_string\": \"free\",\n            \"latitude\": 29.4300193,\n            \"location\": \"202 Lamar, San Antonio, TX 78202\",\n            \"longitude\": -98.4770656,\n            \"name\": \"Yes Fest!\",\n            \"type\": \"eventbrite\",\n            \"url\": \"https://www.eventbrite.com/e/yes-fest-tickets-58304347874?aff=ebapi\",\n            \"weather\": null\n        },\n        {\n            \"date\": \"2019-05-11\",\n            \"description\": \"The 6th Annual Vintage Car Festival will be held at First Presbyterian Church, right across from        Lone Star College Tomball, on Saturday, May 11, 2019. The Festival is the Saturday of Mother’s Day weekend, 10 a.m. – 3 p.m. Admission to the public is free. Enjoy a family friendly day viewing vintage vehicles of all types including cars, trucks, hot rods, cruisers and motorcycles. Attractions and Activities include Live Music and Entertainment, a Bake Sale, a Petting Zoo and Face Painting. Enjoy festival food and drink. For shopping, visit the Art Sale, the Silent Auction, and the Vendor Booths. Located at 30410 Tomball Parkway (Highway 249). For details and entry forms go to www.fpctomball.org/events/vintage-car-festival/ or contact vintagecarfestival@mail.com, tel. 979,299.4185\",\n            \"designation\": null,\n            \"directions\": null,\n            \"id\": \"eventbrite58441289470\",\n            \"image_1\": \"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F58124497%2F85031042741%2F1%2Foriginal.20190308-161403?h=200&w=450&auto=compress&rect=0%2C0%2C800%2C400&s=148e9961a8b772796804ca698456ff0a\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"is_active\": false,\n            \"is_active_string\": \"Casual\",\n            \"is_free\": true,\n            \"is_free_string\": \"free\",\n            \"latitude\": 30.112233,\n            \"location\": \"30410 Texas 249, Tomball, TX 77375\",\n            \"longitude\": -95.640996,\n            \"name\": \"Vintage Car Festival\",\n            \"type\": \"eventbrite\",\n            \"url\": \"https://www.eventbrite.com/e/vintage-car-festival-tickets-58441289470?aff=ebapi\",\n            \"weather\": null\n        },\n        {\n            \"date\": \"2019-04-28\",\n            \"description\": \"Love cats and yoga? This is the purr-fect combination!\\nTake some time to get on your mat, paws and breathe at our Yoga and Adoption event benefiting the Good Neighbors Animal Rescue.   Join Arlington Yoga Center, New Main Brewing Co., and the Good Neighbors Animal Rescue for an exciting morning full of giggles and purrs...oh, and a little yoga! \\nCats are naturally drawn to a human doing yoga and will want to be a part.  Yoga with cats adds a playful and surprising dimension to your practice.  Be prepared to be challenged in your balances as a cat may rub against your legs, to be inspired as our feline classmates demonstrate perfect Cat poses and to sink into deep relaxation to the sounds of gentle purring  Bring a mat and your \\\"go with the feline flow catitude\\\". The kitties roam free during class, which helps them become more socialized.\\n The GNAR will have a table set up offering adoption services, answering any questions you have about their organization, as well as providing the adoptable kitties during our yoga class! If you'd like to adopt a cat from class, they will provide paperwork to submit aside from the event.   This class will be held INDOORS and is family-friendly!   Things to Know: -The kitties will be provided for Kitty Yoga, please leave yours at home!  -Class will be open to all-levels -BYOM (Bring your own mat and mat towel) -Please register and purchase your ticket online before the day of the event -Your ticket includes a free craft drink from New Main Brewing  -While some yogis may take themselves (or their yoga practice) very seriously, kittie yoga is for everyone and we welcome any and all participants. Remember we will be practicing with live animals, anything is possible!\\n We will definitely have time after the yoga class to snuggle, take pictures, and socialize with the kitties in case you want more! Space is limited, so sign up soon!\\nGood Neighbors Animal Rescue is a dog and cat rescue located in Fort Worth. GNAR’s goal is to keep pets out of shelters by promoting fostering, vaccination , spaying, and neutering. \\n   *NOTICE OF FILMING By participating in this event, you agree that you may be photographed and filmed, and you grant Arlington Yoga Center the right to use, publish and copyright your picture, likeness and/or name in videos and/or photos taken during this event for use by AYC, in perpetuity and throughout all media.   By participating in Kitty Yoga, you agree to be solely responsible for any and all liability costs, damages and expenses incurred as a result of any injury or occurrence sustained from participating Kitty Yoga with Arlington Yoga Center. You further agree to be held solely responsible for any and all liability costs, damages and expenses incurred by your child or attending minor as a result of his/her participation, either directly or indirectly, in Kitty Yoga with Arlington Yoga Center. You agree not to hold Arlington Yoga Center, its employees, volunteers, instructors and/or representatives responsible in any way for any injury or occurrence whatsoever.   You are solely responsible for all items brought on premise.  In instance of cancellation, AYC will honor all tickets and attendees at another class of their choosing.\",\n            \"designation\": null,\n            \"directions\": null,\n            \"id\": \"eventbrite58681416697\",\n            \"image_1\": \"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F58370017%2F80063791687%2F1%2Foriginal.20190312-224136?h=200&w=450&auto=compress&rect=0%2C22%2C1920%2C960&s=7996ca371131c0a811cb9a38ab66f242\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"is_active\": true,\n            \"is_active_string\": \"Active\",\n            \"is_free\": false,\n            \"is_free_string\": \"paid\",\n            \"latitude\": 32.713147,\n            \"location\": \"3533 Marathon Street, Pantego, TX 76013\",\n            \"longitude\": -97.160894,\n            \"name\": \"Cats & Mats: Kitty Yoga\",\n            \"type\": \"eventbrite\",\n            \"url\": \"https://www.eventbrite.com/e/cats-mats-kitty-yoga-tickets-58681416697?aff=ebapi\",\n            \"weather\": null\n        },\n        {\n            \"date\": \"2019-04-20\",\n            \"description\": \"Goat Yoga Texas, Houston's Top-Rated Goat Yoga, invites YOU to enjoy a fun and unique experience under the beautiful Texas sky as we take our Yoga practice to the next level.... WITH A HERD OF CUDDLY MINIATURE GOATS!\\n\\nBe sure and take time for yourself, reconnect with nature, and grab a burger and a beer at our permanent location: Murdoch's Backyard Pub. Murdoch's is family- and on-a-leash dog-friendly, too!\\n\\nOur classes feature 45 minutes of Yoga for all levels led by certified Yoga teacher and Health Coach Kimberly Brooke, followed by 30 minutes of photos and baby goat snuggles.\\n\\nPlease bring a Yoga Mat or a Big Beach Towel (we will provide a ground liner to keep your cotton towel off the ground!) as we cannot provide them due to hygiene reasons.\\n\\nAlso keep an eye out for our class email (this sometimes gets trapped in the SPAM folder) that we send out the morning of class with additional information and any weather related alerts or cancellations. \\n\\n**THIS IS AN AGE-RESTRICTED EVENT**\\nGoat Yogis 12 and older are welcome to participate. Our future Goat Yogis who are 11 and younger can enjoy the goats during the 30 minutes after class with supervision.\",\n            \"designation\": null,\n            \"directions\": null,\n            \"id\": \"eventbrite58688275211\",\n            \"image_1\": \"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F58380644%2F223005179965%2F1%2Foriginal.jpg?h=200&w=450&auto=compress&rect=100%2C320%2C1358%2C679&s=dcdd0b7e79ab5646fa65a69f2ff997f4\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"is_active\": true,\n            \"is_active_string\": \"Active\",\n            \"is_free\": false,\n            \"is_free_string\": \"paid\",\n            \"latitude\": 30.0429349,\n            \"location\": \"18541 Mueschke Rd., Cypress, TX 77433\",\n            \"longitude\": -95.728097,\n            \"name\": \"Goat Yoga Texas - Sat., April 20 @ 11AM\",\n            \"type\": \"eventbrite\",\n            \"url\": \"https://www.eventbrite.com/e/goat-yoga-texas-sat-april-20-11am-tickets-58688275211?aff=ebapi\",\n            \"weather\": null\n        },\n        {\n            \"date\": \"2019-04-20\",\n            \"description\": \"Goat Yoga Texas, Houston's Top-Rated Goat Yoga, invites YOU to enjoy a fun and unique experience under the beautiful Texas sky as we take our Yoga practice to the next level.... WITH A HERD OF CUDDLY MINIATURE GOATS!\\n\\nBe sure and take time for yourself, reconnect with nature, and grab a burger and a beer at our permanent location: Murdoch's Backyard Pub. Murdoch's is family- and on-a-leash dog-friendly, too!\\n\\nOur classes feature 45 minutes of Yoga for all levels led by certified Yoga teacher and Health Coach Kimberly Brooke, followed by 30 minutes of photos and baby goat snuggles.\\n\\nPlease bring a Yoga Mat or a Big Beach Towel (we will provide a ground liner to keep your cotton towel off the ground!) as we cannot provide them due to hygiene reasons.\\n\\nAlso keep an eye out for our class email (this sometimes gets trapped in the SPAM folder) that we send out the morning of class with additional information and any weather related alerts or cancellations. \\n\\n**THIS IS AN AGE-RESTRICTED EVENT**\\nGoat Yogis 12 and older are welcome to participate. Our future Goat Yogis who are 11 and younger can enjoy the goats during the 30 minutes after class with supervision.\",\n            \"designation\": null,\n            \"directions\": null,\n            \"id\": \"eventbrite58688319343\",\n            \"image_1\": \"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F58380715%2F223005179965%2F1%2Foriginal.20190129-180916?h=200&w=450&auto=compress&rect=0%2C170%2C2048%2C1024&s=78509aee537d706f0ed90fc869247721\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"is_active\": true,\n            \"is_active_string\": \"Active\",\n            \"is_free\": false,\n            \"is_free_string\": \"paid\",\n            \"latitude\": 30.0429349,\n            \"location\": \"18541 Mueschke Rd., Cypress, TX 77433\",\n            \"longitude\": -95.728097,\n            \"name\": \"Goat Yoga Texas - Sat., April 20 @ 1PM\",\n            \"type\": \"eventbrite\",\n            \"url\": \"https://www.eventbrite.com/e/goat-yoga-texas-sat-april-20-1pm-tickets-58688319343?aff=ebapi\",\n            \"weather\": null\n        },\n        {\n            \"date\": \"2019-04-21\",\n            \"description\": \"Goat Yoga Texas, Houston's Top-Rated Goat Yoga, invites YOU to enjoy a fun and unique experience under the beautiful Texas sky as we take our Yoga practice to the next level.... WITH A HERD OF CUDDLY MINIATURE GOATS!\\n\\nBe sure and take time for yourself, reconnect with nature, and grab a burger and a beer at our permanent location: Murdoch's Backyard Pub. Murdoch's is family- and on-a-leash dog-friendly, too!\\n\\nOur classes feature 45 minutes of Yoga for all levels led by certified Yoga teacher and Health Coach Kimberly Brooke, followed by 30 minutes of photos and baby goat snuggles.\\n\\nPlease bring a Yoga Mat or a Big Beach Towel (we will provide a ground liner to keep your cotton towel off the ground!) as we cannot provide them due to hygiene reasons.\\n\\nAlso keep an eye out for our class email (this sometimes gets trapped in the SPAM folder) that we send out the morning of class with additional information and any weather related alerts or cancellations. \\n\\n**THIS IS AN AGE-RESTRICTED EVENT**\\nGoat Yogis 12 and older are welcome to participate. Our future Goat Yogis who are 11 and younger can enjoy the goats during the 30 minutes after class with supervision.\",\n            \"designation\": null,\n            \"directions\": null,\n            \"id\": \"eventbrite58688367487\",\n            \"image_1\": \"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F58380814%2F223005179965%2F1%2Foriginal.jpg?h=200&w=450&auto=compress&rect=0%2C188%2C1500%2C750&s=dc020080a79d875998480e9d09113e35\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"is_active\": true,\n            \"is_active_string\": \"Active\",\n            \"is_free\": false,\n            \"is_free_string\": \"paid\",\n            \"latitude\": 30.0429349,\n            \"location\": \"18541 Mueschke Rd., Cypress, TX 77433\",\n            \"longitude\": -95.728097,\n            \"name\": \"Goat Yoga Texas - Sun., April 21 @ 2PM\",\n            \"type\": \"eventbrite\",\n            \"url\": \"https://www.eventbrite.com/e/goat-yoga-texas-sun-april-21-2pm-tickets-58688367487?aff=ebapi\",\n            \"weather\": null\n        },\n        {\n            \"date\": \"2019-04-21\",\n            \"description\": \"Goat Yoga Texas, Houston's Top-Rated Goat Yoga, invites YOU to enjoy a fun and unique experience under the beautiful Texas sky as we take our Yoga practice to the next level.... WITH A HERD OF CUDDLY MINIATURE GOATS!\\n\\nBe sure and take time for yourself, reconnect with nature, and grab a burger and a beer at our permanent location: Murdoch's Backyard Pub. Murdoch's is family- and on-a-leash dog-friendly, too!\\n\\nOur classes feature 45 minutes of Yoga for all levels led by certified Yoga teacher and Health Coach Kimberly Brooke, followed by 30 minutes of photos and baby goat snuggles.\\n\\nPlease bring a Yoga Mat or a Big Beach Towel (we will provide a ground liner to keep your cotton towel off the ground!) as we cannot provide them due to hygiene reasons.\\n\\nAlso keep an eye out for our class email (this sometimes gets trapped in the SPAM folder) that we send out the morning of class with additional information and any weather related alerts or cancellations. \\n\\n**THIS IS AN AGE-RESTRICTED EVENT**\\nGoat Yogis 12 and older are welcome to participate. Our future Goat Yogis who are 11 and younger can enjoy the goats during the 30 minutes after class with supervision.\",\n            \"designation\": null,\n            \"directions\": null,\n            \"id\": \"eventbrite58688403595\",\n            \"image_1\": \"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F58380869%2F223005179965%2F1%2Foriginal.jpg?h=200&w=450&auto=compress&rect=100%2C320%2C1358%2C679&s=bfca6947cb7c17f5e330415413c810bc\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"is_active\": true,\n            \"is_active_string\": \"Active\",\n            \"is_free\": false,\n            \"is_free_string\": \"paid\",\n            \"latitude\": 30.0429349,\n            \"location\": \"18541 Mueschke Rd., Cypress, TX 77433\",\n            \"longitude\": -95.728097,\n            \"name\": \"Goat Yoga Texas - Sun., April 21 @ 4PM\",\n            \"type\": \"eventbrite\",\n            \"url\": \"https://www.eventbrite.com/e/goat-yoga-texas-sun-april-21-4pm-tickets-58688403595?aff=ebapi\",\n            \"weather\": null\n        }\n    ],\n    \"page\": 1,\n    \"total_pages\": 8\n}"}],"_postman_id":"adf1f9ac-dfdf-41cc-90be-7d1595a65a3f"},{"name":"/activity/breed","event":[{"listen":"test","script":{"id":"9d518d80-8d3b-4eac-a233-0733887d0b49","exec":["pm.test(\"Body contains group\", function () {","    pm.expect(pm.response.text()).to.include(\"group\");","});","","pm.test(\"Body contains is_active\", function () {","    pm.expect(pm.response.text()).to.include(\"is_active\");","});","","pm.test(\"Body contains max_height\", function () {","    pm.expect(pm.response.text()).to.include(\"max_height\");","});","","pm.test(\"Body contains max_lifespan\", function () {","    pm.expect(pm.response.text()).to.include(\"max_lifespan\");","});","","pm.test(\"Body contains max_weight\", function () {","    pm.expect(pm.response.text()).to.include(\"max_weight\");","});","","pm.test(\"Body contains min_height\", function () {","    pm.expect(pm.response.text()).to.include(\"min_height\");","});","","pm.test(\"Body contains min_lifespan\", function () {","    pm.expect(pm.response.text()).to.include(\"min_lifespan\");","});","","pm.test(\"Body contains min_weight\", function () {","    pm.expect(pm.response.text()).to.include(\"min_weight\");","});","","pm.test(\"Body contains temperament\", function () {","    pm.expect(pm.response.text()).to.include(\"temperament\");","});","","pm.test(\"Body contains page\", function () {","    pm.expect(pm.response.text()).to.include(\"page\");","});",""],"type":"text/javascript"}}],"id":"f07f8bdf-6228-48ba-b2ab-962dd89f6d43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"91B7D3A43B5C31EA"}]},"isInherited":false},"method":"GET","header":[],"url":"http://api.findadogfor.me/api/breed?q={\"filters\":[{\"name\" : \"is_active\", \"op\":\"eq\", \"val\": false}]}","description":"<p>Given an activity, returns a list of breed items representing dog breeds that would enjoy this activity.</p>\n<p>\"id\" is a required parameter.</p>\n<p>Parameters:</p>\n<p>id - (Required) The activity id</p>\n<p>Return type:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>dict {\n    objects: [\n        breed_dict_1,\n        ...\n    ]\n}\n</code></pre>","urlObject":{"protocol":"http","path":["api","breed"],"host":["api","findadogfor","me"],"query":[{"disabled":true,"description":{"content":"<p>(Required) The ID of the activity.</p>\n","type":"text/plain"},"key":"id","value":"string"},{"key":"q","value":"{\"filters\":[{\"name\" : \"is_active\", \"op\":\"eq\", \"val\": false}]}"}],"variable":[]}},"response":[{"id":"f5fb566c-690f-44c5-bec2-c2be61777677","name":"/activity/breed","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://api.findadogfor.me/api/breed?q={\"filters\":[{\"name\" : \"is_active\", \"op\":\"eq\", \"val\": false}]}","protocol":"http","host":["api","findadogfor","me"],"path":["api","breed"],"query":[{"description":"(Required) The ID of the activity.","key":"id","value":"string","disabled":true},{"key":"q","value":"{\"filters\":[{\"name\" : \"is_active\", \"op\":\"eq\", \"val\": false}]}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 16 Apr 2019 23:04:47 GMT"},{"key":"Link","value":"<http://api.findadogfor.me/api/breed?page=1&results_per_page=0>; rel=\"last\", <http://api.findadogfor.me/api/breed?page=1&results_per_page=0>; rel=\"last\""},{"key":"Server","value":"Apache/2.4.37 (Amazon) mod_wsgi/3.5 Python/3.6.7"},{"key":"Vary","value":"Accept"},{"key":"Content-Length","value":"29110"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"num_results\": 53,\n    \"objects\": [\n        {\n            \"group\": \"Hound\",\n            \"image_1\": \"https://images.dog.ceo/breeds/hound-afghan/n02088094_2879.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/hound-afghan/n02088094_3793.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/hound-afghan/n02088094_392.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/hound-afghan/n02088094_6485.jpg\",\n            \"is_active\": false,\n            \"max_height\": 27,\n            \"max_lifespan\": 13,\n            \"max_weight\": 60,\n            \"min_height\": 25,\n            \"min_lifespan\": 10,\n            \"min_weight\": 50,\n            \"name\": \"afghan hound\",\n            \"temperament\": \"Aloof, Clownish, Dignified, Independent, Happy\"\n        },\n        {\n            \"group\": \"Working\",\n            \"image_1\": \"https://images.dog.ceo/breeds/akita/512px-Ainu-Dog.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/akita/512px-Akita_inu.jpeg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/akita/Akita_hiking_in_Shpella_e_Pëllumbasit.JPG\",\n            \"image_4\": \"https://images.dog.ceo/breeds/akita/Akita_inu_blanc.jpg\",\n            \"is_active\": false,\n            \"max_height\": 28,\n            \"max_lifespan\": 14,\n            \"max_weight\": 115,\n            \"min_height\": 24,\n            \"min_lifespan\": 10,\n            \"min_weight\": 65,\n            \"name\": \"akita\",\n            \"temperament\": \"Docile, Alert, Responsive, Dignified, Composed, Friendly, Receptive, Faithful, Courageous\"\n        },\n        {\n            \"group\": \"Mixed\",\n            \"image_1\": \"https://images.dog.ceo/breeds/bulldog-boston/n02096585_10846.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/bulldog-boston/n02096585_7101.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/bulldog-french/n02108915_1839.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/bulldog-french/n02108915_5306.jpg\",\n            \"is_active\": false,\n            \"max_height\": 24,\n            \"max_lifespan\": 13,\n            \"max_weight\": 90,\n            \"min_height\": 18,\n            \"min_lifespan\": 12,\n            \"min_weight\": 55,\n            \"name\": \"alapaha blue blood bulldog\",\n            \"temperament\": \"Loving, Protective, Trainable, Dutiful, Responsible\"\n        },\n        {\n            \"group\": \"Working\",\n            \"image_1\": \"https://images.dog.ceo/breeds/malamute/n02110063_12656.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/malamute/n02110063_14230.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/malamute/n02110063_16310.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/malamute/n02110063_6518.jpg\",\n            \"is_active\": false,\n            \"max_height\": 25,\n            \"max_lifespan\": 15,\n            \"max_weight\": 100,\n            \"min_height\": 23,\n            \"min_lifespan\": 12,\n            \"min_weight\": 65,\n            \"name\": \"alaskan malamute\",\n            \"temperament\": \"Friendly, Affectionate, Devoted, Loyal, Dignified, Playful\"\n        },\n        {\n            \"group\": \"Non-Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/eskimo/n02109961_10021.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/eskimo/n02109961_16953.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/eskimo/n02109961_5080.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/eskimo/n02109961_6613.jpg\",\n            \"is_active\": false,\n            \"max_height\": 19,\n            \"max_lifespan\": 15,\n            \"max_weight\": 40,\n            \"min_height\": 15,\n            \"min_lifespan\": 12,\n            \"min_weight\": 20,\n            \"name\": \"american eskimo dog\",\n            \"temperament\": \"Friendly, Alert, Reserved, Intelligent, Protective\"\n        },\n        {\n            \"group\": \"Terrier\",\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-australian/n02096294_6131.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-bedlington/n02093647_3169.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-bedlington/n02093647_684.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-border/n02093754_1845.jpg\",\n            \"is_active\": false,\n            \"max_height\": 21,\n            \"max_lifespan\": 15,\n            \"max_weight\": 60,\n            \"min_height\": 17,\n            \"min_lifespan\": 10,\n            \"min_weight\": 30,\n            \"name\": \"american pit bull terrier\",\n            \"temperament\": \"Strong Willed, Stubborn, Friendly, Clownish, Affectionate, Loyal, Obedient, Intelligent, Courageous\"\n        },\n        {\n            \"group\": \"Terrier\",\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-australian/n02096294_3344.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-australian/n02096294_5098.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-border/n02093754_5298.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-dandie/n02096437_956.jpg\",\n            \"is_active\": false,\n            \"max_height\": 19,\n            \"max_lifespan\": 15,\n            \"max_weight\": 60,\n            \"min_height\": 17,\n            \"min_lifespan\": 12,\n            \"min_weight\": 50,\n            \"name\": \"american staffordshire terrier\",\n            \"temperament\": \"Tenacious, Friendly, Devoted, Loyal, Attentive, Courageous\"\n        },\n        {\n            \"group\": \"Terrier\",\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-australian/n02096294_1150.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-australian/n02096294_2408.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-australian/n02096294_436.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-australian/n02096294_5921.jpg\",\n            \"is_active\": false,\n            \"max_height\": 11,\n            \"max_lifespan\": 15,\n            \"max_weight\": 16,\n            \"min_height\": 10,\n            \"min_lifespan\": 15,\n            \"min_weight\": 14,\n            \"name\": \"australian terrier\",\n            \"temperament\": \"Spirited, Alert, Loyal, Companionable, Even Tempered, Courageous\"\n        },\n        {\n            \"group\": \"Hound\",\n            \"image_1\": \"https://images.dog.ceo/breeds/hound-basset/n02088238_11318.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/hound-basset/n02088238_12563.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/hound-basset/n02088238_517.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/hound-basset/n02088238_7553.jpg\",\n            \"is_active\": false,\n            \"max_height\": 14,\n            \"max_lifespan\": 15,\n            \"max_weight\": 65,\n            \"min_height\": 14,\n            \"min_lifespan\": 12,\n            \"min_weight\": 50,\n            \"name\": \"basset hound\",\n            \"temperament\": \"Tenacious, Friendly, Affectionate, Devoted, Sweet-Tempered, Gentle\"\n        },\n        {\n            \"group\": \"Hound\",\n            \"image_1\": \"https://images.dog.ceo/breeds/beagle/n02088364_12710.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/beagle/n02088364_12745.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/beagle/n02088364_16207.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/beagle/n02088364_5427.jpg\",\n            \"is_active\": false,\n            \"max_height\": 15,\n            \"max_lifespan\": 16,\n            \"max_weight\": 35,\n            \"min_height\": 13,\n            \"min_lifespan\": 13,\n            \"min_weight\": 20,\n            \"name\": \"beagle\",\n            \"temperament\": \"Amiable, Even Tempered, Excitable, Determined, Gentle, Intelligent\"\n        },\n        {\n            \"group\": \"Terrier\",\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-bedlington/n02093647_120.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-bedlington/n02093647_1870.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-bedlington/n02093647_2354.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-bedlington/n02093647_2640.jpg\",\n            \"is_active\": false,\n            \"max_height\": 16,\n            \"max_lifespan\": 16,\n            \"max_weight\": 23,\n            \"min_height\": 15,\n            \"min_lifespan\": 14,\n            \"min_weight\": 17,\n            \"name\": \"bedlington terrier\",\n            \"temperament\": \"Affectionate, Spirited, Intelligent, Good-tempered\"\n        },\n        {\n            \"group\": \"Working\",\n            \"image_1\": \"https://images.dog.ceo/breeds/mountain-bernese/n02107683_3278.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/mountain-bernese/n02107683_4183.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/mountain-bernese/n02107683_6999.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/mountain-swiss/n02107574_1437.jpg\",\n            \"is_active\": false,\n            \"max_height\": 27.5,\n            \"max_lifespan\": 10,\n            \"max_weight\": 120,\n            \"min_height\": 23,\n            \"min_lifespan\": 7,\n            \"min_weight\": 65,\n            \"name\": \"bernese mountain dog\",\n            \"temperament\": \"Affectionate, Loyal, Intelligent, Faithful\"\n        },\n        {\n            \"group\": \"Non-Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/frise-bichon/1.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/frise-bichon/2.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/frise-bichon/3.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/frise-bichon/4.jpg\",\n            \"is_active\": false,\n            \"max_height\": 11.5,\n            \"max_lifespan\": 15,\n            \"max_weight\": 18,\n            \"min_height\": 9.5,\n            \"min_lifespan\": 15,\n            \"min_weight\": 10,\n            \"name\": \"bichon frise\",\n            \"temperament\": \"Feisty, Affectionate, Cheerful, Playful, Gentle, Sensitive\"\n        },\n        {\n            \"group\": \"Hound\",\n            \"image_1\": \"https://images.dog.ceo/breeds/coonhound/n02089078_1758.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/coonhound/n02089078_3196.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/coonhound/n02089078_4098.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/coonhound/n02089078_445.jpg\",\n            \"is_active\": false,\n            \"max_height\": 27,\n            \"max_lifespan\": 12,\n            \"max_weight\": 100,\n            \"min_height\": 23,\n            \"min_lifespan\": 10,\n            \"min_weight\": 65,\n            \"name\": \"black and tan coonhound\",\n            \"temperament\": \"Easygoing, Gentle, Adaptable, Trusting, Even Tempered, Lovable\"\n        },\n        {\n            \"group\": \"Terrier\",\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-border/n02093754_5391.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-border/n02093754_5639.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-border/n02093754_6817.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-border/n02093754_7198.jpg\",\n            \"is_active\": false,\n            \"max_height\": 16,\n            \"max_lifespan\": 14,\n            \"max_weight\": 15.5,\n            \"min_height\": 11,\n            \"min_lifespan\": 12,\n            \"min_weight\": 11.5,\n            \"name\": \"border terrier\",\n            \"temperament\": \"Fearless, Affectionate, Alert, Obedient, Intelligent, Even Tempered\"\n        },\n        {\n            \"group\": \"Herding\",\n            \"image_1\": \"https://images.dog.ceo/breeds/briard/n02105251_4659.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/briard/n02105251_4893.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/briard/n02105251_5337.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/briard/n02105251_7171.jpg\",\n            \"is_active\": false,\n            \"max_height\": 27,\n            \"max_lifespan\": 12,\n            \"max_weight\": 90,\n            \"min_height\": 22,\n            \"min_lifespan\": 10,\n            \"min_weight\": 70,\n            \"name\": \"briard\",\n            \"temperament\": \"Fearless, Loyal, Obedient, Intelligent, Faithful, Protective\"\n        },\n        {\n            \"group\": \"Toy\",\n            \"image_1\": \"https://images.dog.ceo/breeds/spaniel-blenheim/n02086646_4133.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/spaniel-cocker/n02102318_2983.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/spaniel-irish/n02102973_1142.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/spaniel-irish/n02102973_2813.jpg\",\n            \"is_active\": false,\n            \"max_height\": 13,\n            \"max_lifespan\": 14,\n            \"max_weight\": 18,\n            \"min_height\": 12,\n            \"min_lifespan\": 10,\n            \"min_weight\": 13,\n            \"name\": \"cavalier king charles spaniel\",\n            \"temperament\": \"Fearless, Affectionate, Sociable, Patient, Playful, Adaptable\"\n        },\n        {\n            \"group\": \"Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/retriever-flatcoated/n02099267_3588.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/retriever-flatcoated/n02099267_5415.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/retriever-golden/n02099601_1249.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/retriever-golden/n02099601_2295.jpg\",\n            \"is_active\": false,\n            \"max_height\": 26,\n            \"max_lifespan\": 13,\n            \"max_weight\": 80,\n            \"min_height\": 21,\n            \"min_lifespan\": 10,\n            \"min_weight\": 55,\n            \"name\": \"chesapeake bay retriever\",\n            \"temperament\": \"Affectionate, Intelligent, Quiet, Dominant, Happy, Protective\"\n        },\n        {\n            \"group\": \"Non-Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/chow/n02112137_10430.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/chow/n02112137_14004.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/chow/n02112137_1589.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/chow/n02112137_3523.jpg\",\n            \"is_active\": false,\n            \"max_height\": 20,\n            \"max_lifespan\": 15,\n            \"max_weight\": 70,\n            \"min_height\": 17,\n            \"min_lifespan\": 12,\n            \"min_weight\": 40,\n            \"name\": \"chow chow\",\n            \"temperament\": \"Aloof, Loyal, Independent, Quiet\"\n        },\n        {\n            \"group\": \"Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/spaniel-cocker/n02102318_10483.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/spaniel-cocker/n02102318_6213.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/spaniel-irish/n02102973_2836.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/spaniel-japanese/n02085782_2655.jpg\",\n            \"is_active\": false,\n            \"max_height\": 20,\n            \"max_lifespan\": 12,\n            \"max_weight\": 85,\n            \"min_height\": 17,\n            \"min_lifespan\": 10,\n            \"min_weight\": 55,\n            \"name\": \"clumber spaniel\",\n            \"temperament\": \"Affectionate, Loyal, Dignified, Gentle, Calm, Great-hearted\"\n        },\n        {\n            \"group\": \"Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/spaniel-cocker/n02102318_11573.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/spaniel-cocker/n02102318_12887.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/spaniel-cocker/n02102318_4465.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/spaniel-cocker/n02102318_695.jpg\",\n            \"is_active\": false,\n            \"max_height\": 15,\n            \"max_lifespan\": 15,\n            \"max_weight\": 30,\n            \"min_height\": 14,\n            \"min_lifespan\": 12,\n            \"min_weight\": 20,\n            \"name\": \"cocker spaniel\",\n            \"temperament\": \"Trainable, Friendly, Affectionate, Playful, Quiet, Faithful\"\n        },\n        {\n            \"group\": \"Toy\",\n            \"image_1\": \"https://images.dog.ceo/breeds/spaniel-brittany/n02101388_3673.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/spaniel-cocker/n02102318_14111.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/spaniel-irish/n02102973_2269.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/spaniel-japanese/n02085782_676.jpg\",\n            \"is_active\": false,\n            \"max_height\": 10,\n            \"max_lifespan\": 12,\n            \"max_weight\": 14,\n            \"min_height\": 10,\n            \"min_lifespan\": 10,\n            \"min_weight\": 8,\n            \"name\": \"english toy spaniel\",\n            \"temperament\": \"Affectionate, Reserved, Playful, Gentle, Happy, Loving\"\n        },\n        {\n            \"group\": null,\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-toy/n02087046_3470.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-toy/n02087046_430.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-toy/n02087046_6266.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-toy/n02087046_7037.jpg\",\n            \"is_active\": false,\n            \"max_height\": 12,\n            \"max_lifespan\": 13,\n            \"max_weight\": 8,\n            \"min_height\": 10,\n            \"min_lifespan\": 12,\n            \"min_weight\": 6,\n            \"name\": \"english toy terrier\",\n            \"temperament\": \"Stubborn, Alert, Companionable, Intelligent, Cunning, Trainable\"\n        },\n        {\n            \"group\": \"Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/spaniel-irish/n02102973_1822.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/spaniel-irish/n02102973_3220.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/spaniel-irish/n02102973_4469.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/spaniel-japanese/n02085782_2690.jpg\",\n            \"is_active\": false,\n            \"max_height\": 18,\n            \"max_lifespan\": 15,\n            \"max_weight\": 50,\n            \"min_height\": 17,\n            \"min_lifespan\": 11,\n            \"min_weight\": 35,\n            \"name\": \"field spaniel\",\n            \"temperament\": \"Docile, Cautious, Sociable, Sensitive, Adaptable, Familial\"\n        },\n        {\n            \"group\": \"Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/pointer-german/n02100236_1258.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/pointer-german/n02100236_3745.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/pointer-german/n02100236_5735.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/pointer-german/n02100236_619.jpg\",\n            \"is_active\": false,\n            \"max_height\": 25,\n            \"max_lifespan\": 14,\n            \"max_weight\": 70,\n            \"min_height\": 21,\n            \"min_lifespan\": 12,\n            \"min_weight\": 45,\n            \"name\": \"german shorthaired pointer\",\n            \"temperament\": \"Boisterous, Bold, Affectionate, Intelligent, Cooperative, Trainable\"\n        },\n        {\n            \"group\": \"Working\",\n            \"image_1\": \"https://images.dog.ceo/breeds/schnauzer-giant/n02097130_1358.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/schnauzer-giant/n02097130_1599.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/schnauzer-giant/n02097130_4991.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/schnauzer-giant/n02097130_977.jpg\",\n            \"is_active\": false,\n            \"max_height\": 27.5,\n            \"max_lifespan\": 12,\n            \"max_weight\": 90,\n            \"min_height\": 23.5,\n            \"min_lifespan\": 10,\n            \"min_weight\": 65,\n            \"name\": \"giant schnauzer\",\n            \"temperament\": \"Strong Willed, Kind, Loyal, Intelligent, Dominant, Powerful\"\n        },\n        {\n            \"group\": \"Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/retriever-golden/n02099601_3494.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/retriever-golden/n02099601_5893.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/retriever-golden/n02099601_6099.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/retriever-golden/n02099601_831.jpg\",\n            \"is_active\": false,\n            \"max_height\": 24,\n            \"max_lifespan\": 12,\n            \"max_weight\": 75,\n            \"min_height\": 21.5,\n            \"min_lifespan\": 10,\n            \"min_weight\": 55,\n            \"name\": \"golden retriever\",\n            \"temperament\": \"Intelligent, Kind, Reliable, Friendly, Trustworthy, Confident\"\n        },\n        {\n            \"group\": \"Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/setter-gordon/n02101006_158.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/setter-gordon/n02101006_1948.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/setter-gordon/n02101006_3239.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/setter-gordon/n02101006_4757.jpg\",\n            \"is_active\": false,\n            \"max_height\": 27,\n            \"max_lifespan\": 12,\n            \"max_weight\": 80,\n            \"min_height\": 23,\n            \"min_lifespan\": 10,\n            \"min_weight\": 45,\n            \"name\": \"gordon setter\",\n            \"temperament\": \"Fearless, Alert, Loyal, Confident, Gay, Eager\"\n        },\n        {\n            \"group\": \"Working\",\n            \"image_1\": \"https://images.dog.ceo/breeds/dane-great/n02109047_1480.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/dane-great/n02109047_34093.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/dane-great/n02109047_4267.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/dane-great/n02109047_8912.jpg\",\n            \"is_active\": false,\n            \"max_height\": 32,\n            \"max_lifespan\": 10,\n            \"max_weight\": 190,\n            \"min_height\": 28,\n            \"min_lifespan\": 7,\n            \"min_weight\": 110,\n            \"name\": \"great dane\",\n            \"temperament\": \"Friendly, Devoted, Reserved, Gentle, Confident, Loving\"\n        },\n        {\n            \"group\": \"Working\",\n            \"image_1\": \"https://images.dog.ceo/breeds/pyrenees/n02111500_1314.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/pyrenees/n02111500_6227.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/pyrenees/n02111500_8637.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/pyrenees/n02111500_8721.jpg\",\n            \"is_active\": false,\n            \"max_height\": 32,\n            \"max_lifespan\": 12,\n            \"max_weight\": 115,\n            \"min_height\": 25,\n            \"min_lifespan\": 10,\n            \"min_weight\": 85,\n            \"name\": \"great pyrenees\",\n            \"temperament\": \"Strong Willed, Fearless, Affectionate, Patient, Gentle, Confident\"\n        },\n        {\n            \"group\": \"Hound\",\n            \"image_1\": \"https://images.dog.ceo/breeds/wolfhound-irish/n02090721_2351.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/wolfhound-irish/n02090721_3999.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/wolfhound-irish/n02090721_4353.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/wolfhound-irish/n02090721_5759.jpg\",\n            \"is_active\": false,\n            \"max_height\": 35,\n            \"max_lifespan\": 8,\n            \"max_weight\": 180,\n            \"min_height\": 30,\n            \"min_lifespan\": 6,\n            \"min_weight\": 105,\n            \"name\": \"irish wolfhound\",\n            \"temperament\": \"Sweet-Tempered, Loyal, Dignified, Patient, Thoughtful, Generous\"\n        },\n        {\n            \"group\": \"Working\",\n            \"image_1\": \"https://images.dog.ceo/breeds/komondor/n02105505_2548.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/komondor/n02105505_3564.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/komondor/n02105505_3738.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/komondor/n02105505_4382.jpg\",\n            \"is_active\": false,\n            \"max_height\": 27.5,\n            \"max_lifespan\": 12,\n            \"max_weight\": 100,\n            \"min_height\": 25.5,\n            \"min_lifespan\": 10,\n            \"min_weight\": 80,\n            \"name\": \"komondor\",\n            \"temperament\": \"Steady, Fearless, Affectionate, Independent, Gentle, Calm\"\n        },\n        {\n            \"group\": \"Working\",\n            \"image_1\": \"https://images.dog.ceo/breeds/kuvasz/n02104029_1794.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/kuvasz/n02104029_2467.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/kuvasz/n02104029_4534.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/kuvasz/n02104029_4660.jpg\",\n            \"is_active\": false,\n            \"max_height\": 30,\n            \"max_lifespan\": 10,\n            \"max_weight\": 115,\n            \"min_height\": 26,\n            \"min_lifespan\": 8,\n            \"min_weight\": 70,\n            \"name\": \"kuvasz\",\n            \"temperament\": \"Clownish, Loyal, Patient, Independent, Intelligent, Protective\"\n        },\n        {\n            \"group\": \"Terrier\",\n            \"image_1\": \"https://images.dog.ceo/breeds/schnauzer-miniature/n02097047_1028.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/schnauzer-miniature/n02097047_1556.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/schnauzer-miniature/n02097047_2146.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/schnauzer-miniature/n02097047_5989.jpg\",\n            \"is_active\": false,\n            \"max_height\": 14,\n            \"max_lifespan\": 14,\n            \"max_weight\": 20,\n            \"min_height\": 12,\n            \"min_lifespan\": 12,\n            \"min_weight\": 11,\n            \"name\": \"miniature schnauzer\",\n            \"temperament\": \"Fearless, Friendly, Spirited, Alert, Obedient, Intelligent\"\n        },\n        {\n            \"group\": \"Working\",\n            \"image_1\": \"https://images.dog.ceo/breeds/newfoundland/n02111277_14689.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/newfoundland/n02111277_4872.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/newfoundland/n02111277_7010.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/newfoundland/n02111277_980.jpg\",\n            \"is_active\": false,\n            \"max_height\": 28,\n            \"max_lifespan\": 10,\n            \"max_weight\": 150,\n            \"min_height\": 26,\n            \"min_lifespan\": 8,\n            \"min_weight\": 100,\n            \"name\": \"newfoundland\",\n            \"temperament\": \"Sweet-Tempered, Gentle, Trainable\"\n        },\n        {\n            \"group\": \"Terrier\",\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-norfolk/n02094114_347.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-norfolk/n02094114_3733.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-norfolk/n02094114_3890.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-norfolk/n02094114_513.jpg\",\n            \"is_active\": false,\n            \"max_height\": 10,\n            \"max_lifespan\": 15,\n            \"max_weight\": 12,\n            \"min_height\": 9,\n            \"min_lifespan\": 12,\n            \"min_weight\": 11,\n            \"name\": \"norfolk terrier\",\n            \"temperament\": \"Self-confidence, Fearless, Spirited, Companionable, Happy, Lovable\"\n        },\n        {\n            \"group\": \"Herding\",\n            \"image_1\": \"https://images.dog.ceo/breeds/sheepdog-english/n02105641_11695.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/sheepdog-english/n02105641_1966.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/sheepdog-english/n02105641_313.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/sheepdog-english/n02105641_5980.jpg\",\n            \"is_active\": false,\n            \"max_height\": 21,\n            \"max_lifespan\": 12,\n            \"max_weight\": 100,\n            \"min_height\": 21,\n            \"min_lifespan\": 10,\n            \"min_weight\": 60,\n            \"name\": \"old english sheepdog\",\n            \"temperament\": \"Sociable, Bubbly, Playful, Adaptable, Intelligent, Loving\"\n        },\n        {\n            \"group\": \"Toy\",\n            \"image_1\": \"https://images.dog.ceo/breeds/pug/n02110958_11725.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/pug/n02110958_14179.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/pug/n02110958_9008.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/puggle/IMG_174753.jpg\",\n            \"is_active\": false,\n            \"max_height\": 12,\n            \"max_lifespan\": 14,\n            \"max_weight\": 18,\n            \"min_height\": 10,\n            \"min_lifespan\": 12,\n            \"min_weight\": 14,\n            \"name\": \"pug\",\n            \"temperament\": \"Docile, Clever, Charming, Stubborn, Sociable, Playful, Quiet, Attentive\"\n        },\n        {\n            \"group\": \"Hound\",\n            \"image_1\": \"https://images.dog.ceo/breeds/ridgeback-rhodesian/n02087394_6506.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/ridgeback-rhodesian/n02087394_7143.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/ridgeback-rhodesian/n02087394_7644.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/ridgeback-rhodesian/n02087394_7777.jpg\",\n            \"is_active\": false,\n            \"max_height\": 27,\n            \"max_lifespan\": 12,\n            \"max_weight\": 80,\n            \"min_height\": 24,\n            \"min_lifespan\": 10,\n            \"min_weight\": 75,\n            \"name\": \"rhodesian ridgeback\",\n            \"temperament\": \"Strong Willed, Mischievous, Loyal, Dignified, Sensitive, Intelligent\"\n        },\n        {\n            \"group\": \"Working\",\n            \"image_1\": \"https://images.dog.ceo/breeds/rottweiler/n02106550_12160.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/rottweiler/n02106550_3528.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/rottweiler/n02106550_3993.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/rottweiler/n02106550_4397.jpg\",\n            \"is_active\": false,\n            \"max_height\": 27,\n            \"max_lifespan\": 10,\n            \"max_weight\": 110,\n            \"min_height\": 22,\n            \"min_lifespan\": 8,\n            \"min_weight\": 75,\n            \"name\": \"rottweiler\",\n            \"temperament\": \"Steady, Good-natured, Fearless, Devoted, Alert, Obedient, Confident, Self-assured, Calm, Courageous\"\n        },\n        {\n            \"group\": \"Hound\",\n            \"image_1\": \"https://images.dog.ceo/breeds/saluki/n02091831_10803.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/saluki/n02091831_2232.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/saluki/n02091831_3180.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/saluki/n02091831_4246.jpg\",\n            \"is_active\": false,\n            \"max_height\": 28,\n            \"max_lifespan\": 14,\n            \"max_weight\": 65,\n            \"min_height\": 23,\n            \"min_lifespan\": 12,\n            \"min_weight\": 35,\n            \"name\": \"saluki\",\n            \"temperament\": \"Aloof, Reserved, Intelligent, Quiet\"\n        },\n        {\n            \"group\": \"Hound\",\n            \"image_1\": \"https://images.dog.ceo/breeds/deerhound-scottish/n02092002_1147.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/deerhound-scottish/n02092002_2558.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/deerhound-scottish/n02092002_6534.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/deerhound-scottish/n02092002_9895.jpg\",\n            \"is_active\": false,\n            \"max_height\": 32,\n            \"max_lifespan\": 10,\n            \"max_weight\": 130,\n            \"min_height\": 28,\n            \"min_lifespan\": 8,\n            \"min_weight\": 70,\n            \"name\": \"scottish deerhound\",\n            \"temperament\": \"Docile, Friendly, Dignified, Gentle\"\n        },\n        {\n            \"group\": \"Terrier\",\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-scottish/n02097298_2792.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-scottish/n02097298_2998.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-scottish/n02097298_759.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-scottish/n02097298_8911.jpg\",\n            \"is_active\": false,\n            \"max_height\": 10,\n            \"max_lifespan\": 13,\n            \"max_weight\": 22,\n            \"min_height\": 10,\n            \"min_lifespan\": 11,\n            \"min_weight\": 18,\n            \"name\": \"scottish terrier\",\n            \"temperament\": \"Feisty, Alert, Independent, Playful, Quick, Self-assured\"\n        },\n        {\n            \"group\": \"Non-Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/shiba/shiba-10.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/shiba/shiba-6.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/shiba/shiba-7.JPG\",\n            \"image_4\": \"https://images.dog.ceo/breeds/shiba/shiba-8.JPG\",\n            \"is_active\": false,\n            \"max_height\": 16.5,\n            \"max_lifespan\": 16,\n            \"max_weight\": 23,\n            \"min_height\": 13.5,\n            \"min_lifespan\": 12,\n            \"min_weight\": 17,\n            \"name\": \"shiba inu\",\n            \"temperament\": \"Charming, Fearless, Keen, Alert, Confident, Faithful\"\n        },\n        {\n            \"group\": \"Toy\",\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-silky/n02097658_1100.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-silky/n02097658_11235.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-silky/n02097658_1503.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-silky/n02097658_4402.jpg\",\n            \"is_active\": false,\n            \"max_height\": 10,\n            \"max_lifespan\": 15,\n            \"max_weight\": 10,\n            \"min_height\": 9,\n            \"min_lifespan\": 12,\n            \"min_weight\": 8,\n            \"name\": \"silky terrier\",\n            \"temperament\": \"Friendly, Responsive, Inquisitive, Alert, Quick, Joyful\"\n        },\n        {\n            \"group\": \"Terrier\",\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-american/n02093428_164.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-australian/n02096294_2188.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-australian/n02096294_250.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-fox/n02095314_1997.jpg\",\n            \"is_active\": false,\n            \"max_height\": 16,\n            \"max_lifespan\": 14,\n            \"max_weight\": 38,\n            \"min_height\": 14,\n            \"min_lifespan\": 12,\n            \"min_weight\": 24,\n            \"name\": \"staffordshire bull terrier\",\n            \"temperament\": \"Reliable, Fearless, Bold, Affectionate, Loyal, Intelligent, Courageous\"\n        },\n        {\n            \"group\": \"Hound\",\n            \"image_1\": \"https://images.dog.ceo/breeds/ridgeback-rhodesian/n02087394_101.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/ridgeback-rhodesian/n02087394_1925.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/ridgeback-rhodesian/n02087394_6050.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/ridgeback-rhodesian/n02087394_6371.jpg\",\n            \"is_active\": false,\n            \"max_height\": 24,\n            \"max_lifespan\": 12,\n            \"max_weight\": 55,\n            \"min_height\": 20,\n            \"min_lifespan\": 10,\n            \"min_weight\": 35,\n            \"name\": \"thai ridgeback\",\n            \"temperament\": \"Protective, Loyal, Independent, Intelligent, Loving, Familial\"\n        },\n        {\n            \"group\": \"Working\",\n            \"image_1\": \"https://images.dog.ceo/breeds/mastiff-tibetan/n02108551_1451.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/mastiff-tibetan/n02108551_3482.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/mastiff-tibetan/n02108551_5540.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/mastiff-tibetan/n02108551_734.jpg\",\n            \"is_active\": false,\n            \"max_height\": 26,\n            \"max_lifespan\": 14,\n            \"max_weight\": 140,\n            \"min_height\": 24,\n            \"min_lifespan\": 10,\n            \"min_weight\": 85,\n            \"name\": \"tibetan mastiff\",\n            \"temperament\": \"Strong Willed, Tenacious, Aloof, Stubborn, Intelligent, Protective\"\n        },\n        {\n            \"group\": \"Non-Sporting\",\n            \"image_1\": \"https://images.dog.ceo/breeds/spaniel-blenheim/n02086646_1342.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/spaniel-brittany/n02101388_5274.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/spaniel-irish/n02102973_3303.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/spaniel-japanese/n02085782_3649.jpg\",\n            \"is_active\": false,\n            \"max_height\": 10,\n            \"max_lifespan\": 15,\n            \"max_weight\": 15,\n            \"min_height\": 10,\n            \"min_lifespan\": 12,\n            \"min_weight\": 9,\n            \"name\": \"tibetan spaniel\",\n            \"temperament\": \"Willful, Aloof, Assertive, Independent, Playful, Intelligent, Happy\"\n        },\n        {\n            \"group\": \"Toy\",\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-fox/n02095314_1407.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-fox/n02095314_3006.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-fox/n02095314_3153.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-fox/n02095314_3495.jpg\",\n            \"is_active\": false,\n            \"max_height\": 11,\n            \"max_lifespan\": 15,\n            \"max_weight\": 9,\n            \"min_height\": 8,\n            \"min_lifespan\": 12,\n            \"min_weight\": 4,\n            \"name\": \"toy fox terrier\",\n            \"temperament\": \"Friendly, Spirited, Alert, Loyal, Playful, Intelligent\"\n        },\n        {\n            \"group\": \"Hound\",\n            \"image_1\": \"https://images.dog.ceo/breeds/coonhound/n02089078_1304.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/coonhound/n02089078_2962.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/coonhound/n02089078_302.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/coonhound/n02089078_3615.jpg\",\n            \"is_active\": false,\n            \"max_height\": 27,\n            \"max_lifespan\": 13,\n            \"max_weight\": 80,\n            \"min_height\": 20,\n            \"min_lifespan\": 10,\n            \"min_weight\": 45,\n            \"name\": \"treeing walker coonhound\",\n            \"temperament\": \"Clever, Affectionate, Confident, Intelligent, Loving, Trainable\"\n        },\n        {\n            \"group\": null,\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-fox/n02095314_1660.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-fox/n02095314_2827.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-fox/n02095314_3039.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-fox/n02095314_3343.jpg\",\n            \"is_active\": false,\n            \"max_height\": 16,\n            \"max_lifespan\": 14,\n            \"max_weight\": 19,\n            \"min_height\": 13,\n            \"min_lifespan\": 13,\n            \"min_weight\": 15,\n            \"name\": \"wire fox terrier\",\n            \"temperament\": \"Fearless, Friendly, Bold, Keen, Alert, Quick\"\n        },\n        {\n            \"group\": \"Toy\",\n            \"image_1\": \"https://images.dog.ceo/breeds/terrier-yorkshire/n02094433_1210.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/terrier-yorkshire/n02094433_1376.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/terrier-yorkshire/n02094433_1770.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/terrier-yorkshire/n02094433_2053.jpg\",\n            \"is_active\": false,\n            \"max_height\": 9,\n            \"max_lifespan\": 16,\n            \"max_weight\": 7,\n            \"min_height\": 8,\n            \"min_lifespan\": 12,\n            \"min_weight\": 4,\n            \"name\": \"yorkshire terrier\",\n            \"temperament\": \"Bold, Independent, Confident, Intelligent, Courageous\"\n        }\n    ],\n    \"page\": 1,\n    \"total_pages\": 1\n}"}],"_postman_id":"f07f8bdf-6228-48ba-b2ab-962dd89f6d43"},{"name":"/activity/dog","event":[{"listen":"test","script":{"id":"1896629d-43fb-4907-8345-48fca7187b42","exec":["pm.test(\"Body contains age\", function () {","    pm.expect(pm.response.text()).to.include(\"age\");","});","","pm.test(\"Body contains breed\", function () {","    pm.expect(pm.response.text()).to.include(\"breed\");","});","","pm.test(\"Body contains description\", function () {","    pm.expect(pm.response.text()).to.include(\"description\");","});","","pm.test(\"Body contains id\", function () {","    pm.expect(pm.response.text()).to.include(\"id\");","});","","pm.test(\"Body contains name\", function () {","    pm.expect(pm.response.text()).to.include(\"name\");","});","","pm.test(\"Body contains shelter_id\", function () {","    pm.expect(pm.response.text()).to.include(\"shelter_id\");","});","","pm.test(\"Body contains sex\", function () {","    pm.expect(pm.response.text()).to.include(\"sex\");","});",""],"type":"text/javascript"}}],"id":"c1288f6e-661f-4b34-bbf7-a2bb0b07ae0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"91B7D3A43B5C31EA"}]},"isInherited":false},"method":"GET","header":[],"url":"http://api.findadogfor.me/api/dog?q={\"filters\":[{\"name\":\"shelter_id\",\"op\":\"eq\",\"val\":\"TX1148\"}]}","description":"<p>Given an activity, returns a list of dog items representing dogs in nearby shelters that would be suitable for this activity within the specified range. This list is capped at 12 entries.</p>\n<p>\"id\" is required as a parameter.</p>\n<p>Parameters:</p>\n<p>id - (Required) The ID of the activity.</p>\n<p>range - (Optional) The range (in degrees) from the activity in which you want to find nearby dogs that would be suitable for this activity. The default is 0.5 degrees if no range is provided.</p>\n<p>Return type:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>dict {\n    objects: [\n        dog_dict_1,\n        ...\n        dog_dict_12\n    ]\n}\n</code></pre>","urlObject":{"protocol":"http","path":["api","dog"],"host":["api","findadogfor","me"],"query":[{"disabled":true,"description":{"content":"<p>(Required) The ID of the activity.</p>\n","type":"text/plain"},"key":"id","value":"string"},{"disabled":true,"description":{"content":"<p>(Optional) The range (in degrees) from the activity in which you want to find nearby dogs that would be suitable for this activity. The default is 0.5 degrees if no range is provided.</p>\n","type":"text/plain"},"key":"range","value":"number"},{"key":"q","value":"{\"filters\":[{\"name\":\"shelter_id\",\"op\":\"eq\",\"val\":\"TX1148\"}]}"}],"variable":[]}},"response":[{"id":"6807445e-3933-4951-b86b-0f37588463e9","name":"/activity/dog","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://api.findadogfor.me/api/dog?q={\"filters\":[{\"name\":\"shelter_id\",\"op\":\"eq\",\"val\":\"TX1148\"}]}","protocol":"http","host":["api","findadogfor","me"],"path":["api","dog"],"query":[{"key":"id","value":"string","description":"(Required) The ID of the activity.","disabled":true},{"key":"range","value":"number","description":"(Optional) The range (in degrees) from the activity in which you want to find nearby dogs that would be suitable for this activity. The default is 0.5 degrees if no range is provided.","disabled":true},{"key":"q","value":"{\"filters\":[{\"name\":\"shelter_id\",\"op\":\"eq\",\"val\":\"TX1148\"}]}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 16 Apr 2019 23:05:03 GMT"},{"key":"Link","value":"<http://api.findadogfor.me/api/dog?page=1&results_per_page=20>; rel=\"last\", <http://api.findadogfor.me/api/dog?page=1&results_per_page=20>; rel=\"last\""},{"key":"Server","value":"Apache/2.4.37 (Amazon) mod_wsgi/3.5 Python/3.6.7"},{"key":"Vary","value":"Accept"},{"key":"Content-Length","value":"5645"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"num_results\": 3,\n    \"objects\": [\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"cairn terrier\",\n            \"description\": \"Age: 4-5 years\\nWeight: 9.5 pounds\\nShaunessy is a 4-5 year old Cairn Terrier mix.  He is a super sweet boy who came to us from the Austin Animal Center.  Shaunessy had some really bad teeth issues, but after those were fixed, he has gained some weight and is a happy healthy little boy!  Shaunessy has a cute low little grumble that he uses to talk about the TV or the butterfly or a squirrel in the yard or a toy that he likes today.  He has a cute personality and really likes to interact with his people.  Shaunessy gets along with other dogs well, but would do best in an only dog or one other dog home situation.  He currently sleeps in a crate, but would be happiest beside his owner either in the bed or next to the bed overnight.  When you come home from work, he will be waiting for you with a cute little spin and yap Woh-Woooorrrrr!  Shaunessy is a sweet little boy and would be a great addition to your home! Adoption fee is $200.\\nIf you are interested in adopting, please read our Frequently Asked Questions before completing the adoption application .\\nThe application and general information can also be found at: www.smallchancerescue.com .\\n\\n\\n\\n\\n\\n\\n\\n\",\n            \"id\": \"42790589\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/42790589/1/?bust=1553449727&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/42790589/2/?bust=1553449728&width=500&-x.jpg\",\n            \"image_3\": \"http://photos.petfinder.com/photos/pets/42790589/3/?bust=1553449729&width=500&-x.jpg\",\n            \"image_4\": \"http://photos.petfinder.com/photos/pets/42790589/4/?bust=1553449729&width=500&-x.jpg\",\n            \"name\": \"Shaunessy\",\n            \"sex\": \"M\",\n            \"shelter_id\": \"TX1148\",\n            \"shelter_name\": \"Small Chance Rescue\",\n            \"size\": \"S\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"lhasa apso\",\n            \"description\": \"Age: 6 years \\nWeight: 16-18 pounds\\nJax is all around one of the best foster dogs his foster mom has ever had, which is saying a lot! He's well mannered, housetrained, low maintenance. He requires drops in his eyes a few times a day for an eye condition, but he's otherwise healthy. He would prefer to be in a home with someone there a lot, since he's emotionally attached to his people and is very sweet in his devotion. He gets along well in a multi-dog household and plays with those who like to play. He is a gem! Adoption fee is $200.\\nIf you are interested in adopting, please read our Frequently Asked Questions before completing the adoption application .\\nThe application and general information can also be found at: www.smallchancerescue.com .\\n\\n\\n\\n\\n\\n\\n\\n\",\n            \"id\": \"44110658\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/44110658/1/?bust=1551240502&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/44110658/2/?bust=1551240503&width=500&-x.jpg\",\n            \"image_3\": \"http://photos.petfinder.com/photos/pets/44110658/3/?bust=1551240504&width=500&-x.jpg\",\n            \"image_4\": \"http://photos.petfinder.com/photos/pets/44110658/4/?bust=1551240504&width=500&-x.jpg\",\n            \"name\": \"Jax\",\n            \"sex\": \"M\",\n            \"shelter_id\": \"TX1148\",\n            \"shelter_name\": \"Small Chance Rescue\",\n            \"size\": \"S\"\n        },\n        {\n            \"age\": \"Senior\",\n            \"breed\": \"shih tzu\",\n            \"description\": \"Courtesy Posting: Mylo needs to be rehomed because of aggression towards a baby in his home. He's 12 years old. \\nThis dog is not with Small Chance Rescue, but a member of the public is trying to rehome him. Please contact Jenn at 903-357-0754 if you are interested in adopting him. Info from his owner below:\\n\\nMylo is great with dogs of all sizes, cats, rabbits... Iâ\\u0080\\u0099ve yet to find an animal he isnâ\\u0080\\u0099t good with, he even plays well with a friend's crazy Min-Pin. He is not at all good with kids. Heâ\\u0080\\u0099s never been great with them and the older heâ\\u0080\\u0099s gotten the worse heâ\\u0080\\u0099s gotten. He does tend to snap when someone pets him and he he doesnâ\\u0080\\u0099t want to or heâ\\u0080\\u0099s done being touched, which is new since the baby was born. He hates being outside for too long, something I think is due to him basically being a grouchy old man. He has faked injury for attention right after the baby was born.... So obviously personality for days. He loves his kennel, we call it his house and at bedtime we tell him to get in his house and he settles for the night. He is extremely attached to me to the point of aggression. He wonâ\\u0080\\u0099t let anyone touch him if heâ\\u0080\\u0099s sitting by me and will growl and bite if they try. Every time Levi (baby) cries, Mylo yelps like heâ\\u0080\\u0099s been hurt. Weâ\\u0080\\u0099ve done everything anyone has suggested and then some to fix this, as he has always been that way, but nothing has helped and itâ\\u0080\\u0099s gotten worse with the baby to the point of the attempted attack. Heâ\\u0080\\u0099s had a very good obviously spoiled life but itâ\\u0080\\u0099s now to where we have to keep him and the baby safe, and finding a better home for Mylo seems to be the best option. Heâ\\u0080\\u0099s in amazing health, I can get his records from the vet, if needed. He loves riding in the car and just being with me. He loves being lap dog and gives kisses. Heâ\\u0080\\u0099s house broken, kennel trained, leash trained can sit stay and lay down.\",\n            \"id\": \"44110673\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/44110673/1/?bust=1551234812&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/44110673/2/?bust=1551234812&width=500&-x.jpg\",\n            \"image_3\": null,\n            \"image_4\": null,\n            \"name\": \"Mylo (Courtesy Listing)\",\n            \"sex\": \"M\",\n            \"shelter_id\": \"TX1148\",\n            \"shelter_name\": \"Small Chance Rescue\",\n            \"size\": \"S\"\n        }\n    ],\n    \"page\": 1,\n    \"total_pages\": 1\n}"}],"_postman_id":"c1288f6e-661f-4b34-bbf7-a2bb0b07ae0d"},{"name":"/activity/shelter","event":[{"listen":"test","script":{"id":"38e4b0c0-1d10-4e6c-aa47-09d519cfa195","exec":["pm.test(\"Body contains id\", function () {","    pm.expect(pm.response.text()).to.include(\"id\");","});","","pm.test(\"Body contains address\", function () {","    pm.expect(pm.response.text()).to.include(\"address\");","});","","pm.test(\"Body contains city\", function () {","    pm.expect(pm.response.text()).to.include(\"city\");","});","","pm.test(\"Body contains latitude\", function () {","    pm.expect(pm.response.text()).to.include(\"latitude\");","});","","pm.test(\"Body contains longitude\", function () {","    pm.expect(pm.response.text()).to.include(\"longitude\");","});","","pm.test(\"Body contains name\", function () {","    pm.expect(pm.response.text()).to.include(\"name\");","});","","pm.test(\"Body contains phone\", function () {","    pm.expect(pm.response.text()).to.include(\"phone\");","});","","pm.test(\"Body contains state\", function () {","    pm.expect(pm.response.text()).to.include(\"state\");","});","","pm.test(\"Body contains zipcode\", function () {","    pm.expect(pm.response.text()).to.include(\"zipcode\");","});","",""],"type":"text/javascript"}}],"id":"9813e84a-e44f-4816-b74e-d47923c8be71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://api.findadogfor.me/api/shelter?q={\"filters\":[{\"name\":\"latitude\",\"op\":\"ge\",\"val\":30.0200004577637}, {\"name\":\"latitude\",\"op\":\"le\",\"val\":30.5200004577637}, {\"name\":\"longitude\",\"op\":\"ge\",\"val\":-97.9899978637695}, {\"name\":\"longitude\",\"op\":\"le\",\"val\":-97.4899978637695}]}","description":"<p>Given an activity, returns a list of shelter items near the activity within the specified range.</p>\n<p>\"id\" is required as a parameter.</p>\n<p>Parameters:</p>\n<p>id - (Required) The ID of the activity.</p>\n<p>page - (Optional) The current page (12 shelters per page) of shelter information.</p>\n<p>range - (Optional) The range (in degrees) from the activity in which you want to find nearby shelters. Defaults to 0.5 degrees if no range is provided.</p>\n<p>Return type:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>dict {\n    objects: [\n        shelter_dict_1,\n        ...\n        shelter_dict_12\n    ],\n    page: number\n}\n</code></pre>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"91B7D3A43B5C31EA"}]},"isInherited":true,"source":{"_postman_id":"1bf28546-31bd-4cc0-a87d-102c7672c522","id":"1bf28546-31bd-4cc0-a87d-102c7672c522","name":"Find a Dog for Me","type":"collection"}},"urlObject":{"protocol":"http","path":["api","shelter"],"host":["api","findadogfor","me"],"query":[{"disabled":true,"description":{"content":"<p>(Required) The ID of the activity.</p>\n","type":"text/plain"},"key":"id","value":"string"},{"disabled":true,"description":{"content":"<p>(Required) The type of the activity (\"park\", \"meetup\", \"event\").</p>\n","type":"text/plain"},"key":"type","value":"string"},{"disabled":true,"description":{"content":"<p>(Optional) The range (in degrees) from the activity in which you want to find nearby shelters. Defaults to 0.5 degrees if no range is provided.</p>\n","type":"text/plain"},"key":"range","value":"number"},{"disabled":true,"description":{"content":"<p>(Optional) The current page (12 shelters per page) of shelter information.</p>\n","type":"text/plain"},"key":"page","value":"number"},{"key":"q","value":"{\"filters\":[{\"name\":\"latitude\",\"op\":\"ge\",\"val\":30.0200004577637}, {\"name\":\"latitude\",\"op\":\"le\",\"val\":30.5200004577637}, {\"name\":\"longitude\",\"op\":\"ge\",\"val\":-97.9899978637695}, {\"name\":\"longitude\",\"op\":\"le\",\"val\":-97.4899978637695}]}"}],"variable":[]}},"response":[{"id":"6f8969d3-bc0f-4db6-9156-14f123d3ec30","name":"/activity/shelter","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://api.findadogfor.me/api/shelter?q={\"filters\":[{\"name\":\"latitude\",\"op\":\"ge\",\"val\":30.0200004577637}, {\"name\":\"latitude\",\"op\":\"le\",\"val\":30.5200004577637}, {\"name\":\"longitude\",\"op\":\"ge\",\"val\":-97.9899978637695}, {\"name\":\"longitude\",\"op\":\"le\",\"val\":-97.4899978637695}]}","protocol":"http","host":["api","findadogfor","me"],"path":["api","shelter"],"query":[{"description":"(Required) The ID of the activity.","key":"id","value":"string","disabled":true},{"description":"(Required) The type of the activity (\"park\", \"meetup\", \"event\").","key":"type","value":"string","disabled":true},{"description":"(Optional) The range (in degrees) from the activity in which you want to find nearby shelters. Defaults to 0.5 degrees if no range is provided.","key":"range","value":"number","disabled":true},{"description":"(Optional) The current page (12 shelters per page) of shelter information.","key":"page","value":"number","disabled":true},{"key":"q","value":"{\"filters\":[{\"name\":\"latitude\",\"op\":\"ge\",\"val\":30.0200004577637}, {\"name\":\"latitude\",\"op\":\"le\",\"val\":30.5200004577637}, {\"name\":\"longitude\",\"op\":\"ge\",\"val\":-97.9899978637695}, {\"name\":\"longitude\",\"op\":\"le\",\"val\":-97.4899978637695}]}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 16 Apr 2019 23:05:25 GMT"},{"key":"Link","value":"<http://api.findadogfor.me/api/shelter?page=2&results_per_page=12>; rel=\"next\", <http://api.findadogfor.me/api/shelter?page=4&results_per_page=12>; rel=\"last\", <http://api.findadogfor.me/api/shelter?page=2&results_per_page=12>; rel=\"next\", <http://api.findadogfor.me/api/shelter?page=4&results_per_page=12>; rel=\"last\""},{"key":"Server","value":"Apache/2.4.37 (Amazon) mod_wsgi/3.5 Python/3.6.7"},{"key":"Vary","value":"Accept"},{"key":"Content-Length","value":"2118"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"num_results\": 46,\n    \"objects\": [\n        {\n            \"address\": null,\n            \"city\": \"Austin\",\n            \"id\": \"TX1053\",\n            \"latitude\": 30.3783,\n            \"longitude\": -97.9456,\n            \"name\": \"Animals First Rescue\",\n            \"phone\": null,\n            \"state\": \"TX\",\n            \"zipcode\": 78734\n        },\n        {\n            \"address\": null,\n            \"city\": \"Austin\",\n            \"id\": \"TX1054\",\n            \"latitude\": 30.3783,\n            \"longitude\": -97.9456,\n            \"name\": \"Reunion Rescue\",\n            \"phone\": null,\n            \"state\": \"TX\",\n            \"zipcode\": 78734\n        },\n        {\n            \"address\": null,\n            \"city\": \"Austin\",\n            \"id\": \"TX1069\",\n            \"latitude\": 30.2914,\n            \"longitude\": -97.7631,\n            \"name\": \"Homeward Bound Dog Rescue\",\n            \"phone\": null,\n            \"state\": \"TX\",\n            \"zipcode\": 78703\n        },\n        {\n            \"address\": \"1321 W. New Hope Drive\",\n            \"city\": \"Cedar Park\",\n            \"id\": \"TX1110\",\n            \"latitude\": 30.4978,\n            \"longitude\": -97.8159,\n            \"name\": \"The Dog Alliance\",\n            \"phone\": \"5123357100\",\n            \"state\": \"TX\",\n            \"zipcode\": 78613\n        },\n        {\n            \"address\": \"P.O. Box 10033\",\n            \"city\": \"Austin\",\n            \"id\": \"TX1148\",\n            \"latitude\": 30.2669,\n            \"longitude\": -97.7428,\n            \"name\": \"Small Chance Rescue\",\n            \"phone\": \"5126997244\",\n            \"state\": \"TX\",\n            \"zipcode\": 78766\n        },\n        {\n            \"address\": null,\n            \"city\": \"Austin\",\n            \"id\": \"TX1196\",\n            \"latitude\": 30.3463,\n            \"longitude\": -97.7674,\n            \"name\": \"Austin Sheltie Rescue Inc\",\n            \"phone\": \"5124538094\",\n            \"state\": \"TX\",\n            \"zipcode\": 78731\n        },\n        {\n            \"address\": \"1156 West Cesar Chavez\",\n            \"city\": \"Austin\",\n            \"id\": \"TX1218\",\n            \"latitude\": 30.2458,\n            \"longitude\": -97.766,\n            \"name\": \"Austin Pets Alive!\",\n            \"phone\": null,\n            \"state\": \"TX\",\n            \"zipcode\": 78704\n        },\n        {\n            \"address\": \"P.O. Box 170428\",\n            \"city\": \"Austin\",\n            \"id\": \"TX1331\",\n            \"latitude\": 30.4959,\n            \"longitude\": -97.7422,\n            \"name\": \"Pug Rescue of Austin\",\n            \"phone\": null,\n            \"state\": \"TX\",\n            \"zipcode\": 78717\n        },\n        {\n            \"address\": \"P.O. Box 13474\",\n            \"city\": \"Austin\",\n            \"id\": \"TX1334\",\n            \"latitude\": 30.2669,\n            \"longitude\": -97.7428,\n            \"name\": \"Austin Siamese Rescue\",\n            \"phone\": \"5123547875\",\n            \"state\": \"TX\",\n            \"zipcode\": 78711\n        },\n        {\n            \"address\": \"PO Box 202402\",\n            \"city\": \"Austin\",\n            \"id\": \"TX1357\",\n            \"latitude\": 30.4042,\n            \"longitude\": -97.7571,\n            \"name\": \"Purrfect Pals Rescue\",\n            \"phone\": null,\n            \"state\": \"TX\",\n            \"zipcode\": 78759\n        },\n        {\n            \"address\": null,\n            \"city\": \"Austin\",\n            \"id\": \"TX1402\",\n            \"latitude\": 30.2669,\n            \"longitude\": -97.7428,\n            \"name\": \"Love-A-Bull\",\n            \"phone\": \"5128675309\",\n            \"state\": \"TX\",\n            \"zipcode\": 78760\n        },\n        {\n            \"address\": \"P.O. Box 309\",\n            \"city\": \"Cedar Creek\",\n            \"id\": \"TX1612\",\n            \"latitude\": 30.0698,\n            \"longitude\": -97.5313,\n            \"name\": \"I Once Was Lost Animal Advocacy\",\n            \"phone\": \"5127969016\",\n            \"state\": \"TX\",\n            \"zipcode\": 78612\n        }\n    ],\n    \"page\": 1,\n    \"total_pages\": 4\n}"}],"_postman_id":"9813e84a-e44f-4816-b74e-d47923c8be71"},{"name":"/activity/query","event":[{"listen":"test","script":{"id":"5fdc4b5b-7183-4911-9fbc-0a9fd6f102fa","exec":["pm.test(\"Body contains date\", function () {","    pm.expect(pm.response.text()).to.include(\"date\");","});","","pm.test(\"Body contains description\", function () {","    pm.expect(pm.response.text()).to.include(\"description\");","});","","pm.test(\"Body contains designation\", function () {","    pm.expect(pm.response.text()).to.include(\"designation\");","});","","pm.test(\"Body contains directions\", function () {","    pm.expect(pm.response.text()).to.include(\"directions\");","});","","pm.test(\"Body contains is_active\", function () {","    pm.expect(pm.response.text()).to.include(\"is_active\");","});","","pm.test(\"Body contains latitude\", function () {","    pm.expect(pm.response.text()).to.include(\"latitude\");","});","","pm.test(\"Body contains longitude\", function () {","    pm.expect(pm.response.text()).to.include(\"longitude\");","});","","pm.test(\"Body contains name\", function () {","    pm.expect(pm.response.text()).to.include(\"name\");","});","","pm.test(\"Body contains type\", function () {","    pm.expect(pm.response.text()).to.include(\"type\");","});","","pm.test(\"Body contains url\", function () {","    pm.expect(pm.response.text()).to.include(\"url\");","});","","pm.test(\"Body contains page\", function () {","    pm.expect(pm.response.text()).to.include(\"page\");","});","",""],"type":"text/javascript"}}],"id":"6000ced0-6c43-4626-a518-ce35e330221c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.findadogfor.me/api//activity/query?%26active=true%26free=true%26type=eventbrite%26page=1","description":"<p>Returns a list of activites that match specfic filters. Can also use this method to sort results in a specific order. </p>\n<p>Parameters:</p>\n<p>active_filter - (Optional) \"true\" for active events, \"false\" for casual events.</p>\n<p>free_filter - (Optional) \"true\" for free events, \"false\" for paid events. </p>\n<p>type_filter - (Optional) \"eventbrite\" for Eventbrite, \"meetup\" for Meetup, \"park\" for National Park.</p>\n<p>search_param - (Optional) A string to search for in the activity list .</p>\n<p>sort_param - (Optional) Possible sorts include \"alphabetical\", \"reverse_alphabetical\", \"date\", and \"reverse_date\"</p>\n<p>page_num - (Optional) The page of results you'd like.</p>\n<p>include_description - (Optional) False by default, if enabled, will search within the hidden description attribute stored for each activity instance as well.</p>\n<p>Return type:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>dict {\n    objects: [\n        activity_dict_1,\n        ...\n        activity_dict_12\n    ],\n    page: number\n}\n</code></pre>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"91B7D3A43B5C31EA"}]},"isInherited":true,"source":{"_postman_id":"1bf28546-31bd-4cc0-a87d-102c7672c522","id":"1bf28546-31bd-4cc0-a87d-102c7672c522","name":"Find a Dog for Me","type":"collection"}},"urlObject":{"protocol":"https","path":["api","","activity","query"],"host":["api","findadogfor","me"],"query":[{"disabled":true,"key":"active","value":"true"},{"disabled":true,"key":"free","value":"true"},{"disabled":true,"key":"type","value":"eventbrite"},{"disabled":true,"key":"page","value":"1"},{"key":"%26active","value":"true%26free=true%26type=eventbrite%26page=1"}],"variable":[]}},"response":[{"id":"b1eb7603-c595-4ac6-ad60-03903ab9a259","name":"/activity/query","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.findadogfor.me/api//activity/query?%26active=true%26free=true%26type=eventbrite%26page=1","protocol":"https","host":["api","findadogfor","me"],"path":["api","","activity","query"],"query":[{"key":"active","value":"true","disabled":true},{"key":"free","value":"true","disabled":true},{"key":"type","value":"eventbrite","disabled":true},{"key":"page","value":"1","disabled":true},{"key":"%26active","value":"true%26free=true%26type=eventbrite%26page=1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 16 Apr 2019 23:05:42 GMT"},{"key":"Server","value":"Apache/2.4.37 (Amazon) mod_wsgi/3.5 Python/3.6.7"},{"key":"Content-Length","value":"21671"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"num_results\": 87,\n    \"objects\": [\n        {\n            \"date\": null,\n            \"description\": \"13,000 years ago this site was already well-known by mammoth hunters as a place to get the best stone for their tools. Centuries passed but the colorful flint found right here in the Texas panhandle never lost its value and usefulness. Visit and gain a sense of how integral this site was to the survival, commerce and culture of the High Plains.\",\n            \"designation\": \"National Monument\",\n            \"directions\": \"Alibates Flint Quarries is located approximately 35 miles north of Amarillo, Texas. From I-40 in Amarillo, take Lakeside exit north towards Lake Meredith National Recreation Area. Exit on TX 136 north towards Borger. After about 30 miles, turn west from TX 136 onto Cas Johnson Road. Park Service signs will be visible. Proceed approximately 3 miles to \\\"Y\\\" intersection and bear to right. Go northwest approximately 2 miles to the Alibates Flint Quarries National Monument Visitor Center.\",\n            \"id\": \"park6D82D070-995A-4524-A56E-C1CE182E7D9B\",\n            \"image_1\": \"https://www.nps.gov/common/uploads/structured_data/3C7EFA64-1DD8-B71B-0BD2E6EF7D52B0BF.jpg\",\n            \"image_2\": \"https://www.nps.gov/common/uploads/structured_data/3C84572F-1DD8-B71B-0B04E3B8365CE1BD.jpg\",\n            \"image_3\": \"https://www.nps.gov/common/uploads/structured_data/3C8458AC-1DD8-B71B-0B159537D27B805A.jpg\",\n            \"image_4\": \"https://www.nps.gov/common/uploads/structured_data/3C845A12-1DD8-B71B-0B5DCB73747198EF.jpg\",\n            \"is_active\": true,\n            \"is_active_string\": \"Active\",\n            \"is_free\": true,\n            \"is_free_string\": \"free\",\n            \"latitude\": 35.5819662,\n            \"location\": \"Fritch, TX\",\n            \"longitude\": -101.6717008,\n            \"name\": \"Alibates Flint Quarries\",\n            \"type\": \"park\",\n            \"url\": \"https://www.nps.gov/alfl/index.htm\",\n            \"weather\": \"The Texas Panhandle experiences a wide variety of weather conditions throughout the year. Winters are cold and windy, and summers are hot and dry. It is usually a good idea to bring a jacket with you if you are planning on hiking to the quarries with a ranger because the mesa gets very windy, even in the summer.\"\n        },\n        {\n            \"date\": null,\n            \"description\": \"An oasis in the desert, Amistad National Recreation Area consists of the US portion of the International Amistad Reservoir. Amistad, whose name comes from the Spanish word meaning friendship, is best known for excellent water-based recreation, camping, hiking, rock art viewing, and its rich cultural history. Amistad is also home to a wide variety of plant and animal life above and below the water.\",\n            \"designation\": \"National Recreation Area\",\n            \"directions\": \"Six miles west of the HWY 90 and 277 North intersection.\",\n            \"id\": \"park34CB30BA-8A5F-4563-AA34-6633708DD9DC\",\n            \"image_1\": \"https://www.nps.gov/common/uploads/structured_data/3C7F0F97-1DD8-B71B-0B2AE2BF68A9390E.jpg\",\n            \"image_2\": \"https://www.nps.gov/common/uploads/structured_data/3C8057C0-1DD8-B71B-0BDE87CC6BFEBFDE.jpg\",\n            \"image_3\": \"https://www.nps.gov/common/uploads/structured_data/3C80595D-1DD8-B71B-0BB1CD7674EB437B.jpg\",\n            \"image_4\": \"https://www.nps.gov/common/uploads/structured_data/3C805B38-1DD8-B71B-0BEB3AAF12CCD190.jpg\",\n            \"is_active\": true,\n            \"is_active_string\": \"Active\",\n            \"is_free\": true,\n            \"is_free_string\": \"free\",\n            \"latitude\": 29.53539777,\n            \"location\": \"Del Rio, TX\",\n            \"longitude\": -101.075821,\n            \"name\": \"Amistad\",\n            \"type\": \"park\",\n            \"url\": \"https://www.nps.gov/amis/index.htm\",\n            \"weather\": \"Weather in Southwest Texas can change in a matter of minutes. It is best to check the local weather report. \\nAmistad National Recreation Area usually has hot summers and mild winters.\"\n        },\n        {\n            \"date\": null,\n            \"description\": \"There is a place in Far West Texas where night skies are dark as coal and rivers carve temple-like canyons in ancient limestone. Here, at the end of the road, hundreds of bird species take refuge in a solitary mountain range surrounded by weather-beaten desert. Tenacious cactus bloom in sublime southwestern sun, and diversity of species is the best in the country. This magical place is Big Bend...\",\n            \"designation\": \"National Park\",\n            \"directions\": \"Several highways lead to Big Bend National Park: TX 118 from Alpine to Study Butte or FM 170 from Presidio to Study Butte (then 26 miles east to park headquarters) or US 90 or US 385 to Marathon (then 70 miles south to park headquarters). \\n\\nDistances between towns and services are considerable. Be sure you have plenty of gas, oil, food, and water for your trip.\",\n            \"id\": \"parkC9056F71-7162-4208-8AE9-2D0AEFA594FD\",\n            \"image_1\": \"https://www.nps.gov/common/uploads/structured_data/3C84EF64-1DD8-B71B-0B44D9F693CAA78C.jpg\",\n            \"image_2\": \"https://www.nps.gov/common/uploads/structured_data/3C84F0B8-1DD8-B71B-0BE8B78FCC3B52A3.jpg\",\n            \"image_3\": \"https://www.nps.gov/common/uploads/structured_data/3C84F209-1DD8-B71B-0B6AA2D4E9522573.jpg\",\n            \"image_4\": \"https://www.nps.gov/common/uploads/structured_data/3C84F37F-1DD8-B71B-0B1EBFE7049A7274.jpg\",\n            \"is_active\": true,\n            \"is_active_string\": \"Active\",\n            \"is_free\": false,\n            \"is_free_string\": \"paid\",\n            \"latitude\": 29.29817767,\n            \"location\": \"Big Bend National Park, TX\",\n            \"longitude\": -103.2297897,\n            \"name\": \"Big Bend\",\n            \"type\": \"park\",\n            \"url\": \"https://www.nps.gov/bibe/index.htm\",\n            \"weather\": \"Variable\\n-- February through April the park abounds with pleasant and comfortable temperatures.\\n-- May through August is hot and can also be stormy. Temperatures regularly reach well over 100 degrees in the lower elevations and along the Rio Grande.\\n-- September through January temperatures are cooler; the weather can quickly turn cold at any time during these months.\"\n        },\n        {\n            \"date\": null,\n            \"description\": \"Life of all types abounds in the Big Thicket. This national preserve protects the incredible diversity of life found where multiple habitats converge in southeast Texas. Hiking trails and waterways meander through nine different ecosystems, from longleaf pine forests to cypress-lined bayous. It is a place of discovery, a place to wander and explore, a place to marvel at the richness of nature.\",\n            \"designation\": \"National Preserve\",\n            \"directions\": \"Big Thicket National Preserve consists of 15 units spread across 7 counties. The visitor center is located approximately 30 miles north of Beaumont, and 8 miles north of Kountze, along US 69/287.\",\n            \"id\": \"park3AA12AD8-4FEB-491D-AEB2-CC0F74CD00E0\",\n            \"image_1\": \"https://www.nps.gov/common/uploads/structured_data/3C79FB5F-1DD8-B71B-0BFB74A6B66A1D15.jpg\",\n            \"image_2\": \"https://www.nps.gov/common/uploads/structured_data/3C79FDD2-1DD8-B71B-0BF21FAC5DB9FD63.jpg\",\n            \"image_3\": \"https://www.nps.gov/common/uploads/structured_data/3C7A0028-1DD8-B71B-0B8C3A7464C599D7.jpg\",\n            \"image_4\": \"https://www.nps.gov/common/uploads/structured_data/3C7A0140-1DD8-B71B-0BBF154BB71CE384.jpg\",\n            \"is_active\": true,\n            \"is_active_string\": \"Active\",\n            \"is_free\": true,\n            \"is_free_string\": \"free\",\n            \"latitude\": 30.42356654,\n            \"location\": \"Kountze, TX\",\n            \"longitude\": -94.3384557,\n            \"name\": \"Big Thicket\",\n            \"type\": \"park\",\n            \"url\": \"https://www.nps.gov/bith/index.htm\",\n            \"weather\": \"Big Thicket National Preserve is generally very hot and humid during the spring and summer. Winters are mild. Snow and subfreezing temperatures are uncommon.\"\n        },\n        {\n            \"date\": null,\n            \"description\": \"Chamizal is more than just an urban park to recreate or enjoy a quiet afternoon. These grounds are a reminder of the harmonious settlement of a 100-year border dispute between the United States and Mexico. We celebrate the cultures of the borderlands to promote the same mutual respect that helped to diplomatically resolve an international disagreement.\",\n            \"designation\": \"National Memorial\",\n            \"directions\": \"From the west take exit 21 off of I-10 toward Piedras Street. Turn right onto Piedras and follow it to Paisano Drive. Turn left onto Paisano and then turn right onto San Marcial Street. From the north take exit 20A off of US-54 for US-62 toward Paisano Drive. Turn right onto Paisano and follow it until you reach San Marcial Street. From the east take exit 22B on I-10 toward US-54. Stay left until two lanes merge, move into the right lane toward Paisano Drive. Turn right at the light and merge onto Paisano.\",\n            \"id\": \"parkEA328EBD-71CC-49B9-8F64-97C8A188BCA4\",\n            \"image_1\": \"https://www.nps.gov/common/uploads/structured_data/3C7CCC23-1DD8-B71B-0BD6AD7C38B32185.jpg\",\n            \"image_2\": \"https://www.nps.gov/common/uploads/structured_data/3C7CCEAB-1DD8-B71B-0BAA8BD2A7F12AA1.jpg\",\n            \"image_3\": \"https://www.nps.gov/common/uploads/structured_data/3C7CD04D-1DD8-B71B-0B5CC4E892EE0641.jpg\",\n            \"image_4\": \"https://www.nps.gov/common/uploads/structured_data/3C7CD234-1DD8-B71B-0B90C9EB7A26A0FD.jpg\",\n            \"is_active\": true,\n            \"is_active_string\": \"Active\",\n            \"is_free\": true,\n            \"is_free_string\": \"free\",\n            \"latitude\": 31.76729634,\n            \"location\": \"El Paso, TX\",\n            \"longitude\": -106.4544011,\n            \"name\": \"Chamizal\",\n            \"type\": \"park\",\n            \"url\": \"https://www.nps.gov/cham/index.htm\",\n            \"weather\": \"Chamizal National Memorial is open year-round, but periodic winter weather conditions may cause closure. Please check for alerts on the park website: www.nps.gov/cham. Thunderstorms typically occur during summer and early fall. There may be no shelter to avoid lightning, so please prepare by looking at weather forecasts and paying attention to developing weather conditions.\"\n        },\n        {\n            \"date\": null,\n            \"description\": \"Fort Davis is one of the best surviving examples of an Indian Wars' frontier military post in the Southwest. From 1854 to 1891, Fort Davis was strategically located to protect emigrants, mail coaches, and freight wagons on the Trans-Pecos portion of the San Antonio-El Paso Road and on the Chihuahua Trail.\",\n            \"designation\": \"National Historic Site\",\n            \"directions\": \"We are approximately 2.5 hours south of Midland/Odessa starting on I-20 to HWY 17, 3.5 hours North West of Del Rio starting on HWY 90 to HWY 118, 4 hours east of El Paso starting on I-10 to HWY 118 and 7 hours west of San Antonio starting on I-10 to HWY 17.\",\n            \"id\": \"parkDE70B987-01A4-4BA5-9662-030BE3329AB3\",\n            \"image_1\": \"https://www.nps.gov/common/uploads/structured_data/3C7DCBC4-1DD8-B71B-0B71D2F2431ADAD5.jpg\",\n            \"image_2\": \"https://www.nps.gov/common/uploads/structured_data/3C7DCD39-1DD8-B71B-0BEE09E6D3EF298C.jpg\",\n            \"image_3\": \"https://www.nps.gov/common/uploads/structured_data/3C7DCEB9-1DD8-B71B-0B0D7E4D5947B1BB.jpg\",\n            \"image_4\": \"https://www.nps.gov/common/uploads/structured_data/3C7DD030-1DD8-B71B-0BCFFA4A826F038F.jpg\",\n            \"is_active\": true,\n            \"is_active_string\": \"Active\",\n            \"is_free\": false,\n            \"is_free_string\": \"paid\",\n            \"latitude\": 30.59930381,\n            \"location\": \"Fort Davis, TX\",\n            \"longitude\": -103.8961904,\n            \"name\": \"Fort Davis\",\n            \"type\": \"park\",\n            \"url\": \"https://www.nps.gov/foda/index.htm\",\n            \"weather\": \"Summer Temperatures average a High of 95 and low of 65. Winter Temperatures average a High of 60 and a low of 20.  Wind is very common and heavy rainfall is very sporadic.\"\n        },\n        {\n            \"date\": null,\n            \"description\": \"Guadalupe Mountains National Park protects the world's most extensive Permian fossil reef, the four highest peaks in Texas, an environmentally diverse collection of flora and fauna, and the stories of lives shaped through conflict, cooperation and survival. Come experience mountains and canyons, desert and dunes, night skies and spectacular vistas within a place unlike any other within the NPS.\",\n            \"designation\": \"National Park\",\n            \"directions\": \"Guadalupe Mountains National Park is located on the north side of US Hwy 62/180. \\nIf you are traveling east from El Paso, TX, we are 110 miles East of the city. Follow US Hwy 62/180 North to the Pine Springs Visitor Center. \\nIf you are traveling from Van Horn, TX, you will travel north on US 54 and make a left hand turn at the junction of US 62/180 to arrive at the park.\\nIf you are traveling west from Carlsbad, NM, you will travel on US Hwy 62/180 South and cross into Texas. Follow signs to the park.\",\n            \"id\": \"park6510001B-685D-4688-A963-4ECE7AB609DB\",\n            \"image_1\": \"https://www.nps.gov/common/uploads/structured_data/3C825533-1DD8-B71B-0B6FDF436F604A3C.jpg\",\n            \"image_2\": \"https://www.nps.gov/common/uploads/structured_data/3C8256DA-1DD8-B71B-0B7E4BE83A8B56F9.jpg\",\n            \"image_3\": \"https://www.nps.gov/common/uploads/structured_data/3C82588D-1DD8-B71B-0B233383D71368EB.jpg\",\n            \"image_4\": \"https://www.nps.gov/common/uploads/structured_data/3C825A11-1DD8-B71B-0BAAA0BDF174AA2F.jpg\",\n            \"is_active\": true,\n            \"is_active_string\": \"Active\",\n            \"is_free\": false,\n            \"is_free_string\": \"paid\",\n            \"latitude\": 31.92304462,\n            \"location\": \"Salt Flat, TX\",\n            \"longitude\": -104.885527,\n            \"name\": \"Guadalupe Mountains\",\n            \"type\": \"park\",\n            \"url\": \"https://www.nps.gov/gumo/index.htm\",\n            \"weather\": \"Weather in the Guadalupe Mountains can change in an instant. In the Spring and Summer, average temperatures vary with highs between 70F-80F+ with evening lows in the 40F-60F range. The Fall and Winter bring milder temperatures with highs in between 50F-60F with evening lows in the 30F-50F range.\"\n        },\n        {\n            \"date\": null,\n            \"description\": \"Within the dry and windswept high plains of the Texas Panhandle lies a hidden oasis, a welcoming haven where wildlife and humans find respite from the dry grasslands above. Through this plain, the Canadian River has cut dramatic 200-foot canyons, or breaks, where humans have eked out a living for over 13,000 years. Lake Meredith now occupies these hidden coves where early humans once roamed.\",\n            \"designation\": \"National Recreation Area\",\n            \"directions\": \"There are several different ways to get to Lake Meredith. If you are coming from Amarillo, exit Loop 335 North, then exit Hwy 136 North to Fritch. Headquarters is located at 419 E. Broadway in Fritch. If coming from the North you can take 1913 from the Dumas Highway or 1913 from US 287.\\n\\nThe airport in Amarillo is approximately 35 miles south of Lake Meredith if traveling by air. Rental cars are available.\",\n            \"id\": \"parkAC3B46AA-B4C2-4555-A82A-D4CF790DF81D\",\n            \"image_1\": \"https://www.nps.gov/common/uploads/structured_data/3C7EF8FA-1DD8-B71B-0B0A1337DFDA3A87.jpg\",\n            \"image_2\": \"https://www.nps.gov/common/uploads/structured_data/3C8451DC-1DD8-B71B-0B5CC972B0A35881.jpg\",\n            \"image_3\": \"https://www.nps.gov/common/uploads/structured_data/3C845316-1DD8-B71B-0B60E7BFC9FC5B97.jpg\",\n            \"image_4\": \"https://www.nps.gov/common/uploads/structured_data/3C845455-1DD8-B71B-0B9906577265C687.jpg\",\n            \"is_active\": true,\n            \"is_active_string\": \"Active\",\n            \"is_free\": true,\n            \"is_free_string\": \"free\",\n            \"latitude\": 35.61926203,\n            \"location\": \"Fritch, TX\",\n            \"longitude\": -101.6820066,\n            \"name\": \"Lake Meredith\",\n            \"type\": \"park\",\n            \"url\": \"https://www.nps.gov/lamr/index.htm\",\n            \"weather\": \"The Texas Panhandle experiences a wide variety of weather conditions throughout the year. Winters are cold and windy, and summers are hot and dry. It is usually a good idea to bring a jacket with you because the region gets very windy, even in the summer.\"\n        },\n        {\n            \"date\": null,\n            \"description\": \"---Lyndon Baines Johnson\\n\\nLyndon B. Johnson National Historical Park tells the story of our 36th President beginning with his ancestors until his final resting place on his beloved LBJ Ranch. This entire \\\"circle of life\\\" gives the visitor a unique perspective into one of America's most noteworthy citizens by providing the most complete picture of any American president.\",\n            \"designation\": \"National Historical Park\",\n            \"directions\": \"By car to National Park Headquarters and the Visitor Center in Johnson City:\\n\\nFrom Austin, take Highway 290 west.\\nFrom San Antonio, take Highway 281 north.\\nFrom Fredericksburg, take Highway 290 east. \\n\\nBy car to the LBJ Ranch and LBJ State Park and Historic Site:\\n\\nFrom Johnson City, take Highway 290 fourteen miles west to the LBJ State Park.\\nFrom Fredericksburg, take Highway 290 sixteen miles east to the LBJ State Park.\\n\\nThe nearest major airports are in Austin and San Antonio.\",\n            \"id\": \"parkECDFABE2-6448-46EA-886E-FE79ACBBF16E\",\n            \"image_1\": \"https://www.nps.gov/common/uploads/structured_data/3C7EE1EE-1DD8-B71B-0B4C9A3E1D87F3BF.jpg\",\n            \"image_2\": \"https://www.nps.gov/common/uploads/structured_data/3C7EE4B7-1DD8-B71B-0BCAC6E33F0FC4B8.jpg\",\n            \"image_3\": \"https://www.nps.gov/common/uploads/structured_data/3C7EE7BF-1DD8-B71B-0B5C83773D7D443A.jpg\",\n            \"image_4\": \"https://www.nps.gov/common/uploads/structured_data/3C7EE9CA-1DD8-B71B-0B5A1FB5F104DAE5.jpg\",\n            \"is_active\": true,\n            \"is_active_string\": \"Active\",\n            \"is_free\": true,\n            \"is_free_string\": \"free\",\n            \"latitude\": 30.2519655,\n            \"location\": \"Johnson City, TX\",\n            \"longitude\": -98.60692433,\n            \"name\": \"Lyndon B Johnson\",\n            \"type\": \"park\",\n            \"url\": \"https://www.nps.gov/lyjo/index.htm\",\n            \"weather\": \"Overall, the park enjoys a sunny, mild climate during three seasons of the year.\\n\\nSpring: Temperatures range from 45 F to 85 F (7 C/29 C). Rain is common in April and May.\\n\\nSummer: Temperatures range from 70 F to 95 F (21 C/35 C). Temperatures can exceed 100 F (38 C) in July and August. Lightweight clothing and sunscreen are advisable. Be prepared with plenty of water.\\n\\nFall: Temperatures range from 45 F to 85 F (7 C/29 C).\\n\\nWinter: Temperatures range from 35 F to 65 F (2 C/18 C) . Snow and ice are rare.\"\n        },\n        {\n            \"date\": \"2019-05-11\",\n            \"description\": \"Whether you're looking for a place to cool off and keep the party going after the Strut Your Mutt 5K or you're looking for a furry addition to your family, Bishop Cidercade is the place to be on May 11th from 12-3PM.\\nBishop Cider Co. will be donating 20% of  the $10 arcade admission and cider/food sales during the event to Dallas DogRRR, so come out and play a few of their 170+ arcade games and enjoy a couple of their 30+ ciders on tap!\\nPlease note dogs are not allowed inside the cidercade. This event is FAMILY FRIENDLY! All ages are welcome in the cidercade until 8PM.  Admission is $10 for all entrants over the age of six.\\nStill haven't registered for the Strut Your Mutt 5K, join TEAM DOGRRR NATION! \\nhttp://support.spca.org/site/TR?fr_id=1121&pg=entry\",\n            \"designation\": null,\n            \"directions\": null,\n            \"id\": \"eventbrite58869551413\",\n            \"image_1\": \"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F58570646%2F271645514498%2F1%2Foriginal.20190315-192436?h=200&w=450&auto=compress&rect=0%2C13%2C1200%2C600&s=b5abaa96ac4eb08493b59fd3a337aaf0\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"is_active\": true,\n            \"is_active_string\": \"Active\",\n            \"is_free\": true,\n            \"is_free_string\": \"free\",\n            \"latitude\": 32.8057862,\n            \"location\": \"2777 Irving Boulevard #200, Dallas, TX 75207\",\n            \"longitude\": -96.8457927,\n            \"name\": \"Dallas DogRRR Strut Your Mutt After Party & Adoption Event\",\n            \"type\": \"eventbrite\",\n            \"url\": \"https://www.eventbrite.com/e/dallas-dogrrr-strut-your-mutt-after-party-adoption-event-tickets-58869551413?aff=ebapi\",\n            \"weather\": null\n        },\n        {\n            \"date\": null,\n            \"description\": \"Padre Island National Seashore separates the Gulf of Mexico from the Laguna Madre, one of a few hypersaline lagoons in the world.  The park protects 70 miles of coastline, dunes, prairies, and wind tidal flats teeming with life.  It is a safe nesting ground for the Kemp’s ridley sea turtle and a haven for over 380 bird species.  It also has a rich history, including the Spanish shipwrecks of 1554.\",\n            \"designation\": \"National Seashore\",\n            \"directions\": \"The National Seashore is located on North Padre Island, southeast of the city of Corpus Christi, Texas. Visitors to the area should head east through Corpus Christi on Highway 358. After crossing the JFK Causeway onto Padre Island, Highway 358 changes to Park Road 22. Continue about 10 miles south on Park Road 22 to reach the park entrance.\",\n            \"id\": \"park7F7E12D2-E295-41D2-8446-BBF5EEF2F8F2\",\n            \"image_1\": \"https://www.nps.gov/common/uploads/structured_data/3C798FA7-1DD8-B71B-0B884F1081FE6647.jpg\",\n            \"image_2\": \"https://www.nps.gov/common/uploads/structured_data/3C7990F0-1DD8-B71B-0BEF4512A36CA204.jpg\",\n            \"image_3\": \"https://www.nps.gov/common/uploads/structured_data/3C7994F2-1DD8-B71B-0BA6531D9DAE6734.jpg\",\n            \"image_4\": \"https://www.nps.gov/common/uploads/structured_data/3C799642-1DD8-B71B-0BAC686EAAD4FBDD.jpg\",\n            \"is_active\": true,\n            \"is_active_string\": \"Active\",\n            \"is_free\": false,\n            \"is_free_string\": \"paid\",\n            \"latitude\": 27.05381186,\n            \"location\": \"Corpus Christi, TX\",\n            \"longitude\": -97.35901135,\n            \"name\": \"Padre Island\",\n            \"type\": \"park\",\n            \"url\": \"https://www.nps.gov/pais/index.htm\",\n            \"weather\": \"Padre Island has long, hot summers and short, mild winters. Summers are very humid. Winter can bring strong cold fronts and gale force winds. Most rain falls near the beginning and end of hurricane season (June-October). Average seasonal temperatures (Fahrenheit) are: Spring - high 70s-80s, low 50s-60s; Summer - high mid-90s, low 70s; Fall - high 70s-80s, low 50s-60s; Winter - high 50s-70s, low 30s-40s. Year-round, average wind speed ranges from 5-25 miles per hour. Relative humidity seldom drops below 70%.\"\n        },\n        {\n            \"date\": null,\n            \"description\": \"On May 8, 1846, United States and Mexican troops clashed on the prairie of Palo Alto. The battle was the first in a two-year long war that changed the map of North America. Palo Alto Battlefield National Historical Park preserves the site of this notable battle and provides an understanding of the causes, events, and consequences of the U.S.-Mexican War.\",\n            \"designation\": \"National Historical Park\",\n            \"directions\": \"The park is located on Brownsville's north side, near the city of Los Fresnos. It is just north of the intersection of FM 1847 (Paredes Line Rd.) and FM 511/FM 550.\",\n            \"id\": \"park3E8C5A4D-6302-4E50-9FCC-A9EC7BFBF1D6\",\n            \"image_1\": \"https://www.nps.gov/common/uploads/structured_data/3C791D5F-1DD8-B71B-0B9B92E13DDE689F.jpg\",\n            \"image_2\": \"https://www.nps.gov/common/uploads/structured_data/3C791F40-1DD8-B71B-0B2328B2EE6AB797.jpg\",\n            \"image_3\": \"https://www.nps.gov/common/uploads/structured_data/3C79209F-1DD8-B71B-0BAD9C92F2CF0409.jpg\",\n            \"image_4\": \"https://www.nps.gov/common/uploads/structured_data/3C7921A4-1DD8-B71B-0B7F752FC172799B.jpg\",\n            \"is_active\": true,\n            \"is_active_string\": \"Active\",\n            \"is_free\": true,\n            \"is_free_string\": \"free\",\n            \"latitude\": 26.02387351,\n            \"location\": \"Brownsville, TX\",\n            \"longitude\": -97.46296072,\n            \"name\": \"Palo Alto Battlefield\",\n            \"type\": \"park\",\n            \"url\": \"https://www.nps.gov/paal/index.htm\",\n            \"weather\": \"Summers are hot and humid. Tropical weather systems generally affect the area from August to October. Winters are usually mild but cold fronts can drop temperatures by up to 30 degrees in about an hour.\"\n        }\n    ],\n    \"page\": 1,\n    \"status\": 200,\n    \"total_pages\": 8\n}"}],"_postman_id":"6000ced0-6c43-4626-a518-ce35e330221c"}],"id":"7ae0790d-5a73-4bf4-a27e-efe75f4c0c1f","description":"<p>API calls related to the Activity model.</p>\n<p>Activity Model:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>dict {\n    id: string,\n    type: string,\n    url: string,\n    name: string,\n    description: string, \n    latitude: number,\n    longitude: number,\n    location: string,\n    is_active: boolean,\n    is_free: boolean,\n    image_1: string,\n    image_2: string,\n    image_3: string,\n    image_4: string,\n    --- For National Parks Only ---\n    designation: string, \n    weather: string, \n    directions: string, \n    --- For Meetup/Eventbrite Only ---\n    date: string,\n\n}\n</code></pre>","event":[{"listen":"prerequest","script":{"id":"50a422da-fbab-49d6-b17a-01f1c19eba8b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8195e7e7-3aff-4faf-b78f-3d3a7b97ceab","type":"text/javascript","exec":[""]}}],"_postman_id":"7ae0790d-5a73-4bf4-a27e-efe75f4c0c1f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"91B7D3A43B5C31EA"}]},"isInherited":true,"source":{"_postman_id":"1bf28546-31bd-4cc0-a87d-102c7672c522","id":"1bf28546-31bd-4cc0-a87d-102c7672c522","name":"Find a Dog for Me","type":"collection"}}},{"name":"Search","item":[{"name":"/search","event":[{"listen":"test","script":{"id":"22bd1ac6-c782-48ae-ab43-69ffb18a5daa","exec":["pm.test(\"Body contains group\", function () {","    pm.expect(pm.response.text()).to.include(\"group\");","});","","pm.test(\"Body contains is_active\", function () {","    pm.expect(pm.response.text()).to.include(\"is_active\");","});","","pm.test(\"Body contains max_height\", function () {","    pm.expect(pm.response.text()).to.include(\"max_height\");","});","","pm.test(\"Body contains max_lifespan\", function () {","    pm.expect(pm.response.text()).to.include(\"max_lifespan\");","});","","pm.test(\"Body contains max_weight\", function () {","    pm.expect(pm.response.text()).to.include(\"max_weight\");","});","","pm.test(\"Body contains min_height\", function () {","    pm.expect(pm.response.text()).to.include(\"min_height\");","});","","pm.test(\"Body contains min_lifespan\", function () {","    pm.expect(pm.response.text()).to.include(\"min_lifespan\");","});","","pm.test(\"Body contains min_weight\", function () {","    pm.expect(pm.response.text()).to.include(\"min_weight\");","});","","pm.test(\"Body contains temperament\", function () {","    pm.expect(pm.response.text()).to.include(\"temperament\");","});","","pm.test(\"Body contains page\", function () {","    pm.expect(pm.response.text()).to.include(\"page\");","});","","pm.test(\"Body contains age\", function () {","    pm.expect(pm.response.text()).to.include(\"age\");","});","","pm.test(\"Body contains breed\", function () {","    pm.expect(pm.response.text()).to.include(\"breed\");","});","","pm.test(\"Body contains description\", function () {","    pm.expect(pm.response.text()).to.include(\"description\");","});","","pm.test(\"Body contains id\", function () {","    pm.expect(pm.response.text()).to.include(\"id\");","});","","pm.test(\"Body contains name\", function () {","    pm.expect(pm.response.text()).to.include(\"name\");","});","","pm.test(\"Body contains shelter_id\", function () {","    pm.expect(pm.response.text()).to.include(\"shelter_id\");","});","","pm.test(\"Body contains sex\", function () {","    pm.expect(pm.response.text()).to.include(\"sex\");","});",""],"type":"text/javascript"}}],"id":"b39a6e45-70cc-46e6-997e-3bb77a49aa55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.findadogfor.me/api/search_website?page=1&search=border collie","description":"<p>A search method that returns results across all models. </p>\n<p>Parameters: </p>\n<p>search - (Required) The string you'd like to search for.</p>\n<p>page - (Optional) The page of results you'd like.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"91B7D3A43B5C31EA"}]},"isInherited":true,"source":{"_postman_id":"1bf28546-31bd-4cc0-a87d-102c7672c522","id":"1bf28546-31bd-4cc0-a87d-102c7672c522","name":"Find a Dog for Me","type":"collection"}},"urlObject":{"protocol":"https","path":["api","search_website"],"host":["api","findadogfor","me"],"query":[{"key":"page","value":"1"},{"key":"search","value":"border collie"}],"variable":[]}},"response":[{"id":"0610e5f8-20b1-49ee-9ebd-3505bd6682f1","name":"/search","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.findadogfor.me/api/search_website?page=1&search=border collie","protocol":"https","host":["api","findadogfor","me"],"path":["api","search_website"],"query":[{"key":"page","value":"1"},{"key":"search","value":"border collie"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 12 Apr 2019 16:59:00 GMT"},{"key":"Server","value":"Apache/2.4.37 (Amazon) mod_wsgi/3.5 Python/3.6.7"},{"key":"Content-Length","value":"19844"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"num_results\": 132,\n    \"objects\": [\n        {\n            \"group\": \"Herding\",\n            \"image_1\": \"https://images.dog.ceo/breeds/collie-border/n02106166_1705.jpg\",\n            \"image_2\": \"https://images.dog.ceo/breeds/collie-border/n02106166_2072.jpg\",\n            \"image_3\": \"https://images.dog.ceo/breeds/collie-border/n02106166_2660.jpg\",\n            \"image_4\": \"https://images.dog.ceo/breeds/collie-border/n02106166_3515.jpg\",\n            \"is_active\": true,\n            \"max_height\": 22,\n            \"max_lifespan\": 16,\n            \"max_weight\": 45,\n            \"min_height\": 18,\n            \"min_lifespan\": 12,\n            \"min_weight\": 30,\n            \"name\": \"border collie\",\n            \"temperament\": \"Tenacious, Keen, Energetic, Responsive, Alert, Intelligent\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"border collie\",\n            \"description\": \"He is extremely sweet and loves to be hugged and snuggled with.\\n\",\n            \"id\": \"44015202\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/44015202/1/?bust=1550168272&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/44015202/2/?bust=1553883581&width=500&-x.jpg\",\n            \"image_3\": null,\n            \"image_4\": null,\n            \"name\": \"Scout\",\n            \"sex\": \"M\",\n            \"shelter_id\": \"TX906\",\n            \"shelter_name\": \"Universal City Animal Care & Control\",\n            \"size\": \"M\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"border collie\",\n            \"description\": \"Sasha is a beautiful girl who survived the streets of Houston, she has a few scars from her street life but is still a real beauty, she gets along with other dogs but an introduction would be needed, she has been professionally trained in obedience and is proficient in her recall and other commands, and perfect on leash, she loves to please her person/handler, She is current on vaccinations, chipped, spayed and HW negative, she loves to swim, look for rodents!!! too funny, and run like the wind, she is good around horses and cattle\",\n            \"id\": \"44041171\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/44041171/1/?bust=1550448136&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/44041171/2/?bust=1550448081&width=500&-x.jpg\",\n            \"image_3\": \"http://photos.petfinder.com/photos/pets/44041171/3/?bust=1550448082&width=500&-x.jpg\",\n            \"image_4\": \"http://photos.petfinder.com/photos/pets/44041171/4/?bust=1550448202&width=500&-x.jpg\",\n            \"name\": \"Sasha\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX1662\",\n            \"shelter_name\": \"Dogtown Ranch Sanctuary, Rescue & Rehab Center\",\n            \"size\": \"M\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"border collie\",\n            \"description\": \"**This dog is being fostered in North Houston.**\\n\\nMy rescue story begins with my trying to walk into a local grocery store.  I was just outside the door and trying to walk in after customers when two nice ladies stopped to check on me.  Since the â\\u0080\\u009clost-dogâ\\u0080\\u009d signs they put up all around the area did not locate my owner, I am now looking for a loving forever home. I am playful and love other dogs.  I will run, run, and run and really enjoy their company. My weight is just under 50 pounds and my age is possibly three years.  Guesses have been made as to my primary breed, but Iâ\\u0080\\u0099m possibly Border Collie mixed in with some Siberian Husky.  My fur is a beautiful, charcoal gray. I am fully vaccinated, neutered and microchipped. I am housetrained and crate trained. What more could you ask for? I am eager to please, easily trained and just an all around good boy. I am seeking a forever home to call my very own. Could that home be with you and your family? I promise to lavish you with my love and loyalty all the days of my life. If you would like to apply for me, please e-mail caninecompassion@yahoo.com for an application.\",\n            \"id\": \"27309012\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/27309012/1/?bust=1466683278&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/27309012/2/?bust=1466683278&width=500&-x.jpg\",\n            \"image_3\": null,\n            \"image_4\": null,\n            \"name\": \"KYLE\",\n            \"sex\": \"M\",\n            \"shelter_id\": \"TX1121\",\n            \"shelter_name\": \"Canine Compassion\",\n            \"size\": \"M\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"border collie\",\n            \"description\": \"Jazz is such a handsome and happy boy.  Jazz is around 3 years old and we think he's a shepher/collie mix.  He gets along well with dogs, cats, and people but no small children please.  He's quite active with lots of energy and loves to run.  To meet Jazz contact tauna@barriodogs.org\",\n            \"id\": \"29437714\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/29437714/1/?bust=1461938434&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/29437714/2/?bust=1422208400&width=500&-x.jpg\",\n            \"image_3\": \"http://photos.petfinder.com/photos/pets/29437714/3/?bust=1553177858&width=500&-x.jpg\",\n            \"image_4\": \"http://photos.petfinder.com/photos/pets/29437714/4/?bust=1553177858&width=500&-x.jpg\",\n            \"name\": \"Jazz\",\n            \"sex\": \"M\",\n            \"shelter_id\": \"TX1462\",\n            \"shelter_name\": \"Barrio Dogs of Houston\",\n            \"size\": \"L\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"border collie\",\n            \"description\": null,\n            \"id\": \"43871151\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/43871151/1/?bust=1549054797&width=500&-x.jpg\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"name\": \"EMERY\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX424\",\n            \"shelter_name\": \"Harris County Public Health & Environmental Services Veterinary Public Health\",\n            \"size\": \"L\"\n        },\n        {\n            \"age\": \"Young\",\n            \"breed\": \"border collie\",\n            \"description\": \"Stella is a three and one-half years old smooth border collie mix who loves people of all ages, and other dogs.\\n\\nShe is undergoing heartworm treatment, and will be resting in a foster home a few weeks.\\n\\nShe loves walks, playing with toys, exploring the great outdoors, and PEOPLE!  \\n\\nWhat a perfect companion to enjoy all that Austin has to offer!!\\n\\nShe is up to date on vaccines and spayed!\\n\\nATXcatsdogs@gmail.com is contact for potential fosters or adopters!\\n\\nFor more photos and info:\\n\\nFollow us on Facebook https://www.facebook.com/austincatsanddogsrescue/\\n\\nFollow us on Instagram https://www.instagram.com/austin.catsanddogs.rescue\\n\",\n            \"id\": \"44269698\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/44269698/1/?bust=1553046151&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/44269698/2/?bust=1554337709&width=500&-x.jpg\",\n            \"image_3\": \"http://photos.petfinder.com/photos/pets/44269698/3/?bust=1554337710&width=500&-x.jpg\",\n            \"image_4\": \"http://photos.petfinder.com/photos/pets/44269698/4/?bust=1554337710&width=500&-x.jpg\",\n            \"name\": \"Stella\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX2240\",\n            \"shelter_name\": \"Austin Cats and Dogs Rescue\",\n            \"size\": \"M\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"border collie\",\n            \"description\": \"Not only is Cocoa as sweet as her namesake, but she has smarts, too. This Border Collie mix loves to learn, especially if treats are involved. She has mastered crate and house training, and her leash manners have greatly improved since joining us at 4 Paws Farm.\\n\\nCocoa will do best with an active person or family, one who appreciates the energy of a 2-year-old and will provide her with physical and mental stimulation through exercise and training.\\n\\nDoes Cocoa sound like your next best friend? You can meet her at our Saturday adoptions at PetSmart in Tomball. Or start the application process at 4pawsfarm.org. We do reference and home checks â\\u0080\\u0094 we want our adoptables to go to the right homes!\\n\",\n            \"id\": \"43298573\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/43298573/1/?bust=1549828709&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/43298573/2/?bust=1549314208&width=500&-x.jpg\",\n            \"image_3\": null,\n            \"image_4\": null,\n            \"name\": \"Cocoa\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX1753\",\n            \"shelter_name\": \"4 Paws Farm, Inc\",\n            \"size\": \"M\"\n        },\n        {\n            \"age\": \"Young\",\n            \"breed\": \"border collie\",\n            \"description\": \"Rollo is a 70 lb. handsome young collie mix box about 18 months old who loves to go for long walks on the beach... or just through the neighborhood! If you are a runner, he also loves to go for jogs with you. True to a collie's nature, he is intelligent, playful, and eager to please. He is also house broken, great with children, and other dogs. He gets excited around cats, but is still respectful. He is a great companion who will love to adventure with you everywhere, and he is proud to show off his manners in public. Rollo's adoption fee is $175 and includes neuter, microchip, and vaccinations. He was born in foster care and is heartworm negative. Apply to adopt at www.soca-fbc.org/adoptables.\",\n            \"id\": \"39461403\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/39461403/1/?bust=1547319253&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/39461403/2/?bust=1547319264&width=500&-x.jpg\",\n            \"image_3\": \"http://photos.petfinder.com/photos/pets/39461403/3/?bust=1547319272&width=500&-x.jpg\",\n            \"image_4\": null,\n            \"name\": \"Rollo\",\n            \"sex\": \"M\",\n            \"shelter_id\": \"TX2137\",\n            \"shelter_name\": \"Saving Our Companion Animals - Fort Bend County\",\n            \"size\": \"L\"\n        },\n        {\n            \"age\": \"Young\",\n            \"breed\": \"border collie\",\n            \"description\": \"Precious is a 2 year old female collie mix. She loves to be with her human and doggie friends. She is a big love bug looking for a home to call her own\",\n            \"id\": \"44398564\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/44398564/1/?bust=1554510307&width=500&-x.jpg\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"name\": \"Precious\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX854\",\n            \"shelter_name\": \"Humane Society of Cedar Creek Lake\",\n            \"size\": \"M\"\n        },\n        {\n            \"age\": \"Young\",\n            \"breed\": \"border collie\",\n            \"description\": \"Scarlett is a 1 year old female collie mix. She loves to run and play in the yard and get lots of love. Come out and meet her\",\n            \"id\": \"44398573\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/44398573/1/?bust=1554510444&width=500&-x.jpg\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"name\": \"Scarlett\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX854\",\n            \"shelter_name\": \"Humane Society of Cedar Creek Lake\",\n            \"size\": \"M\"\n        },\n        {\n            \"age\": \"Baby\",\n            \"breed\": \"border collie\",\n            \"description\": \"Meet Brienne, she is a 6 week old Collie/Shepherd mix (we think).    Her foster mom says she is the biggest adventure seeker of the group and she likes to be in charge of the other pups!   \\n\\nShe is current on all vaccines for her age and will be ready to go to her new home on 4/16!    She is currently being fostered in Bellingham, WA\\n\\nIf you would like more information on adopting Cersei please send an email to \\nJenelle3lp@gmail.com\",\n            \"id\": \"44382994\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/44382994/1/?bust=1554337564&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/44382994/2/?bust=1554337567&width=500&-x.jpg\",\n            \"image_3\": \"http://photos.petfinder.com/photos/pets/44382994/3/?bust=1554337572&width=500&-x.jpg\",\n            \"image_4\": \"http://photos.petfinder.com/photos/pets/44382994/4/?bust=1554337574&width=500&-x.jpg\",\n            \"name\": \"Brienne\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX2269\",\n            \"shelter_name\": \"Three Little Pitties Rescue\",\n            \"size\": \"M\"\n        },\n        {\n            \"age\": \"Baby\",\n            \"breed\": \"border collie\",\n            \"description\": \"Meet Jon Snow, he is a 6 week old Collie/Shepherd mix (we think).    His foster mom says he loves to play and cuddle with is older foster puppy brother.   He would do great with a sibling!  \\n\\nHe is current on all vaccines for his age and will be ready to go to his new home on 4/16!    He is currently being fostered in Bellingham, WA\\n\\nIf you would like more information on adopting Jon Snow please send an email to \\nJenelle3lp@gmail.com\",\n            \"id\": \"44383012\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/44383012/1/?bust=1554337978&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/44383012/2/?bust=1554337980&width=500&-x.jpg\",\n            \"image_3\": \"http://photos.petfinder.com/photos/pets/44383012/3/?bust=1554337988&width=500&-x.jpg\",\n            \"image_4\": \"http://photos.petfinder.com/photos/pets/44383012/4/?bust=1554337992&width=500&-x.jpg\",\n            \"name\": \"Jon Snow\",\n            \"sex\": \"M\",\n            \"shelter_id\": \"TX2269\",\n            \"shelter_name\": \"Three Little Pitties Rescue\",\n            \"size\": \"M\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"border collie\",\n            \"description\": \"Sylo is a handsome Border Collie/Shepherd Mix.  He is approx 1 year old and a sweetie.  He is neutered and heartworm negative.  Saved from a high kill shelter in Texas. \\n\\nThis dog will be local in OR and WA at the locations/dates below. \\n\\nApril 26, 2019 (9am-5pm) Friday\\nPetsmart \\n1295 NW 185th Ave \\nHillsboro OR 97006\\n\\nApril 27, 2019 (9am-5pm) Saturday\\nPetsmart\\n17845 Garden Way NE Unit 11\\nWoodinville, WA 98072\\n\\nApril 28, 2019 (10am-5pm) Sunday \\nPetsmart \\n4379 Guide Meridian\\nBellingham, WA 98226\\n\\nYes we adopt to Canada Residents, you would need to drive down to pickup the pup. \\n\\nAdoption fee at the event will be $550 which includes spay/neutered, microchip, shots up to date and rabies certificate\\n\\n**Please note due to space on the transport vehicle not all dogs will attend the event, if you are super interested in meeting a certain dog please email us*\",\n            \"id\": \"44410402\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/44410402/1/?bust=1554668657&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/44410402/2/?bust=1554668660&width=500&-x.jpg\",\n            \"image_3\": \"http://photos.petfinder.com/photos/pets/44410402/3/?bust=1554668663&width=500&-x.jpg\",\n            \"image_4\": \"http://photos.petfinder.com/photos/pets/44410402/4/?bust=1554668676&width=500&-x.jpg\",\n            \"name\": \"Sylo - Local April 26-28\",\n            \"sex\": \"M\",\n            \"shelter_id\": \"TX971\",\n            \"shelter_name\": \"Animal Rescue Kingdom (A.R.K)\",\n            \"size\": \"M\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"border collie\",\n            \"description\": \"Clyde is a handsome Border Collie Mix.  He is approx 3 years old and a love.  He is neutered and heartworm negative.  He was saved from a high kill shelter. \\n\\nThis dog will be local in OR and WA at the locations/dates below. \\n\\nApril 26, 2019 (9am-5pm) Friday\\nPetsmart \\n1295 NW 185th Ave \\nHillsboro OR 97006\\n\\nApril 27, 2019 (9am-5pm) Saturday\\nPetsmart\\n17845 Garden Way NE Unit 11\\nWoodinville, WA 98072\\n\\nApril 28, 2019 (10am-5pm) Sunday \\nPetsmart \\n4379 Guide Meridian\\nBellingham, WA 98226\\n\\nYes we adopt to Canada Residents, you would need to drive down to pickup the pup. \\n\\nAdoption fee at the event will be $550 which includes spay/neutered, microchip, shots up to date and rabies certificate\\n\\n**Please note due to space on the transport vehicle not all dogs will attend the event, if you are super interested in meeting a certain dog please email us*\",\n            \"id\": \"44410415\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/44410415/1/?bust=1554669185&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/44410415/2/?bust=1554669190&width=500&-x.jpg\",\n            \"image_3\": \"http://photos.petfinder.com/photos/pets/44410415/3/?bust=1554669200&width=500&-x.jpg\",\n            \"image_4\": \"http://photos.petfinder.com/photos/pets/44410415/4/?bust=1554669212&width=500&-x.jpg\",\n            \"name\": \"Clyde - Local April 26-28\",\n            \"sex\": \"M\",\n            \"shelter_id\": \"TX971\",\n            \"shelter_name\": \"Animal Rescue Kingdom (A.R.K)\",\n            \"size\": \"M\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"border collie\",\n            \"description\": \"Pancho is a handsome, laid back, chill guy. He is around 4 years old, about 65 lbs, and we believe he is a Border Collie mix. Pancho is a gentle quiet boy who would love a home of his own. We are still learning about him but he has not had any negative reactions to dogs or cats. Pancho is up to date on all shots and preventative, heartworm negative, and neutered. His adoption fee is $50.\",\n            \"id\": \"44184474\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/44184474/1/?bust=1554151953&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/44184474/2/?bust=1554151953&width=500&-x.jpg\",\n            \"image_3\": \"http://photos.petfinder.com/photos/pets/44184474/3/?bust=1554151954&width=500&-x.jpg\",\n            \"image_4\": \"http://photos.petfinder.com/photos/pets/44184474/4/?bust=1554151955&width=500&-x.jpg\",\n            \"name\": \"Pancho\",\n            \"sex\": \"M\",\n            \"shelter_id\": \"TX2251\",\n            \"shelter_name\": \"Madisonville Animal Control\",\n            \"size\": \"L\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"border collie\",\n            \"description\": \"Lefty is a 2 year old Border Collie mix around 50 lbs. We found him after he was hit by a vehicle. He spent a lot of time recovering at the vet and is doing so much better now. Lefty is a calm quiet boy, and he is kennel trained, great with dogs, cats, and kids. Lefty does not have any accidents in the house and asks to go outside when he needs to potty. But we still recommend kenneling him if he is not supervised, at least until he is acclimated to your personal routine. Lefty is an absolute catch of a dog with a winning temperament, he is an extremely calm, go-with-the-flow kind of guy. \\nLefty is up to date on all shots and preventative, HW negative, and neutered. His adoption fee is $50. Please let us know if you would like to meet him.\",\n            \"id\": \"44388706\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/44388706/1/?bust=1554434750&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/44388706/2/?bust=1554434754&width=500&-x.jpg\",\n            \"image_3\": \"http://photos.petfinder.com/photos/pets/44388706/3/?bust=1554434756&width=500&-x.jpg\",\n            \"image_4\": \"http://photos.petfinder.com/photos/pets/44388706/4/?bust=1554434757&width=500&-x.jpg\",\n            \"name\": \"Lefty\",\n            \"sex\": \"M\",\n            \"shelter_id\": \"TX2251\",\n            \"shelter_name\": \"Madisonville Animal Control\",\n            \"size\": \"M\"\n        },\n        {\n            \"age\": \"Young\",\n            \"breed\": \"border collie\",\n            \"description\": \"Chance is a 1 year old collie/shepherd mix male. He loves to roll over for his belly rubs. He is very sweet and loves everyone.\",\n            \"id\": \"44205551\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/44205551/1/?bust=1552341578&width=500&-x.jpg\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"name\": \"Chance\",\n            \"sex\": \"M\",\n            \"shelter_id\": \"TX854\",\n            \"shelter_name\": \"Humane Society of Cedar Creek Lake\",\n            \"size\": \"L\"\n        },\n        {\n            \"age\": \"Young\",\n            \"breed\": \"border collie\",\n            \"description\": \"Hannah is a young dog who was found abandoned in a rural area.  She is a friendly girl who loves everyone she meets!  Hannah has been quickly regaining her confidence and is becoming a joyful, happy girl who would be a great addition to any family. To meet  Hannah,  please contact Hill County Paw Pals by phone 254-580-0679, 254-580-5261, or e-mail hcpawpals@yahoo.com. An online adoption application is available at hcpawpals.org. An adoption fee of $150.00 will help to offset vet expenses.\",\n            \"id\": \"44149004\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/44149004/1/?bust=1551681706&width=500&-x.jpg\",\n            \"image_2\": null,\n            \"image_3\": null,\n            \"image_4\": null,\n            \"name\": \"Hannah\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX784\",\n            \"shelter_name\": \"Hill County Paw Pals\",\n            \"size\": \"M\"\n        },\n        {\n            \"age\": \"Adult\",\n            \"breed\": \"border collie\",\n            \"description\": \"Meet Freya! She is a 2 1/2 year old, female, Border Collie/Boxer mix. She loves to play with toys and other dogs! Sheâ\\u0080\\u0099s a super sweet cuddler who is also great with kids. She knows many commands: sit, stay, kennel, fetch and is crate, leash and potty trained. She is a dream indoors! Never meets a stranger but can be a bit uneasy outdoors or with loud noises. She prefers men over women but loves both equally! When Freya isnâ\\u0080\\u0099t playing with her favorite toy (her soccer ball) sheâ\\u0080\\u0099s taking a nap in her crate or next to you on the sofa. She would be okay being left home alone uncrated and knows how to keep herself occupied with her toys! I believe she would thrive in a home with a fur brother or sister! She just needs someone to give her a chance to shine and show her the world! She listens very well and is always eager to please! To foster or adopt Freya, please apply at\\nwww.hhfrescue.org\\n\\nThe adoption fee includes vaccinations, bordetella, deworming, rabies, spay/neuter and microchip. There is an additional $10.99 fee for Home Again for a lifetime registration of the microchip. If adopting a puppy, the rabies and spay/neuter will be done at the same time by our vet once they are 4 months old and billed to us. It is against the law in the State of Texas for a rescue not to be sterilized so we have to make sure it gets completed and that we have record of it.\\n\",\n            \"id\": \"41868723\",\n            \"image_1\": \"http://photos.petfinder.com/photos/pets/41868723/1/?bust=1554390629&width=500&-x.jpg\",\n            \"image_2\": \"http://photos.petfinder.com/photos/pets/41868723/2/?bust=1554390633&width=500&-x.jpg\",\n            \"image_3\": \"http://photos.petfinder.com/photos/pets/41868723/3/?bust=1554390635&width=500&-x.jpg\",\n            \"image_4\": null,\n            \"name\": \"Freya\",\n            \"sex\": \"F\",\n            \"shelter_id\": \"TX2153\",\n            \"shelter_name\": \"Honoring Hope and Faith Rescue, Inc.\",\n            \"size\": \"L\"\n        }\n    ],\n    \"page\": 1,\n    \"status\": 200,\n    \"total_pages\": 7\n}"}],"_postman_id":"b39a6e45-70cc-46e6-997e-3bb77a49aa55"}],"id":"7399d4bf-ff4f-4585-accb-5baf67445f79","_postman_id":"7399d4bf-ff4f-4585-accb-5baf67445f79","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"91B7D3A43B5C31EA"}]},"isInherited":true,"source":{"_postman_id":"1bf28546-31bd-4cc0-a87d-102c7672c522","id":"1bf28546-31bd-4cc0-a87d-102c7672c522","name":"Find a Dog for Me","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"91B7D3A43B5C31EA"}]}},"event":[{"listen":"prerequest","script":{"id":"b4fb3d1b-19c0-4968-8d1a-b0d932530436","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f4e74ff7-ef66-4260-8d21-bb36c840b514","type":"text/javascript","exec":[""]}}],"variable":[{"key":"API_TOKEN","value":"91B7D3A43B5C31EA"}]}