{"info":{"_postman_id":"0bfe4f49-7435-4ec5-ac72-3022255f1a33","name":"**RescueGroups.org REST API v5","description":"<html><head></head><body><p>Welcome to the documentation for RescueGroups.org's v5 API.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"60615","collectionId":"0bfe4f49-7435-4ec5-ac72-3022255f1a33","publishedId":"SWT5j1e4","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-01-20T16:42:00.000Z"},"item":[{"name":"Search animals in radius (postalcode)","id":"d3f867ed-85c0-4239-bee2-9f91dfae2d5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Authorization","value":"{{apikey}}"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"filterRadius\":\n        \t{\n        \t\t\"miles\": 25,\n        \t\t\"postalcode\": 90210\n        \t}\n        \n    }\n}\n"},"url":"{{url}}/public/animals/search/available/haspic?fields[animals]=distance&include=breeds,locations&sort=random&limit=1","description":"<p>Search for one random available pet, with at least one picture, within 100 miles of a postal code</p>\n","urlObject":{"path":["public","animals","search","available","haspic"],"host":["{{url}}"],"query":[{"key":"fields[animals]","value":"distance"},{"key":"include","value":"breeds,locations"},{"key":"sort","value":"random"},{"key":"limit","value":"1"}],"variable":[]}},"response":[{"id":"9425e0a8-9674-4a40-9a7b-dc6046713072","name":"Search animals in radius (postalcode)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Authorization","value":"{{apikey}}"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"filterRadius\":\n        \t{\n        \t\t\"miles\": 25,\n        \t\t\"postalcode\": 90210\n        \t}\n        \n    }\n}\n"},"url":{"raw":"{{url}}/public/animals/search/available/haspic?fields[animals]=distance&include=breeds,locations&sort=random&limit=1","host":["{{url}}"],"path":["public","animals","search","available","haspic"],"query":[{"key":"fields[animals]","value":"distance"},{"key":"include","value":"breeds,locations"},{"key":"sort","value":"random"},{"key":"limit","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 Jan 2020 16:48:49 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.3.13"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, DELETE, PATCH, PUT, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization, Origin, Content-Type, Accept"},{"key":"Access-Control-Expose-Headers","value":"Authorization, Location"},{"key":"X-Powered-By","value":"PHP/7.3.13"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 26 Jul 1997 05:00:00 GMT"},{"key":"X-Transaction-Id","value":"LDMYzJTsVTbV"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"345"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"count\": 3565,\n        \"countReturned\": 1,\n        \"pageReturned\": 1,\n        \"limit\": 1,\n        \"pages\": 3565\n    },\n    \"data\": [\n        {\n            \"type\": \"animals\",\n            \"id\": \"14058959\",\n            \"attributes\": {\n                \"distance\": 7.94\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"937\"\n                        }\n                    ]\n                },\n                \"locations\": {\n                    \"data\": [\n                        {\n                            \"type\": \"locations\",\n                            \"id\": \"\"\n                        }\n                    ]\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"breeds\",\n            \"id\": \"937\",\n            \"attributes\": {\n                \"name\": \"Shorthaired Rabbit\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/937\"\n            }\n        },\n        {\n            \"type\": \"locations\",\n            \"id\": \"\",\n            \"attributes\": {\n                \"city\": \"Burbank\",\n                \"state\": \"CA\",\n                \"citystate\": \"Burbank, CA\",\n                \"postalcode\": \"91502\",\n                \"country\": \"United States\",\n                \"lat\": 34.17729949951172,\n                \"lon\": -118.30999755859375,\n                \"coordinates\": \"34.1773, -118.31\"\n            }\n        }\n    ]\n}"}],"_postman_id":"d3f867ed-85c0-4239-bee2-9f91dfae2d5d"},{"name":"Search animals in radius (coordinates)","id":"66b94462-ae52-4d5f-a0af-7d3d87d39958","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Authorization","value":"{{apikey}}"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"filterRadius\":\n        \t{\n        \t\t\"miles\": 100,\n        \t\t\"coordinates\": \"34.1031,-118.416\"\n        \t}\n        \n    }\n}\n"},"url":"{{url}}/public/animals/search/available/cats/haspic?fields[animals]=distance&include=breeds,colors,orgs,patterns,pictures,species&sort=animals.distance&limit=10","description":"<p>Search for the 10 closest available cats, with at least one picture, within 100 miles of coordinates</p>\n","urlObject":{"path":["public","animals","search","available","cats","haspic"],"host":["{{url}}"],"query":[{"key":"fields[animals]","value":"distance"},{"key":"include","value":"breeds,colors,orgs,patterns,pictures,species"},{"key":"sort","value":"animals.distance"},{"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"edcffd20-d50c-4775-aa95-d548aed7b63d","name":"Search animals in radius (coordinates)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Authorization","value":"{{apikey}}"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"filterRadius\":\n        \t{\n        \t\t\"miles\": 100,\n        \t\t\"coordinates\": \"34.1031,-118.416\"\n        \t}\n        \n    }\n}\n"},"url":{"raw":"{{url}}/public/animals/search/available/cats/haspic?fields[animals]=distance&include=breeds,colors,orgs,patterns,pictures,species&sort=animals.distance&limit=10","host":["{{url}}"],"path":["public","animals","search","available","cats","haspic"],"query":[{"key":"fields[animals]","value":"distance"},{"key":"include","value":"breeds,colors,orgs,patterns,pictures,species"},{"key":"sort","value":"animals.distance"},{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 16:04:41 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.3.13"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, DELETE, PATCH, PUT, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization, Origin, Content-Type, Accept"},{"key":"Access-Control-Expose-Headers","value":"Authorization, Location"},{"key":"X-Powered-By","value":"PHP/7.3.13"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 26 Jul 1997 05:00:00 GMT"},{"key":"X-Transaction-Id","value":"MEAaqRqTKXxk"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"2165"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"count\": 6489,\n        \"countReturned\": 10,\n        \"pageReturned\": 1,\n        \"limit\": 10,\n        \"pages\": 649\n    },\n    \"data\": [\n        {\n            \"type\": \"animals\",\n            \"id\": \"14300284\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"11\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"6666\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"65455538\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14300338\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"9\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"6666\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"65455597\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14300391\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"10\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"6666\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"65455649\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14048260\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"29\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2221\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64316592\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14071806\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2221\"\n                        }\n                    ]\n                },\n                \"patterns\": {\n                    \"data\": [\n                        {\n                            \"type\": \"patterns\",\n                            \"id\": \"9\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64299284\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14071807\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2221\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64207539\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14071808\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2221\"\n                        }\n                    ]\n                },\n                \"patterns\": {\n                    \"data\": [\n                        {\n                            \"type\": \"patterns\",\n                            \"id\": \"9\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64437781\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14076752\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2221\"\n                        }\n                    ]\n                },\n                \"patterns\": {\n                    \"data\": [\n                        {\n                            \"type\": \"patterns\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64206292\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14076753\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"7\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2221\"\n                        }\n                    ]\n                },\n                \"patterns\": {\n                    \"data\": [\n                        {\n                            \"type\": \"patterns\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64206293\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14077806\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"24\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"6\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2221\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64316590\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"breeds\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"name\": \"American Shorthair\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/3\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"11\",\n            \"attributes\": {\n                \"name\": \"Gray\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/11\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"6666\",\n            \"attributes\": {\n                \"name\": \"Inland Valley Humane Society\",\n                \"street\": \"500 humane wy\",\n                \"city\": \"pomona\",\n                \"state\": \"CA\",\n                \"postalcode\": \"91766\",\n                \"country\": \"United States\",\n                \"phone\": \"(909) 623-9777\",\n                \"email\": \"adopter@ivhsspca.org\",\n                \"url\": \"http://www.ivhsspca.org/animals\",\n                \"facebookUrl\": \"https://www.facebook.com/ivhsspca\",\n                \"adoptionProcess\": \"Application approval, Social, signed aggrement, $145 fee for dogs and $120 fee for cats. Other fees depend on type of animal.\",\n                \"about\": \"Established in 1949, the Inland Valley Humane Society & S.P.C.A. is a private, non-profit, full-access animal shelter dedicated to providing a safe refuge for animals in our community (s). Our mission to care for all animals is made possible by friends like you. Every day our dedicated staff ensures that every animal receives food, veterinary care and the attention they need until they can find a forever home. \",\n                \"services\": \"adoptions, spay/neuter, etc\",\n                \"type\": \"Shelter\",\n                \"lat\": 34.03900146484375,\n                \"lon\": -117.76100158691406,\n                \"coordinates\": \"34.039, -117.761\",\n                \"citystate\": \"pomona, CA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"65455538\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 328593,\n                    \"resolutionX\": 1920,\n                    \"resolutionY\": 1439,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14300/14300284/65455538_1920x1439.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 28728,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 374,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14300/14300284/65455538_500x374.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2110,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 74,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14300/14300284/65455538_100x74.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-05-01T17:12:11Z\",\n                \"updated\": \"2019-05-01T17:12:11Z\"\n            }\n        },\n        {\n            \"type\": \"species\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"singular\": \"Cat\",\n                \"plural\": \"Cats\",\n                \"youngSingular\": \"Kitten\",\n                \"youngPlural\": \"Kittens\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/species/3\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"9\",\n            \"attributes\": {\n                \"name\": \"Brown Tabby\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/9\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"65455597\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 481923,\n                    \"resolutionX\": 1920,\n                    \"resolutionY\": 1440,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14300/14300338/65455597_1920x1440.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 28925,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14300/14300338/65455597_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2296,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14300/14300338/65455597_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-05-01T17:15:16Z\",\n                \"updated\": \"2019-05-01T17:15:16Z\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"10\",\n            \"attributes\": {\n                \"name\": \"Calico or Dilute Calico\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/10\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"65455649\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 352092,\n                    \"resolutionX\": 1920,\n                    \"resolutionY\": 1440,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14300/14300391/65455649_1920x1440.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 21679,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14300/14300391/65455649_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2308,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14300/14300391/65455649_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-05-01T17:18:20Z\",\n                \"updated\": \"2019-05-01T17:18:20Z\"\n            }\n        },\n        {\n            \"type\": \"breeds\",\n            \"id\": \"29\",\n            \"attributes\": {\n                \"name\": \"Domestic Medium Hair\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/29\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Black\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/1\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"2221\",\n            \"attributes\": {\n                \"name\": \"Orange County Animal Care Center\",\n                \"street\": \"561 The City Drive South\",\n                \"city\": \"Orange\",\n                \"state\": \"CA\",\n                \"postalcode\": \"92868\",\n                \"country\": \"United States\",\n                \"phone\": \"(714) 935-6848\",\n                \"email\": \"ocpetinfo@ocOCCS.com\",\n                \"url\": \"http://www.ocpetinfo.com\",\n                \"adoptionProcess\": \"Please contact shelter for details.\",\n                \"services\": \"Please contact shelter for details.\",\n                \"type\": \"Shelter\",\n                \"lat\": 33.78820037841797,\n                \"lon\": -117.88200378417969,\n                \"coordinates\": \"33.7882, -117.882\",\n                \"citystate\": \"Orange, CA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64316592\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 16855,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14048/14048260/64316592_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 19822,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14048/14048260/64316592_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2132,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14048/14048260/64316592_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-02-20T20:36:34Z\",\n                \"updated\": \"2019-02-20T20:36:34Z\"\n            }\n        },\n        {\n            \"type\": \"breeds\",\n            \"id\": \"35\",\n            \"attributes\": {\n                \"name\": \"Domestic Short Hair\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/35\"\n            }\n        },\n        {\n            \"type\": \"patterns\",\n            \"id\": \"9\",\n            \"attributes\": {\n                \"name\": \"Calico\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/patterns/9\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64299284\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 17315,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14071/14071806/64299284_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 20049,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14071/14071806/64299284_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2341,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14071/14071806/64299284_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-02-20T00:29:16Z\",\n                \"updated\": \"2019-02-20T00:29:16Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64207539\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 15448,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14071/14071807/64207539_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 17850,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14071/14071807/64207539_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2247,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14071/14071807/64207539_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-02-13T21:45:38Z\",\n                \"updated\": \"2019-02-13T21:45:38Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64437781\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 18301,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14071/14071808/64437781_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 21533,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14071/14071808/64437781_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2429,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14071/14071808/64437781_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-02-28T04:37:49Z\",\n                \"updated\": \"2019-02-28T04:37:49Z\"\n            }\n        },\n        {\n            \"type\": \"patterns\",\n            \"id\": \"8\",\n            \"attributes\": {\n                \"name\": \"Tabby\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/patterns/8\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64206292\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 25514,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14076/14076752/64206292_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 30259,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14076/14076752/64206292_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2583,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14076/14076752/64206292_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-02-13T20:06:58Z\",\n                \"updated\": \"2019-02-13T20:06:58Z\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"7\",\n            \"attributes\": {\n                \"name\": \"Brown\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/7\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64206293\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 21808,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14076/14076753/64206293_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 25963,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14076/14076753/64206293_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2619,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14076/14076753/64206293_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-02-13T20:06:58Z\",\n                \"updated\": \"2019-02-13T20:06:58Z\"\n            }\n        },\n        {\n            \"type\": \"breeds\",\n            \"id\": \"24\",\n            \"attributes\": {\n                \"name\": \"Domestic Long Hair\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/24\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"6\",\n            \"attributes\": {\n                \"name\": \"Black and White\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/6\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64316590\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 19787,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14077/14077806/64316590_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 23872,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14077/14077806/64316590_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2573,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14077/14077806/64316590_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-02-20T20:36:33Z\",\n                \"updated\": \"2019-02-20T20:36:33Z\"\n            }\n        }\n    ]\n}"}],"_postman_id":"66b94462-ae52-4d5f-a0af-7d3d87d39958"},{"name":"Search animals in radius (lat&lon)","id":"b7c58fd5-d08b-431b-a74d-d59265c82594","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Authorization","value":"{{apikey}}"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"filters\": \n    \t[\n    \t\t{\n    \t\t\t\"fieldName\": \"animals.breedPrimaryId\",\n    \t\t\t\"operation\": \"equal\",\n    \t\t\t\"criteria\": \"90\"\n    \t\t},\n    \t\t{\n    \t\t\t\"fieldName\": \"animals.sizeGroup\",\n    \t\t\t\"operation\": \"equal\",\n    \t\t\t\"criteria\": [\"Small\",\"Medium\"]\n    \t\t}\n    \t],\n    \t\"filterProcessing\": \"1 and 2\",\n        \"filterRadius\":\n        \t{\n        \t\t\"miles\": 100,\n        \t\t\"lat\": 34.1031,\n        \t\t\"lon\": -118.416\n        \t}\n        \n    }\n}\n"},"url":"{{url}}/public/animals/search/available/","description":"<p>Search for small or medium sized beagles, within 100 miles of latitude and longitude</p>\n","urlObject":{"path":["public","animals","search","available",""],"host":["{{url}}"],"query":[{"disabled":true,"key":"include","value":"breeds,colors,locations,orgs,patterns,pictures,species,videos,videourls"}],"variable":[]}},"response":[{"id":"7a031191-5560-4c05-91f3-780e7299ef1b","name":"Search animals in radius (lat&lon)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Authorization","value":"{{apikey}}"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"filters\": \n    \t[\n    \t\t{\n    \t\t\t\"fieldName\": \"animals.breedPrimaryId\",\n    \t\t\t\"operation\": \"equal\",\n    \t\t\t\"criteria\": \"90\"\n    \t\t},\n    \t\t{\n    \t\t\t\"fieldName\": \"animals.sizeGroup\",\n    \t\t\t\"operation\": \"equal\",\n    \t\t\t\"criteria\": [\"Small\",\"Medium\"]\n    \t\t}\n    \t],\n    \t\"filterProcessing\": \"1 and 2\",\n        \"filterRadius\":\n        \t{\n        \t\t\"miles\": 100,\n        \t\t\"lat\": 34.1031,\n        \t\t\"lon\": -118.416\n        \t}\n        \n    }\n}\n"},"url":{"raw":"{{url}}/public/animals/search/available/","host":["{{url}}"],"path":["public","animals","search","available",""],"query":[{"key":"include","value":"breeds,colors,locations,orgs,patterns,pictures,species,videos,videourls","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 16:28:56 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.3.13"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, DELETE, PATCH, PUT, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization, Origin, Content-Type, Accept"},{"key":"Access-Control-Expose-Headers","value":"Authorization, Location"},{"key":"X-Powered-By","value":"PHP/7.3.13"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 26 Jul 1997 05:00:00 GMT"},{"key":"X-Transaction-Id","value":"yDZDDxhouKvW"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"count\": 40,\n        \"countReturned\": 25,\n        \"pageReturned\": 1,\n        \"limit\": 25,\n        \"pages\": 2\n    },\n    \"data\": [\n        {\n            \"type\": \"animals\",\n            \"id\": \"14474751\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Adult\",\n                \"ageString\": \"1 Year 7 Months\",\n                \"birthDate\": \"2017-11-01T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Beagle / Chihuahua / Mixed (medium coat)\",\n                \"breedPrimary\": \"Beagle\",\n                \"breedPrimaryId\": 90,\n                \"breedSecondary\": \"Chihuahua\",\n                \"breedSecondaryId\": 118,\n                \"isBreedMixed\": true,\n                \"coatLength\": \"Medium\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14474751\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"BETTY\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4481/pictures/animals/14474/14474751/66304597_100x75.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A5247373\",\n                \"sex\": \"Female\",\n                \"sizeGroup\": \"Medium\",\n                \"slug\": \"adopt-betty-beagle-dog\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-06-15T20:34:36Z\",\n                \"updatedDate\": \"2019-06-15T23:10:53Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"90\"\n                        },\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"118\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"4481\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"66304597\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14470256\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Adult\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Beagle / Mixed (medium coat)\",\n                \"breedPrimary\": \"Beagle\",\n                \"breedPrimaryId\": 90,\n                \"isBreedMixed\": true,\n                \"coatLength\": \"Medium\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14470256\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"GOOFY\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4481/pictures/animals/14470/14470256/66282448_100x75.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A5289990\",\n                \"sex\": \"Male\",\n                \"sizeGroup\": \"Small\",\n                \"slug\": \"adopt-goofy-beagle-dog\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-06-14T20:07:54Z\",\n                \"updatedDate\": \"2019-06-14T23:19:02Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"90\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"57\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"4481\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"66282448\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14467150\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Adult\",\n                \"ageString\": \"6 Years\",\n                \"birthDate\": \"2013-06-13T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Beagle / Mixed (medium coat)\",\n                \"breedPrimary\": \"Beagle\",\n                \"breedPrimaryId\": 90,\n                \"isBreedMixed\": true,\n                \"coatLength\": \"Medium\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14467150\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"RACER\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14467/14467150/66265280_100x75.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A1632484\",\n                \"sex\": \"Male\",\n                \"sizeGroup\": \"Medium\",\n                \"slug\": \"adopt-racer-beagle-dog\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-06-14T01:54:58Z\",\n                \"updatedDate\": \"2019-06-15T01:07:59Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"90\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"37\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2221\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"66265280\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14465334\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Senior\",\n                \"ageString\": \"14 Years\",\n                \"birthDate\": \"2005-06-13T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Beagle / Mixed (medium coat)\",\n                \"breedPrimary\": \"Beagle\",\n                \"breedPrimaryId\": 90,\n                \"isBreedMixed\": true,\n                \"coatLength\": \"Medium\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14465334\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"PRINCESS\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4481/pictures/animals/14465/14465334/66280244_100x75.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A5289637\",\n                \"sex\": \"Female\",\n                \"sizeGroup\": \"Small\",\n                \"slug\": \"adopt-princess-beagle-dog\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-06-13T19:28:59Z\",\n                \"updatedDate\": \"2019-06-14T16:56:12Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"90\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"23\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"4481\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"66280244\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14465333\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Senior\",\n                \"ageString\": \"14 Years\",\n                \"birthDate\": \"2005-06-13T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Beagle / Mixed (medium coat)\",\n                \"breedPrimary\": \"Beagle\",\n                \"breedPrimaryId\": 90,\n                \"isBreedMixed\": true,\n                \"coatLength\": \"Medium\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14465333\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"PRINCE\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4481/pictures/animals/14465/14465333/66280243_100x75.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A5289634\",\n                \"sex\": \"Male\",\n                \"sizeGroup\": \"Small\",\n                \"slug\": \"adopt-prince-beagle-dog\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-06-13T19:28:59Z\",\n                \"updatedDate\": \"2019-06-14T16:56:11Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"90\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"23\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"4481\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"66280243\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14432381\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Young\",\n                \"ageString\": \"1 Year\",\n                \"birthDate\": \"2018-05-30T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Beagle / Mixed (medium coat)\",\n                \"breedPrimary\": \"Beagle\",\n                \"breedPrimaryId\": 90,\n                \"isBreedMixed\": true,\n                \"coatLength\": \"Medium\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14432381\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"A5284691\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4483/pictures/animals/14432/14432381/66099265_100x75.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A5284691\",\n                \"sex\": \"Male\",\n                \"sizeGroup\": \"Medium\",\n                \"slug\": \"adopt-a-beagle-dog\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-06-05T18:02:56Z\",\n                \"updatedDate\": \"2019-06-05T23:04:22Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"90\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"28\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"4483\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"66099265\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14432380\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Young\",\n                \"ageString\": \"1 Year\",\n                \"birthDate\": \"2018-05-30T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Beagle / Mixed (medium coat)\",\n                \"breedPrimary\": \"Beagle\",\n                \"breedPrimaryId\": 90,\n                \"isBreedMixed\": true,\n                \"coatLength\": \"Medium\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14432380\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"GUS\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4483/pictures/animals/14432/14432380/66099264_100x75.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A5284690\",\n                \"sex\": \"Male\",\n                \"sizeGroup\": \"Medium\",\n                \"slug\": \"adopt-gus-beagle-dog\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-06-05T18:02:55Z\",\n                \"updatedDate\": \"2019-06-07T21:03:25Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"90\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"28\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"4483\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"66099264\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14430160\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Young\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Beagle / Labrador Retriever / Mixed (short coat)\",\n                \"breedPrimary\": \"Beagle\",\n                \"breedPrimaryId\": 90,\n                \"breedSecondary\": \"Labrador Retriever\",\n                \"breedSecondaryId\": 162,\n                \"isBreedMixed\": true,\n                \"coatLength\": \"Short\",\n                \"isCourtesyListing\": false,\n                \"isCurrentVaccinations\": true,\n                \"descriptionHtml\": \"<p class=\\\"yiv8310072425MsoNormal\\\">Sanjay is an approximately one year old beagle/lab mix and weighs 17 pounds.<br />We had to save this poor, young dog who was in pain, and very shut down and scared, after being hit by a car, and taken to the shelter. Fortunately once we got him to our vet, and had him X-rayed, nothing was broken, just soft tissue trauma, but &nbsp;Sanjay, was in a lot of pain. Now, &nbsp;with time, and &nbsp;being treated with pain meds, lots of TLC , good home cooked food, and rest, Sanjay is feeling much better and, of course feels even better after a good grooming. He is now putting weight on his leg, hanging out with his friends, and enjoying life! He is also pain free. We are happy to say that he is now ready to be adopted.</p>\\n<p class=\\\"yiv8310072425MsoNormal\\\">Sanjay would be best in a home where owners are not gone all day, and have lots of time and attention for him. A non-chaotic environment would be ideal for him. He is good with other dogs and likes to play. Older kids in a home would be fine. He is a little fearful when he first meets new people until he feels he can trust you. A yard would be ideal and a home with another young dog would be best.</p>\\n<p class=\\\"yiv8310072425MsoNormal\\\">&nbsp;</p>\\n<p class=\\\"yiv8310072425MsoNormal\\\">Sanjay is neutered microchipped and current on vaccines.</p><img src=\\\"https://tracker.rescuegroups.org/pet?14430160\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"descriptionText\": \"Sanjay is an approximately one year old beagle/lab mix and weighs 17 pounds.We had to save this poor, young dog who was in pain, and very shut down and scared, after being hit by a car, and taken to the shelter. Fortunately once we got him to our vet, and had him X-rayed, nothing was broken, just soft tissue trauma, but &nbsp;Sanjay, was in a lot of pain. Now, &nbsp;with time, and &nbsp;being treated with pain meds, lots of TLC , good home cooked food, and rest, Sanjay is feeling much better and, of course feels even better after a good grooming. He is now putting weight on his leg, hanging out with his friends, and enjoying life! He is also pain free. We are happy to say that he is now ready to be adopted.\\nSanjay would be best in a home where owners are not gone all day, and have lots of time and attention for him. A non-chaotic environment would be ideal for him. He is good with other dogs and likes to play. Older kids in a home would be fine. He is a little fearful when he first meets new people until he feels he can trust you. A yard would be ideal and a home with another young dog would be best.\\n&nbsp;\\nSanjay is neutered microchipped and current on vaccines.\",\n                \"isDogsOk\": true,\n                \"isNeedingFoster\": false,\n                \"isFound\": false,\n                \"priority\": 10,\n                \"isKidsOk\": true,\n                \"name\": \"Sanjay\",\n                \"pictureCount\": 3,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4293/pictures/animals/14430/14430160/66084291_100x133.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"sex\": \"Male\",\n                \"sizeGroup\": \"Small\",\n                \"slug\": \"adopt-sanjay-beagle-dog\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-06-05T01:21:36Z\",\n                \"updatedDate\": \"2019-06-05T01:23:36Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"90\"\n                        },\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"162\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"38\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"4293\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"66084291\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"66084292\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"66084293\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14418623\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Senior\",\n                \"ageString\": \"9 Years\",\n                \"birthDate\": \"2010-05-29T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Beagle (medium coat)\",\n                \"breedPrimary\": \"Beagle\",\n                \"breedPrimaryId\": 90,\n                \"isBreedMixed\": false,\n                \"coatLength\": \"Medium\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14418623\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"FERRIS BUELLER\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4479/pictures/animals/14418/14418623/66024755_100x75.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A5284186\",\n                \"sex\": \"Male\",\n                \"sizeGroup\": \"Medium\",\n                \"slug\": \"adopt-ferris-bueller-beagle-dog\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-06-01T22:17:35Z\",\n                \"updatedDate\": \"2019-06-02T21:20:39Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"90\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"37\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"4479\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"66024755\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14417376\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Senior\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Beagle (medium coat)\",\n                \"breedPrimary\": \"Beagle\",\n                \"breedPrimaryId\": 90,\n                \"isBreedMixed\": false,\n                \"coatLength\": \"Medium\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14417376\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"BENTLEY\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2013/pictures/animals/14417/14417376/66022018_100x75.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A1863741\",\n                \"sex\": \"Male\",\n                \"sizeGroup\": \"Medium\",\n                \"slug\": \"adopt-bentley-beagle-dog\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-06-01T17:12:59Z\",\n                \"updatedDate\": \"2019-06-04T17:36:48Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"90\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"37\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2013\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"66022018\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14411069\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Senior\",\n                \"ageString\": \"11 Years 9 Months\",\n                \"birthDate\": \"2007-08-25T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Beagle (medium coat)\",\n                \"breedPrimary\": \"Beagle\",\n                \"breedPrimaryId\": 90,\n                \"isBreedMixed\": false,\n                \"coatLength\": \"Medium\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14411069\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"PIXIE\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2015/pictures/animals/14411/14411069/65989160_100x75.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A1863362\",\n                \"sex\": \"Female\",\n                \"sizeGroup\": \"Medium\",\n                \"slug\": \"adopt-pixie-beagle-dog\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-05-30T22:41:33Z\",\n                \"updatedDate\": \"2019-06-06T17:07:47Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"90\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"38\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2015\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"65989160\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14403094\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Senior\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Beagle / Mixed (short coat)\",\n                \"breedPrimary\": \"Beagle\",\n                \"breedPrimaryId\": 90,\n                \"isBreedMixed\": true,\n                \"coatLength\": \"Short\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<table id=\\\"AnimalDetailTable\\\" class=\\\"table table-striped\\\">\\n<tbody>\\n<tr>\\n<td>Age (approximate):</td>\\n<td class=\\\"ng-binding\\\">8 years</td>\\n</tr>\\n<tr>\\n<td>Sex</td>\\n<td class=\\\"ng-binding\\\">Female</td>\\n</tr>\\n<tr>\\n<td>Color</td>\\n<td class=\\\"ng-binding\\\">BRN/WHT</td>\\n</tr>\\n<tr>\\n<td>Available on:<br />(Subject to change)</td>\\n<td class=\\\"ng-binding\\\">May 13, 2019</td>\\n</tr>\\n</tbody>\\n</table><img src=\\\"https://tracker.rescuegroups.org/pet?14403094\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"descriptionText\": \"\\n\\n\\nAge (approximate):\\n8 years\\n\\n\\nSex\\nFemale\\n\\n\\nColor\\nBRN/WHT\\n\\n\\nAvailable on:(Subject to change)\\nMay 13, 2019\\n\\n\\n\",\n                \"isNeedingFoster\": false,\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"I1312417\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14403/14403094/65950703_100x75.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"sex\": \"Female\",\n                \"sizeGroup\": \"Small\",\n                \"slug\": \"adopt-i-beagle-dog\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-05-28T23:43:45Z\",\n                \"updatedDate\": \"2019-05-28T23:43:46Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"90\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"27\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"6666\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"65950703\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14389410\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Young\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Beagle / Labrador Retriever / Mixed (short coat)\",\n                \"breedPrimary\": \"Beagle\",\n                \"breedPrimaryId\": 90,\n                \"breedSecondary\": \"Labrador Retriever\",\n                \"breedSecondaryId\": 162,\n                \"isBreedMixed\": true,\n                \"coatLength\": \"Short\",\n                \"isCourtesyListing\": false,\n                \"isCurrentVaccinations\": true,\n                \"descriptionHtml\": \"<p class=\\\"yiv8347529536MsoNormal\\\">Sanjay is an approximately one year old beagle mix and weighs 17 pounds.<br />We had to save this poor, young dog who was in pain, and very shut down and scared, after being hit by a car, and taken to the shelter. Fortunately once we got him to our vet, and had him X-rayed, nothing was broken, just soft tissue trauma, but &nbsp;Sanjay, was in a lot of pain. Now, &nbsp;with time, and &nbsp;being treated with pain meds, lots of TLC , good home cooked food, and rest, Sanjay is feeling much better and, of course feels even better after a good grooming. He is now putting weight on his leg, hanging out with his friends, and enjoying life! He is also pain free. We are happy to say that he is now ready to be adopted.</p>\\n<p class=\\\"yiv8347529536MsoNormal\\\">Sanjay would be best in a home where owners are not gone all day, and have lots of time and attention for him. A non-chaotic environment would be ideal for him. He is good with other dogs and likes to play. Older kids in a home would be fine. He is a little fearful when he first meets new people until he feels he can trust you. A yard would be ideal and a home with another young dog would be best.</p>\\n<p class=\\\"yiv8347529536MsoNormal\\\">&nbsp;</p>\\n<p class=\\\"yiv8347529536MsoNormal\\\">Sanjay is neutered microchipped and current on vaccines.</p>\\n<p class=\\\"yiv8347529536MsoNormal\\\">&nbsp;WE ONLY ADOPT OUT IN SOUTHERN CALIFORNIA AS A HOME CHECK AND TRIAL PERIOD ARE REQUIRED.</p><img src=\\\"https://tracker.rescuegroups.org/pet?14389410\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"descriptionText\": \"Sanjay is an approximately one year old beagle mix and weighs 17 pounds.We had to save this poor, young dog who was in pain, and very shut down and scared, after being hit by a car, and taken to the shelter. Fortunately once we got him to our vet, and had him X-rayed, nothing was broken, just soft tissue trauma, but &nbsp;Sanjay, was in a lot of pain. Now, &nbsp;with time, and &nbsp;being treated with pain meds, lots of TLC , good home cooked food, and rest, Sanjay is feeling much better and, of course feels even better after a good grooming. He is now putting weight on his leg, hanging out with his friends, and enjoying life! He is also pain free. We are happy to say that he is now ready to be adopted.\\nSanjay would be best in a home where owners are not gone all day, and have lots of time and attention for him. A non-chaotic environment would be ideal for him. He is good with other dogs and likes to play. Older kids in a home would be fine. He is a little fearful when he first meets new people until he feels he can trust you. A yard would be ideal and a home with another young dog would be best.\\n&nbsp;\\nSanjay is neutered microchipped and current on vaccines.\\n&nbsp;WE ONLY ADOPT OUT IN SOUTHERN CALIFORNIA AS A HOME CHECK AND TRIAL PERIOD ARE REQUIRED.\",\n                \"isDogsOk\": true,\n                \"isNeedingFoster\": false,\n                \"isFound\": false,\n                \"priority\": 10,\n                \"isKidsOk\": true,\n                \"name\": \"Sanjay\",\n                \"pictureCount\": 3,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4293/pictures/animals/14389/14389410/65879047_100x133.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"sex\": \"Male\",\n                \"sizeGroup\": \"Small\",\n                \"slug\": \"adopt-sanjay-beagle-dog\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-05-24T20:07:24Z\",\n                \"updatedDate\": \"2019-06-05T01:14:24Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"90\"\n                        },\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"162\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"38\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"4293\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"65879047\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"65879048\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"65879049\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14383430\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Young\",\n                \"ageString\": \"6 Months\",\n                \"birthDate\": \"2018-11-23T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Beagle (medium coat)\",\n                \"breedPrimary\": \"Beagle\",\n                \"breedPrimaryId\": 90,\n                \"isBreedMixed\": false,\n                \"coatLength\": \"Medium\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14383430\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"POPPY\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4483/pictures/animals/14383/14383430/65857642_100x75.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A5282491\",\n                \"sex\": \"Female\",\n                \"sizeGroup\": \"Medium\",\n                \"slug\": \"adopt-poppy-beagle-dog\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-05-23T20:29:27Z\",\n                \"updatedDate\": \"2019-05-25T00:28:27Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"90\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"28\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"4483\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"65857642\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14366746\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Young\",\n                \"ageString\": \"1 Year\",\n                \"birthDate\": \"2018-05-14T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Beagle / Mixed (medium coat)\",\n                \"breedPrimary\": \"Beagle\",\n                \"breedPrimaryId\": 90,\n                \"isBreedMixed\": true,\n                \"coatLength\": \"Medium\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14366746\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"KAYLA\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14366/14366746/65780536_100x75.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A1629105\",\n                \"sex\": \"Female\",\n                \"sizeGroup\": \"Medium\",\n                \"slug\": \"adopt-kayla-beagle-dog\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-05-20T02:12:39Z\",\n                \"updatedDate\": \"2019-05-22T00:22:48Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"90\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"23\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2221\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"65780536\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14334475\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Senior\",\n                \"ageString\": \"8 Years\",\n                \"birthDate\": \"2011-05-10T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Beagle (medium coat)\",\n                \"breedPrimary\": \"Beagle\",\n                \"breedPrimaryId\": 90,\n                \"isBreedMixed\": false,\n                \"coatLength\": \"Medium\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14334475\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"SNOOPY\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4481/pictures/animals/14334/14334475/65619246_100x75.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A5278325\",\n                \"sex\": \"Male\",\n                \"sizeGroup\": \"Medium\",\n                \"slug\": \"adopt-snoopy-beagle-dog\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-05-11T00:14:19Z\",\n                \"updatedDate\": \"2019-05-14T02:04:31Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"90\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"37\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"4481\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"65619246\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14329269\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Baby\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Beagle / Dachshund / Mixed (short coat)\",\n                \"breedPrimary\": \"Beagle\",\n                \"breedPrimaryId\": 90,\n                \"breedSecondary\": \"Dachshund\",\n                \"breedSecondaryId\": 127,\n                \"isBreedMixed\": true,\n                \"coatLength\": \"Short\",\n                \"isCourtesyListing\": false,\n                \"isCurrentVaccinations\": true,\n                \"isDeclawed\": false,\n                \"descriptionHtml\": \"<p>&nbsp;<span style=\\\"font-family: 'comic sans ms', sans-serif; font-size: 14pt;\\\"><strong>&nbsp;<strong>Hello meet Zara and her siblings..She was rescued with her mom in an&nbsp;</strong><span style=\\\"font-family: 'comic sans ms', sans-serif;\\\"><span><strong>abandon</strong></span></span><strong>&nbsp;yard with 6 of her siblings. Mom looks to be a pure bred&nbsp;</strong><span style=\\\"font-family: 'comic sans ms', sans-serif;\\\"><strong>Dachshund. Maybe daddy was a&nbsp;</strong><span><strong>Spaniel</strong></span><strong>/Beagle Mix? We are about 10 weeks old and some of us have short legs and other longer legs, We should all be under 20 pounds-ish fully grown. Please email us for an application&nbsp;</strong></span></strong></span></p>\\n<p>&nbsp;</p>\\n<p><span style=\\\"font-family: comic sans ms,sans-serif; font-size: 14pt;\\\"><strong>Please&nbsp; email to meet this dog today.</strong></span></p>\\n<p><span style=\\\"font-family: comic sans ms,sans-serif; font-size: 14pt;\\\"><strong>sparkyandthegang@yahoo.com</strong></span><span style=\\\"font-family: comic sans ms,sans-serif; font-size: 14pt;\\\"><strong><br /></strong></span></p>\\n<p><span style=\\\"font-family: comic sans ms,sans-serif; font-size: 14pt;\\\"><strong>We are at PetSmart in Seal Beach most Saturdays.</strong></span></p>\\n<p><span style=\\\"font-family: comic sans ms,sans-serif; font-size: 14pt;\\\"><strong>Come meet some of our dogs or request we bring one in particular you'd like to see.&nbsp;</strong></span></p>\\n<p><span style=\\\"font-family: comic sans ms,sans-serif; font-size: 14pt;\\\"><strong>12341 Seal Beach Blvd, Seal Beach, CA 90740 in the Rossmoor shopping center.</strong></span></p><img src=\\\"https://tracker.rescuegroups.org/pet?14329269\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"descriptionText\": \"&nbsp;&nbsp;Hello meet Zara and her siblings..She was rescued with her mom in an&nbsp;abandon&nbsp;yard with 6 of her siblings. Mom looks to be a pure bred&nbsp;Dachshund. Maybe daddy was a&nbsp;Spaniel/Beagle Mix? We are about 10 weeks old and some of us have short legs and other longer legs, We should all be under 20 pounds-ish fully grown. Please email us for an application&nbsp;\\n&nbsp;\\nPlease&nbsp; email to meet this dog today.\\nsparkyandthegang@yahoo.com\\nWe are at PetSmart in Seal Beach most Saturdays.\\nCome meet some of our dogs or request we bring one in particular you'd like to see.&nbsp;\\n12341 Seal Beach Blvd, Seal Beach, CA 90740 in the Rossmoor shopping center.\",\n                \"isDogsOk\": true,\n                \"isNeedingFoster\": false,\n                \"isFound\": false,\n                \"priority\": 10,\n                \"isKidsOk\": true,\n                \"name\": \"Zara\",\n                \"pictureCount\": 2,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2674/pictures/animals/14329/14329269/65597596_100x100.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"sex\": \"Female\",\n                \"sizeGroup\": \"Small\",\n                \"slug\": \"adopt-zara-beagle-dog\",\n                \"isSpecialNeeds\": false,\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-05-09T18:08:09Z\",\n                \"updatedDate\": \"2019-05-22T15:41:15Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"90\"\n                        },\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"127\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"25\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"locations\": {\n                    \"data\": [\n                        {\n                            \"type\": \"locations\",\n                            \"id\": \"25186\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2674\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"65597596\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"65597598\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14327604\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Adult\",\n                \"ageString\": \"4 Years 10 Months\",\n                \"birthDate\": \"2014-07-12T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Beagle / Mixed (medium coat)\",\n                \"breedPrimary\": \"Beagle\",\n                \"breedPrimaryId\": 90,\n                \"isBreedMixed\": true,\n                \"coatLength\": \"Medium\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14327604\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"SPANKY\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4479/pictures/animals/14327/14327604/65584681_100x75.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A4829631\",\n                \"sex\": \"Male\",\n                \"sizeGroup\": \"Small\",\n                \"slug\": \"adopt-spanky-beagle-dog\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-05-09T00:45:41Z\",\n                \"updatedDate\": \"2019-05-14T00:30:15Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"90\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"4479\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"65584681\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14311379\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Adult\",\n                \"ageString\": \"3 Years 9 Months\",\n                \"birthDate\": \"2015-07-13T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Beagle / Chihuahua / Mixed (medium coat)\",\n                \"breedPrimary\": \"Beagle\",\n                \"breedPrimaryId\": 90,\n                \"breedSecondary\": \"Chihuahua\",\n                \"breedSecondaryId\": 118,\n                \"isBreedMixed\": true,\n                \"coatLength\": \"Medium\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14311379\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"BUDDY\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2782/pictures/animals/14311/14311379/65584304_100x75.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A075852\",\n                \"sex\": \"Male\",\n                \"sizeGroup\": \"Medium\",\n                \"slug\": \"adopt-buddy-beagle-dog\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-05-05T01:38:27Z\",\n                \"updatedDate\": \"2019-05-09T22:10:54Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"90\"\n                        },\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"118\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"38\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2782\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"65584304\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14290291\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Adult\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Beagle / Jack Russell Terrier / Mixed (short coat)\",\n                \"breedPrimary\": \"Beagle\",\n                \"breedPrimaryId\": 90,\n                \"breedSecondary\": \"Jack Russell Terrier\",\n                \"breedSecondaryId\": 157,\n                \"isBreedMixed\": true,\n                \"coatLength\": \"Short\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<table id=\\\"AnimalDetailTable\\\" class=\\\"table table-striped\\\">\\n<tbody>\\n<tr>\\n<td>Age (approximate):</td>\\n<td class=\\\"ng-binding\\\">1 year</td>\\n</tr>\\n<tr>\\n<td>Sex</td>\\n<td class=\\\"ng-binding\\\">Male</td>\\n</tr>\\n<tr>\\n<td>Color</td>\\n<td class=\\\"ng-binding\\\">TAN/WHT</td>\\n</tr>\\n<tr>\\n<td>Available on:<br />(Subject to change)</td>\\n<td class=\\\"ng-binding\\\">May 9, 2019</td>\\n</tr>\\n</tbody>\\n</table><img src=\\\"https://tracker.rescuegroups.org/pet?14290291\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"descriptionText\": \"\\n\\n\\nAge (approximate):\\n1 year\\n\\n\\nSex\\nMale\\n\\n\\nColor\\nTAN/WHT\\n\\n\\nAvailable on:(Subject to change)\\nMay 9, 2019\\n\\n\\n\",\n                \"isNeedingFoster\": false,\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"I1311829\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14290/14290291/65414492_100x74.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"sex\": \"Male\",\n                \"sizeGroup\": \"Small\",\n                \"slug\": \"adopt-i-beagle-dog\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-04-29T02:21:42Z\",\n                \"updatedDate\": \"2019-05-06T14:59:37Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"90\"\n                        },\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"157\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"36\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"6666\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"65414492\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14218256\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Adult\",\n                \"ageString\": \"4 Years 1 Month\",\n                \"birthDate\": \"2015-04-03T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Beagle (medium coat)\",\n                \"breedPrimary\": \"Beagle\",\n                \"breedPrimaryId\": 90,\n                \"isBreedMixed\": false,\n                \"coatLength\": \"Medium\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14218256\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"BRUNO\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4479/pictures/animals/14218/14218256/65035857_100x75.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A5267170\",\n                \"sex\": \"Male\",\n                \"sizeGroup\": \"Medium\",\n                \"slug\": \"adopt-bruno-beagle-dog\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-04-03T18:46:21Z\",\n                \"updatedDate\": \"2019-05-09T19:00:14Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"90\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"23\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"4479\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"65035857\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14108604\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Adult\",\n                \"ageString\": \"5 Years 5 Months\",\n                \"birthDate\": \"2013-09-11T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Beagle / Dachshund / Mixed (medium coat)\",\n                \"breedPrimary\": \"Beagle\",\n                \"breedPrimaryId\": 90,\n                \"breedSecondary\": \"Dachshund\",\n                \"breedSecondaryId\": 127,\n                \"isBreedMixed\": true,\n                \"coatLength\": \"Medium\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14108604\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"WRIGLEY\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/610/pictures/animals/14108/14108604/64415048_100x75.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A472237\",\n                \"sex\": \"Male\",\n                \"sizeGroup\": \"Medium\",\n                \"slug\": \"adopt-wrigley-beagle-dog\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-02-26T13:44:50Z\",\n                \"updatedDate\": \"2019-04-17T22:09:39Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"90\"\n                        },\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"127\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"28\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"610\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64415048\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14108037\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Baby\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Beagle (short coat)\",\n                \"breedPrimary\": \"Beagle\",\n                \"breedPrimaryId\": 90,\n                \"isCatsOk\": true,\n                \"coatLength\": \"Short\",\n                \"isCourtesyListing\": false,\n                \"isCurrentVaccinations\": true,\n                \"isDeclawed\": false,\n                \"descriptionHtml\": \"<p><span>This adorable little girl is 8 weeks old and weighs 8 pounds. Full grown we expect she will be around 25 pounds. She is very sweet, playful and outgoing. If you are interested in meeting or adopting her please email fochp@yahoo.com</span></p><img src=\\\"https://tracker.rescuegroups.org/pet?14108037\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"descriptionText\": \"This adorable little girl is 8 weeks old and weighs 8 pounds. Full grown we expect she will be around 25 pounds. She is very sweet, playful and outgoing. If you are interested in meeting or adopting her please email fochp@yahoo.com\",\n                \"isDogsOk\": true,\n                \"isNeedingFoster\": false,\n                \"isFound\": false,\n                \"priority\": 10,\n                \"isHousetrained\": true,\n                \"isKidsOk\": true,\n                \"name\": \"Alexis\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/633/pictures/animals/14108/14108037/64405271_100x133.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"sex\": \"Female\",\n                \"sizeGroup\": \"Medium\",\n                \"slug\": \"adopt-alexis-beagle-dog\",\n                \"isSpecialNeeds\": false,\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-02-26T03:40:24Z\",\n                \"updatedDate\": \"2019-02-27T02:05:19Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"90\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"37\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"633\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64405271\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14102474\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Adult\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Beagle (short coat)\",\n                \"breedPrimary\": \"Beagle\",\n                \"breedPrimaryId\": 90,\n                \"isCatsOk\": true,\n                \"coatLength\": \"Short\",\n                \"isCourtesyListing\": false,\n                \"isCurrentVaccinations\": true,\n                \"isDeclawed\": false,\n                \"descriptionHtml\": \"<p><span>This adorable little girl is soooo incredibly happy. She is very sweet, good with dogs of all sizes and ages as well as good with cats. She weighs about 24 pounds and is about 3-4 years old. If you are interested in meeting or adopting Heidi please email fochp@yahoo.com&nbsp;</span></p><img src=\\\"https://tracker.rescuegroups.org/pet?14102474\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"descriptionText\": \"This adorable little girl is soooo incredibly happy. She is very sweet, good with dogs of all sizes and ages as well as good with cats. She weighs about 24 pounds and is about 3-4 years old. If you are interested in meeting or adopting Heidi please email fochp@yahoo.com&nbsp;\",\n                \"isDogsOk\": true,\n                \"isNeedingFoster\": false,\n                \"isFound\": false,\n                \"priority\": 10,\n                \"isHousetrained\": true,\n                \"isKidsOk\": true,\n                \"name\": \"Heidi\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/633/pictures/animals/14102/14102474/64369923_100x133.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"sex\": \"Female\",\n                \"sizeGroup\": \"Medium\",\n                \"slug\": \"adopt-heidi-beagle-dog\",\n                \"isSpecialNeeds\": false,\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-02-23T17:28:52Z\",\n                \"updatedDate\": \"2019-02-27T03:47:04Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"90\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"37\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"633\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64369923\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14102469\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Baby\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Beagle (short coat)\",\n                \"breedPrimary\": \"Beagle\",\n                \"breedPrimaryId\": 90,\n                \"isCatsOk\": true,\n                \"coatLength\": \"Short\",\n                \"isCourtesyListing\": false,\n                \"isCurrentVaccinations\": true,\n                \"isDeclawed\": false,\n                \"descriptionHtml\": \"<p><span>We have no idea what the mix is - her mama is a Beagle 24 pounds but we have no idea who daddy was. Her current weight is about 8 pounds and full grown we expect she will be under 25 pounds. She is a very happy, well adjusted, outgoing puppy. If you are interested in meeting or adopting her please email us at fochp@yahoo.com</span></p><img src=\\\"https://tracker.rescuegroups.org/pet?14102469\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"descriptionText\": \"We have no idea what the mix is - her mama is a Beagle 24 pounds but we have no idea who daddy was. Her current weight is about 8 pounds and full grown we expect she will be under 25 pounds. She is a very happy, well adjusted, outgoing puppy. If you are interested in meeting or adopting her please email us at fochp@yahoo.com\",\n                \"isDogsOk\": true,\n                \"isNeedingFoster\": false,\n                \"isFound\": false,\n                \"priority\": 10,\n                \"isHousetrained\": true,\n                \"isKidsOk\": true,\n                \"name\": \"Sally\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/633/pictures/animals/14102/14102469/64369907_100x133.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"sex\": \"Female\",\n                \"sizeGroup\": \"Medium\",\n                \"slug\": \"adopt-sally-beagle-dog\",\n                \"isSpecialNeeds\": false,\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-02-23T17:22:38Z\",\n                \"updatedDate\": \"2019-02-24T20:19:00Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"90\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"37\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"633\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64369907\"\n                        }\n                    ]\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"breeds\",\n            \"id\": \"90\",\n            \"attributes\": {\n                \"name\": \"Beagle\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/90\"\n            }\n        },\n        {\n            \"type\": \"breeds\",\n            \"id\": \"118\",\n            \"attributes\": {\n                \"name\": \"Chihuahua\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/118\"\n            }\n        },\n        {\n            \"type\": \"species\",\n            \"id\": \"8\",\n            \"attributes\": {\n                \"singular\": \"Dog\",\n                \"plural\": \"Dogs\",\n                \"youngSingular\": \"Puppy\",\n                \"youngPlural\": \"Puppies\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/species/8\"\n            }\n        },\n        {\n            \"type\": \"statuses\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Available\",\n                \"description\": \"Available for Adoption\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/statuses/1\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"4481\",\n            \"attributes\": {\n                \"name\": \"Los Angeles County Animal Control - Baldwin Park\",\n                \"street\": \"4275 North Elton Street\",\n                \"city\": \"Baldwin Park\",\n                \"state\": \"CA\",\n                \"postalcode\": \"91706\",\n                \"country\": \"United States\",\n                \"phone\": \"(626) 962-3577\",\n                \"email\": \"animalinfo@animalcare.lacounty.gov\",\n                \"url\": \"http://animalcare.lacounty.gov\",\n                \"adoptionProcess\": \"Please contact shelter for details.\",\n                \"services\": \"Please contact shelter for details.\",\n                \"type\": \"Shelter\",\n                \"lat\": 34.09659957885742,\n                \"lon\": -117.96700286865234,\n                \"coordinates\": \"34.0966, -117.967\",\n                \"citystate\": \"Baldwin Park, CA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"66304597\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 23618,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4481/pictures/animals/14474/14474751/66304597_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 28660,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4481/pictures/animals/14474/14474751/66304597_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2480,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4481/pictures/animals/14474/14474751/66304597_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-06-15T23:10:52Z\",\n                \"updated\": \"2019-06-15T23:10:52Z\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"57\",\n            \"attributes\": {\n                \"name\": \"Tan\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/57\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"66282448\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 13988,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4481/pictures/animals/14470/14470256/66282448_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 15308,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4481/pictures/animals/14470/14470256/66282448_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 1975,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4481/pictures/animals/14470/14470256/66282448_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-06-14T20:07:54Z\",\n                \"updated\": \"2019-06-14T20:07:54Z\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"37\",\n            \"attributes\": {\n                \"name\": \"Tricolor (Tan/Brown & Black & White)\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/37\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"2221\",\n            \"attributes\": {\n                \"name\": \"Orange County Animal Care Center\",\n                \"street\": \"561 The City Drive South\",\n                \"city\": \"Orange\",\n                \"state\": \"CA\",\n                \"postalcode\": \"92868\",\n                \"country\": \"United States\",\n                \"phone\": \"(714) 935-6848\",\n                \"email\": \"ocpetinfo@ocOCCS.com\",\n                \"url\": \"http://www.ocpetinfo.com\",\n                \"adoptionProcess\": \"Please contact shelter for details.\",\n                \"services\": \"Please contact shelter for details.\",\n                \"type\": \"Shelter\",\n                \"lat\": 33.78820037841797,\n                \"lon\": -117.88200378417969,\n                \"coordinates\": \"33.7882, -117.882\",\n                \"citystate\": \"Orange, CA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"66265280\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 18851,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14467/14467150/66265280_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 22796,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14467/14467150/66265280_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2442,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14467/14467150/66265280_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-06-14T01:54:58Z\",\n                \"updated\": \"2019-06-14T01:54:58Z\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"23\",\n            \"attributes\": {\n                \"name\": \"Black\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/23\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"66280244\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 18006,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4481/pictures/animals/14465/14465334/66280244_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 22322,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4481/pictures/animals/14465/14465334/66280244_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2217,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4481/pictures/animals/14465/14465334/66280244_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-06-14T16:56:11Z\",\n                \"updated\": \"2019-06-14T16:56:11Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"66280243\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 16571,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4481/pictures/animals/14465/14465333/66280243_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 19271,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4481/pictures/animals/14465/14465333/66280243_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2181,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4481/pictures/animals/14465/14465333/66280243_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-06-14T16:56:10Z\",\n                \"updated\": \"2019-06-14T16:56:10Z\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"28\",\n            \"attributes\": {\n                \"name\": \"Brown/Chocolate\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/28\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"4483\",\n            \"attributes\": {\n                \"name\": \"Los Angeles County Animal Control - Castaic\",\n                \"street\": \"31044 North Charlie Canyon Road\",\n                \"city\": \"Castaic\",\n                \"state\": \"CA\",\n                \"postalcode\": \"91384\",\n                \"country\": \"United States\",\n                \"phone\": \"(661) 257-3191\",\n                \"email\": \"animalinfo@animalcare.lacounty.gov\",\n                \"url\": \"http://animalcare.lacounty.gov\",\n                \"adoptionProcess\": \"Please contact shelter for details.\",\n                \"services\": \"Please contact shelter for details.\",\n                \"type\": \"Shelter\",\n                \"lat\": 34.53070068359375,\n                \"lon\": -118.63400268554688,\n                \"coordinates\": \"34.5307, -118.634\",\n                \"citystate\": \"Castaic, CA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"66099265\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 20844,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4483/pictures/animals/14432/14432381/66099265_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 25159,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4483/pictures/animals/14432/14432381/66099265_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2468,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4483/pictures/animals/14432/14432381/66099265_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-06-05T18:02:56Z\",\n                \"updated\": \"2019-06-05T18:02:56Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"66099264\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 19614,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4483/pictures/animals/14432/14432380/66099264_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 23527,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4483/pictures/animals/14432/14432380/66099264_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2466,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4483/pictures/animals/14432/14432380/66099264_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-06-05T18:02:55Z\",\n                \"updated\": \"2019-06-05T18:02:55Z\"\n            }\n        },\n        {\n            \"type\": \"breeds\",\n            \"id\": \"162\",\n            \"attributes\": {\n                \"name\": \"Labrador Retriever\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/162\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"38\",\n            \"attributes\": {\n                \"name\": \"White\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/38\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"4293\",\n            \"attributes\": {\n                \"name\": \"The Forgotten Dog\",\n                \"street\": \"1112 Montana Ave #166\",\n                \"city\": \"Santa Monica\",\n                \"state\": \"CA\",\n                \"postalcode\": \"90404\",\n                \"country\": \"United States\",\n                \"phone\": \"(310) 990-2020\",\n                \"url\": \"http://www.theforgottendog.org\",\n                \"adoptionProcess\": \"Application, Home Check and adoption fee.\",\n                \"about\": \"We are a group of volunteers who have rescued dogs for years and placed them in loving homes.  We love animals and do our best to save as many as possible!\",\n                \"services\": \"Adoptions\",\n                \"type\": \"Rescue\",\n                \"lat\": 34.026798248291016,\n                \"lon\": -118.47200012207031,\n                \"coordinates\": \"34.0268, -118.472\",\n                \"citystate\": \"Santa Monica, CA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"66084291\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 347600,\n                    \"resolutionX\": 1080,\n                    \"resolutionY\": 1440,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4293/pictures/animals/14430/14430160/66084291_1080x1440.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 87427,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 666,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4293/pictures/animals/14430/14430160/66084291_500x666.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 4250,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 133,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4293/pictures/animals/14430/14430160/66084291_100x133.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-06-05T01:21:36Z\",\n                \"updated\": \"2019-06-05T01:21:36Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"66084292\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 318096,\n                    \"resolutionX\": 1080,\n                    \"resolutionY\": 1060,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4293/pictures/animals/14430/14430160/66084292_1080x1060.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 72441,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 490,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4293/pictures/animals/14430/14430160/66084292_500x490.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3376,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 98,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4293/pictures/animals/14430/14430160/66084292_100x98.jpg\"\n                },\n                \"order\": 2,\n                \"created\": \"2019-06-05T01:21:37Z\",\n                \"updated\": \"2019-06-05T01:21:37Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"66084293\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 114509,\n                    \"resolutionX\": 1110,\n                    \"resolutionY\": 961,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4293/pictures/animals/14430/14430160/66084293_1110x961.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 26445,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 432,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4293/pictures/animals/14430/14430160/66084293_500x432.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2680,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 86,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4293/pictures/animals/14430/14430160/66084293_100x86.jpg\"\n                },\n                \"order\": 3,\n                \"created\": \"2019-06-05T01:21:37Z\",\n                \"updated\": \"2019-06-05T01:21:37Z\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"4479\",\n            \"attributes\": {\n                \"name\": \"Los Angeles County Animal Control - Downey\",\n                \"street\": \"11258 South Garfield Avenue\",\n                \"city\": \"Downey\",\n                \"state\": \"CA\",\n                \"postalcode\": \"90242\",\n                \"country\": \"United States\",\n                \"phone\": \"(562) 940-6898\",\n                \"email\": \"animalinfo@animalcare.lacounty.gov\",\n                \"url\": \"http://animalcare.lacounty.gov\",\n                \"adoptionProcess\": \"Please contact shelter for details.\",\n                \"services\": \"Please contact shelter for details.\",\n                \"type\": \"Shelter\",\n                \"lat\": 33.923099517822266,\n                \"lon\": -118.13899993896484,\n                \"coordinates\": \"33.9231, -118.139\",\n                \"citystate\": \"Downey, CA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"66024755\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 15951,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4479/pictures/animals/14418/14418623/66024755_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 18908,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4479/pictures/animals/14418/14418623/66024755_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2114,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4479/pictures/animals/14418/14418623/66024755_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-06-01T22:17:36Z\",\n                \"updated\": \"2019-06-01T22:17:36Z\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"2013\",\n            \"attributes\": {\n                \"name\": \"South Los Angeles Animal Care and Control Center\",\n                \"street\": \"3612 11th Avenue\",\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"postalcode\": \"90018\",\n                \"country\": \"United States\",\n                \"phone\": \"(888) 452-7381\",\n                \"url\": \"http://www.laanimalservices.com\",\n                \"adoptionProcess\": \"Please contact shelter for details.\",\n                \"services\": \"Please contact shelter for details.\",\n                \"type\": \"Shelter\",\n                \"lat\": 34.02730178833008,\n                \"lon\": -118.31800079345703,\n                \"coordinates\": \"34.0273, -118.318\",\n                \"citystate\": \"Los Angeles, CA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"66022018\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 15580,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2013/pictures/animals/14417/14417376/66022018_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 17537,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2013/pictures/animals/14417/14417376/66022018_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2109,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2013/pictures/animals/14417/14417376/66022018_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-06-01T17:12:59Z\",\n                \"updated\": \"2019-06-01T17:12:59Z\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"2015\",\n            \"attributes\": {\n                \"name\": \"West Valley Animal Care and Control Center\",\n                \"street\": \"20655 Plummer Street\",\n                \"city\": \"Chatsworth\",\n                \"state\": \"CA\",\n                \"postalcode\": \"91311\",\n                \"country\": \"United States\",\n                \"phone\": \"(888) 452-7381\",\n                \"url\": \"http://www.laanimalservices.com\",\n                \"adoptionProcess\": \"Please contact shelter for details.\",\n                \"services\": \"Please contact shelter for details.\",\n                \"type\": \"Shelter\",\n                \"lat\": 34.286800384521484,\n                \"lon\": -118.59600067138672,\n                \"coordinates\": \"34.2868, -118.596\",\n                \"citystate\": \"Chatsworth, CA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"65989160\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 14262,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2015/pictures/animals/14411/14411069/65989160_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 15889,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2015/pictures/animals/14411/14411069/65989160_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 1970,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2015/pictures/animals/14411/14411069/65989160_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-05-30T22:41:34Z\",\n                \"updated\": \"2019-05-30T22:41:34Z\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"27\",\n            \"attributes\": {\n                \"name\": \"Brindle with White\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/27\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"6666\",\n            \"attributes\": {\n                \"name\": \"Inland Valley Humane Society\",\n                \"street\": \"500 humane wy\",\n                \"city\": \"pomona\",\n                \"state\": \"CA\",\n                \"postalcode\": \"91766\",\n                \"country\": \"United States\",\n                \"phone\": \"(909) 623-9777\",\n                \"email\": \"adopter@ivhsspca.org\",\n                \"url\": \"http://www.ivhsspca.org/animals\",\n                \"facebookUrl\": \"https://www.facebook.com/ivhsspca\",\n                \"adoptionProcess\": \"Application approval, Social, signed aggrement, $145 fee for dogs and $120 fee for cats. Other fees depend on type of animal.\",\n                \"about\": \"Established in 1949, the Inland Valley Humane Society & S.P.C.A. is a private, non-profit, full-access animal shelter dedicated to providing a safe refuge for animals in our community (s). Our mission to care for all animals is made possible by friends like you. Every day our dedicated staff ensures that every animal receives food, veterinary care and the attention they need until they can find a forever home. \",\n                \"services\": \"adoptions, spay/neuter, etc\",\n                \"type\": \"Shelter\",\n                \"lat\": 34.03900146484375,\n                \"lon\": -117.76100158691406,\n                \"coordinates\": \"34.039, -117.761\",\n                \"citystate\": \"pomona, CA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"65950703\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 285522,\n                    \"resolutionX\": 1920,\n                    \"resolutionY\": 1440,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14403/14403094/65950703_1920x1440.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 25996,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14403/14403094/65950703_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2834,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14403/14403094/65950703_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-05-28T23:43:45Z\",\n                \"updated\": \"2019-05-28T23:43:45Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"65879047\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 347600,\n                    \"resolutionX\": 1080,\n                    \"resolutionY\": 1440,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4293/pictures/animals/14389/14389410/65879047_1080x1440.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 87427,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 666,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4293/pictures/animals/14389/14389410/65879047_500x666.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 4250,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 133,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4293/pictures/animals/14389/14389410/65879047_100x133.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-05-24T20:07:25Z\",\n                \"updated\": \"2019-05-24T20:07:25Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"65879048\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 318096,\n                    \"resolutionX\": 1080,\n                    \"resolutionY\": 1060,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4293/pictures/animals/14389/14389410/65879048_1080x1060.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 72441,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 490,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4293/pictures/animals/14389/14389410/65879048_500x490.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3376,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 98,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4293/pictures/animals/14389/14389410/65879048_100x98.jpg\"\n                },\n                \"order\": 2,\n                \"created\": \"2019-05-24T20:07:26Z\",\n                \"updated\": \"2019-05-24T20:07:26Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"65879049\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 114509,\n                    \"resolutionX\": 1110,\n                    \"resolutionY\": 961,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4293/pictures/animals/14389/14389410/65879049_1110x961.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 26445,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 432,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4293/pictures/animals/14389/14389410/65879049_500x432.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2680,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 86,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4293/pictures/animals/14389/14389410/65879049_100x86.jpg\"\n                },\n                \"order\": 3,\n                \"created\": \"2019-05-24T20:07:26Z\",\n                \"updated\": \"2019-05-24T20:07:26Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"65857642\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 18984,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4483/pictures/animals/14383/14383430/65857642_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 22415,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4483/pictures/animals/14383/14383430/65857642_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2493,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4483/pictures/animals/14383/14383430/65857642_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-05-23T20:29:27Z\",\n                \"updated\": \"2019-05-23T20:29:27Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"65780536\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 21111,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14366/14366746/65780536_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 25358,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14366/14366746/65780536_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2434,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14366/14366746/65780536_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-05-20T02:12:39Z\",\n                \"updated\": \"2019-05-20T02:12:39Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"65619246\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 23753,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4481/pictures/animals/14334/14334475/65619246_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 28930,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4481/pictures/animals/14334/14334475/65619246_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2505,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4481/pictures/animals/14334/14334475/65619246_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-05-11T00:14:20Z\",\n                \"updated\": \"2019-05-11T00:14:20Z\"\n            }\n        },\n        {\n            \"type\": \"breeds\",\n            \"id\": \"127\",\n            \"attributes\": {\n                \"name\": \"Dachshund\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/127\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"25\",\n            \"attributes\": {\n                \"name\": \"Black with White\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/25\"\n            }\n        },\n        {\n            \"type\": \"locations\",\n            \"id\": \"25186\",\n            \"attributes\": {\n                \"name\": \"Gelson's\",\n                \"street\": \"6255 E 2nd Street\",\n                \"city\": \"Long Beach\",\n                \"state\": \"CA\",\n                \"citystate\": \"Long Beach, CA\",\n                \"postalcode\": \"90803\",\n                \"country\": \"United States\",\n                \"lat\": 33.75960159301758,\n                \"lon\": -118.12999725341797,\n                \"coordinates\": \"33.7596, -118.13\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"2674\",\n            \"attributes\": {\n                \"name\": \"Sparky and the Gang\",\n                \"city\": \"Long Beach\",\n                \"state\": \"CA\",\n                \"postalcode\": \"90804\",\n                \"country\": \"United States\",\n                \"email\": \"sparkyandthegang@yahoo.com\",\n                \"url\": \"http://westcoastanimalrescue.org\",\n                \"facebookUrl\": \"https://www.facebook.com/pages/Sparky-and-the-Gang-Animal-Rescue\",\n                \"donationUrl\": \"https://www.paypal.com/us/cgi-bin/webscr?cmd=_flow&SESSION=YfH95JBSm-rNO_AA8FIgpIwUpB-Xa9sAmenYOsijFPGcn1pT26R7JPqmYf8&dispatch=5885d80a13c0db1f8e263663d3faee8d96f000117187ac9edec8a65b311f447e\",\n                \"adoptionProcess\": \"Application is completed; Interview is conducted to assure dog is placed appropriately; Adoption Fee collected.\",\n                \"about\": \"I have been rescuing dogs from high kill shelters for 12 years.\",\n                \"services\": \"Adoptions\",\n                \"type\": \"Rescue\",\n                \"lat\": 33.78620147705078,\n                \"lon\": -118.1449966430664,\n                \"coordinates\": \"33.7862, -118.145\",\n                \"citystate\": \"Long Beach, CA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"65597596\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 93879,\n                    \"resolutionX\": 960,\n                    \"resolutionY\": 960,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2674/pictures/animals/14329/14329269/65597596_960x960.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 43719,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 500,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2674/pictures/animals/14329/14329269/65597596_500x500.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3664,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 100,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2674/pictures/animals/14329/14329269/65597596_100x100.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-05-09T18:08:09Z\",\n                \"updated\": \"2019-05-09T18:08:09Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"65597598\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 63442,\n                    \"resolutionX\": 719,\n                    \"resolutionY\": 960,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2674/pictures/animals/14329/14329269/65597598_719x960.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 47016,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 667,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2674/pictures/animals/14329/14329269/65597598_500x667.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 4658,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 133,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2674/pictures/animals/14329/14329269/65597598_100x133.jpg\"\n                },\n                \"order\": 2,\n                \"created\": \"2019-05-09T18:08:10Z\",\n                \"updated\": \"2019-05-09T18:08:10Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"65584681\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 18408,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4479/pictures/animals/14327/14327604/65584681_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 22290,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4479/pictures/animals/14327/14327604/65584681_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2181,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4479/pictures/animals/14327/14327604/65584681_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-05-09T00:45:41Z\",\n                \"updated\": \"2019-05-09T00:45:41Z\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"2782\",\n            \"attributes\": {\n                \"name\": \"Burbank Animal Shelter \",\n                \"street\": \"1150 North Victory Place \",\n                \"city\": \"Burbank\",\n                \"state\": \"CA\",\n                \"postalcode\": \"91502\",\n                \"country\": \"United States\",\n                \"phone\": \"(818) 238-3340\",\n                \"email\": \"Burbankanimalshelter@ci.burbank.ca.us\",\n                \"url\": \"http://www.basv.org\",\n                \"adoptionProcess\": \"Please contact shelter for details.\",\n                \"services\": \"Please contact shelter for details.\",\n                \"type\": \"Shelter\",\n                \"lat\": 34.17729949951172,\n                \"lon\": -118.30999755859375,\n                \"coordinates\": \"34.1773, -118.31\",\n                \"citystate\": \"Burbank, CA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"65584304\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 18560,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2782/pictures/animals/14311/14311379/65584304_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 12117,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2782/pictures/animals/14311/14311379/65584304_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 1595,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2782/pictures/animals/14311/14311379/65584304_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-05-09T00:00:32Z\",\n                \"updated\": \"2019-05-09T00:00:32Z\"\n            }\n        },\n        {\n            \"type\": \"breeds\",\n            \"id\": \"157\",\n            \"attributes\": {\n                \"name\": \"Jack Russell Terrier\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/157\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"36\",\n            \"attributes\": {\n                \"name\": \"Tan/Yellow/Fawn with White\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/36\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"65414492\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 267855,\n                    \"resolutionX\": 1920,\n                    \"resolutionY\": 1439,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14290/14290291/65414492_1920x1439.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 19914,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 374,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14290/14290291/65414492_500x374.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2383,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 74,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14290/14290291/65414492_100x74.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-04-29T02:21:42Z\",\n                \"updated\": \"2019-04-29T02:21:42Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"65035857\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 18368,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4479/pictures/animals/14218/14218256/65035857_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 22074,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4479/pictures/animals/14218/14218256/65035857_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2262,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/4479/pictures/animals/14218/14218256/65035857_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-04-03T18:46:21Z\",\n                \"updated\": \"2019-04-03T18:46:21Z\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"610\",\n            \"attributes\": {\n                \"name\": \"Pasadena Humane Society & SPCA\",\n                \"street\": \"361 South Raymond Avenue\",\n                \"city\": \"Pasadena\",\n                \"state\": \"CA\",\n                \"postalcode\": \"91105\",\n                \"country\": \"United States\",\n                \"phone\": \"(626) 792-7151\",\n                \"url\": \"http://www.phsspca.org\",\n                \"services\": \"adoptions, spay/neuter, animal control\",\n                \"type\": \"Shelter\",\n                \"lat\": 34.1442985534668,\n                \"lon\": -118.16799926757812,\n                \"coordinates\": \"34.1443, -118.168\",\n                \"citystate\": \"Pasadena, CA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64415048\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 21568,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/610/pictures/animals/14108/14108604/64415048_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 26133,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/610/pictures/animals/14108/14108604/64415048_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2320,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/610/pictures/animals/14108/14108604/64415048_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-02-26T13:44:51Z\",\n                \"updated\": \"2019-02-26T13:44:51Z\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"633\",\n            \"attributes\": {\n                \"name\": \"Friends of Orange County's Homeless Pets\",\n                \"street\": \"26423 Scott Road\",\n                \"city\": \"Menifee\",\n                \"state\": \"CA\",\n                \"postalcode\": \"92865\",\n                \"country\": \"United States\",\n                \"phone\": \"(714) 280-4993\",\n                \"email\": \"fochp@yahoo.com\",\n                \"url\": \"http://fochp.org\",\n                \"services\": \"Adoptions\",\n                \"type\": \"Rescue\",\n                \"lat\": 33.82979965209961,\n                \"lon\": -117.85099792480469,\n                \"coordinates\": \"33.8298, -117.851\",\n                \"citystate\": \"Menifee, CA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64405271\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 130227,\n                    \"resolutionX\": 1080,\n                    \"resolutionY\": 1440,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/633/pictures/animals/14108/14108037/64405271_1080x1440.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 39089,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 666,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/633/pictures/animals/14108/14108037/64405271_500x666.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3898,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 133,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/633/pictures/animals/14108/14108037/64405271_100x133.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-02-26T03:40:24Z\",\n                \"updated\": \"2019-02-26T03:40:24Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64369923\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 123998,\n                    \"resolutionX\": 1080,\n                    \"resolutionY\": 1440,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/633/pictures/animals/14102/14102474/64369923_1080x1440.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 38822,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 666,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/633/pictures/animals/14102/14102474/64369923_500x666.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 4428,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 133,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/633/pictures/animals/14102/14102474/64369923_100x133.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-02-23T17:28:52Z\",\n                \"updated\": \"2019-02-23T17:28:52Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64369907\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 130405,\n                    \"resolutionX\": 960,\n                    \"resolutionY\": 1280,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/633/pictures/animals/14102/14102469/64369907_960x1280.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 41597,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 666,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/633/pictures/animals/14102/14102469/64369907_500x666.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 4393,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 133,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/633/pictures/animals/14102/14102469/64369907_100x133.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-02-23T17:22:39Z\",\n                \"updated\": \"2019-02-23T17:22:39Z\"\n            }\n        }\n    ]\n}"}],"_postman_id":"b7c58fd5-d08b-431b-a74d-d59265c82594"},{"name":"Search animals with multiple views","id":"9229506c-5f5f-4ee3-bf2d-ad8ae7c1b60b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Authorization","value":"{{apikey}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/public/animals/search/available/cats/haspic/?sort=random&limit=5","description":"<p>Get 5 random available cats that have at least one picture.</p>\n","urlObject":{"path":["public","animals","search","available","cats","haspic",""],"host":["{{url}}"],"query":[{"key":"sort","value":"random"},{"key":"limit","value":"5"}],"variable":[]}},"response":[{"id":"0fc456f1-97b2-484d-8493-3cc2ad09b7a3","name":"Search animals with multiple views","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Authorization","value":"{{apikey}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/public/animals/search/available/cats/haspic/?sort=random&limit=5","host":["{{url}}"],"path":["public","animals","search","available","cats","haspic",""],"query":[{"key":"sort","value":"random"},{"key":"limit","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Jan 2020 15:11:08 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.3.13"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, DELETE, PATCH, PUT, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization, Origin, Content-Type, Accept"},{"key":"Access-Control-Expose-Headers","value":"Authorization, Location"},{"key":"X-Powered-By","value":"PHP/7.3.13"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 26 Jul 1997 05:00:00 GMT"},{"key":"X-Transaction-Id","value":"NeUgpVKMXqgH"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"5722"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"count\": 113323,\n        \"countReturned\": 5,\n        \"pageReturned\": 1,\n        \"limit\": 5,\n        \"pages\": 22665\n    },\n    \"data\": [\n        {\n            \"type\": \"animals\",\n            \"id\": \"14431117\",\n            \"attributes\": {\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Senior\",\n                \"ageString\": \"4 Years\",\n                \"birthDate\": \"2015-05-29T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Medium Hair (medium coat)\",\n                \"breedPrimary\": \"Domestic Medium Hair\",\n                \"breedPrimaryId\": 29,\n                \"isBreedMixed\": false,\n                \"coatLength\": \"Medium\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14431117\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"GINGER\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2220/pictures/animals/14431/14431117/66096665_100x133.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A664862\",\n                \"sex\": \"Female\",\n                \"sizeGroup\": \"Large\",\n                \"slug\": \"adopt-ginger-domestic-medium-hair-cat\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-06-05T12:57:14Z\",\n                \"updatedDate\": \"2019-06-07T17:42:24Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"29\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2220\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"66096665\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"10594213\",\n            \"attributes\": {\n                \"adoptedDate\": \"2017-11-10T00:00:00Z\",\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Adult\",\n                \"ageString\": \"2 Years 7 Months\",\n                \"birthDate\": \"2016-07-09T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Short Hair / Tabby / Mixed (short coat)\",\n                \"breedPrimary\": \"Domestic Short Hair\",\n                \"breedPrimaryId\": 35,\n                \"breedSecondary\": \"Tabby\",\n                \"breedSecondaryId\": 63,\n                \"isBreedMixed\": true,\n                \"coatLength\": \"Short\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<p>Fagan is a very sweet kitten who loves getting affection. He loves getting back scratches and belly rubs and has one of the loudest purrs in the cattery. He&#39;s a quiet boy who prefers to curl up in a cozy space rather than run around. He can be a little shy when first meeting someone new, but quickly warms up to them as soon as he gets his chin scratched.&nbsp;<br>\\nHe&#39;s a very friendly kitten who would do best in a home with older children and someone he can really bond too.<br>\\nCome into Little Shelter today and ask to meet Fagan.</p><img src=\\\"https://tracker.rescuegroups.org/pet?10594213\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"descriptionText\": \"Fagan is a very sweet kitten who loves getting affection. He loves getting back scratches and belly rubs and has one of the loudest purrs in the cattery. He&#39;s a quiet boy who prefers to curl up in a cozy space rather than run around. He can be a little shy when first meeting someone new, but quickly warms up to them as soon as he gets his chin scratched.&nbsp;\\nHe&#39;s a very friendly kitten who would do best in a home with older children and someone he can really bond too.\\nCome into Little Shelter today and ask to meet Fagan.\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"isHousetrained\": true,\n                \"name\": \"Fagan\",\n                \"pictureCount\": 3,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/5768/pictures/animals/10594/10594213/46625792_100x125.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"sex\": \"Male\",\n                \"sizeUOM\": \"Pounds\",\n                \"slug\": \"adopt-fagan-domestic-short-hair-cat\",\n                \"isSponsorable\": false,\n                \"url\": \"https://LITTLESHELTER.rescuegroups.org/animals/detail?AnimalID=10594213\",\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2016-09-21T21:32:19Z\",\n                \"updatedDate\": \"2019-03-20T20:49:59Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        },\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"63\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"14\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"5768\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"46625792\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"46625793\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"46625794\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14459213\",\n            \"attributes\": {\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Young\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Short Hair / Mixed\",\n                \"breedPrimary\": \"Domestic Short Hair\",\n                \"breedPrimaryId\": 35,\n                \"isBreedMixed\": true,\n                \"isCourtesyListing\": false,\n                \"isCurrentVaccinations\": true,\n                \"isDeclawed\": true,\n                \"descriptionHtml\": \"I am a lover and I like to play!<img src=\\\"https://tracker.rescuegroups.org/pet?14459213\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"descriptionText\": \"I am a lover and I like to play!\",\n                \"isNeedingFoster\": false,\n                \"isFound\": false,\n                \"priority\": 10,\n                \"isHousetrained\": false,\n                \"name\": \"Oscar\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/7150/pictures/animals/14459/14459213/66238314_100x66.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"S5712\",\n                \"sex\": \"Male\",\n                \"sizeGroup\": \"Small\",\n                \"slug\": \"adopt-oscar-domestic-short-hair-cat\",\n                \"isSpecialNeeds\": false,\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-06-12T15:33:23Z\",\n                \"updatedDate\": \"2019-06-12T16:32:54Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"11\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"7150\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"66238314\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"12448145\",\n            \"attributes\": {\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Senior\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Short Hair\",\n                \"breedPrimary\": \"Domestic Short Hair\",\n                \"breedPrimaryId\": 35,\n                \"isBreedMixed\": false,\n                \"isCourtesyListing\": false,\n                \"isCurrentVaccinations\": true,\n                \"isDeclawed\": true,\n                \"descriptionHtml\": \"Smidgen's owner has gotten older and is not able to care for her any longer.  Smidgen has only known one home since she was a kitten.  She is 4 paw declawed and has lots of years left to share with a new family.You can apply on line at www.hsvawl.org by completing the adoption application on the left side of the page.<img src=\\\"https://tracker.rescuegroups.org/pet?12448145\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"descriptionText\": \"Smidgen's owner has gotten older and is not able to care for her any longer.  Smidgen has only known one home since she was a kitten.  She is 4 paw declawed and has lots of years left to share with a new family.You can apply on line at www.hsvawl.org by completing the adoption application on the left side of the page.\",\n                \"isNeedingFoster\": false,\n                \"isFound\": false,\n                \"priority\": 10,\n                \"isHousetrained\": true,\n                \"name\": \"Smidgen\",\n                \"pictureCount\": 3,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2718/pictures/animals/12448/12448145/66288483_100x100.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"171852\",\n                \"sex\": \"Female\",\n                \"sizeGroup\": \"Medium\",\n                \"slug\": \"adopt-smidgen-domestic-short-hair-cat\",\n                \"isSpecialNeeds\": true,\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2018-01-06T20:01:23Z\",\n                \"updatedDate\": \"2019-06-15T10:03:02Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2718\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"66288483\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"66288484\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"66288485\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14094828\",\n            \"attributes\": {\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Adult\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Short Hair (medium coat)\",\n                \"breedPrimary\": \"Domestic Short Hair\",\n                \"breedPrimaryId\": 35,\n                \"isBreedMixed\": false,\n                \"coatLength\": \"Medium\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14094828\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"A125443\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/8214/pictures/animals/14094/14094828/64331207_100x75.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A125443\",\n                \"sex\": \"Male\",\n                \"sizeGroup\": \"Large\",\n                \"slug\": \"adopt-a-domestic-short-hair-cat\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-02-21T14:03:16Z\",\n                \"updatedDate\": \"2019-02-28T04:26:55Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"11\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"8214\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64331207\"\n                        }\n                    ]\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"breeds\",\n            \"id\": \"29\",\n            \"attributes\": {\n                \"name\": \"Domestic Medium Hair\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/29\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Black\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/1\"\n            }\n        },\n        {\n            \"type\": \"species\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"singular\": \"Cat\",\n                \"plural\": \"Cats\",\n                \"youngSingular\": \"Kitten\",\n                \"youngPlural\": \"Kittens\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/species/3\"\n            }\n        },\n        {\n            \"type\": \"statuses\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Available\",\n                \"description\": \"Available for Adoption\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/statuses/1\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"2220\",\n            \"attributes\": {\n                \"name\": \"Louisville Metro Animal Services\",\n                \"street\": \"3705 Manslick Road\",\n                \"city\": \"Louisville\",\n                \"state\": \"KY\",\n                \"postalcode\": \"40215\",\n                \"country\": \"United States\",\n                \"phone\": \"(502) 361-1318\",\n                \"email\": \"animals@louisvilleky.gov\",\n                \"url\": \"http://www.louisvilleky.gov/animalservices\",\n                \"adoptionProcess\": \"Please contact shelter for details.\",\n                \"services\": \"Please contact shelter for details.\",\n                \"type\": \"Shelter\",\n                \"lat\": 38.191898345947266,\n                \"lon\": -85.7854995727539,\n                \"coordinates\": \"38.1919, -85.7855\",\n                \"citystate\": \"Louisville, KY\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"66096665\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 32245,\n                    \"resolutionX\": 360,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2220/pictures/animals/14431/14431117/66096665_360x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 32245,\n                    \"resolutionX\": 360,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2220/pictures/animals/14431/14431117/66096665_360x480.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 4661,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 133,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2220/pictures/animals/14431/14431117/66096665_100x133.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-06-05T12:57:15Z\",\n                \"updated\": \"2019-06-05T12:57:15Z\"\n            }\n        },\n        {\n            \"type\": \"breeds\",\n            \"id\": \"35\",\n            \"attributes\": {\n                \"name\": \"Domestic Short Hair\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/35\"\n            }\n        },\n        {\n            \"type\": \"breeds\",\n            \"id\": \"63\",\n            \"attributes\": {\n                \"name\": \"Tabby\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/63\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"14\",\n            \"attributes\": {\n                \"name\": \"Orange\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/14\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"5768\",\n            \"attributes\": {\n                \"name\": \"Little Shelter Animal Rescue & Adoption Center\",\n                \"street\": \"33 Warner Road\",\n                \"city\": \"Huntington\",\n                \"state\": \"NY\",\n                \"postalcode\": \"11743\",\n                \"country\": \"United States\",\n                \"phone\": \"(631) 368-8770\",\n                \"email\": \"info@littleshelter.com\",\n                \"url\": \"http://www.littleshelter.com\",\n                \"facebookUrl\": \"https://www.facebook.com/LittleShelterAnimalRescue\",\n                \"donationUrl\": \"http://littleshelter.com/donate/\",\n                \"adoptionProcess\": \"Dogs can be adopted by filling out and submitting the adoption form found on our website. If you have questions regarding any of the dogs please call us at 631-368-8770 X 21 or email us at info@littleshelter.com.\\n\\nCats can be adopted by coming down to the shelter and filling out an adoption contract in person. If you have any questions about a particular cat, call us at 631-368-8770 X 32 and someone from the cattery will help you.\\n\\nWe reserve the right to refuse any adoption to any person for any reason.\",\n                \"about\": \"Who We Are & What We Do\\n\\nLittle Shelter is a nonprofit animal rescue organization. We take abused and abandoned animals from the streets and from those awaiting death at the municipal pounds. We provide a safe, caring and nurturing environment for these animals while they are waiting for loving adoptive homes.\\n\\nAll prospective homes are carefully screened to ensure happy endings. No animal is ever destroyed at Little Shelter unless he or she is incurably ill.\\n\\nSpaying and neutering is important to our cause. We spay and neuter all of our animals as soon as is medically possible. The minimal adoption donation paid upon adoption includes all the medical procedures that we have done on the animal being adopted, including the spaying and neutering.\\n\\nLittle Shelter is situated on six acres in Huntington, Long Island, 30 minutes east of New York City. Our Sheltervale Pet Cemetery operates on three acres. There are six buildings, two kennels including outdoor runs, one large communal cattery with individual rooms for nursing mothers, an isolation and medical building and a five room house that serves as office and administrative space. At any given time, we are the temporary home to more than 300 animals.\\n\\nLast year we placed over 600 dogs, cats, kittens and puppies into loving homes. With your help we will save even more this year.\",\n                \"services\": \"Adoptions, spaying or neutering, humane education, low cost spay/neuter certificates and an \",\n                \"type\": \"Rescue\",\n                \"lat\": 40.87459945678711,\n                \"lon\": -73.41449737548828,\n                \"coordinates\": \"40.8746, -73.4145\",\n                \"citystate\": \"Huntington, NY\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"46625792\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 71155,\n                    \"resolutionX\": 400,\n                    \"resolutionY\": 500,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/5768/pictures/animals/10594/10594213/46625792_400x500.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 71155,\n                    \"resolutionX\": 400,\n                    \"resolutionY\": 500,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/5768/pictures/animals/10594/10594213/46625792_400x500.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3707,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 125,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/5768/pictures/animals/10594/10594213/46625792_100x125.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2017-06-30T19:30:06Z\",\n                \"updated\": \"2017-06-30T19:30:06Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"46625793\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 69256,\n                    \"resolutionX\": 400,\n                    \"resolutionY\": 500,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/5768/pictures/animals/10594/10594213/46625793_400x500.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 69256,\n                    \"resolutionX\": 400,\n                    \"resolutionY\": 500,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/5768/pictures/animals/10594/10594213/46625793_400x500.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3501,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 125,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/5768/pictures/animals/10594/10594213/46625793_100x125.jpg\"\n                },\n                \"order\": 2,\n                \"created\": \"2017-06-30T19:30:07Z\",\n                \"updated\": \"2017-06-30T19:30:07Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"46625794\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 51900,\n                    \"resolutionX\": 400,\n                    \"resolutionY\": 500,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/5768/pictures/animals/10594/10594213/46625794_400x500.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 51900,\n                    \"resolutionX\": 400,\n                    \"resolutionY\": 500,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/5768/pictures/animals/10594/10594213/46625794_400x500.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3214,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 125,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/5768/pictures/animals/10594/10594213/46625794_100x125.jpg\"\n                },\n                \"order\": 3,\n                \"created\": \"2017-06-30T19:30:07Z\",\n                \"updated\": \"2017-06-30T19:30:07Z\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"11\",\n            \"attributes\": {\n                \"name\": \"Gray\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/11\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"7150\",\n            \"attributes\": {\n                \"name\": \"Humane Society of North Central Arkansas\",\n                \"street\": \"2656 Highway 201 North\",\n                \"city\": \"Mountain Home\",\n                \"state\": \"Ar\",\n                \"postalcode\": \"72653\",\n                \"country\": \"United States\",\n                \"phone\": \"(870) 425-9221\",\n                \"email\": \"hsnca@centurytel.net\",\n                \"url\": \"http://www.humanesocietyofnca.org\",\n                \"facebookUrl\": \"https://www.facebook.com/pages/Humane-Society-of-North-Central-Arkansas/252452688128490?ref=bookmark\",\n                \"adoptionProcess\": \"Contract requiring proper care of the animal including: food, water, shelter, medical care, basic vaccinations. Adoption fees\",\n                \"about\": \"We are a 501c3 non profit no kill facility. I am the shelter manager, I manage the employees and animals, schedule appointments, release press information, write grants. The reason I do what I do is to be a voice for the voiceless and provide them a better environment then they received before come into the facility.\",\n                \"services\": \"adoptions, spay/neuter\",\n                \"type\": \"Shelter\",\n                \"lat\": 36.33140182495117,\n                \"lon\": -92.40660095214844,\n                \"coordinates\": \"36.3314, -92.4066\",\n                \"citystate\": \"Mountain Home, Ar\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"66238314\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 231679,\n                    \"resolutionX\": 1600,\n                    \"resolutionY\": 1067,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/7150/pictures/animals/14459/14459213/66238314_1600x1067.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 17776,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 333,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/7150/pictures/animals/14459/14459213/66238314_500x333.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 1984,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 66,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/7150/pictures/animals/14459/14459213/66238314_100x66.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-06-12T15:44:25Z\",\n                \"updated\": \"2019-06-12T15:44:25Z\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"2718\",\n            \"attributes\": {\n                \"name\": \"HSV Animal Welfare League\",\n                \"street\": \"195 Cloaca Lane\",\n                \"city\": \"Hot Springs Village\",\n                \"state\": \"AR\",\n                \"postalcode\": \"71909\",\n                \"country\": \"United States\",\n                \"email\": \"adoptions@hsvawl.org\",\n                \"url\": \"www.hsvawl.org\",\n                \"facebookUrl\": \"www.facebook.com/hsvawl\",\n                \"adoptionProcess\": \"Adoption Procedure\\n\\nThe very best way to pick a pet is to come to the Adoption Center to meet available pets. If you find a pet you wish to adopt, our adoption coordinators will talk with you to help make this adoption a perfect match for you and the pet.\\n\\n  Another benefit for visiting in person is that animals and adopters frequently have a special relationship that starts the very first time they meet.  You may find the love of your life being very different than what you envisioned.  The pet you will be most pleased with will be the one with the temperament that fits your personality and homelife.  That frequently has absolutely nothing to do with the looks or breed of the animal.\\n\\n When you adopt an AWL pet, you will have an animal that has been checked by our veterinarians, spayed or neutered, given basic shots (including Rabies),  a folder with the medical history and various useful information, and someone to answer any questions you might have. \\n\\n   We will ask you to promise that, if for any reason it does not work out, that you will bring the animal back to us.  We have made a financial commitment to that pet because we felt it would give someone a great deal of pleasure, therefore we made a substantial monetary and emotional commitment to the animal.  The last thing we want to hear about our pet is that it has been turned over to another shelter where it could be euthanized.\\n\",\n                \"about\": \"We are a nonprofit corporation that raises funds for strays that are collected in Hot Springs Village and brought to the POA Animal Control. If an animal is determined to be adoptable we work to have it adopted. Our volunteers also work at the Adoption Center to feed and clean the animals. In addition we run spay and neuter clinics and work with local schools to educate children about pets and animals.\\n \",\n                \"services\": \"adoptions, spay/neuter\",\n                \"type\": \"Rescue\",\n                \"lat\": 34.66740036010742,\n                \"lon\": -92.98100280761719,\n                \"coordinates\": \"34.6674, -92.981\",\n                \"citystate\": \"Hot Springs Village, AR\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"66288483\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 101652,\n                    \"resolutionX\": 1021,\n                    \"resolutionY\": 1024,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2718/pictures/animals/12448/12448145/66288483_1021x1024.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 30124,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 501,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2718/pictures/animals/12448/12448145/66288483_500x501.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3025,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 100,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2718/pictures/animals/12448/12448145/66288483_100x100.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-06-15T10:03:00Z\",\n                \"updated\": \"2019-06-15T10:03:00Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"66288484\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 115970,\n                    \"resolutionX\": 1021,\n                    \"resolutionY\": 1024,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2718/pictures/animals/12448/12448145/66288484_1021x1024.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 36920,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 501,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2718/pictures/animals/12448/12448145/66288484_500x501.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3495,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 100,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2718/pictures/animals/12448/12448145/66288484_100x100.jpg\"\n                },\n                \"order\": 2,\n                \"created\": \"2019-06-15T10:03:01Z\",\n                \"updated\": \"2019-06-15T10:03:01Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"66288485\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 113772,\n                    \"resolutionX\": 1021,\n                    \"resolutionY\": 1024,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2718/pictures/animals/12448/12448145/66288485_1021x1024.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 36710,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 501,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2718/pictures/animals/12448/12448145/66288485_500x501.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3487,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 100,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2718/pictures/animals/12448/12448145/66288485_100x100.jpg\"\n                },\n                \"order\": 3,\n                \"created\": \"2019-06-15T10:03:01Z\",\n                \"updated\": \"2019-06-15T10:03:01Z\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"8214\",\n            \"attributes\": {\n                \"name\": \"Corona Animal Services\",\n                \"street\": \"1330 Magnolia Avenue\",\n                \"city\": \"Corona\",\n                \"state\": \"CA\",\n                \"postalcode\": \"92879\",\n                \"country\": \"United States\",\n                \"phone\": \"(951) 736-2309\",\n                \"email\": \"michelle.gallina-martin@ci.corona.ca.us\",\n                \"url\": \"http://coronaanimalshelter.adoptapet.com\",\n                \"facebookUrl\": \"http://\",\n                \"adoptionProcess\": \" \",\n                \"about\": \" \",\n                \"services\": \" \",\n                \"type\": \"Shelter\",\n                \"lat\": 33.87670135498047,\n                \"lon\": -117.53600311279297,\n                \"coordinates\": \"33.8767, -117.536\",\n                \"citystate\": \"Corona, CA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64331207\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 40998,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/8214/pictures/animals/14094/14094828/64331207_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 27024,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/8214/pictures/animals/14094/14094828/64331207_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2622,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/8214/pictures/animals/14094/14094828/64331207_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-02-21T14:03:16Z\",\n                \"updated\": \"2019-02-21T14:03:16Z\"\n            }\n        }\n    ]\n}"},{"id":"19a15eb4-d019-4cfa-a62e-dd8215a7b626","name":"Search animals with multiple views","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Authorization","value":"{{apikey}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/public/animals/search/available/cats/haspic/?sort=random&limit=5","host":["{{url}}"],"path":["public","animals","search","available","cats","haspic",""],"query":[{"key":"sort","value":"random"},{"key":"limit","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Jan 2020 15:09:10 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.3.13"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, DELETE, PATCH, PUT, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization, Origin, Content-Type, Accept"},{"key":"Access-Control-Expose-Headers","value":"Authorization, Location"},{"key":"X-Powered-By","value":"PHP/7.3.13"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 26 Jul 1997 05:00:00 GMT"},{"key":"X-Transaction-Id","value":"FwQdQXutbLnW"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"2941"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"count\": 6489,\n        \"countReturned\": 5,\n        \"pageReturned\": 1,\n        \"limit\": 5,\n        \"pages\": 1298\n    },\n    \"data\": [\n        {\n            \"type\": \"animals\",\n            \"id\": \"11432094\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Young\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Tuxedo / Tuxedo / Mixed (short coat)\",\n                \"breedPrimary\": \"Tuxedo\",\n                \"breedPrimaryId\": 73,\n                \"breedSecondary\": \"Tuxedo\",\n                \"breedSecondaryId\": 73,\n                \"isBreedMixed\": true,\n                \"isCatsOk\": true,\n                \"coatLength\": \"Short\",\n                \"isCourtesyListing\": true,\n                \"isCurrentVaccinations\": true,\n                \"isDeclawed\": false,\n                \"descriptionHtml\": \"<p>Valentine is a very friendly, loves to be petted, talks when feeding time comes and purrs. She was rescued from a high milk shelter in San Bernardino called Devore. &nbsp;They kill 7 days non stop and she was rescued on her last day which was her 5th day.</p>\\n<p>She is ready to find her Furever loving and warming home</p><img src=\\\"https://tracker.rescuegroups.org/pet?11432094\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"descriptionText\": \"Valentine is a very friendly, loves to be petted, talks when feeding time comes and purrs. She was rescued from a high milk shelter in San Bernardino called Devore. &nbsp;They kill 7 days non stop and she was rescued on her last day which was her 5th day.\\nShe is ready to find her Furever loving and warming home\",\n                \"isDogsOk\": false,\n                \"isNeedingFoster\": false,\n                \"isFound\": false,\n                \"priority\": 10,\n                \"isHousetrained\": true,\n                \"isKidsOk\": false,\n                \"name\": \"Valentine\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1295/pictures/animals/11432/11432094/45342632_100x148.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"sex\": \"Female\",\n                \"sizeGroup\": \"Medium\",\n                \"slug\": \"adopt-valentine-tuxedo-cat\",\n                \"isSpecialNeeds\": false,\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2017-05-22T23:52:50Z\",\n                \"updatedDate\": \"2017-06-25T06:17:30Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"73\"\n                        },\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"73\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"locations\": {\n                    \"data\": [\n                        {\n                            \"type\": \"locations\",\n                            \"id\": \"4657\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"1295\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"45342632\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14131392\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Young\",\n                \"ageString\": \"1 Year 2 Months\",\n                \"birthDate\": \"2018-03-03T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Short Hair (medium coat)\",\n                \"breedPrimary\": \"Domestic Short Hair\",\n                \"breedPrimaryId\": 35,\n                \"isBreedMixed\": false,\n                \"coatLength\": \"Medium\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14131392\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"*SNOW WHITE\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/7017/pictures/animals/14131/14131392/64765752_100x72.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A622695\",\n                \"sex\": \"Female\",\n                \"sizeGroup\": \"Small\",\n                \"slug\": \"adopt-snow-white-domestic-short-hair-cat\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-03-06T08:56:49Z\",\n                \"updatedDate\": \"2019-05-14T21:54:40Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"21\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"7017\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64765752\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14351047\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Senior\",\n                \"ageString\": \"11 Years\",\n                \"birthDate\": \"2008-05-15T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Short Hair (medium coat)\",\n                \"breedPrimary\": \"Domestic Short Hair\",\n                \"breedPrimaryId\": 35,\n                \"isBreedMixed\": false,\n                \"coatLength\": \"Medium\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14351047\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"LIZZIE\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2009/pictures/animals/14351/14351047/65704322_100x75.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A1859244\",\n                \"sex\": \"Male\",\n                \"sizeGroup\": \"Small\",\n                \"slug\": \"adopt-lizzie-domestic-short-hair-cat\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-05-15T22:10:48Z\",\n                \"updatedDate\": \"2019-05-16T18:28:20Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"14\"\n                        }\n                    ]\n                },\n                \"patterns\": {\n                    \"data\": [\n                        {\n                            \"type\": \"patterns\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2009\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"65704322\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14372724\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Baby\",\n                \"ageString\": \"1 Month 26 Days\",\n                \"birthDate\": \"2019-03-26T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Short Hair (medium coat)\",\n                \"breedPrimary\": \"Domestic Short Hair\",\n                \"breedPrimaryId\": 35,\n                \"isBreedMixed\": false,\n                \"coatLength\": \"Medium\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14372724\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"PEPA\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2014/pictures/animals/14372/14372724/65813427_100x75.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A1857082\",\n                \"sex\": \"Female\",\n                \"sizeGroup\": \"Small\",\n                \"slug\": \"adopt-pepa-domestic-short-hair-cat\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-05-21T20:50:19Z\",\n                \"updatedDate\": \"2019-05-21T22:40:42Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"11\"\n                        }\n                    ]\n                },\n                \"patterns\": {\n                    \"data\": [\n                        {\n                            \"type\": \"patterns\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2014\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"65813427\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14311566\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Young\",\n                \"ageString\": \"1 Year\",\n                \"birthDate\": \"2018-04-30T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Long Hair (medium coat)\",\n                \"breedPrimary\": \"Domestic Long Hair\",\n                \"breedPrimaryId\": 24,\n                \"isBreedMixed\": false,\n                \"coatLength\": \"Medium\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14311566\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"MOON\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2009/pictures/animals/14311/14311566/65513975_100x75.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A1854974\",\n                \"sex\": \"Female\",\n                \"sizeGroup\": \"Medium\",\n                \"slug\": \"adopt-moon-domestic-long-hair-cat\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-05-05T06:26:48Z\",\n                \"updatedDate\": \"2019-05-05T23:11:22Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"24\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"7\"\n                        }\n                    ]\n                },\n                \"patterns\": {\n                    \"data\": [\n                        {\n                            \"type\": \"patterns\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2009\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"65513975\"\n                        }\n                    ]\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"breeds\",\n            \"id\": \"73\",\n            \"attributes\": {\n                \"name\": \"Tuxedo\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/73\"\n            }\n        },\n        {\n            \"type\": \"species\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"singular\": \"Cat\",\n                \"plural\": \"Cats\",\n                \"youngSingular\": \"Kitten\",\n                \"youngPlural\": \"Kittens\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/species/3\"\n            }\n        },\n        {\n            \"type\": \"statuses\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Available\",\n                \"description\": \"Available for Adoption\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/statuses/1\"\n            }\n        },\n        {\n            \"type\": \"locations\",\n            \"id\": \"4657\",\n            \"attributes\": {\n                \"name\": \"PETSMART MIDTOWN\",\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"citystate\": \"Los Angeles, CA\",\n                \"postalcode\": \"90019\",\n                \"country\": \"United States\",\n                \"lat\": 34.048500061035156,\n                \"lon\": -118.33999633789062,\n                \"coordinates\": \"34.0485, -118.34\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"1295\",\n            \"attributes\": {\n                \"name\": \"Catmandoo Rescue\",\n                \"street\": \"4712 Admiralty Way #968\",\n                \"city\": \"Marina Del Rey\",\n                \"state\": \"CA\",\n                \"postalcode\": \"90292\",\n                \"country\": \"United States\",\n                \"phone\": \"(310) 569-8404\",\n                \"email\": \"catsfordays@gmail.com\",\n                \"url\": \"http://Catmandoo.petfinder.com\",\n                \"adoptionProcess\": \"We ask $130.00, application, contract, no declaw, indoor only.\",\n                \"services\": \"adoptions, spay neuter\",\n                \"type\": \"Rescue\",\n                \"lat\": 33.977901458740234,\n                \"lon\": -118.44499969482422,\n                \"coordinates\": \"33.9779, -118.445\",\n                \"citystate\": \"Marina Del Rey, CA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"45342632\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 5205763,\n                    \"resolutionX\": 2508,\n                    \"resolutionY\": 3735,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1295/pictures/animals/11432/11432094/45342632_2508x3735.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 33835,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 744,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1295/pictures/animals/11432/11432094/45342632_500x744.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3583,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 148,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1295/pictures/animals/11432/11432094/45342632_100x148.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2017-05-22T23:52:51Z\",\n                \"updated\": \"2017-05-22T23:52:51Z\"\n            }\n        },\n        {\n            \"type\": \"breeds\",\n            \"id\": \"35\",\n            \"attributes\": {\n                \"name\": \"Domestic Short Hair\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/35\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"21\",\n            \"attributes\": {\n                \"name\": \"White\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/21\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"7017\",\n            \"attributes\": {\n                \"name\": \"Long Beach Animal Care Services\",\n                \"street\": \"7000 East Spring Street\",\n                \"city\": \"Long Beach\",\n                \"state\": \"CA\",\n                \"postalcode\": \"90815\",\n                \"country\": \"United States\",\n                \"phone\": \"(562) 570-7387\",\n                \"email\": \"animalcare@longbeach.gov\",\n                \"url\": \"http://\",\n                \"facebookUrl\": \"http://\",\n                \"adoptionProcess\": \"n/a\",\n                \"about\": \"n/a\",\n                \"services\": \"n/a\",\n                \"type\": \"Shelter\",\n                \"lat\": 33.79349899291992,\n                \"lon\": -118.11399841308594,\n                \"coordinates\": \"33.7935, -118.114\",\n                \"citystate\": \"Long Beach, CA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64765752\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 105591,\n                    \"resolutionX\": 450,\n                    \"resolutionY\": 326,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/7017/pictures/animals/14131/14131392/64765752_450x326.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 105591,\n                    \"resolutionX\": 450,\n                    \"resolutionY\": 326,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/7017/pictures/animals/14131/14131392/64765752_450x326.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 1900,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 72,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/7017/pictures/animals/14131/14131392/64765752_100x72.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-03-18T21:27:21Z\",\n                \"updated\": \"2019-03-18T21:27:21Z\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"14\",\n            \"attributes\": {\n                \"name\": \"Orange\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/14\"\n            }\n        },\n        {\n            \"type\": \"patterns\",\n            \"id\": \"8\",\n            \"attributes\": {\n                \"name\": \"Tabby\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/patterns/8\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"2009\",\n            \"attributes\": {\n                \"name\": \"East Valley Animal Care and Control Center\",\n                \"street\": \"14409 Vanowen Street\",\n                \"city\": \"Van Nuys\",\n                \"state\": \"CA\",\n                \"postalcode\": \"91405\",\n                \"country\": \"United States\",\n                \"phone\": \"(888) 452-7381\",\n                \"url\": \"http://www.laanimalservices.com\",\n                \"adoptionProcess\": \"Please contact shelter for details.\",\n                \"services\": \"Please contact shelter for details.\",\n                \"type\": \"Shelter\",\n                \"lat\": 34.202701568603516,\n                \"lon\": -118.44400024414062,\n                \"coordinates\": \"34.2027, -118.444\",\n                \"citystate\": \"Van Nuys, CA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"65704322\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 17326,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2009/pictures/animals/14351/14351047/65704322_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 19608,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2009/pictures/animals/14351/14351047/65704322_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2251,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2009/pictures/animals/14351/14351047/65704322_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-05-15T22:10:49Z\",\n                \"updated\": \"2019-05-15T22:10:49Z\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"11\",\n            \"attributes\": {\n                \"name\": \"Gray\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/11\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"2014\",\n            \"attributes\": {\n                \"name\": \"North Central Animal Care and Control\",\n                \"street\": \"3201 Lacy Street\",\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"postalcode\": \"90031\",\n                \"country\": \"United States\",\n                \"phone\": \"(888) 452-7381\",\n                \"url\": \"http://www.laanimalservices.com\",\n                \"adoptionProcess\": \"Please contact shelter for details.\",\n                \"services\": \"Please contact shelter for details.\",\n                \"type\": \"Shelter\",\n                \"lat\": 34.0791015625,\n                \"lon\": -118.21800231933594,\n                \"coordinates\": \"34.0791, -118.218\",\n                \"citystate\": \"Los Angeles, CA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"65813427\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 20213,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2014/pictures/animals/14372/14372724/65813427_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 24000,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2014/pictures/animals/14372/14372724/65813427_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2463,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2014/pictures/animals/14372/14372724/65813427_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-05-21T20:50:19Z\",\n                \"updated\": \"2019-05-21T20:50:19Z\"\n            }\n        },\n        {\n            \"type\": \"breeds\",\n            \"id\": \"24\",\n            \"attributes\": {\n                \"name\": \"Domestic Long Hair\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/24\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"7\",\n            \"attributes\": {\n                \"name\": \"Brown\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/7\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"65513975\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 29114,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2009/pictures/animals/14311/14311566/65513975_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 35300,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2009/pictures/animals/14311/14311566/65513975_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2951,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2009/pictures/animals/14311/14311566/65513975_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-05-05T06:26:48Z\",\n                \"updated\": \"2019-05-05T06:26:48Z\"\n            }\n        }\n    ]\n}"},{"id":"a076d844-dbaf-4172-8e86-c3bcffac35b3","name":"Search animals in radius (coordinates)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Authorization","value":"{{apikey}}"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"filterRadius\":\n        \t{\n        \t\t\"miles\": 100,\n        \t\t\"coordinates\": \"34.1031,-118.416\"\n        \t}\n        \n    }\n}\n"},"url":{"raw":"{{url}}/public/animals/search/available/cats/haspic?fields[animals]=distance&include=breeds,colors,orgs,patterns,pictures,species&sort=animals.distance&limit=10","host":["{{url}}"],"path":["public","animals","search","available","cats","haspic"],"query":[{"key":"fields[animals]","value":"distance"},{"key":"include","value":"breeds,colors,orgs,patterns,pictures,species"},{"key":"sort","value":"animals.distance"},{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 16:04:41 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.3.13"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, DELETE, PATCH, PUT, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization, Origin, Content-Type, Accept"},{"key":"Access-Control-Expose-Headers","value":"Authorization, Location"},{"key":"X-Powered-By","value":"PHP/7.3.13"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 26 Jul 1997 05:00:00 GMT"},{"key":"X-Transaction-Id","value":"MEAaqRqTKXxk"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"2165"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"count\": 6489,\n        \"countReturned\": 10,\n        \"pageReturned\": 1,\n        \"limit\": 10,\n        \"pages\": 649\n    },\n    \"data\": [\n        {\n            \"type\": \"animals\",\n            \"id\": \"14300284\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"11\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"6666\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"65455538\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14300338\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"9\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"6666\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"65455597\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14300391\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"10\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"6666\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"65455649\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14048260\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"29\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2221\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64316592\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14071806\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2221\"\n                        }\n                    ]\n                },\n                \"patterns\": {\n                    \"data\": [\n                        {\n                            \"type\": \"patterns\",\n                            \"id\": \"9\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64299284\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14071807\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2221\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64207539\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14071808\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2221\"\n                        }\n                    ]\n                },\n                \"patterns\": {\n                    \"data\": [\n                        {\n                            \"type\": \"patterns\",\n                            \"id\": \"9\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64437781\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14076752\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2221\"\n                        }\n                    ]\n                },\n                \"patterns\": {\n                    \"data\": [\n                        {\n                            \"type\": \"patterns\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64206292\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14076753\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"7\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2221\"\n                        }\n                    ]\n                },\n                \"patterns\": {\n                    \"data\": [\n                        {\n                            \"type\": \"patterns\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64206293\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14077806\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"24\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"6\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2221\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64316590\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"breeds\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"name\": \"American Shorthair\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/3\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"11\",\n            \"attributes\": {\n                \"name\": \"Gray\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/11\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"6666\",\n            \"attributes\": {\n                \"name\": \"Inland Valley Humane Society\",\n                \"street\": \"500 humane wy\",\n                \"city\": \"pomona\",\n                \"state\": \"CA\",\n                \"postalcode\": \"91766\",\n                \"country\": \"United States\",\n                \"phone\": \"(909) 623-9777\",\n                \"email\": \"adopter@ivhsspca.org\",\n                \"url\": \"http://www.ivhsspca.org/animals\",\n                \"facebookUrl\": \"https://www.facebook.com/ivhsspca\",\n                \"adoptionProcess\": \"Application approval, Social, signed aggrement, $145 fee for dogs and $120 fee for cats. Other fees depend on type of animal.\",\n                \"about\": \"Established in 1949, the Inland Valley Humane Society & S.P.C.A. is a private, non-profit, full-access animal shelter dedicated to providing a safe refuge for animals in our community (s). Our mission to care for all animals is made possible by friends like you. Every day our dedicated staff ensures that every animal receives food, veterinary care and the attention they need until they can find a forever home. \",\n                \"services\": \"adoptions, spay/neuter, etc\",\n                \"type\": \"Shelter\",\n                \"lat\": 34.03900146484375,\n                \"lon\": -117.76100158691406,\n                \"coordinates\": \"34.039, -117.761\",\n                \"citystate\": \"pomona, CA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"65455538\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 328593,\n                    \"resolutionX\": 1920,\n                    \"resolutionY\": 1439,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14300/14300284/65455538_1920x1439.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 28728,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 374,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14300/14300284/65455538_500x374.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2110,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 74,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14300/14300284/65455538_100x74.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-05-01T17:12:11Z\",\n                \"updated\": \"2019-05-01T17:12:11Z\"\n            }\n        },\n        {\n            \"type\": \"species\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"singular\": \"Cat\",\n                \"plural\": \"Cats\",\n                \"youngSingular\": \"Kitten\",\n                \"youngPlural\": \"Kittens\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/species/3\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"9\",\n            \"attributes\": {\n                \"name\": \"Brown Tabby\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/9\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"65455597\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 481923,\n                    \"resolutionX\": 1920,\n                    \"resolutionY\": 1440,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14300/14300338/65455597_1920x1440.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 28925,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14300/14300338/65455597_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2296,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14300/14300338/65455597_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-05-01T17:15:16Z\",\n                \"updated\": \"2019-05-01T17:15:16Z\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"10\",\n            \"attributes\": {\n                \"name\": \"Calico or Dilute Calico\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/10\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"65455649\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 352092,\n                    \"resolutionX\": 1920,\n                    \"resolutionY\": 1440,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14300/14300391/65455649_1920x1440.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 21679,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14300/14300391/65455649_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2308,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14300/14300391/65455649_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-05-01T17:18:20Z\",\n                \"updated\": \"2019-05-01T17:18:20Z\"\n            }\n        },\n        {\n            \"type\": \"breeds\",\n            \"id\": \"29\",\n            \"attributes\": {\n                \"name\": \"Domestic Medium Hair\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/29\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Black\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/1\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"2221\",\n            \"attributes\": {\n                \"name\": \"Orange County Animal Care Center\",\n                \"street\": \"561 The City Drive South\",\n                \"city\": \"Orange\",\n                \"state\": \"CA\",\n                \"postalcode\": \"92868\",\n                \"country\": \"United States\",\n                \"phone\": \"(714) 935-6848\",\n                \"email\": \"ocpetinfo@ocOCCS.com\",\n                \"url\": \"http://www.ocpetinfo.com\",\n                \"adoptionProcess\": \"Please contact shelter for details.\",\n                \"services\": \"Please contact shelter for details.\",\n                \"type\": \"Shelter\",\n                \"lat\": 33.78820037841797,\n                \"lon\": -117.88200378417969,\n                \"coordinates\": \"33.7882, -117.882\",\n                \"citystate\": \"Orange, CA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64316592\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 16855,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14048/14048260/64316592_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 19822,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14048/14048260/64316592_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2132,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14048/14048260/64316592_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-02-20T20:36:34Z\",\n                \"updated\": \"2019-02-20T20:36:34Z\"\n            }\n        },\n        {\n            \"type\": \"breeds\",\n            \"id\": \"35\",\n            \"attributes\": {\n                \"name\": \"Domestic Short Hair\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/35\"\n            }\n        },\n        {\n            \"type\": \"patterns\",\n            \"id\": \"9\",\n            \"attributes\": {\n                \"name\": \"Calico\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/patterns/9\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64299284\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 17315,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14071/14071806/64299284_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 20049,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14071/14071806/64299284_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2341,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14071/14071806/64299284_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-02-20T00:29:16Z\",\n                \"updated\": \"2019-02-20T00:29:16Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64207539\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 15448,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14071/14071807/64207539_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 17850,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14071/14071807/64207539_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2247,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14071/14071807/64207539_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-02-13T21:45:38Z\",\n                \"updated\": \"2019-02-13T21:45:38Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64437781\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 18301,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14071/14071808/64437781_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 21533,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14071/14071808/64437781_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2429,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14071/14071808/64437781_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-02-28T04:37:49Z\",\n                \"updated\": \"2019-02-28T04:37:49Z\"\n            }\n        },\n        {\n            \"type\": \"patterns\",\n            \"id\": \"8\",\n            \"attributes\": {\n                \"name\": \"Tabby\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/patterns/8\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64206292\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 25514,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14076/14076752/64206292_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 30259,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14076/14076752/64206292_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2583,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14076/14076752/64206292_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-02-13T20:06:58Z\",\n                \"updated\": \"2019-02-13T20:06:58Z\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"7\",\n            \"attributes\": {\n                \"name\": \"Brown\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/7\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64206293\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 21808,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14076/14076753/64206293_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 25963,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14076/14076753/64206293_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2619,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14076/14076753/64206293_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-02-13T20:06:58Z\",\n                \"updated\": \"2019-02-13T20:06:58Z\"\n            }\n        },\n        {\n            \"type\": \"breeds\",\n            \"id\": \"24\",\n            \"attributes\": {\n                \"name\": \"Domestic Long Hair\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/24\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"6\",\n            \"attributes\": {\n                \"name\": \"Black and White\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/6\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64316590\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 19787,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14077/14077806/64316590_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 23872,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14077/14077806/64316590_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2573,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14077/14077806/64316590_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-02-20T20:36:33Z\",\n                \"updated\": \"2019-02-20T20:36:33Z\"\n            }\n        }\n    ]\n}"},{"id":"bf8bf461-6f83-433c-be76-85a8b5a06564","name":"Search animals with multiple views","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Authorization","value":"{{apikey}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/public/animals/search/available/cats/haspic/?sort=random&limit=5","host":["{{url}}"],"path":["public","animals","search","available","cats","haspic",""],"query":[{"key":"sort","value":"random"},{"key":"limit","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Jan 2020 15:13:12 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.3.13"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, DELETE, PATCH, PUT, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization, Origin, Content-Type, Accept"},{"key":"Access-Control-Expose-Headers","value":"Authorization, Location"},{"key":"X-Powered-By","value":"PHP/7.3.13"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 26 Jul 1997 05:00:00 GMT"},{"key":"X-Transaction-Id","value":"OeevAocpsQSO"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"count\": 113323,\n        \"countReturned\": 5,\n        \"pageReturned\": 1,\n        \"limit\": 5,\n        \"pages\": 22665\n    },\n    \"data\": [\n        {\n            \"type\": \"animals\",\n            \"id\": \"13622711\",\n            \"attributes\": {\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Adult\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Medium Hair / Mixed\",\n                \"breedPrimary\": \"Domestic Medium Hair\",\n                \"breedPrimaryId\": 29,\n                \"isBreedMixed\": true,\n                \"isCatsOk\": false,\n                \"isCourtesyListing\": false,\n                \"isCurrentVaccinations\": true,\n                \"isDeclawed\": false,\n                \"descriptionHtml\": \"<p><span style=\\\"font-size: 10pt; color: #ff0000;\\\"><strong><strong><sub><sup>MY ADOPTION FEES ARE WAIVED DURING THE MONTH OF FEBRUARY!</sup></sub></strong></strong></span></p>\\n<p><em><strong>Video Available!&nbsp;</strong></em>Don't let my resting grumpy face fool you! I'm actually a total sweetheart! My name's<strong> Spoofer</strong>&nbsp;and I'm a 9 year old, neutered male brown tabby. I had my nose removed due to an infection, but I can still stop to smell the roses. I would like to be the only cat in my forever home and with a personality like mine, you won't need another! To take me home or learn more about me, contact Customer Service about Spoofer ID# A849008!</p><img src=\\\"https://tracker.rescuegroups.org/pet?13622711\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"descriptionText\": \"MY ADOPTION FEES ARE WAIVED DURING THE MONTH OF FEBRUARY!\\nVideo Available!&nbsp;Don't let my resting grumpy face fool you! I'm actually a total sweetheart! My name's Spoofer&nbsp;and I'm a 9 year old, neutered male brown tabby. I had my nose removed due to an infection, but I can still stop to smell the roses. I would like to be the only cat in my forever home and with a personality like mine, you won't need another! To take me home or learn more about me, contact Customer Service about Spoofer ID# A849008!\",\n                \"isNeedingFoster\": false,\n                \"isFound\": false,\n                \"priority\": 10,\n                \"isHousetrained\": true,\n                \"name\": \"Spoofer\",\n                \"pictureCount\": 4,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1776/pictures/animals/13622/13622711/62912977_100x100.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A849008\",\n                \"sex\": \"Male\",\n                \"slug\": \"adopt-spoofer-domestic-medium-hair-cat\",\n                \"isSpecialNeeds\": false,\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 1,\n                \"createdDate\": \"2018-10-04T00:58:30Z\",\n                \"updatedDate\": \"2019-03-16T01:26:36Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"29\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"locations\": {\n                    \"data\": [\n                        {\n                            \"type\": \"locations\",\n                            \"id\": \"13256\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"1776\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"62912977\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"61160807\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"61327705\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"61744808\"\n                        }\n                    ]\n                },\n                \"videourls\": {\n                    \"data\": [\n                        {\n                            \"type\": \"videourls\",\n                            \"id\": \"21103784\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14059140\",\n            \"attributes\": {\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Adult\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Short Hair (short coat)\",\n                \"breedPrimary\": \"Domestic Short Hair\",\n                \"breedPrimaryId\": 35,\n                \"coatLength\": \"Short\",\n                \"isCourtesyListing\": false,\n                \"isCurrentVaccinations\": true,\n                \"isDeclawed\": false,\n                \"descriptionHtml\": \"<p>More information coming soon!</p><img src=\\\"https://tracker.rescuegroups.org/pet?14059140\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"descriptionText\": \"More information coming soon!\",\n                \"isNeedingFoster\": false,\n                \"isFound\": false,\n                \"priority\": 10,\n                \"isHousetrained\": true,\n                \"name\": \"Camper\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1703/pictures/animals/14059/14059140/64105118_100x94.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"sex\": \"Male\",\n                \"sizeGroup\": \"Medium\",\n                \"slug\": \"adopt-camper-domestic-short-hair-cat\",\n                \"isSpecialNeeds\": false,\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-02-08T00:44:13Z\",\n                \"updatedDate\": \"2019-03-17T15:50:19Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"6\"\n                        }\n                    ]\n                },\n                \"patterns\": {\n                    \"data\": [\n                        {\n                            \"type\": \"patterns\",\n                            \"id\": \"14\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"1703\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64105118\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14334412\",\n            \"attributes\": {\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Baby\",\n                \"ageString\": \"1 Month 12 Days\",\n                \"birthDate\": \"2019-04-10T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Short Hair (short coat)\",\n                \"breedPrimary\": \"Domestic Short Hair\",\n                \"breedPrimaryId\": 35,\n                \"isBreedMixed\": false,\n                \"coatLength\": \"Short\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14334412\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"A532751\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2083/pictures/animals/14334/14334412/65620238_100x75.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A532751\",\n                \"sex\": \"Female\",\n                \"sizeGroup\": \"Small\",\n                \"slug\": \"adopt-a-domestic-short-hair-cat\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-05-11T00:08:35Z\",\n                \"updatedDate\": \"2019-05-23T00:54:31Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2083\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"65620238\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14427465\",\n            \"attributes\": {\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Baby\",\n                \"ageString\": \"2 Months 4 Days\",\n                \"birthDate\": \"2019-04-01T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Short Hair (medium coat)\",\n                \"breedPrimary\": \"Domestic Short Hair\",\n                \"breedPrimaryId\": 35,\n                \"isBreedMixed\": false,\n                \"coatLength\": \"Medium\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14427465\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"TRIXIE\",\n                \"pictureCount\": 0,\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A777574\",\n                \"sex\": \"Female\",\n                \"sizeGroup\": \"Small\",\n                \"slug\": \"adopt-trixie-domestic-short-hair-cat\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-06-04T15:46:27Z\",\n                \"updatedDate\": \"2019-06-05T18:14:30Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"20\"\n                        }\n                    ]\n                },\n                \"patterns\": {\n                    \"data\": [\n                        {\n                            \"type\": \"patterns\",\n                            \"id\": \"10\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"3254\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"10196046\",\n            \"attributes\": {\n                \"activityLevel\": \"Moderately Active\",\n                \"adoptionFeeString\": \"25.00\",\n                \"isAdoptionPending\": false,\n                \"ageString\": \"4 Years 8 Months\",\n                \"birthDate\": \"2014-06-25T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Short Hair (short coat)\",\n                \"breedPrimary\": \"Domestic Short Hair\",\n                \"breedPrimaryId\": 35,\n                \"isCatsOk\": true,\n                \"coatLength\": \"Short\",\n                \"isCourtesyListing\": false,\n                \"isCurrentVaccinations\": true,\n                \"isDeclawed\": false,\n                \"descriptionHtml\": \"<p>\\n<span style=\\\"font-size:14px;\\\">\\n<span style=\\\"font-family:arial,helvetica,sans-serif;\\\">\\n<span style=\\\"color: rgb(29, 33, 41); letter-spacing: -0.11999999731779099px; background-color: rgb(255, 255, 255);\\\">Otis is an independent but social kitty. He spends most days roaming the house, looking out windows and taking 6 hour naps. His idea of playing is running full bore through the house, upstairs and downstairs. He also likes to stick his paw in the drinking water and swirl it around. He is loving but on his own terms. He wants attention when he jumps in your lap or rubs up against your legs. He&#39;s definitely a man&#39;s kitty but will also give females love. He loves head and chin scratching but no belly rubs please. He&#39;s great with dogs and other cats. He&#39;s very clean with litter box use and uses a scratching post. If you talk to him sweetly and approach him slowly you can clip his nails. He is a beautiful kitty and would make someone a wonderful companion! He is BFF now with his friend and brother from another mother Huey and they would like to find a home together!&nbsp;</span>\\n</span>\\n</span>\\n</p><img src=\\\"https://tracker.rescuegroups.org/pet?10196046\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"descriptionText\": \"\\n\\n\\nOtis is an independent but social kitty. He spends most days roaming the house, looking out windows and taking 6 hour naps. His idea of playing is running full bore through the house, upstairs and downstairs. He also likes to stick his paw in the drinking water and swirl it around. He is loving but on his own terms. He wants attention when he jumps in your lap or rubs up against your legs. He&#39;s definitely a man&#39;s kitty but will also give females love. He loves head and chin scratching but no belly rubs please. He&#39;s great with dogs and other cats. He&#39;s very clean with litter box use and uses a scratching post. If you talk to him sweetly and approach him slowly you can clip his nails. He is a beautiful kitty and would make someone a wonderful companion! He is BFF now with his friend and brother from another mother Huey and they would like to find a home together!&nbsp;\\n\\n\\n\",\n                \"isDogsOk\": true,\n                \"isNeedingFoster\": false,\n                \"isFound\": false,\n                \"groomingNeeds\": \"Low\",\n                \"priority\": 10,\n                \"isHousetrained\": true,\n                \"indoorOutdoor\": \"Indoor Only\",\n                \"name\": \"Otis\",\n                \"newPeopleReaction\": \"Friendly\",\n                \"ownerExperience\": \"Species\",\n                \"pictureCount\": 9,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/63063174_100x177.jpg\",\n                \"qualities\": [\n                    \"affectionate\",\n                    \"doesWellInCar\",\n                    \"intelligent\",\n                    \"lap\",\n                    \"olderKidsOnly\",\n                    \"playful\",\n                    \"playsToys\"\n                ],\n                \"sex\": \"Male\",\n                \"sheddingLevel\": \"Moderate\",\n                \"sizeGroup\": \"Medium\",\n                \"slug\": \"adopt-otis-domestic-short-hair-cat\",\n                \"isSponsorable\": false,\n                \"sponsorshipDetails\": \"We have no minimum requirement for sponsorship! Any amount donated helps with veterinary care such as vaccinations, testing, spay/neuter surgeries, as well as food and other supplies necessary for their care! \\nMake a one time donation or a recurring one...whatever works for you! Our kitties are always so appreciative of their sponsors and send them many meowy thanks!\\nThe Marshmallow Foundation is a non-profit animal rescue and shelter that serves as city pound for Detroit Lakes, Frazee, Audubon, Lake Park, Waubun, Mahnomen and Callaway, as well as Becker County.  Our shelter is located inside of the Lucky Dog Training Complex located at 1478 Mallard Street, Detroit Lakes, MN  56501. Donations can be made in person, via mail or via our website!\",\n                \"url\": \"https://marshmallowfoundation.rescuegroups.org/animals/detail?AnimalID=10196046\",\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2016-06-25T01:20:37Z\",\n                \"updatedDate\": \"2019-03-07T05:09:22Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"617\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"locations\": {\n                    \"data\": [\n                        {\n                            \"type\": \"locations\",\n                            \"id\": \"16619\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"3360\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"63063174\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"62477866\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"62346772\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"61092871\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"60043083\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"61092772\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"58722823\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"60043084\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"58722821\"\n                        }\n                    ]\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"breeds\",\n            \"id\": \"29\",\n            \"attributes\": {\n                \"name\": \"Domestic Medium Hair\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/29\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"8\",\n            \"attributes\": {\n                \"name\": \"Brown (Mostly)\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/8\"\n            }\n        },\n        {\n            \"type\": \"species\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"singular\": \"Cat\",\n                \"plural\": \"Cats\",\n                \"youngSingular\": \"Kitten\",\n                \"youngPlural\": \"Kittens\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/species/3\"\n            }\n        },\n        {\n            \"type\": \"statuses\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Available\",\n                \"description\": \"Available for Adoption\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/statuses/1\"\n            }\n        },\n        {\n            \"type\": \"locations\",\n            \"id\": \"13256\",\n            \"attributes\": {\n                \"name\": \"Center for Compassion (Adoptable Animals)\",\n                \"street\": \"1450 Rollins Road\",\n                \"city\": \"Burlingame\",\n                \"state\": \"CA\",\n                \"citystate\": \"Burlingame, CA\",\n                \"postalcode\": \"94010\",\n                \"country\": \"United States\",\n                \"phone\": \"(650) 340-7022\",\n                \"url\": \"http://www.peninsulahumanesociety.org/\",\n                \"lat\": 37.56779861450195,\n                \"lon\": -122.36900329589844,\n                \"coordinates\": \"37.5678, -122.369\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"1776\",\n            \"attributes\": {\n                \"name\": \"Peninsula Humane Society & SPCA\",\n                \"street\": \"1450 Rollins Road\",\n                \"city\": \"Burlingame\",\n                \"state\": \"CA\",\n                \"postalcode\": \"94010\",\n                \"country\": \"United States\",\n                \"phone\": \"(650) 340-7022\",\n                \"url\": \"http://www.phs-spca.org\",\n                \"adoptionProcess\": \"When a potential adopter comes into the shelter and sees an animal he or she is interested in adopting, we ask the potential adopter to first complete an Adoption Profile. Then, one of our knowledgeable customer service representatives brings the adopter and animal together in one of our Get Acquainted Rooms. There they have a quiet, private space to get to know each other better. During the visit, the customer service representative may discuss the following: \\n\\npast experiences with animals and current animals in the home \\nlifestyle, including work schedule and the kinds of activities they plan to do with their companion animal \\nhousing situation - own or rent, size of yard, etc. \\nIn order to make the best match possible for a family and home, we suggest potential adopters bring along all members of the household to meet the new companion animal and bring their current dog(s) to meet a potential dog. Adopters must also be 18 or older. \",\n                \"about\": \"PHS/SPCA, a private non-profit organization guided by the humane ethic, builds healthy relationships between people and animals. Each year thousands of animals pass through our doors. We provide a warm bed, nutritious food, veterinary care and a gentle touch for the lost, stray, unwanted and injured domestic and wild animals in our community.\\n\\nAs an ethical choice to provide safe sanctuary for every animal in need and since we are contracted with all cities in San Mateo County, we have no control over the number of incoming animals. Last year, we received more than 8,500 dogs, cats and other pet animals as well as thousands of sick, injured and orphaned wildlife. We accept all animals, and often provide a second chance to the neediest – those who would otherwise be turned away at so-called “no kill” agencies that accept only highly adoptable animals. Our record is outstanding. Since 2003, we have adopted 100% of healthy dogs and cats. Our definition of “healthy” is based on the State’s definition: dogs and cats without medical or behavioral issues, fully weaned and social. It excludes obviously unhealthy animals (those with injuries and illnesses or those behaviorally scarred from past treatment and mistreatment) as well as unweaned kittens and feral cats.  Sadly, in some cases like the ones mentioned above, all we can provide is a painless ending when resources have been exhausted.  While we cannot save every treatable animal, we place every healthy animal into a new home. Staff, volunteers and supporters are equally proud of the fact that we make well, then adopt, between 100-150 treatable animals every month.\\n\\n\\nEducational programs, outreach clinics, and partnerships with other organizations bring our services to the many animals who never set paw in our shelter. We hold a monthly support group for those grieving the loss of a loved companion, assist county residents who face the daunting task of finding pet-friendly rental housing, offer multiple levels of obedience classes, offer a speakers bureau, and investigate hundreds of cruelty calls. PHS/SPCA is much more than a shelter. It's a place where dedicated professionals and volunteers share their passion, talent and commitment in service to the animals and people in the diverse communities that make up San Mateo County. We invite you to learn more about us.\\n\\nOur Challenge\\nDecades ago, The Peninsula Humane Society & SPCA’s biggest challenge was animal overpopulation. The number of incoming unwanted animals was staggering.  In the mid 1970s, we took in 45,000 dogs and cats annually.  Due to our work educating people (including schoolchildren) about the importance of spaying and neutering their pets and, equally important, making spay/neuter affordable, we now see far fewer incoming animals; around 10,000 dogs and cats each of the last few years. To further drive down this number, we added a mobile spay/neuter program; we bring our “surgery suite on wheels” into targeted neighborhoods and offer spay/neuter surgeries for free!  We’re addressing other challenges as well.   \\n\\nAnimal cruelty – We’ve established a Humane Investigations Dept. We intervene when animals are mistreated and present cases to our District Attorney’s Office for prosecution.\\n\\nSpecialty care for animals -- Many animals arrive perfectly healthy. Others, however, require extensive medical care or one-on-one work with our Behavior Department staff before they can be placed in a new home. Donations to our Hope Program fund this life-saving work.\\n\\n\\nVisibility – since we choose to have donations directly benefit animals, we need to be creative in terms of getting our word out. Staff columns in local papers, an active mobile adoption program, several levels of obedience classes, this terrific website, school visits and summer camp, a Speakers Bureau, and an award-winning PSA airing on all network affiliates are among the many ways we expand our community profile.   \\nFifty Years of Innovation\\nFor more than 50 years, PHS/SPCA has been a progressive, often-modeled leader. Our roots trace to a small association of animal advocates who found deplorable conditions at the local pounds and established the Society. Soon thereafter, this new organization contracted with San Mateo County to provide animal control services -- the first such relationship of its kind. In the 1970s, PHS/SPCA became the first California humane society to have an on-site Spay/Neuter Clinic, a wildlife rehabilitation center and \\\"get acquainted\\\" rooms for the public to meet and play with shelter animals as part of the adoption process. By the late 1970s, the Society began teaching the humane treatment of animals to schoolchildren. In the 1980s, the Society began a mobile adoption program, and in the early 1990s, PHS/SPCA was among the first shelters to offer sheltering services for pets belonging to domestic abuse victims and a free animal behavior helpline for local pet owners. More recent innovations include a pet assisted therapy program which brings our volunteers and their pets to patients and residents in hospitals and other health care facilities, a department devoted to addressing animal cruelty and a mobile spay/neuter program which provides free surgeries for residents in targeted neighborhoods.\\n\",\n                \"services\": \"adoptions, spay/neuter, wildlife care center, education and animal behavior programs ...\",\n                \"type\": \"Shelter\",\n                \"lat\": 37.56779861450195,\n                \"lon\": -122.36900329589844,\n                \"coordinates\": \"37.5678, -122.369\",\n                \"citystate\": \"Burlingame, CA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"62912977\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 455373,\n                    \"resolutionX\": 1354,\n                    \"resolutionY\": 1354,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1776/pictures/animals/13622/13622711/62912977_1354x1354.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 42844,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 500,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1776/pictures/animals/13622/13622711/62912977_500x500.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3375,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 100,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1776/pictures/animals/13622/13622711/62912977_100x100.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2018-12-12T17:39:56Z\",\n                \"updated\": \"2018-12-12T17:39:56Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"61160807\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 1116381,\n                    \"resolutionX\": 2255,\n                    \"resolutionY\": 2820,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1776/pictures/animals/13622/13622711/61160807_2255x2820.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 42577,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 625,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1776/pictures/animals/13622/13622711/61160807_500x625.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3301,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 125,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1776/pictures/animals/13622/13622711/61160807_100x125.jpg\"\n                },\n                \"order\": 2,\n                \"created\": \"2018-10-09T16:36:59Z\",\n                \"updated\": \"2018-12-12T17:39:56Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"61327705\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 57499,\n                    \"resolutionX\": 375,\n                    \"resolutionY\": 499,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1776/pictures/animals/13622/13622711/61327705_375x499.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 57499,\n                    \"resolutionX\": 375,\n                    \"resolutionY\": 499,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1776/pictures/animals/13622/13622711/61327705_375x499.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3009,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 133,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1776/pictures/animals/13622/13622711/61327705_100x133.jpg\"\n                },\n                \"order\": 3,\n                \"created\": \"2018-10-15T20:18:55Z\",\n                \"updated\": \"2018-12-12T17:39:56Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"61744808\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 1477169,\n                    \"resolutionX\": 3066,\n                    \"resolutionY\": 2892,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1776/pictures/animals/13622/13622711/61744808_3066x2892.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 28793,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 471,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1776/pictures/animals/13622/13622711/61744808_500x471.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2674,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 94,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1776/pictures/animals/13622/13622711/61744808_100x94.jpg\"\n                },\n                \"order\": 4,\n                \"created\": \"2018-10-31T00:38:39Z\",\n                \"updated\": \"2018-12-12T17:39:56Z\"\n            }\n        },\n        {\n            \"type\": \"videourls\",\n            \"id\": \"21103784\",\n            \"attributes\": {\n                \"url\": \"https://www.youtube.com/v/KeddL2nfYAQ\",\n                \"videoId\": \"KeddL2nfYAQ\",\n                \"urlThumbnail\": \"https://img.youtube.com/vi/KeddL2nfYAQ/default.jpg\",\n                \"created\": \"2018-10-16T05:36:31Z\",\n                \"updated\": \"2018-12-12T17:39:56Z\"\n            }\n        },\n        {\n            \"type\": \"breeds\",\n            \"id\": \"35\",\n            \"attributes\": {\n                \"name\": \"Domestic Short Hair\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/35\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"6\",\n            \"attributes\": {\n                \"name\": \"Black and White\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/6\"\n            }\n        },\n        {\n            \"type\": \"patterns\",\n            \"id\": \"14\",\n            \"attributes\": {\n                \"name\": \"Tuxedo\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/patterns/14\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"1703\",\n            \"attributes\": {\n                \"name\": \"Fancy Cats Rescue Team\",\n                \"street\": \"PO Box 182\",\n                \"city\": \"Herndon\",\n                \"state\": \"VA\",\n                \"postalcode\": \"20172\",\n                \"country\": \"United States\",\n                \"phone\": \"(703) 961-1056\",\n                \"email\": \"adoption@fancycats.org\",\n                \"url\": \"http://www.fancycats.org\",\n                \"adoptionProcess\": \"Our adopters fill out an application that screens for problems that may be detrimental to our cats and kittens. Once the adopter is approved we provide veterinary referrals which help with low cost spays or neuters for the kittens that are too young at the time of adoption. We are always available to help with behavioral issues that arise. We provide numerous information sheets in our adoption folders, plus the medical background of each cat.  The only fees involved with our program are adoption fees that offset our veterinary bills.\",\n                \"about\": \"Fancy Cats Rescue Team was founded to provide the community a \\\"safety net\\\" for cats and kittens that are abused and abandoned, or added to the euthanasia list at the shelters that we are currently participating with. We are a 501 (c) (3) Nonprofit Organization and participate with the United Way/CFC #8929.  The goal is to have no kill shelters in place. Education and responsible pet ownership are the foundation of our organization. Our program provides literature, counseling, referral services and educational resources to families and individuals needing guidance. Teaching people responsible pet guardianship by spay and neutering their pets, behavioral modification and health concerns. We also provide a mentoring environment for our youth volunteers where they can learn the rewards of community service while caring for animals that need their gentle, loving kindness. They also interact with the community providing self-confidence and the ability to interact with a variety of cultures and diverse backgrounds. Once an animal is received into our program, they remain with us until a safe, appropriate home is found. They are never euthanized based on their age or space limitations. They are given appropriate medical care, immunizations, spays or neuters and endless hours of tender, loving care. We are an all-volunteer organization with no paid staff. We are funded by community donations, 91% goes toward the care and well being of our animals. Our adoption fees help offset our veterinary bills.\",\n                \"services\": \"Adoptions\",\n                \"type\": \"Rescue\",\n                \"lat\": 38.9208984375,\n                \"lon\": -77.39530181884766,\n                \"coordinates\": \"38.9209, -77.3953\",\n                \"citystate\": \"Herndon, VA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64105118\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 139187,\n                    \"resolutionX\": 634,\n                    \"resolutionY\": 596,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1703/pictures/animals/14059/14059140/64105118_634x596.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 29679,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 470,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1703/pictures/animals/14059/14059140/64105118_500x470.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2764,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 94,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1703/pictures/animals/14059/14059140/64105118_100x94.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-02-08T00:44:13Z\",\n                \"updated\": \"2019-02-08T00:44:13Z\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Black\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/1\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"2083\",\n            \"attributes\": {\n                \"name\": \"HCPHES Veterinary Public Health\",\n                \"street\": \"612 Canino Road\",\n                \"city\": \"Houston\",\n                \"state\": \"TX\",\n                \"postalcode\": \"77076\",\n                \"country\": \"United States\",\n                \"phone\": \"(281) 999-3191\",\n                \"email\": \"webmaster@countypets.com\",\n                \"url\": \"http://www.countypets.com\",\n                \"adoptionProcess\": \"Please contact shelter for details.\",\n                \"services\": \"Please contact shelter for details.\",\n                \"type\": \"Shelter\",\n                \"lat\": 29.86050033569336,\n                \"lon\": -95.38330078125,\n                \"coordinates\": \"29.8605, -95.3833\",\n                \"citystate\": \"Houston, TX\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"65620238\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 38446,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2083/pictures/animals/14334/14334412/65620238_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 25050,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2083/pictures/animals/14334/14334412/65620238_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2724,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2083/pictures/animals/14334/14334412/65620238_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-05-11T02:14:19Z\",\n                \"updated\": \"2019-05-11T02:14:19Z\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"20\",\n            \"attributes\": {\n                \"name\": \"Tortoiseshell\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/20\"\n            }\n        },\n        {\n            \"type\": \"patterns\",\n            \"id\": \"10\",\n            \"attributes\": {\n                \"name\": \"Tortie\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/patterns/10\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"3254\",\n            \"attributes\": {\n                \"name\": \"Lee County Domestic Animal Services\",\n                \"street\": \"5600 Banner Drive\",\n                \"city\": \"Fort Myers\",\n                \"state\": \"FL\",\n                \"postalcode\": \"33912\",\n                \"country\": \"United States\",\n                \"phone\": \"(239) 533-7387\",\n                \"url\": \"http://www.leelostpets.com\",\n                \"adoptionProcess\": \"Please contact shelter for details.\",\n                \"services\": \"Please contact shelter for details.\",\n                \"type\": \"Shelter\",\n                \"lat\": 26.55030059814453,\n                \"lon\": -81.83260345458984,\n                \"coordinates\": \"26.5503, -81.8326\",\n                \"citystate\": \"Fort Myers, FL\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"617\",\n            \"attributes\": {\n                \"name\": \"Orange and White\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/617\"\n            }\n        },\n        {\n            \"type\": \"locations\",\n            \"id\": \"16619\",\n            \"attributes\": {\n                \"name\": \"Foster Home\",\n                \"phone\": \"(218) 847-9040\",\n                \"url\": \"http://www.marshmallowfoundation.org\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"3360\",\n            \"attributes\": {\n                \"name\": \"Marshmallow Foundation\",\n                \"street\": \"1478 Mallard Street\",\n                \"city\": \"Detroit Lakes\",\n                \"state\": \"MN\",\n                \"postalcode\": \"56501\",\n                \"country\": \"United States\",\n                \"phone\": \"(218) 847-9040\",\n                \"email\": \"themarshmallowfoundation@yahoo.com\",\n                \"url\": \"http://www.marshmallowfoundation.org\",\n                \"facebookUrl\": \"www.facebook.com/themarshmallowfoundation\",\n                \"adoptionProcess\": \"The Marshmallow Foundation wants to make certain that every animal adopted goes to a loving home where it will be well cared.  Because of this, our application asks a number of detailed questions, which are necessary for our screening process.  Our application will ask you to what lengths you are willing to go, in order to accommodate the animal's needs and training. You must be able to show commitment of time, finances, energy and compassion to the animal.  \\n\\nOnce your application is approved, we require that you sign a contract guaranteeing non-transferal/sale of animal, its proper care, and spay/neuter surgery if not already done.\",\n                \"about\": \"The Marshmallow Foundation is a “low kill” shelter.  This is very important to all of us and we believe in it with all of our hearts.  The animals that are brought to us as “strays” are held for five (5) business days.  After that hold period is up, we have the right to have that animal euthanized.  We wanted to give animals a second chance at finding new homes so we chose to have a policy where we only euthanize if there are extenuating circumstances. We do our very best to not give up on any animal brought to our doorstep! \\n\\nBecause we are committed to caring for these animals until we can find them appropriate homes, many are with us for a very lengthy period. On average, we have over 40 cats and 15 dogs to care for while they wait to find new homes and families. We do not give them time limits. But to do this requires support from our public.\\n \\nIn addition to finding homes for these pets, the Marshmallow Foundation also works closely with local and regional service dog training programs and police departments.  We are proud to have had several shelter dogs go on to help people or places in need!  \\n\\nThe staff and volunteers of the Marshmallow Foundation work hard every single day providing for the animals that have no other place to go.  They do this because it is in their heart and it feeds their soul.  \\nPlease help them continue to care for these pets in need and provide a safe haven for them until they find new families and homes.  Please consider making a donation to ensure that these animals have someplace to go when they need it most.  Thank you!\",\n                \"services\": \"Adoptions\",\n                \"type\": \"Shelter\",\n                \"lat\": 46.8739013671875,\n                \"lon\": -95.73030090332031,\n                \"coordinates\": \"46.8739, -95.7303\",\n                \"citystate\": \"Detroit Lakes, MN\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"63063174\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 514452,\n                    \"resolutionX\": 2240,\n                    \"resolutionY\": 3984,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/63063174_2240x3984.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 41569,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 889,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/63063174_500x889.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 4088,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 177,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/63063174_100x177.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2018-12-18T08:05:20Z\",\n                \"updated\": \"2018-12-18T08:05:21Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"62477866\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 499590,\n                    \"resolutionX\": 2240,\n                    \"resolutionY\": 3984,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/62477866_2240x3984.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 40224,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 889,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/62477866_500x889.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 4028,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 177,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/62477866_100x177.jpg\"\n                },\n                \"order\": 2,\n                \"created\": \"2018-11-27T04:27:39Z\",\n                \"updated\": \"2018-12-18T08:05:21Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"62346772\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 804576,\n                    \"resolutionX\": 2240,\n                    \"resolutionY\": 3984,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/62346772_2240x3984.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 47706,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 889,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/62346772_500x889.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3902,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 177,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/62346772_100x177.jpg\"\n                },\n                \"order\": 3,\n                \"created\": \"2018-11-22T03:40:10Z\",\n                \"updated\": \"2018-12-18T08:05:21Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"61092871\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 419243,\n                    \"resolutionX\": 2240,\n                    \"resolutionY\": 3984,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/61092871_2240x3984.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 46430,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 889,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/61092871_500x889.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3735,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 177,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/61092871_100x177.jpg\"\n                },\n                \"order\": 4,\n                \"created\": \"2018-10-07T04:41:12Z\",\n                \"updated\": \"2018-12-18T08:05:21Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"60043083\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 404630,\n                    \"resolutionX\": 2240,\n                    \"resolutionY\": 3984,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/60043083_2240x3984.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 50286,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 889,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/60043083_500x889.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 4423,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 177,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/60043083_100x177.jpg\"\n                },\n                \"order\": 5,\n                \"created\": \"2018-08-30T04:40:54Z\",\n                \"updated\": \"2018-12-18T08:05:21Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"61092772\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 959438,\n                    \"resolutionX\": 2240,\n                    \"resolutionY\": 3984,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/61092772_2240x3984.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 56996,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 889,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/61092772_500x889.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 4664,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 177,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/61092772_100x177.jpg\"\n                },\n                \"order\": 6,\n                \"created\": \"2018-10-07T04:34:05Z\",\n                \"updated\": \"2018-12-18T08:05:21Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"58722823\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 514577,\n                    \"resolutionX\": 2240,\n                    \"resolutionY\": 3984,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/58722823_2240x3984.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 45213,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 889,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/58722823_500x889.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 4384,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 177,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/58722823_100x177.jpg\"\n                },\n                \"order\": 7,\n                \"created\": \"2018-07-15T02:21:36Z\",\n                \"updated\": \"2018-12-18T08:05:21Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"60043084\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 281507,\n                    \"resolutionX\": 1536,\n                    \"resolutionY\": 2048,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/60043084_1536x2048.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 51888,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 666,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/60043084_500x666.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3796,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 133,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/60043084_100x133.jpg\"\n                },\n                \"order\": 8,\n                \"created\": \"2018-08-30T04:41:11Z\",\n                \"updated\": \"2018-12-18T08:05:21Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"58722821\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 1029710,\n                    \"resolutionX\": 2240,\n                    \"resolutionY\": 3984,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/58722821_2240x3984.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 62410,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 889,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/58722821_500x889.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 4431,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 177,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/58722821_100x177.jpg\"\n                },\n                \"order\": 9,\n                \"created\": \"2018-07-15T02:21:06Z\",\n                \"updated\": \"2018-12-18T08:05:21Z\"\n            }\n        }\n    ]\n}"}],"_postman_id":"9229506c-5f5f-4ee3-bf2d-ad8ae7c1b60b"},{"name":"Search animals with filters","id":"04c80b70-2399-4014-bc77-4f815de1b547","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Authorization","value":"{{apikey}}"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n        \"filters\": [\r\n            {\r\n                \"fieldName\": \"statuses.name\",\r\n                \"operation\": \"equals\",\r\n                \"criteria\": \"Available\"\r\n            },\r\n            {\r\n                \"fieldName\": \"species.singular\",\r\n                \"operation\": \"equals\",\r\n                \"criteria\": \"Cat\"\r\n            }            \r\n        ]\r\n    }\r\n}"},"url":"{{url}}/public/animals/search/?sort=-animals.id&limit=5","description":"<p>This query will return the first 5 available cats sorted by id descending and include the singular species.</p>\n","urlObject":{"path":["public","animals","search",""],"host":["{{url}}"],"query":[{"key":"sort","value":"-animals.id"},{"key":"limit","value":"5"}],"variable":[]}},"response":[{"id":"5097359f-a3a4-44dd-a3a6-aadf99871c05","name":"Search animals with multiple views","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Authorization","value":"{{apikey}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/public/animals/search/available/cats/haspic/?sort=random&limit=5","host":["{{url}}"],"path":["public","animals","search","available","cats","haspic",""],"query":[{"key":"sort","value":"random"},{"key":"limit","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Jan 2020 15:13:12 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.3.13"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, DELETE, PATCH, PUT, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization, Origin, Content-Type, Accept"},{"key":"Access-Control-Expose-Headers","value":"Authorization, Location"},{"key":"X-Powered-By","value":"PHP/7.3.13"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 26 Jul 1997 05:00:00 GMT"},{"key":"X-Transaction-Id","value":"OeevAocpsQSO"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"count\": 113323,\n        \"countReturned\": 5,\n        \"pageReturned\": 1,\n        \"limit\": 5,\n        \"pages\": 22665\n    },\n    \"data\": [\n        {\n            \"type\": \"animals\",\n            \"id\": \"13622711\",\n            \"attributes\": {\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Adult\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Medium Hair / Mixed\",\n                \"breedPrimary\": \"Domestic Medium Hair\",\n                \"breedPrimaryId\": 29,\n                \"isBreedMixed\": true,\n                \"isCatsOk\": false,\n                \"isCourtesyListing\": false,\n                \"isCurrentVaccinations\": true,\n                \"isDeclawed\": false,\n                \"descriptionHtml\": \"<p><span style=\\\"font-size: 10pt; color: #ff0000;\\\"><strong><strong><sub><sup>MY ADOPTION FEES ARE WAIVED DURING THE MONTH OF FEBRUARY!</sup></sub></strong></strong></span></p>\\n<p><em><strong>Video Available!&nbsp;</strong></em>Don't let my resting grumpy face fool you! I'm actually a total sweetheart! My name's<strong> Spoofer</strong>&nbsp;and I'm a 9 year old, neutered male brown tabby. I had my nose removed due to an infection, but I can still stop to smell the roses. I would like to be the only cat in my forever home and with a personality like mine, you won't need another! To take me home or learn more about me, contact Customer Service about Spoofer ID# A849008!</p><img src=\\\"https://tracker.rescuegroups.org/pet?13622711\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"descriptionText\": \"MY ADOPTION FEES ARE WAIVED DURING THE MONTH OF FEBRUARY!\\nVideo Available!&nbsp;Don't let my resting grumpy face fool you! I'm actually a total sweetheart! My name's Spoofer&nbsp;and I'm a 9 year old, neutered male brown tabby. I had my nose removed due to an infection, but I can still stop to smell the roses. I would like to be the only cat in my forever home and with a personality like mine, you won't need another! To take me home or learn more about me, contact Customer Service about Spoofer ID# A849008!\",\n                \"isNeedingFoster\": false,\n                \"isFound\": false,\n                \"priority\": 10,\n                \"isHousetrained\": true,\n                \"name\": \"Spoofer\",\n                \"pictureCount\": 4,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1776/pictures/animals/13622/13622711/62912977_100x100.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A849008\",\n                \"sex\": \"Male\",\n                \"slug\": \"adopt-spoofer-domestic-medium-hair-cat\",\n                \"isSpecialNeeds\": false,\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 1,\n                \"createdDate\": \"2018-10-04T00:58:30Z\",\n                \"updatedDate\": \"2019-03-16T01:26:36Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"29\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"locations\": {\n                    \"data\": [\n                        {\n                            \"type\": \"locations\",\n                            \"id\": \"13256\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"1776\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"62912977\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"61160807\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"61327705\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"61744808\"\n                        }\n                    ]\n                },\n                \"videourls\": {\n                    \"data\": [\n                        {\n                            \"type\": \"videourls\",\n                            \"id\": \"21103784\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14059140\",\n            \"attributes\": {\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Adult\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Short Hair (short coat)\",\n                \"breedPrimary\": \"Domestic Short Hair\",\n                \"breedPrimaryId\": 35,\n                \"coatLength\": \"Short\",\n                \"isCourtesyListing\": false,\n                \"isCurrentVaccinations\": true,\n                \"isDeclawed\": false,\n                \"descriptionHtml\": \"<p>More information coming soon!</p><img src=\\\"https://tracker.rescuegroups.org/pet?14059140\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"descriptionText\": \"More information coming soon!\",\n                \"isNeedingFoster\": false,\n                \"isFound\": false,\n                \"priority\": 10,\n                \"isHousetrained\": true,\n                \"name\": \"Camper\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1703/pictures/animals/14059/14059140/64105118_100x94.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"sex\": \"Male\",\n                \"sizeGroup\": \"Medium\",\n                \"slug\": \"adopt-camper-domestic-short-hair-cat\",\n                \"isSpecialNeeds\": false,\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-02-08T00:44:13Z\",\n                \"updatedDate\": \"2019-03-17T15:50:19Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"6\"\n                        }\n                    ]\n                },\n                \"patterns\": {\n                    \"data\": [\n                        {\n                            \"type\": \"patterns\",\n                            \"id\": \"14\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"1703\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64105118\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14334412\",\n            \"attributes\": {\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Baby\",\n                \"ageString\": \"1 Month 12 Days\",\n                \"birthDate\": \"2019-04-10T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Short Hair (short coat)\",\n                \"breedPrimary\": \"Domestic Short Hair\",\n                \"breedPrimaryId\": 35,\n                \"isBreedMixed\": false,\n                \"coatLength\": \"Short\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14334412\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"A532751\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2083/pictures/animals/14334/14334412/65620238_100x75.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A532751\",\n                \"sex\": \"Female\",\n                \"sizeGroup\": \"Small\",\n                \"slug\": \"adopt-a-domestic-short-hair-cat\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-05-11T00:08:35Z\",\n                \"updatedDate\": \"2019-05-23T00:54:31Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2083\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"65620238\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14427465\",\n            \"attributes\": {\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Baby\",\n                \"ageString\": \"2 Months 4 Days\",\n                \"birthDate\": \"2019-04-01T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Short Hair (medium coat)\",\n                \"breedPrimary\": \"Domestic Short Hair\",\n                \"breedPrimaryId\": 35,\n                \"isBreedMixed\": false,\n                \"coatLength\": \"Medium\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14427465\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"TRIXIE\",\n                \"pictureCount\": 0,\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A777574\",\n                \"sex\": \"Female\",\n                \"sizeGroup\": \"Small\",\n                \"slug\": \"adopt-trixie-domestic-short-hair-cat\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-06-04T15:46:27Z\",\n                \"updatedDate\": \"2019-06-05T18:14:30Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"20\"\n                        }\n                    ]\n                },\n                \"patterns\": {\n                    \"data\": [\n                        {\n                            \"type\": \"patterns\",\n                            \"id\": \"10\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"3254\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"10196046\",\n            \"attributes\": {\n                \"activityLevel\": \"Moderately Active\",\n                \"adoptionFeeString\": \"25.00\",\n                \"isAdoptionPending\": false,\n                \"ageString\": \"4 Years 8 Months\",\n                \"birthDate\": \"2014-06-25T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Short Hair (short coat)\",\n                \"breedPrimary\": \"Domestic Short Hair\",\n                \"breedPrimaryId\": 35,\n                \"isCatsOk\": true,\n                \"coatLength\": \"Short\",\n                \"isCourtesyListing\": false,\n                \"isCurrentVaccinations\": true,\n                \"isDeclawed\": false,\n                \"descriptionHtml\": \"<p>\\n<span style=\\\"font-size:14px;\\\">\\n<span style=\\\"font-family:arial,helvetica,sans-serif;\\\">\\n<span style=\\\"color: rgb(29, 33, 41); letter-spacing: -0.11999999731779099px; background-color: rgb(255, 255, 255);\\\">Otis is an independent but social kitty. He spends most days roaming the house, looking out windows and taking 6 hour naps. His idea of playing is running full bore through the house, upstairs and downstairs. He also likes to stick his paw in the drinking water and swirl it around. He is loving but on his own terms. He wants attention when he jumps in your lap or rubs up against your legs. He&#39;s definitely a man&#39;s kitty but will also give females love. He loves head and chin scratching but no belly rubs please. He&#39;s great with dogs and other cats. He&#39;s very clean with litter box use and uses a scratching post. If you talk to him sweetly and approach him slowly you can clip his nails. He is a beautiful kitty and would make someone a wonderful companion! He is BFF now with his friend and brother from another mother Huey and they would like to find a home together!&nbsp;</span>\\n</span>\\n</span>\\n</p><img src=\\\"https://tracker.rescuegroups.org/pet?10196046\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"descriptionText\": \"\\n\\n\\nOtis is an independent but social kitty. He spends most days roaming the house, looking out windows and taking 6 hour naps. His idea of playing is running full bore through the house, upstairs and downstairs. He also likes to stick his paw in the drinking water and swirl it around. He is loving but on his own terms. He wants attention when he jumps in your lap or rubs up against your legs. He&#39;s definitely a man&#39;s kitty but will also give females love. He loves head and chin scratching but no belly rubs please. He&#39;s great with dogs and other cats. He&#39;s very clean with litter box use and uses a scratching post. If you talk to him sweetly and approach him slowly you can clip his nails. He is a beautiful kitty and would make someone a wonderful companion! He is BFF now with his friend and brother from another mother Huey and they would like to find a home together!&nbsp;\\n\\n\\n\",\n                \"isDogsOk\": true,\n                \"isNeedingFoster\": false,\n                \"isFound\": false,\n                \"groomingNeeds\": \"Low\",\n                \"priority\": 10,\n                \"isHousetrained\": true,\n                \"indoorOutdoor\": \"Indoor Only\",\n                \"name\": \"Otis\",\n                \"newPeopleReaction\": \"Friendly\",\n                \"ownerExperience\": \"Species\",\n                \"pictureCount\": 9,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/63063174_100x177.jpg\",\n                \"qualities\": [\n                    \"affectionate\",\n                    \"doesWellInCar\",\n                    \"intelligent\",\n                    \"lap\",\n                    \"olderKidsOnly\",\n                    \"playful\",\n                    \"playsToys\"\n                ],\n                \"sex\": \"Male\",\n                \"sheddingLevel\": \"Moderate\",\n                \"sizeGroup\": \"Medium\",\n                \"slug\": \"adopt-otis-domestic-short-hair-cat\",\n                \"isSponsorable\": false,\n                \"sponsorshipDetails\": \"We have no minimum requirement for sponsorship! Any amount donated helps with veterinary care such as vaccinations, testing, spay/neuter surgeries, as well as food and other supplies necessary for their care! \\nMake a one time donation or a recurring one...whatever works for you! Our kitties are always so appreciative of their sponsors and send them many meowy thanks!\\nThe Marshmallow Foundation is a non-profit animal rescue and shelter that serves as city pound for Detroit Lakes, Frazee, Audubon, Lake Park, Waubun, Mahnomen and Callaway, as well as Becker County.  Our shelter is located inside of the Lucky Dog Training Complex located at 1478 Mallard Street, Detroit Lakes, MN  56501. Donations can be made in person, via mail or via our website!\",\n                \"url\": \"https://marshmallowfoundation.rescuegroups.org/animals/detail?AnimalID=10196046\",\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2016-06-25T01:20:37Z\",\n                \"updatedDate\": \"2019-03-07T05:09:22Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"617\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"locations\": {\n                    \"data\": [\n                        {\n                            \"type\": \"locations\",\n                            \"id\": \"16619\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"3360\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"63063174\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"62477866\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"62346772\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"61092871\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"60043083\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"61092772\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"58722823\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"60043084\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"58722821\"\n                        }\n                    ]\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"breeds\",\n            \"id\": \"29\",\n            \"attributes\": {\n                \"name\": \"Domestic Medium Hair\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/29\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"8\",\n            \"attributes\": {\n                \"name\": \"Brown (Mostly)\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/8\"\n            }\n        },\n        {\n            \"type\": \"species\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"singular\": \"Cat\",\n                \"plural\": \"Cats\",\n                \"youngSingular\": \"Kitten\",\n                \"youngPlural\": \"Kittens\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/species/3\"\n            }\n        },\n        {\n            \"type\": \"statuses\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Available\",\n                \"description\": \"Available for Adoption\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/statuses/1\"\n            }\n        },\n        {\n            \"type\": \"locations\",\n            \"id\": \"13256\",\n            \"attributes\": {\n                \"name\": \"Center for Compassion (Adoptable Animals)\",\n                \"street\": \"1450 Rollins Road\",\n                \"city\": \"Burlingame\",\n                \"state\": \"CA\",\n                \"citystate\": \"Burlingame, CA\",\n                \"postalcode\": \"94010\",\n                \"country\": \"United States\",\n                \"phone\": \"(650) 340-7022\",\n                \"url\": \"http://www.peninsulahumanesociety.org/\",\n                \"lat\": 37.56779861450195,\n                \"lon\": -122.36900329589844,\n                \"coordinates\": \"37.5678, -122.369\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"1776\",\n            \"attributes\": {\n                \"name\": \"Peninsula Humane Society & SPCA\",\n                \"street\": \"1450 Rollins Road\",\n                \"city\": \"Burlingame\",\n                \"state\": \"CA\",\n                \"postalcode\": \"94010\",\n                \"country\": \"United States\",\n                \"phone\": \"(650) 340-7022\",\n                \"url\": \"http://www.phs-spca.org\",\n                \"adoptionProcess\": \"When a potential adopter comes into the shelter and sees an animal he or she is interested in adopting, we ask the potential adopter to first complete an Adoption Profile. Then, one of our knowledgeable customer service representatives brings the adopter and animal together in one of our Get Acquainted Rooms. There they have a quiet, private space to get to know each other better. During the visit, the customer service representative may discuss the following: \\n\\npast experiences with animals and current animals in the home \\nlifestyle, including work schedule and the kinds of activities they plan to do with their companion animal \\nhousing situation - own or rent, size of yard, etc. \\nIn order to make the best match possible for a family and home, we suggest potential adopters bring along all members of the household to meet the new companion animal and bring their current dog(s) to meet a potential dog. Adopters must also be 18 or older. \",\n                \"about\": \"PHS/SPCA, a private non-profit organization guided by the humane ethic, builds healthy relationships between people and animals. Each year thousands of animals pass through our doors. We provide a warm bed, nutritious food, veterinary care and a gentle touch for the lost, stray, unwanted and injured domestic and wild animals in our community.\\n\\nAs an ethical choice to provide safe sanctuary for every animal in need and since we are contracted with all cities in San Mateo County, we have no control over the number of incoming animals. Last year, we received more than 8,500 dogs, cats and other pet animals as well as thousands of sick, injured and orphaned wildlife. We accept all animals, and often provide a second chance to the neediest – those who would otherwise be turned away at so-called “no kill” agencies that accept only highly adoptable animals. Our record is outstanding. Since 2003, we have adopted 100% of healthy dogs and cats. Our definition of “healthy” is based on the State’s definition: dogs and cats without medical or behavioral issues, fully weaned and social. It excludes obviously unhealthy animals (those with injuries and illnesses or those behaviorally scarred from past treatment and mistreatment) as well as unweaned kittens and feral cats.  Sadly, in some cases like the ones mentioned above, all we can provide is a painless ending when resources have been exhausted.  While we cannot save every treatable animal, we place every healthy animal into a new home. Staff, volunteers and supporters are equally proud of the fact that we make well, then adopt, between 100-150 treatable animals every month.\\n\\n\\nEducational programs, outreach clinics, and partnerships with other organizations bring our services to the many animals who never set paw in our shelter. We hold a monthly support group for those grieving the loss of a loved companion, assist county residents who face the daunting task of finding pet-friendly rental housing, offer multiple levels of obedience classes, offer a speakers bureau, and investigate hundreds of cruelty calls. PHS/SPCA is much more than a shelter. It's a place where dedicated professionals and volunteers share their passion, talent and commitment in service to the animals and people in the diverse communities that make up San Mateo County. We invite you to learn more about us.\\n\\nOur Challenge\\nDecades ago, The Peninsula Humane Society & SPCA’s biggest challenge was animal overpopulation. The number of incoming unwanted animals was staggering.  In the mid 1970s, we took in 45,000 dogs and cats annually.  Due to our work educating people (including schoolchildren) about the importance of spaying and neutering their pets and, equally important, making spay/neuter affordable, we now see far fewer incoming animals; around 10,000 dogs and cats each of the last few years. To further drive down this number, we added a mobile spay/neuter program; we bring our “surgery suite on wheels” into targeted neighborhoods and offer spay/neuter surgeries for free!  We’re addressing other challenges as well.   \\n\\nAnimal cruelty – We’ve established a Humane Investigations Dept. We intervene when animals are mistreated and present cases to our District Attorney’s Office for prosecution.\\n\\nSpecialty care for animals -- Many animals arrive perfectly healthy. Others, however, require extensive medical care or one-on-one work with our Behavior Department staff before they can be placed in a new home. Donations to our Hope Program fund this life-saving work.\\n\\n\\nVisibility – since we choose to have donations directly benefit animals, we need to be creative in terms of getting our word out. Staff columns in local papers, an active mobile adoption program, several levels of obedience classes, this terrific website, school visits and summer camp, a Speakers Bureau, and an award-winning PSA airing on all network affiliates are among the many ways we expand our community profile.   \\nFifty Years of Innovation\\nFor more than 50 years, PHS/SPCA has been a progressive, often-modeled leader. Our roots trace to a small association of animal advocates who found deplorable conditions at the local pounds and established the Society. Soon thereafter, this new organization contracted with San Mateo County to provide animal control services -- the first such relationship of its kind. In the 1970s, PHS/SPCA became the first California humane society to have an on-site Spay/Neuter Clinic, a wildlife rehabilitation center and \\\"get acquainted\\\" rooms for the public to meet and play with shelter animals as part of the adoption process. By the late 1970s, the Society began teaching the humane treatment of animals to schoolchildren. In the 1980s, the Society began a mobile adoption program, and in the early 1990s, PHS/SPCA was among the first shelters to offer sheltering services for pets belonging to domestic abuse victims and a free animal behavior helpline for local pet owners. More recent innovations include a pet assisted therapy program which brings our volunteers and their pets to patients and residents in hospitals and other health care facilities, a department devoted to addressing animal cruelty and a mobile spay/neuter program which provides free surgeries for residents in targeted neighborhoods.\\n\",\n                \"services\": \"adoptions, spay/neuter, wildlife care center, education and animal behavior programs ...\",\n                \"type\": \"Shelter\",\n                \"lat\": 37.56779861450195,\n                \"lon\": -122.36900329589844,\n                \"coordinates\": \"37.5678, -122.369\",\n                \"citystate\": \"Burlingame, CA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"62912977\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 455373,\n                    \"resolutionX\": 1354,\n                    \"resolutionY\": 1354,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1776/pictures/animals/13622/13622711/62912977_1354x1354.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 42844,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 500,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1776/pictures/animals/13622/13622711/62912977_500x500.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3375,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 100,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1776/pictures/animals/13622/13622711/62912977_100x100.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2018-12-12T17:39:56Z\",\n                \"updated\": \"2018-12-12T17:39:56Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"61160807\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 1116381,\n                    \"resolutionX\": 2255,\n                    \"resolutionY\": 2820,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1776/pictures/animals/13622/13622711/61160807_2255x2820.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 42577,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 625,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1776/pictures/animals/13622/13622711/61160807_500x625.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3301,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 125,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1776/pictures/animals/13622/13622711/61160807_100x125.jpg\"\n                },\n                \"order\": 2,\n                \"created\": \"2018-10-09T16:36:59Z\",\n                \"updated\": \"2018-12-12T17:39:56Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"61327705\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 57499,\n                    \"resolutionX\": 375,\n                    \"resolutionY\": 499,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1776/pictures/animals/13622/13622711/61327705_375x499.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 57499,\n                    \"resolutionX\": 375,\n                    \"resolutionY\": 499,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1776/pictures/animals/13622/13622711/61327705_375x499.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3009,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 133,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1776/pictures/animals/13622/13622711/61327705_100x133.jpg\"\n                },\n                \"order\": 3,\n                \"created\": \"2018-10-15T20:18:55Z\",\n                \"updated\": \"2018-12-12T17:39:56Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"61744808\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 1477169,\n                    \"resolutionX\": 3066,\n                    \"resolutionY\": 2892,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1776/pictures/animals/13622/13622711/61744808_3066x2892.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 28793,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 471,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1776/pictures/animals/13622/13622711/61744808_500x471.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2674,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 94,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1776/pictures/animals/13622/13622711/61744808_100x94.jpg\"\n                },\n                \"order\": 4,\n                \"created\": \"2018-10-31T00:38:39Z\",\n                \"updated\": \"2018-12-12T17:39:56Z\"\n            }\n        },\n        {\n            \"type\": \"videourls\",\n            \"id\": \"21103784\",\n            \"attributes\": {\n                \"url\": \"https://www.youtube.com/v/KeddL2nfYAQ\",\n                \"videoId\": \"KeddL2nfYAQ\",\n                \"urlThumbnail\": \"https://img.youtube.com/vi/KeddL2nfYAQ/default.jpg\",\n                \"created\": \"2018-10-16T05:36:31Z\",\n                \"updated\": \"2018-12-12T17:39:56Z\"\n            }\n        },\n        {\n            \"type\": \"breeds\",\n            \"id\": \"35\",\n            \"attributes\": {\n                \"name\": \"Domestic Short Hair\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/35\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"6\",\n            \"attributes\": {\n                \"name\": \"Black and White\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/6\"\n            }\n        },\n        {\n            \"type\": \"patterns\",\n            \"id\": \"14\",\n            \"attributes\": {\n                \"name\": \"Tuxedo\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/patterns/14\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"1703\",\n            \"attributes\": {\n                \"name\": \"Fancy Cats Rescue Team\",\n                \"street\": \"PO Box 182\",\n                \"city\": \"Herndon\",\n                \"state\": \"VA\",\n                \"postalcode\": \"20172\",\n                \"country\": \"United States\",\n                \"phone\": \"(703) 961-1056\",\n                \"email\": \"adoption@fancycats.org\",\n                \"url\": \"http://www.fancycats.org\",\n                \"adoptionProcess\": \"Our adopters fill out an application that screens for problems that may be detrimental to our cats and kittens. Once the adopter is approved we provide veterinary referrals which help with low cost spays or neuters for the kittens that are too young at the time of adoption. We are always available to help with behavioral issues that arise. We provide numerous information sheets in our adoption folders, plus the medical background of each cat.  The only fees involved with our program are adoption fees that offset our veterinary bills.\",\n                \"about\": \"Fancy Cats Rescue Team was founded to provide the community a \\\"safety net\\\" for cats and kittens that are abused and abandoned, or added to the euthanasia list at the shelters that we are currently participating with. We are a 501 (c) (3) Nonprofit Organization and participate with the United Way/CFC #8929.  The goal is to have no kill shelters in place. Education and responsible pet ownership are the foundation of our organization. Our program provides literature, counseling, referral services and educational resources to families and individuals needing guidance. Teaching people responsible pet guardianship by spay and neutering their pets, behavioral modification and health concerns. We also provide a mentoring environment for our youth volunteers where they can learn the rewards of community service while caring for animals that need their gentle, loving kindness. They also interact with the community providing self-confidence and the ability to interact with a variety of cultures and diverse backgrounds. Once an animal is received into our program, they remain with us until a safe, appropriate home is found. They are never euthanized based on their age or space limitations. They are given appropriate medical care, immunizations, spays or neuters and endless hours of tender, loving care. We are an all-volunteer organization with no paid staff. We are funded by community donations, 91% goes toward the care and well being of our animals. Our adoption fees help offset our veterinary bills.\",\n                \"services\": \"Adoptions\",\n                \"type\": \"Rescue\",\n                \"lat\": 38.9208984375,\n                \"lon\": -77.39530181884766,\n                \"coordinates\": \"38.9209, -77.3953\",\n                \"citystate\": \"Herndon, VA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64105118\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 139187,\n                    \"resolutionX\": 634,\n                    \"resolutionY\": 596,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1703/pictures/animals/14059/14059140/64105118_634x596.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 29679,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 470,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1703/pictures/animals/14059/14059140/64105118_500x470.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2764,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 94,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1703/pictures/animals/14059/14059140/64105118_100x94.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-02-08T00:44:13Z\",\n                \"updated\": \"2019-02-08T00:44:13Z\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Black\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/1\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"2083\",\n            \"attributes\": {\n                \"name\": \"HCPHES Veterinary Public Health\",\n                \"street\": \"612 Canino Road\",\n                \"city\": \"Houston\",\n                \"state\": \"TX\",\n                \"postalcode\": \"77076\",\n                \"country\": \"United States\",\n                \"phone\": \"(281) 999-3191\",\n                \"email\": \"webmaster@countypets.com\",\n                \"url\": \"http://www.countypets.com\",\n                \"adoptionProcess\": \"Please contact shelter for details.\",\n                \"services\": \"Please contact shelter for details.\",\n                \"type\": \"Shelter\",\n                \"lat\": 29.86050033569336,\n                \"lon\": -95.38330078125,\n                \"coordinates\": \"29.8605, -95.3833\",\n                \"citystate\": \"Houston, TX\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"65620238\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 38446,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2083/pictures/animals/14334/14334412/65620238_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 25050,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2083/pictures/animals/14334/14334412/65620238_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2724,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2083/pictures/animals/14334/14334412/65620238_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-05-11T02:14:19Z\",\n                \"updated\": \"2019-05-11T02:14:19Z\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"20\",\n            \"attributes\": {\n                \"name\": \"Tortoiseshell\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/20\"\n            }\n        },\n        {\n            \"type\": \"patterns\",\n            \"id\": \"10\",\n            \"attributes\": {\n                \"name\": \"Tortie\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/patterns/10\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"3254\",\n            \"attributes\": {\n                \"name\": \"Lee County Domestic Animal Services\",\n                \"street\": \"5600 Banner Drive\",\n                \"city\": \"Fort Myers\",\n                \"state\": \"FL\",\n                \"postalcode\": \"33912\",\n                \"country\": \"United States\",\n                \"phone\": \"(239) 533-7387\",\n                \"url\": \"http://www.leelostpets.com\",\n                \"adoptionProcess\": \"Please contact shelter for details.\",\n                \"services\": \"Please contact shelter for details.\",\n                \"type\": \"Shelter\",\n                \"lat\": 26.55030059814453,\n                \"lon\": -81.83260345458984,\n                \"coordinates\": \"26.5503, -81.8326\",\n                \"citystate\": \"Fort Myers, FL\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"617\",\n            \"attributes\": {\n                \"name\": \"Orange and White\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/617\"\n            }\n        },\n        {\n            \"type\": \"locations\",\n            \"id\": \"16619\",\n            \"attributes\": {\n                \"name\": \"Foster Home\",\n                \"phone\": \"(218) 847-9040\",\n                \"url\": \"http://www.marshmallowfoundation.org\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"3360\",\n            \"attributes\": {\n                \"name\": \"Marshmallow Foundation\",\n                \"street\": \"1478 Mallard Street\",\n                \"city\": \"Detroit Lakes\",\n                \"state\": \"MN\",\n                \"postalcode\": \"56501\",\n                \"country\": \"United States\",\n                \"phone\": \"(218) 847-9040\",\n                \"email\": \"themarshmallowfoundation@yahoo.com\",\n                \"url\": \"http://www.marshmallowfoundation.org\",\n                \"facebookUrl\": \"www.facebook.com/themarshmallowfoundation\",\n                \"adoptionProcess\": \"The Marshmallow Foundation wants to make certain that every animal adopted goes to a loving home where it will be well cared.  Because of this, our application asks a number of detailed questions, which are necessary for our screening process.  Our application will ask you to what lengths you are willing to go, in order to accommodate the animal's needs and training. You must be able to show commitment of time, finances, energy and compassion to the animal.  \\n\\nOnce your application is approved, we require that you sign a contract guaranteeing non-transferal/sale of animal, its proper care, and spay/neuter surgery if not already done.\",\n                \"about\": \"The Marshmallow Foundation is a “low kill” shelter.  This is very important to all of us and we believe in it with all of our hearts.  The animals that are brought to us as “strays” are held for five (5) business days.  After that hold period is up, we have the right to have that animal euthanized.  We wanted to give animals a second chance at finding new homes so we chose to have a policy where we only euthanize if there are extenuating circumstances. We do our very best to not give up on any animal brought to our doorstep! \\n\\nBecause we are committed to caring for these animals until we can find them appropriate homes, many are with us for a very lengthy period. On average, we have over 40 cats and 15 dogs to care for while they wait to find new homes and families. We do not give them time limits. But to do this requires support from our public.\\n \\nIn addition to finding homes for these pets, the Marshmallow Foundation also works closely with local and regional service dog training programs and police departments.  We are proud to have had several shelter dogs go on to help people or places in need!  \\n\\nThe staff and volunteers of the Marshmallow Foundation work hard every single day providing for the animals that have no other place to go.  They do this because it is in their heart and it feeds their soul.  \\nPlease help them continue to care for these pets in need and provide a safe haven for them until they find new families and homes.  Please consider making a donation to ensure that these animals have someplace to go when they need it most.  Thank you!\",\n                \"services\": \"Adoptions\",\n                \"type\": \"Shelter\",\n                \"lat\": 46.8739013671875,\n                \"lon\": -95.73030090332031,\n                \"coordinates\": \"46.8739, -95.7303\",\n                \"citystate\": \"Detroit Lakes, MN\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"63063174\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 514452,\n                    \"resolutionX\": 2240,\n                    \"resolutionY\": 3984,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/63063174_2240x3984.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 41569,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 889,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/63063174_500x889.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 4088,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 177,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/63063174_100x177.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2018-12-18T08:05:20Z\",\n                \"updated\": \"2018-12-18T08:05:21Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"62477866\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 499590,\n                    \"resolutionX\": 2240,\n                    \"resolutionY\": 3984,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/62477866_2240x3984.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 40224,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 889,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/62477866_500x889.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 4028,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 177,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/62477866_100x177.jpg\"\n                },\n                \"order\": 2,\n                \"created\": \"2018-11-27T04:27:39Z\",\n                \"updated\": \"2018-12-18T08:05:21Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"62346772\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 804576,\n                    \"resolutionX\": 2240,\n                    \"resolutionY\": 3984,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/62346772_2240x3984.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 47706,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 889,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/62346772_500x889.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3902,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 177,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/62346772_100x177.jpg\"\n                },\n                \"order\": 3,\n                \"created\": \"2018-11-22T03:40:10Z\",\n                \"updated\": \"2018-12-18T08:05:21Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"61092871\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 419243,\n                    \"resolutionX\": 2240,\n                    \"resolutionY\": 3984,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/61092871_2240x3984.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 46430,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 889,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/61092871_500x889.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3735,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 177,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/61092871_100x177.jpg\"\n                },\n                \"order\": 4,\n                \"created\": \"2018-10-07T04:41:12Z\",\n                \"updated\": \"2018-12-18T08:05:21Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"60043083\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 404630,\n                    \"resolutionX\": 2240,\n                    \"resolutionY\": 3984,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/60043083_2240x3984.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 50286,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 889,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/60043083_500x889.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 4423,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 177,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/60043083_100x177.jpg\"\n                },\n                \"order\": 5,\n                \"created\": \"2018-08-30T04:40:54Z\",\n                \"updated\": \"2018-12-18T08:05:21Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"61092772\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 959438,\n                    \"resolutionX\": 2240,\n                    \"resolutionY\": 3984,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/61092772_2240x3984.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 56996,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 889,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/61092772_500x889.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 4664,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 177,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/61092772_100x177.jpg\"\n                },\n                \"order\": 6,\n                \"created\": \"2018-10-07T04:34:05Z\",\n                \"updated\": \"2018-12-18T08:05:21Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"58722823\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 514577,\n                    \"resolutionX\": 2240,\n                    \"resolutionY\": 3984,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/58722823_2240x3984.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 45213,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 889,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/58722823_500x889.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 4384,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 177,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/58722823_100x177.jpg\"\n                },\n                \"order\": 7,\n                \"created\": \"2018-07-15T02:21:36Z\",\n                \"updated\": \"2018-12-18T08:05:21Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"60043084\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 281507,\n                    \"resolutionX\": 1536,\n                    \"resolutionY\": 2048,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/60043084_1536x2048.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 51888,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 666,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/60043084_500x666.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3796,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 133,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/60043084_100x133.jpg\"\n                },\n                \"order\": 8,\n                \"created\": \"2018-08-30T04:41:11Z\",\n                \"updated\": \"2018-12-18T08:05:21Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"58722821\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 1029710,\n                    \"resolutionX\": 2240,\n                    \"resolutionY\": 3984,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/58722821_2240x3984.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 62410,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 889,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/58722821_500x889.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 4431,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 177,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/58722821_100x177.jpg\"\n                },\n                \"order\": 9,\n                \"created\": \"2018-07-15T02:21:06Z\",\n                \"updated\": \"2018-12-18T08:05:21Z\"\n            }\n        }\n    ]\n}"},{"id":"a76e3eef-1a26-4e84-8866-69a0c7199938","name":"Search animals with multiple views","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Authorization","value":"{{apikey}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/public/animals/search/available/cats/haspic/?sort=random&limit=5","host":["{{url}}"],"path":["public","animals","search","available","cats","haspic",""],"query":[{"key":"sort","value":"random"},{"key":"limit","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Jan 2020 15:09:10 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.3.13"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, DELETE, PATCH, PUT, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization, Origin, Content-Type, Accept"},{"key":"Access-Control-Expose-Headers","value":"Authorization, Location"},{"key":"X-Powered-By","value":"PHP/7.3.13"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 26 Jul 1997 05:00:00 GMT"},{"key":"X-Transaction-Id","value":"FwQdQXutbLnW"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"2941"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"count\": 6489,\n        \"countReturned\": 5,\n        \"pageReturned\": 1,\n        \"limit\": 5,\n        \"pages\": 1298\n    },\n    \"data\": [\n        {\n            \"type\": \"animals\",\n            \"id\": \"11432094\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Young\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Tuxedo / Tuxedo / Mixed (short coat)\",\n                \"breedPrimary\": \"Tuxedo\",\n                \"breedPrimaryId\": 73,\n                \"breedSecondary\": \"Tuxedo\",\n                \"breedSecondaryId\": 73,\n                \"isBreedMixed\": true,\n                \"isCatsOk\": true,\n                \"coatLength\": \"Short\",\n                \"isCourtesyListing\": true,\n                \"isCurrentVaccinations\": true,\n                \"isDeclawed\": false,\n                \"descriptionHtml\": \"<p>Valentine is a very friendly, loves to be petted, talks when feeding time comes and purrs. She was rescued from a high milk shelter in San Bernardino called Devore. &nbsp;They kill 7 days non stop and she was rescued on her last day which was her 5th day.</p>\\n<p>She is ready to find her Furever loving and warming home</p><img src=\\\"https://tracker.rescuegroups.org/pet?11432094\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"descriptionText\": \"Valentine is a very friendly, loves to be petted, talks when feeding time comes and purrs. She was rescued from a high milk shelter in San Bernardino called Devore. &nbsp;They kill 7 days non stop and she was rescued on her last day which was her 5th day.\\nShe is ready to find her Furever loving and warming home\",\n                \"isDogsOk\": false,\n                \"isNeedingFoster\": false,\n                \"isFound\": false,\n                \"priority\": 10,\n                \"isHousetrained\": true,\n                \"isKidsOk\": false,\n                \"name\": \"Valentine\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1295/pictures/animals/11432/11432094/45342632_100x148.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"sex\": \"Female\",\n                \"sizeGroup\": \"Medium\",\n                \"slug\": \"adopt-valentine-tuxedo-cat\",\n                \"isSpecialNeeds\": false,\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2017-05-22T23:52:50Z\",\n                \"updatedDate\": \"2017-06-25T06:17:30Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"73\"\n                        },\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"73\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"locations\": {\n                    \"data\": [\n                        {\n                            \"type\": \"locations\",\n                            \"id\": \"4657\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"1295\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"45342632\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14131392\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Young\",\n                \"ageString\": \"1 Year 2 Months\",\n                \"birthDate\": \"2018-03-03T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Short Hair (medium coat)\",\n                \"breedPrimary\": \"Domestic Short Hair\",\n                \"breedPrimaryId\": 35,\n                \"isBreedMixed\": false,\n                \"coatLength\": \"Medium\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14131392\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"*SNOW WHITE\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/7017/pictures/animals/14131/14131392/64765752_100x72.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A622695\",\n                \"sex\": \"Female\",\n                \"sizeGroup\": \"Small\",\n                \"slug\": \"adopt-snow-white-domestic-short-hair-cat\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-03-06T08:56:49Z\",\n                \"updatedDate\": \"2019-05-14T21:54:40Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"21\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"7017\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64765752\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14351047\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Senior\",\n                \"ageString\": \"11 Years\",\n                \"birthDate\": \"2008-05-15T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Short Hair (medium coat)\",\n                \"breedPrimary\": \"Domestic Short Hair\",\n                \"breedPrimaryId\": 35,\n                \"isBreedMixed\": false,\n                \"coatLength\": \"Medium\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14351047\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"LIZZIE\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2009/pictures/animals/14351/14351047/65704322_100x75.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A1859244\",\n                \"sex\": \"Male\",\n                \"sizeGroup\": \"Small\",\n                \"slug\": \"adopt-lizzie-domestic-short-hair-cat\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-05-15T22:10:48Z\",\n                \"updatedDate\": \"2019-05-16T18:28:20Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"14\"\n                        }\n                    ]\n                },\n                \"patterns\": {\n                    \"data\": [\n                        {\n                            \"type\": \"patterns\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2009\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"65704322\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14372724\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Baby\",\n                \"ageString\": \"1 Month 26 Days\",\n                \"birthDate\": \"2019-03-26T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Short Hair (medium coat)\",\n                \"breedPrimary\": \"Domestic Short Hair\",\n                \"breedPrimaryId\": 35,\n                \"isBreedMixed\": false,\n                \"coatLength\": \"Medium\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14372724\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"PEPA\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2014/pictures/animals/14372/14372724/65813427_100x75.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A1857082\",\n                \"sex\": \"Female\",\n                \"sizeGroup\": \"Small\",\n                \"slug\": \"adopt-pepa-domestic-short-hair-cat\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-05-21T20:50:19Z\",\n                \"updatedDate\": \"2019-05-21T22:40:42Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"11\"\n                        }\n                    ]\n                },\n                \"patterns\": {\n                    \"data\": [\n                        {\n                            \"type\": \"patterns\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2014\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"65813427\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14311566\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Young\",\n                \"ageString\": \"1 Year\",\n                \"birthDate\": \"2018-04-30T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Long Hair (medium coat)\",\n                \"breedPrimary\": \"Domestic Long Hair\",\n                \"breedPrimaryId\": 24,\n                \"isBreedMixed\": false,\n                \"coatLength\": \"Medium\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14311566\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"MOON\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2009/pictures/animals/14311/14311566/65513975_100x75.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A1854974\",\n                \"sex\": \"Female\",\n                \"sizeGroup\": \"Medium\",\n                \"slug\": \"adopt-moon-domestic-long-hair-cat\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-05-05T06:26:48Z\",\n                \"updatedDate\": \"2019-05-05T23:11:22Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"24\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"7\"\n                        }\n                    ]\n                },\n                \"patterns\": {\n                    \"data\": [\n                        {\n                            \"type\": \"patterns\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2009\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"65513975\"\n                        }\n                    ]\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"breeds\",\n            \"id\": \"73\",\n            \"attributes\": {\n                \"name\": \"Tuxedo\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/73\"\n            }\n        },\n        {\n            \"type\": \"species\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"singular\": \"Cat\",\n                \"plural\": \"Cats\",\n                \"youngSingular\": \"Kitten\",\n                \"youngPlural\": \"Kittens\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/species/3\"\n            }\n        },\n        {\n            \"type\": \"statuses\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Available\",\n                \"description\": \"Available for Adoption\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/statuses/1\"\n            }\n        },\n        {\n            \"type\": \"locations\",\n            \"id\": \"4657\",\n            \"attributes\": {\n                \"name\": \"PETSMART MIDTOWN\",\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"citystate\": \"Los Angeles, CA\",\n                \"postalcode\": \"90019\",\n                \"country\": \"United States\",\n                \"lat\": 34.048500061035156,\n                \"lon\": -118.33999633789062,\n                \"coordinates\": \"34.0485, -118.34\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"1295\",\n            \"attributes\": {\n                \"name\": \"Catmandoo Rescue\",\n                \"street\": \"4712 Admiralty Way #968\",\n                \"city\": \"Marina Del Rey\",\n                \"state\": \"CA\",\n                \"postalcode\": \"90292\",\n                \"country\": \"United States\",\n                \"phone\": \"(310) 569-8404\",\n                \"email\": \"catsfordays@gmail.com\",\n                \"url\": \"http://Catmandoo.petfinder.com\",\n                \"adoptionProcess\": \"We ask $130.00, application, contract, no declaw, indoor only.\",\n                \"services\": \"adoptions, spay neuter\",\n                \"type\": \"Rescue\",\n                \"lat\": 33.977901458740234,\n                \"lon\": -118.44499969482422,\n                \"coordinates\": \"33.9779, -118.445\",\n                \"citystate\": \"Marina Del Rey, CA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"45342632\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 5205763,\n                    \"resolutionX\": 2508,\n                    \"resolutionY\": 3735,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1295/pictures/animals/11432/11432094/45342632_2508x3735.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 33835,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 744,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1295/pictures/animals/11432/11432094/45342632_500x744.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3583,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 148,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1295/pictures/animals/11432/11432094/45342632_100x148.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2017-05-22T23:52:51Z\",\n                \"updated\": \"2017-05-22T23:52:51Z\"\n            }\n        },\n        {\n            \"type\": \"breeds\",\n            \"id\": \"35\",\n            \"attributes\": {\n                \"name\": \"Domestic Short Hair\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/35\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"21\",\n            \"attributes\": {\n                \"name\": \"White\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/21\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"7017\",\n            \"attributes\": {\n                \"name\": \"Long Beach Animal Care Services\",\n                \"street\": \"7000 East Spring Street\",\n                \"city\": \"Long Beach\",\n                \"state\": \"CA\",\n                \"postalcode\": \"90815\",\n                \"country\": \"United States\",\n                \"phone\": \"(562) 570-7387\",\n                \"email\": \"animalcare@longbeach.gov\",\n                \"url\": \"http://\",\n                \"facebookUrl\": \"http://\",\n                \"adoptionProcess\": \"n/a\",\n                \"about\": \"n/a\",\n                \"services\": \"n/a\",\n                \"type\": \"Shelter\",\n                \"lat\": 33.79349899291992,\n                \"lon\": -118.11399841308594,\n                \"coordinates\": \"33.7935, -118.114\",\n                \"citystate\": \"Long Beach, CA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64765752\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 105591,\n                    \"resolutionX\": 450,\n                    \"resolutionY\": 326,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/7017/pictures/animals/14131/14131392/64765752_450x326.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 105591,\n                    \"resolutionX\": 450,\n                    \"resolutionY\": 326,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/7017/pictures/animals/14131/14131392/64765752_450x326.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 1900,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 72,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/7017/pictures/animals/14131/14131392/64765752_100x72.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-03-18T21:27:21Z\",\n                \"updated\": \"2019-03-18T21:27:21Z\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"14\",\n            \"attributes\": {\n                \"name\": \"Orange\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/14\"\n            }\n        },\n        {\n            \"type\": \"patterns\",\n            \"id\": \"8\",\n            \"attributes\": {\n                \"name\": \"Tabby\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/patterns/8\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"2009\",\n            \"attributes\": {\n                \"name\": \"East Valley Animal Care and Control Center\",\n                \"street\": \"14409 Vanowen Street\",\n                \"city\": \"Van Nuys\",\n                \"state\": \"CA\",\n                \"postalcode\": \"91405\",\n                \"country\": \"United States\",\n                \"phone\": \"(888) 452-7381\",\n                \"url\": \"http://www.laanimalservices.com\",\n                \"adoptionProcess\": \"Please contact shelter for details.\",\n                \"services\": \"Please contact shelter for details.\",\n                \"type\": \"Shelter\",\n                \"lat\": 34.202701568603516,\n                \"lon\": -118.44400024414062,\n                \"coordinates\": \"34.2027, -118.444\",\n                \"citystate\": \"Van Nuys, CA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"65704322\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 17326,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2009/pictures/animals/14351/14351047/65704322_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 19608,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2009/pictures/animals/14351/14351047/65704322_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2251,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2009/pictures/animals/14351/14351047/65704322_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-05-15T22:10:49Z\",\n                \"updated\": \"2019-05-15T22:10:49Z\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"11\",\n            \"attributes\": {\n                \"name\": \"Gray\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/11\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"2014\",\n            \"attributes\": {\n                \"name\": \"North Central Animal Care and Control\",\n                \"street\": \"3201 Lacy Street\",\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"postalcode\": \"90031\",\n                \"country\": \"United States\",\n                \"phone\": \"(888) 452-7381\",\n                \"url\": \"http://www.laanimalservices.com\",\n                \"adoptionProcess\": \"Please contact shelter for details.\",\n                \"services\": \"Please contact shelter for details.\",\n                \"type\": \"Shelter\",\n                \"lat\": 34.0791015625,\n                \"lon\": -118.21800231933594,\n                \"coordinates\": \"34.0791, -118.218\",\n                \"citystate\": \"Los Angeles, CA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"65813427\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 20213,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2014/pictures/animals/14372/14372724/65813427_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 24000,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2014/pictures/animals/14372/14372724/65813427_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2463,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2014/pictures/animals/14372/14372724/65813427_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-05-21T20:50:19Z\",\n                \"updated\": \"2019-05-21T20:50:19Z\"\n            }\n        },\n        {\n            \"type\": \"breeds\",\n            \"id\": \"24\",\n            \"attributes\": {\n                \"name\": \"Domestic Long Hair\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/24\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"7\",\n            \"attributes\": {\n                \"name\": \"Brown\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/7\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"65513975\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 29114,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2009/pictures/animals/14311/14311566/65513975_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 35300,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2009/pictures/animals/14311/14311566/65513975_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2951,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2009/pictures/animals/14311/14311566/65513975_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-05-05T06:26:48Z\",\n                \"updated\": \"2019-05-05T06:26:48Z\"\n            }\n        }\n    ]\n}"},{"id":"b83b0f8e-35ba-4cf2-87f1-cb4de0e7d17a","name":"Search animals with multiple views","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Authorization","value":"{{apikey}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/public/animals/search/available/cats/haspic/?sort=random&limit=5","host":["{{url}}"],"path":["public","animals","search","available","cats","haspic",""],"query":[{"key":"sort","value":"random"},{"key":"limit","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Jan 2020 15:11:08 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.3.13"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, DELETE, PATCH, PUT, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization, Origin, Content-Type, Accept"},{"key":"Access-Control-Expose-Headers","value":"Authorization, Location"},{"key":"X-Powered-By","value":"PHP/7.3.13"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 26 Jul 1997 05:00:00 GMT"},{"key":"X-Transaction-Id","value":"NeUgpVKMXqgH"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"5722"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"count\": 113323,\n        \"countReturned\": 5,\n        \"pageReturned\": 1,\n        \"limit\": 5,\n        \"pages\": 22665\n    },\n    \"data\": [\n        {\n            \"type\": \"animals\",\n            \"id\": \"14431117\",\n            \"attributes\": {\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Senior\",\n                \"ageString\": \"4 Years\",\n                \"birthDate\": \"2015-05-29T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Medium Hair (medium coat)\",\n                \"breedPrimary\": \"Domestic Medium Hair\",\n                \"breedPrimaryId\": 29,\n                \"isBreedMixed\": false,\n                \"coatLength\": \"Medium\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14431117\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"GINGER\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2220/pictures/animals/14431/14431117/66096665_100x133.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A664862\",\n                \"sex\": \"Female\",\n                \"sizeGroup\": \"Large\",\n                \"slug\": \"adopt-ginger-domestic-medium-hair-cat\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-06-05T12:57:14Z\",\n                \"updatedDate\": \"2019-06-07T17:42:24Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"29\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2220\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"66096665\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"10594213\",\n            \"attributes\": {\n                \"adoptedDate\": \"2017-11-10T00:00:00Z\",\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Adult\",\n                \"ageString\": \"2 Years 7 Months\",\n                \"birthDate\": \"2016-07-09T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Short Hair / Tabby / Mixed (short coat)\",\n                \"breedPrimary\": \"Domestic Short Hair\",\n                \"breedPrimaryId\": 35,\n                \"breedSecondary\": \"Tabby\",\n                \"breedSecondaryId\": 63,\n                \"isBreedMixed\": true,\n                \"coatLength\": \"Short\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<p>Fagan is a very sweet kitten who loves getting affection. He loves getting back scratches and belly rubs and has one of the loudest purrs in the cattery. He&#39;s a quiet boy who prefers to curl up in a cozy space rather than run around. He can be a little shy when first meeting someone new, but quickly warms up to them as soon as he gets his chin scratched.&nbsp;<br>\\nHe&#39;s a very friendly kitten who would do best in a home with older children and someone he can really bond too.<br>\\nCome into Little Shelter today and ask to meet Fagan.</p><img src=\\\"https://tracker.rescuegroups.org/pet?10594213\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"descriptionText\": \"Fagan is a very sweet kitten who loves getting affection. He loves getting back scratches and belly rubs and has one of the loudest purrs in the cattery. He&#39;s a quiet boy who prefers to curl up in a cozy space rather than run around. He can be a little shy when first meeting someone new, but quickly warms up to them as soon as he gets his chin scratched.&nbsp;\\nHe&#39;s a very friendly kitten who would do best in a home with older children and someone he can really bond too.\\nCome into Little Shelter today and ask to meet Fagan.\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"isHousetrained\": true,\n                \"name\": \"Fagan\",\n                \"pictureCount\": 3,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/5768/pictures/animals/10594/10594213/46625792_100x125.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"sex\": \"Male\",\n                \"sizeUOM\": \"Pounds\",\n                \"slug\": \"adopt-fagan-domestic-short-hair-cat\",\n                \"isSponsorable\": false,\n                \"url\": \"https://LITTLESHELTER.rescuegroups.org/animals/detail?AnimalID=10594213\",\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2016-09-21T21:32:19Z\",\n                \"updatedDate\": \"2019-03-20T20:49:59Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        },\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"63\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"14\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"5768\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"46625792\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"46625793\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"46625794\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14459213\",\n            \"attributes\": {\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Young\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Short Hair / Mixed\",\n                \"breedPrimary\": \"Domestic Short Hair\",\n                \"breedPrimaryId\": 35,\n                \"isBreedMixed\": true,\n                \"isCourtesyListing\": false,\n                \"isCurrentVaccinations\": true,\n                \"isDeclawed\": true,\n                \"descriptionHtml\": \"I am a lover and I like to play!<img src=\\\"https://tracker.rescuegroups.org/pet?14459213\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"descriptionText\": \"I am a lover and I like to play!\",\n                \"isNeedingFoster\": false,\n                \"isFound\": false,\n                \"priority\": 10,\n                \"isHousetrained\": false,\n                \"name\": \"Oscar\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/7150/pictures/animals/14459/14459213/66238314_100x66.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"S5712\",\n                \"sex\": \"Male\",\n                \"sizeGroup\": \"Small\",\n                \"slug\": \"adopt-oscar-domestic-short-hair-cat\",\n                \"isSpecialNeeds\": false,\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-06-12T15:33:23Z\",\n                \"updatedDate\": \"2019-06-12T16:32:54Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"11\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"7150\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"66238314\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"12448145\",\n            \"attributes\": {\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Senior\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Short Hair\",\n                \"breedPrimary\": \"Domestic Short Hair\",\n                \"breedPrimaryId\": 35,\n                \"isBreedMixed\": false,\n                \"isCourtesyListing\": false,\n                \"isCurrentVaccinations\": true,\n                \"isDeclawed\": true,\n                \"descriptionHtml\": \"Smidgen's owner has gotten older and is not able to care for her any longer.  Smidgen has only known one home since she was a kitten.  She is 4 paw declawed and has lots of years left to share with a new family.You can apply on line at www.hsvawl.org by completing the adoption application on the left side of the page.<img src=\\\"https://tracker.rescuegroups.org/pet?12448145\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"descriptionText\": \"Smidgen's owner has gotten older and is not able to care for her any longer.  Smidgen has only known one home since she was a kitten.  She is 4 paw declawed and has lots of years left to share with a new family.You can apply on line at www.hsvawl.org by completing the adoption application on the left side of the page.\",\n                \"isNeedingFoster\": false,\n                \"isFound\": false,\n                \"priority\": 10,\n                \"isHousetrained\": true,\n                \"name\": \"Smidgen\",\n                \"pictureCount\": 3,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2718/pictures/animals/12448/12448145/66288483_100x100.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"171852\",\n                \"sex\": \"Female\",\n                \"sizeGroup\": \"Medium\",\n                \"slug\": \"adopt-smidgen-domestic-short-hair-cat\",\n                \"isSpecialNeeds\": true,\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2018-01-06T20:01:23Z\",\n                \"updatedDate\": \"2019-06-15T10:03:02Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2718\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"66288483\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"66288484\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"66288485\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14094828\",\n            \"attributes\": {\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Adult\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Short Hair (medium coat)\",\n                \"breedPrimary\": \"Domestic Short Hair\",\n                \"breedPrimaryId\": 35,\n                \"isBreedMixed\": false,\n                \"coatLength\": \"Medium\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14094828\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"A125443\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/8214/pictures/animals/14094/14094828/64331207_100x75.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A125443\",\n                \"sex\": \"Male\",\n                \"sizeGroup\": \"Large\",\n                \"slug\": \"adopt-a-domestic-short-hair-cat\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-02-21T14:03:16Z\",\n                \"updatedDate\": \"2019-02-28T04:26:55Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"11\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"8214\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64331207\"\n                        }\n                    ]\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"breeds\",\n            \"id\": \"29\",\n            \"attributes\": {\n                \"name\": \"Domestic Medium Hair\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/29\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Black\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/1\"\n            }\n        },\n        {\n            \"type\": \"species\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"singular\": \"Cat\",\n                \"plural\": \"Cats\",\n                \"youngSingular\": \"Kitten\",\n                \"youngPlural\": \"Kittens\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/species/3\"\n            }\n        },\n        {\n            \"type\": \"statuses\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Available\",\n                \"description\": \"Available for Adoption\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/statuses/1\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"2220\",\n            \"attributes\": {\n                \"name\": \"Louisville Metro Animal Services\",\n                \"street\": \"3705 Manslick Road\",\n                \"city\": \"Louisville\",\n                \"state\": \"KY\",\n                \"postalcode\": \"40215\",\n                \"country\": \"United States\",\n                \"phone\": \"(502) 361-1318\",\n                \"email\": \"animals@louisvilleky.gov\",\n                \"url\": \"http://www.louisvilleky.gov/animalservices\",\n                \"adoptionProcess\": \"Please contact shelter for details.\",\n                \"services\": \"Please contact shelter for details.\",\n                \"type\": \"Shelter\",\n                \"lat\": 38.191898345947266,\n                \"lon\": -85.7854995727539,\n                \"coordinates\": \"38.1919, -85.7855\",\n                \"citystate\": \"Louisville, KY\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"66096665\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 32245,\n                    \"resolutionX\": 360,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2220/pictures/animals/14431/14431117/66096665_360x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 32245,\n                    \"resolutionX\": 360,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2220/pictures/animals/14431/14431117/66096665_360x480.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 4661,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 133,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2220/pictures/animals/14431/14431117/66096665_100x133.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-06-05T12:57:15Z\",\n                \"updated\": \"2019-06-05T12:57:15Z\"\n            }\n        },\n        {\n            \"type\": \"breeds\",\n            \"id\": \"35\",\n            \"attributes\": {\n                \"name\": \"Domestic Short Hair\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/35\"\n            }\n        },\n        {\n            \"type\": \"breeds\",\n            \"id\": \"63\",\n            \"attributes\": {\n                \"name\": \"Tabby\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/63\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"14\",\n            \"attributes\": {\n                \"name\": \"Orange\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/14\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"5768\",\n            \"attributes\": {\n                \"name\": \"Little Shelter Animal Rescue & Adoption Center\",\n                \"street\": \"33 Warner Road\",\n                \"city\": \"Huntington\",\n                \"state\": \"NY\",\n                \"postalcode\": \"11743\",\n                \"country\": \"United States\",\n                \"phone\": \"(631) 368-8770\",\n                \"email\": \"info@littleshelter.com\",\n                \"url\": \"http://www.littleshelter.com\",\n                \"facebookUrl\": \"https://www.facebook.com/LittleShelterAnimalRescue\",\n                \"donationUrl\": \"http://littleshelter.com/donate/\",\n                \"adoptionProcess\": \"Dogs can be adopted by filling out and submitting the adoption form found on our website. If you have questions regarding any of the dogs please call us at 631-368-8770 X 21 or email us at info@littleshelter.com.\\n\\nCats can be adopted by coming down to the shelter and filling out an adoption contract in person. If you have any questions about a particular cat, call us at 631-368-8770 X 32 and someone from the cattery will help you.\\n\\nWe reserve the right to refuse any adoption to any person for any reason.\",\n                \"about\": \"Who We Are & What We Do\\n\\nLittle Shelter is a nonprofit animal rescue organization. We take abused and abandoned animals from the streets and from those awaiting death at the municipal pounds. We provide a safe, caring and nurturing environment for these animals while they are waiting for loving adoptive homes.\\n\\nAll prospective homes are carefully screened to ensure happy endings. No animal is ever destroyed at Little Shelter unless he or she is incurably ill.\\n\\nSpaying and neutering is important to our cause. We spay and neuter all of our animals as soon as is medically possible. The minimal adoption donation paid upon adoption includes all the medical procedures that we have done on the animal being adopted, including the spaying and neutering.\\n\\nLittle Shelter is situated on six acres in Huntington, Long Island, 30 minutes east of New York City. Our Sheltervale Pet Cemetery operates on three acres. There are six buildings, two kennels including outdoor runs, one large communal cattery with individual rooms for nursing mothers, an isolation and medical building and a five room house that serves as office and administrative space. At any given time, we are the temporary home to more than 300 animals.\\n\\nLast year we placed over 600 dogs, cats, kittens and puppies into loving homes. With your help we will save even more this year.\",\n                \"services\": \"Adoptions, spaying or neutering, humane education, low cost spay/neuter certificates and an \",\n                \"type\": \"Rescue\",\n                \"lat\": 40.87459945678711,\n                \"lon\": -73.41449737548828,\n                \"coordinates\": \"40.8746, -73.4145\",\n                \"citystate\": \"Huntington, NY\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"46625792\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 71155,\n                    \"resolutionX\": 400,\n                    \"resolutionY\": 500,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/5768/pictures/animals/10594/10594213/46625792_400x500.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 71155,\n                    \"resolutionX\": 400,\n                    \"resolutionY\": 500,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/5768/pictures/animals/10594/10594213/46625792_400x500.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3707,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 125,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/5768/pictures/animals/10594/10594213/46625792_100x125.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2017-06-30T19:30:06Z\",\n                \"updated\": \"2017-06-30T19:30:06Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"46625793\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 69256,\n                    \"resolutionX\": 400,\n                    \"resolutionY\": 500,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/5768/pictures/animals/10594/10594213/46625793_400x500.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 69256,\n                    \"resolutionX\": 400,\n                    \"resolutionY\": 500,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/5768/pictures/animals/10594/10594213/46625793_400x500.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3501,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 125,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/5768/pictures/animals/10594/10594213/46625793_100x125.jpg\"\n                },\n                \"order\": 2,\n                \"created\": \"2017-06-30T19:30:07Z\",\n                \"updated\": \"2017-06-30T19:30:07Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"46625794\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 51900,\n                    \"resolutionX\": 400,\n                    \"resolutionY\": 500,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/5768/pictures/animals/10594/10594213/46625794_400x500.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 51900,\n                    \"resolutionX\": 400,\n                    \"resolutionY\": 500,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/5768/pictures/animals/10594/10594213/46625794_400x500.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3214,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 125,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/5768/pictures/animals/10594/10594213/46625794_100x125.jpg\"\n                },\n                \"order\": 3,\n                \"created\": \"2017-06-30T19:30:07Z\",\n                \"updated\": \"2017-06-30T19:30:07Z\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"11\",\n            \"attributes\": {\n                \"name\": \"Gray\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/11\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"7150\",\n            \"attributes\": {\n                \"name\": \"Humane Society of North Central Arkansas\",\n                \"street\": \"2656 Highway 201 North\",\n                \"city\": \"Mountain Home\",\n                \"state\": \"Ar\",\n                \"postalcode\": \"72653\",\n                \"country\": \"United States\",\n                \"phone\": \"(870) 425-9221\",\n                \"email\": \"hsnca@centurytel.net\",\n                \"url\": \"http://www.humanesocietyofnca.org\",\n                \"facebookUrl\": \"https://www.facebook.com/pages/Humane-Society-of-North-Central-Arkansas/252452688128490?ref=bookmark\",\n                \"adoptionProcess\": \"Contract requiring proper care of the animal including: food, water, shelter, medical care, basic vaccinations. Adoption fees\",\n                \"about\": \"We are a 501c3 non profit no kill facility. I am the shelter manager, I manage the employees and animals, schedule appointments, release press information, write grants. The reason I do what I do is to be a voice for the voiceless and provide them a better environment then they received before come into the facility.\",\n                \"services\": \"adoptions, spay/neuter\",\n                \"type\": \"Shelter\",\n                \"lat\": 36.33140182495117,\n                \"lon\": -92.40660095214844,\n                \"coordinates\": \"36.3314, -92.4066\",\n                \"citystate\": \"Mountain Home, Ar\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"66238314\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 231679,\n                    \"resolutionX\": 1600,\n                    \"resolutionY\": 1067,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/7150/pictures/animals/14459/14459213/66238314_1600x1067.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 17776,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 333,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/7150/pictures/animals/14459/14459213/66238314_500x333.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 1984,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 66,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/7150/pictures/animals/14459/14459213/66238314_100x66.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-06-12T15:44:25Z\",\n                \"updated\": \"2019-06-12T15:44:25Z\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"2718\",\n            \"attributes\": {\n                \"name\": \"HSV Animal Welfare League\",\n                \"street\": \"195 Cloaca Lane\",\n                \"city\": \"Hot Springs Village\",\n                \"state\": \"AR\",\n                \"postalcode\": \"71909\",\n                \"country\": \"United States\",\n                \"email\": \"adoptions@hsvawl.org\",\n                \"url\": \"www.hsvawl.org\",\n                \"facebookUrl\": \"www.facebook.com/hsvawl\",\n                \"adoptionProcess\": \"Adoption Procedure\\n\\nThe very best way to pick a pet is to come to the Adoption Center to meet available pets. If you find a pet you wish to adopt, our adoption coordinators will talk with you to help make this adoption a perfect match for you and the pet.\\n\\n  Another benefit for visiting in person is that animals and adopters frequently have a special relationship that starts the very first time they meet.  You may find the love of your life being very different than what you envisioned.  The pet you will be most pleased with will be the one with the temperament that fits your personality and homelife.  That frequently has absolutely nothing to do with the looks or breed of the animal.\\n\\n When you adopt an AWL pet, you will have an animal that has been checked by our veterinarians, spayed or neutered, given basic shots (including Rabies),  a folder with the medical history and various useful information, and someone to answer any questions you might have. \\n\\n   We will ask you to promise that, if for any reason it does not work out, that you will bring the animal back to us.  We have made a financial commitment to that pet because we felt it would give someone a great deal of pleasure, therefore we made a substantial monetary and emotional commitment to the animal.  The last thing we want to hear about our pet is that it has been turned over to another shelter where it could be euthanized.\\n\",\n                \"about\": \"We are a nonprofit corporation that raises funds for strays that are collected in Hot Springs Village and brought to the POA Animal Control. If an animal is determined to be adoptable we work to have it adopted. Our volunteers also work at the Adoption Center to feed and clean the animals. In addition we run spay and neuter clinics and work with local schools to educate children about pets and animals.\\n \",\n                \"services\": \"adoptions, spay/neuter\",\n                \"type\": \"Rescue\",\n                \"lat\": 34.66740036010742,\n                \"lon\": -92.98100280761719,\n                \"coordinates\": \"34.6674, -92.981\",\n                \"citystate\": \"Hot Springs Village, AR\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"66288483\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 101652,\n                    \"resolutionX\": 1021,\n                    \"resolutionY\": 1024,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2718/pictures/animals/12448/12448145/66288483_1021x1024.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 30124,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 501,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2718/pictures/animals/12448/12448145/66288483_500x501.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3025,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 100,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2718/pictures/animals/12448/12448145/66288483_100x100.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-06-15T10:03:00Z\",\n                \"updated\": \"2019-06-15T10:03:00Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"66288484\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 115970,\n                    \"resolutionX\": 1021,\n                    \"resolutionY\": 1024,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2718/pictures/animals/12448/12448145/66288484_1021x1024.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 36920,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 501,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2718/pictures/animals/12448/12448145/66288484_500x501.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3495,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 100,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2718/pictures/animals/12448/12448145/66288484_100x100.jpg\"\n                },\n                \"order\": 2,\n                \"created\": \"2019-06-15T10:03:01Z\",\n                \"updated\": \"2019-06-15T10:03:01Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"66288485\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 113772,\n                    \"resolutionX\": 1021,\n                    \"resolutionY\": 1024,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2718/pictures/animals/12448/12448145/66288485_1021x1024.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 36710,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 501,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2718/pictures/animals/12448/12448145/66288485_500x501.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3487,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 100,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2718/pictures/animals/12448/12448145/66288485_100x100.jpg\"\n                },\n                \"order\": 3,\n                \"created\": \"2019-06-15T10:03:01Z\",\n                \"updated\": \"2019-06-15T10:03:01Z\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"8214\",\n            \"attributes\": {\n                \"name\": \"Corona Animal Services\",\n                \"street\": \"1330 Magnolia Avenue\",\n                \"city\": \"Corona\",\n                \"state\": \"CA\",\n                \"postalcode\": \"92879\",\n                \"country\": \"United States\",\n                \"phone\": \"(951) 736-2309\",\n                \"email\": \"michelle.gallina-martin@ci.corona.ca.us\",\n                \"url\": \"http://coronaanimalshelter.adoptapet.com\",\n                \"facebookUrl\": \"http://\",\n                \"adoptionProcess\": \" \",\n                \"about\": \" \",\n                \"services\": \" \",\n                \"type\": \"Shelter\",\n                \"lat\": 33.87670135498047,\n                \"lon\": -117.53600311279297,\n                \"coordinates\": \"33.8767, -117.536\",\n                \"citystate\": \"Corona, CA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64331207\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 40998,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/8214/pictures/animals/14094/14094828/64331207_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 27024,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/8214/pictures/animals/14094/14094828/64331207_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2622,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/8214/pictures/animals/14094/14094828/64331207_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-02-21T14:03:16Z\",\n                \"updated\": \"2019-02-21T14:03:16Z\"\n            }\n        }\n    ]\n}"},{"id":"d151a99c-6b8f-4d8f-bed1-c647ad5cfe49","name":"Search animals in radius (coordinates)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Authorization","value":"{{apikey}}"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"filterRadius\":\n        \t{\n        \t\t\"miles\": 100,\n        \t\t\"coordinates\": \"34.1031,-118.416\"\n        \t}\n        \n    }\n}\n"},"url":{"raw":"{{url}}/public/animals/search/available/cats/haspic?fields[animals]=distance&include=breeds,colors,orgs,patterns,pictures,species&sort=animals.distance&limit=10","host":["{{url}}"],"path":["public","animals","search","available","cats","haspic"],"query":[{"key":"fields[animals]","value":"distance"},{"key":"include","value":"breeds,colors,orgs,patterns,pictures,species"},{"key":"sort","value":"animals.distance"},{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 16:04:41 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.3.13"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, DELETE, PATCH, PUT, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization, Origin, Content-Type, Accept"},{"key":"Access-Control-Expose-Headers","value":"Authorization, Location"},{"key":"X-Powered-By","value":"PHP/7.3.13"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 26 Jul 1997 05:00:00 GMT"},{"key":"X-Transaction-Id","value":"MEAaqRqTKXxk"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"2165"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"count\": 6489,\n        \"countReturned\": 10,\n        \"pageReturned\": 1,\n        \"limit\": 10,\n        \"pages\": 649\n    },\n    \"data\": [\n        {\n            \"type\": \"animals\",\n            \"id\": \"14300284\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"11\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"6666\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"65455538\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14300338\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"9\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"6666\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"65455597\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14300391\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"10\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"6666\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"65455649\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14048260\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"29\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2221\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64316592\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14071806\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2221\"\n                        }\n                    ]\n                },\n                \"patterns\": {\n                    \"data\": [\n                        {\n                            \"type\": \"patterns\",\n                            \"id\": \"9\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64299284\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14071807\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2221\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64207539\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14071808\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2221\"\n                        }\n                    ]\n                },\n                \"patterns\": {\n                    \"data\": [\n                        {\n                            \"type\": \"patterns\",\n                            \"id\": \"9\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64437781\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14076752\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2221\"\n                        }\n                    ]\n                },\n                \"patterns\": {\n                    \"data\": [\n                        {\n                            \"type\": \"patterns\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64206292\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14076753\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"7\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2221\"\n                        }\n                    ]\n                },\n                \"patterns\": {\n                    \"data\": [\n                        {\n                            \"type\": \"patterns\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64206293\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14077806\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"24\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"6\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2221\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64316590\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"breeds\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"name\": \"American Shorthair\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/3\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"11\",\n            \"attributes\": {\n                \"name\": \"Gray\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/11\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"6666\",\n            \"attributes\": {\n                \"name\": \"Inland Valley Humane Society\",\n                \"street\": \"500 humane wy\",\n                \"city\": \"pomona\",\n                \"state\": \"CA\",\n                \"postalcode\": \"91766\",\n                \"country\": \"United States\",\n                \"phone\": \"(909) 623-9777\",\n                \"email\": \"adopter@ivhsspca.org\",\n                \"url\": \"http://www.ivhsspca.org/animals\",\n                \"facebookUrl\": \"https://www.facebook.com/ivhsspca\",\n                \"adoptionProcess\": \"Application approval, Social, signed aggrement, $145 fee for dogs and $120 fee for cats. Other fees depend on type of animal.\",\n                \"about\": \"Established in 1949, the Inland Valley Humane Society & S.P.C.A. is a private, non-profit, full-access animal shelter dedicated to providing a safe refuge for animals in our community (s). Our mission to care for all animals is made possible by friends like you. Every day our dedicated staff ensures that every animal receives food, veterinary care and the attention they need until they can find a forever home. \",\n                \"services\": \"adoptions, spay/neuter, etc\",\n                \"type\": \"Shelter\",\n                \"lat\": 34.03900146484375,\n                \"lon\": -117.76100158691406,\n                \"coordinates\": \"34.039, -117.761\",\n                \"citystate\": \"pomona, CA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"65455538\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 328593,\n                    \"resolutionX\": 1920,\n                    \"resolutionY\": 1439,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14300/14300284/65455538_1920x1439.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 28728,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 374,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14300/14300284/65455538_500x374.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2110,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 74,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14300/14300284/65455538_100x74.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-05-01T17:12:11Z\",\n                \"updated\": \"2019-05-01T17:12:11Z\"\n            }\n        },\n        {\n            \"type\": \"species\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"singular\": \"Cat\",\n                \"plural\": \"Cats\",\n                \"youngSingular\": \"Kitten\",\n                \"youngPlural\": \"Kittens\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/species/3\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"9\",\n            \"attributes\": {\n                \"name\": \"Brown Tabby\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/9\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"65455597\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 481923,\n                    \"resolutionX\": 1920,\n                    \"resolutionY\": 1440,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14300/14300338/65455597_1920x1440.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 28925,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14300/14300338/65455597_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2296,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14300/14300338/65455597_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-05-01T17:15:16Z\",\n                \"updated\": \"2019-05-01T17:15:16Z\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"10\",\n            \"attributes\": {\n                \"name\": \"Calico or Dilute Calico\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/10\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"65455649\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 352092,\n                    \"resolutionX\": 1920,\n                    \"resolutionY\": 1440,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14300/14300391/65455649_1920x1440.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 21679,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14300/14300391/65455649_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2308,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14300/14300391/65455649_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-05-01T17:18:20Z\",\n                \"updated\": \"2019-05-01T17:18:20Z\"\n            }\n        },\n        {\n            \"type\": \"breeds\",\n            \"id\": \"29\",\n            \"attributes\": {\n                \"name\": \"Domestic Medium Hair\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/29\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Black\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/1\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"2221\",\n            \"attributes\": {\n                \"name\": \"Orange County Animal Care Center\",\n                \"street\": \"561 The City Drive South\",\n                \"city\": \"Orange\",\n                \"state\": \"CA\",\n                \"postalcode\": \"92868\",\n                \"country\": \"United States\",\n                \"phone\": \"(714) 935-6848\",\n                \"email\": \"ocpetinfo@ocOCCS.com\",\n                \"url\": \"http://www.ocpetinfo.com\",\n                \"adoptionProcess\": \"Please contact shelter for details.\",\n                \"services\": \"Please contact shelter for details.\",\n                \"type\": \"Shelter\",\n                \"lat\": 33.78820037841797,\n                \"lon\": -117.88200378417969,\n                \"coordinates\": \"33.7882, -117.882\",\n                \"citystate\": \"Orange, CA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64316592\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 16855,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14048/14048260/64316592_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 19822,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14048/14048260/64316592_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2132,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14048/14048260/64316592_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-02-20T20:36:34Z\",\n                \"updated\": \"2019-02-20T20:36:34Z\"\n            }\n        },\n        {\n            \"type\": \"breeds\",\n            \"id\": \"35\",\n            \"attributes\": {\n                \"name\": \"Domestic Short Hair\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/35\"\n            }\n        },\n        {\n            \"type\": \"patterns\",\n            \"id\": \"9\",\n            \"attributes\": {\n                \"name\": \"Calico\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/patterns/9\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64299284\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 17315,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14071/14071806/64299284_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 20049,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14071/14071806/64299284_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2341,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14071/14071806/64299284_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-02-20T00:29:16Z\",\n                \"updated\": \"2019-02-20T00:29:16Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64207539\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 15448,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14071/14071807/64207539_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 17850,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14071/14071807/64207539_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2247,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14071/14071807/64207539_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-02-13T21:45:38Z\",\n                \"updated\": \"2019-02-13T21:45:38Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64437781\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 18301,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14071/14071808/64437781_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 21533,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14071/14071808/64437781_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2429,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14071/14071808/64437781_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-02-28T04:37:49Z\",\n                \"updated\": \"2019-02-28T04:37:49Z\"\n            }\n        },\n        {\n            \"type\": \"patterns\",\n            \"id\": \"8\",\n            \"attributes\": {\n                \"name\": \"Tabby\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/patterns/8\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64206292\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 25514,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14076/14076752/64206292_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 30259,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14076/14076752/64206292_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2583,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14076/14076752/64206292_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-02-13T20:06:58Z\",\n                \"updated\": \"2019-02-13T20:06:58Z\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"7\",\n            \"attributes\": {\n                \"name\": \"Brown\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/7\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64206293\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 21808,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14076/14076753/64206293_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 25963,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14076/14076753/64206293_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2619,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14076/14076753/64206293_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-02-13T20:06:58Z\",\n                \"updated\": \"2019-02-13T20:06:58Z\"\n            }\n        },\n        {\n            \"type\": \"breeds\",\n            \"id\": \"24\",\n            \"attributes\": {\n                \"name\": \"Domestic Long Hair\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/24\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"6\",\n            \"attributes\": {\n                \"name\": \"Black and White\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/6\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64316590\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 19787,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14077/14077806/64316590_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 23872,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14077/14077806/64316590_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2573,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14077/14077806/64316590_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-02-20T20:36:33Z\",\n                \"updated\": \"2019-02-20T20:36:33Z\"\n            }\n        }\n    ]\n}"}],"_postman_id":"04c80b70-2399-4014-bc77-4f815de1b547"},{"name":"Search animals with filters and filter processing","id":"51243d0a-ba88-4a18-8594-0dcad00d30b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Authorization","value":"{{apikey}}"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n        \"filters\": [\r\n            {\r\n                \"fieldName\": \"statuses.name\",\r\n                \"operation\": \"equals\",\r\n                \"criteria\": \"Available\"\r\n            },\r\n            {\r\n                \"fieldName\": \"species.singular\",\r\n                \"operation\": \"equals\",\r\n                \"criteria\": \"Cat\"\r\n            },\r\n            {\r\n                \"fieldName\": \"species.singular\",\r\n                \"operation\": \"equals\",\r\n                \"criteria\": \"Dog\"\r\n            }              \r\n        ],\r\n        \"filterProcessing\": \"1 AND (2 OR 3)\"\r\n    }\r\n}"},"url":"{{url}}/public/animals/search/?sort=-animals.id&limit=5","description":"<p>Use advanced filter to search for available dogs and cats.</p>\n","urlObject":{"path":["public","animals","search",""],"host":["{{url}}"],"query":[{"key":"sort","value":"-animals.id"},{"key":"limit","value":"5"}],"variable":[]}},"response":[{"id":"28216510-3ee6-4db8-bbce-745b4a4fc1cf","name":"Search animals with multiple views","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Authorization","value":"{{apikey}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/public/animals/search/available/cats/haspic/?sort=random&limit=5","host":["{{url}}"],"path":["public","animals","search","available","cats","haspic",""],"query":[{"key":"sort","value":"random"},{"key":"limit","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Jan 2020 15:13:12 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.3.13"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, DELETE, PATCH, PUT, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization, Origin, Content-Type, Accept"},{"key":"Access-Control-Expose-Headers","value":"Authorization, Location"},{"key":"X-Powered-By","value":"PHP/7.3.13"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 26 Jul 1997 05:00:00 GMT"},{"key":"X-Transaction-Id","value":"OeevAocpsQSO"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"count\": 113323,\n        \"countReturned\": 5,\n        \"pageReturned\": 1,\n        \"limit\": 5,\n        \"pages\": 22665\n    },\n    \"data\": [\n        {\n            \"type\": \"animals\",\n            \"id\": \"13622711\",\n            \"attributes\": {\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Adult\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Medium Hair / Mixed\",\n                \"breedPrimary\": \"Domestic Medium Hair\",\n                \"breedPrimaryId\": 29,\n                \"isBreedMixed\": true,\n                \"isCatsOk\": false,\n                \"isCourtesyListing\": false,\n                \"isCurrentVaccinations\": true,\n                \"isDeclawed\": false,\n                \"descriptionHtml\": \"<p><span style=\\\"font-size: 10pt; color: #ff0000;\\\"><strong><strong><sub><sup>MY ADOPTION FEES ARE WAIVED DURING THE MONTH OF FEBRUARY!</sup></sub></strong></strong></span></p>\\n<p><em><strong>Video Available!&nbsp;</strong></em>Don't let my resting grumpy face fool you! I'm actually a total sweetheart! My name's<strong> Spoofer</strong>&nbsp;and I'm a 9 year old, neutered male brown tabby. I had my nose removed due to an infection, but I can still stop to smell the roses. I would like to be the only cat in my forever home and with a personality like mine, you won't need another! To take me home or learn more about me, contact Customer Service about Spoofer ID# A849008!</p><img src=\\\"https://tracker.rescuegroups.org/pet?13622711\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"descriptionText\": \"MY ADOPTION FEES ARE WAIVED DURING THE MONTH OF FEBRUARY!\\nVideo Available!&nbsp;Don't let my resting grumpy face fool you! I'm actually a total sweetheart! My name's Spoofer&nbsp;and I'm a 9 year old, neutered male brown tabby. I had my nose removed due to an infection, but I can still stop to smell the roses. I would like to be the only cat in my forever home and with a personality like mine, you won't need another! To take me home or learn more about me, contact Customer Service about Spoofer ID# A849008!\",\n                \"isNeedingFoster\": false,\n                \"isFound\": false,\n                \"priority\": 10,\n                \"isHousetrained\": true,\n                \"name\": \"Spoofer\",\n                \"pictureCount\": 4,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1776/pictures/animals/13622/13622711/62912977_100x100.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A849008\",\n                \"sex\": \"Male\",\n                \"slug\": \"adopt-spoofer-domestic-medium-hair-cat\",\n                \"isSpecialNeeds\": false,\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 1,\n                \"createdDate\": \"2018-10-04T00:58:30Z\",\n                \"updatedDate\": \"2019-03-16T01:26:36Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"29\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"locations\": {\n                    \"data\": [\n                        {\n                            \"type\": \"locations\",\n                            \"id\": \"13256\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"1776\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"62912977\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"61160807\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"61327705\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"61744808\"\n                        }\n                    ]\n                },\n                \"videourls\": {\n                    \"data\": [\n                        {\n                            \"type\": \"videourls\",\n                            \"id\": \"21103784\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14059140\",\n            \"attributes\": {\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Adult\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Short Hair (short coat)\",\n                \"breedPrimary\": \"Domestic Short Hair\",\n                \"breedPrimaryId\": 35,\n                \"coatLength\": \"Short\",\n                \"isCourtesyListing\": false,\n                \"isCurrentVaccinations\": true,\n                \"isDeclawed\": false,\n                \"descriptionHtml\": \"<p>More information coming soon!</p><img src=\\\"https://tracker.rescuegroups.org/pet?14059140\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"descriptionText\": \"More information coming soon!\",\n                \"isNeedingFoster\": false,\n                \"isFound\": false,\n                \"priority\": 10,\n                \"isHousetrained\": true,\n                \"name\": \"Camper\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1703/pictures/animals/14059/14059140/64105118_100x94.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"sex\": \"Male\",\n                \"sizeGroup\": \"Medium\",\n                \"slug\": \"adopt-camper-domestic-short-hair-cat\",\n                \"isSpecialNeeds\": false,\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-02-08T00:44:13Z\",\n                \"updatedDate\": \"2019-03-17T15:50:19Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"6\"\n                        }\n                    ]\n                },\n                \"patterns\": {\n                    \"data\": [\n                        {\n                            \"type\": \"patterns\",\n                            \"id\": \"14\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"1703\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64105118\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14334412\",\n            \"attributes\": {\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Baby\",\n                \"ageString\": \"1 Month 12 Days\",\n                \"birthDate\": \"2019-04-10T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Short Hair (short coat)\",\n                \"breedPrimary\": \"Domestic Short Hair\",\n                \"breedPrimaryId\": 35,\n                \"isBreedMixed\": false,\n                \"coatLength\": \"Short\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14334412\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"A532751\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2083/pictures/animals/14334/14334412/65620238_100x75.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A532751\",\n                \"sex\": \"Female\",\n                \"sizeGroup\": \"Small\",\n                \"slug\": \"adopt-a-domestic-short-hair-cat\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-05-11T00:08:35Z\",\n                \"updatedDate\": \"2019-05-23T00:54:31Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2083\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"65620238\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14427465\",\n            \"attributes\": {\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Baby\",\n                \"ageString\": \"2 Months 4 Days\",\n                \"birthDate\": \"2019-04-01T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Short Hair (medium coat)\",\n                \"breedPrimary\": \"Domestic Short Hair\",\n                \"breedPrimaryId\": 35,\n                \"isBreedMixed\": false,\n                \"coatLength\": \"Medium\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14427465\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"TRIXIE\",\n                \"pictureCount\": 0,\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A777574\",\n                \"sex\": \"Female\",\n                \"sizeGroup\": \"Small\",\n                \"slug\": \"adopt-trixie-domestic-short-hair-cat\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-06-04T15:46:27Z\",\n                \"updatedDate\": \"2019-06-05T18:14:30Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"20\"\n                        }\n                    ]\n                },\n                \"patterns\": {\n                    \"data\": [\n                        {\n                            \"type\": \"patterns\",\n                            \"id\": \"10\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"3254\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"10196046\",\n            \"attributes\": {\n                \"activityLevel\": \"Moderately Active\",\n                \"adoptionFeeString\": \"25.00\",\n                \"isAdoptionPending\": false,\n                \"ageString\": \"4 Years 8 Months\",\n                \"birthDate\": \"2014-06-25T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Short Hair (short coat)\",\n                \"breedPrimary\": \"Domestic Short Hair\",\n                \"breedPrimaryId\": 35,\n                \"isCatsOk\": true,\n                \"coatLength\": \"Short\",\n                \"isCourtesyListing\": false,\n                \"isCurrentVaccinations\": true,\n                \"isDeclawed\": false,\n                \"descriptionHtml\": \"<p>\\n<span style=\\\"font-size:14px;\\\">\\n<span style=\\\"font-family:arial,helvetica,sans-serif;\\\">\\n<span style=\\\"color: rgb(29, 33, 41); letter-spacing: -0.11999999731779099px; background-color: rgb(255, 255, 255);\\\">Otis is an independent but social kitty. He spends most days roaming the house, looking out windows and taking 6 hour naps. His idea of playing is running full bore through the house, upstairs and downstairs. He also likes to stick his paw in the drinking water and swirl it around. He is loving but on his own terms. He wants attention when he jumps in your lap or rubs up against your legs. He&#39;s definitely a man&#39;s kitty but will also give females love. He loves head and chin scratching but no belly rubs please. He&#39;s great with dogs and other cats. He&#39;s very clean with litter box use and uses a scratching post. If you talk to him sweetly and approach him slowly you can clip his nails. He is a beautiful kitty and would make someone a wonderful companion! He is BFF now with his friend and brother from another mother Huey and they would like to find a home together!&nbsp;</span>\\n</span>\\n</span>\\n</p><img src=\\\"https://tracker.rescuegroups.org/pet?10196046\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"descriptionText\": \"\\n\\n\\nOtis is an independent but social kitty. He spends most days roaming the house, looking out windows and taking 6 hour naps. His idea of playing is running full bore through the house, upstairs and downstairs. He also likes to stick his paw in the drinking water and swirl it around. He is loving but on his own terms. He wants attention when he jumps in your lap or rubs up against your legs. He&#39;s definitely a man&#39;s kitty but will also give females love. He loves head and chin scratching but no belly rubs please. He&#39;s great with dogs and other cats. He&#39;s very clean with litter box use and uses a scratching post. If you talk to him sweetly and approach him slowly you can clip his nails. He is a beautiful kitty and would make someone a wonderful companion! He is BFF now with his friend and brother from another mother Huey and they would like to find a home together!&nbsp;\\n\\n\\n\",\n                \"isDogsOk\": true,\n                \"isNeedingFoster\": false,\n                \"isFound\": false,\n                \"groomingNeeds\": \"Low\",\n                \"priority\": 10,\n                \"isHousetrained\": true,\n                \"indoorOutdoor\": \"Indoor Only\",\n                \"name\": \"Otis\",\n                \"newPeopleReaction\": \"Friendly\",\n                \"ownerExperience\": \"Species\",\n                \"pictureCount\": 9,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/63063174_100x177.jpg\",\n                \"qualities\": [\n                    \"affectionate\",\n                    \"doesWellInCar\",\n                    \"intelligent\",\n                    \"lap\",\n                    \"olderKidsOnly\",\n                    \"playful\",\n                    \"playsToys\"\n                ],\n                \"sex\": \"Male\",\n                \"sheddingLevel\": \"Moderate\",\n                \"sizeGroup\": \"Medium\",\n                \"slug\": \"adopt-otis-domestic-short-hair-cat\",\n                \"isSponsorable\": false,\n                \"sponsorshipDetails\": \"We have no minimum requirement for sponsorship! Any amount donated helps with veterinary care such as vaccinations, testing, spay/neuter surgeries, as well as food and other supplies necessary for their care! \\nMake a one time donation or a recurring one...whatever works for you! Our kitties are always so appreciative of their sponsors and send them many meowy thanks!\\nThe Marshmallow Foundation is a non-profit animal rescue and shelter that serves as city pound for Detroit Lakes, Frazee, Audubon, Lake Park, Waubun, Mahnomen and Callaway, as well as Becker County.  Our shelter is located inside of the Lucky Dog Training Complex located at 1478 Mallard Street, Detroit Lakes, MN  56501. Donations can be made in person, via mail or via our website!\",\n                \"url\": \"https://marshmallowfoundation.rescuegroups.org/animals/detail?AnimalID=10196046\",\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2016-06-25T01:20:37Z\",\n                \"updatedDate\": \"2019-03-07T05:09:22Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"617\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"locations\": {\n                    \"data\": [\n                        {\n                            \"type\": \"locations\",\n                            \"id\": \"16619\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"3360\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"63063174\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"62477866\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"62346772\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"61092871\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"60043083\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"61092772\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"58722823\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"60043084\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"58722821\"\n                        }\n                    ]\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"breeds\",\n            \"id\": \"29\",\n            \"attributes\": {\n                \"name\": \"Domestic Medium Hair\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/29\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"8\",\n            \"attributes\": {\n                \"name\": \"Brown (Mostly)\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/8\"\n            }\n        },\n        {\n            \"type\": \"species\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"singular\": \"Cat\",\n                \"plural\": \"Cats\",\n                \"youngSingular\": \"Kitten\",\n                \"youngPlural\": \"Kittens\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/species/3\"\n            }\n        },\n        {\n            \"type\": \"statuses\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Available\",\n                \"description\": \"Available for Adoption\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/statuses/1\"\n            }\n        },\n        {\n            \"type\": \"locations\",\n            \"id\": \"13256\",\n            \"attributes\": {\n                \"name\": \"Center for Compassion (Adoptable Animals)\",\n                \"street\": \"1450 Rollins Road\",\n                \"city\": \"Burlingame\",\n                \"state\": \"CA\",\n                \"citystate\": \"Burlingame, CA\",\n                \"postalcode\": \"94010\",\n                \"country\": \"United States\",\n                \"phone\": \"(650) 340-7022\",\n                \"url\": \"http://www.peninsulahumanesociety.org/\",\n                \"lat\": 37.56779861450195,\n                \"lon\": -122.36900329589844,\n                \"coordinates\": \"37.5678, -122.369\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"1776\",\n            \"attributes\": {\n                \"name\": \"Peninsula Humane Society & SPCA\",\n                \"street\": \"1450 Rollins Road\",\n                \"city\": \"Burlingame\",\n                \"state\": \"CA\",\n                \"postalcode\": \"94010\",\n                \"country\": \"United States\",\n                \"phone\": \"(650) 340-7022\",\n                \"url\": \"http://www.phs-spca.org\",\n                \"adoptionProcess\": \"When a potential adopter comes into the shelter and sees an animal he or she is interested in adopting, we ask the potential adopter to first complete an Adoption Profile. Then, one of our knowledgeable customer service representatives brings the adopter and animal together in one of our Get Acquainted Rooms. There they have a quiet, private space to get to know each other better. During the visit, the customer service representative may discuss the following: \\n\\npast experiences with animals and current animals in the home \\nlifestyle, including work schedule and the kinds of activities they plan to do with their companion animal \\nhousing situation - own or rent, size of yard, etc. \\nIn order to make the best match possible for a family and home, we suggest potential adopters bring along all members of the household to meet the new companion animal and bring their current dog(s) to meet a potential dog. Adopters must also be 18 or older. \",\n                \"about\": \"PHS/SPCA, a private non-profit organization guided by the humane ethic, builds healthy relationships between people and animals. Each year thousands of animals pass through our doors. We provide a warm bed, nutritious food, veterinary care and a gentle touch for the lost, stray, unwanted and injured domestic and wild animals in our community.\\n\\nAs an ethical choice to provide safe sanctuary for every animal in need and since we are contracted with all cities in San Mateo County, we have no control over the number of incoming animals. Last year, we received more than 8,500 dogs, cats and other pet animals as well as thousands of sick, injured and orphaned wildlife. We accept all animals, and often provide a second chance to the neediest – those who would otherwise be turned away at so-called “no kill” agencies that accept only highly adoptable animals. Our record is outstanding. Since 2003, we have adopted 100% of healthy dogs and cats. Our definition of “healthy” is based on the State’s definition: dogs and cats without medical or behavioral issues, fully weaned and social. It excludes obviously unhealthy animals (those with injuries and illnesses or those behaviorally scarred from past treatment and mistreatment) as well as unweaned kittens and feral cats.  Sadly, in some cases like the ones mentioned above, all we can provide is a painless ending when resources have been exhausted.  While we cannot save every treatable animal, we place every healthy animal into a new home. Staff, volunteers and supporters are equally proud of the fact that we make well, then adopt, between 100-150 treatable animals every month.\\n\\n\\nEducational programs, outreach clinics, and partnerships with other organizations bring our services to the many animals who never set paw in our shelter. We hold a monthly support group for those grieving the loss of a loved companion, assist county residents who face the daunting task of finding pet-friendly rental housing, offer multiple levels of obedience classes, offer a speakers bureau, and investigate hundreds of cruelty calls. PHS/SPCA is much more than a shelter. It's a place where dedicated professionals and volunteers share their passion, talent and commitment in service to the animals and people in the diverse communities that make up San Mateo County. We invite you to learn more about us.\\n\\nOur Challenge\\nDecades ago, The Peninsula Humane Society & SPCA’s biggest challenge was animal overpopulation. The number of incoming unwanted animals was staggering.  In the mid 1970s, we took in 45,000 dogs and cats annually.  Due to our work educating people (including schoolchildren) about the importance of spaying and neutering their pets and, equally important, making spay/neuter affordable, we now see far fewer incoming animals; around 10,000 dogs and cats each of the last few years. To further drive down this number, we added a mobile spay/neuter program; we bring our “surgery suite on wheels” into targeted neighborhoods and offer spay/neuter surgeries for free!  We’re addressing other challenges as well.   \\n\\nAnimal cruelty – We’ve established a Humane Investigations Dept. We intervene when animals are mistreated and present cases to our District Attorney’s Office for prosecution.\\n\\nSpecialty care for animals -- Many animals arrive perfectly healthy. Others, however, require extensive medical care or one-on-one work with our Behavior Department staff before they can be placed in a new home. Donations to our Hope Program fund this life-saving work.\\n\\n\\nVisibility – since we choose to have donations directly benefit animals, we need to be creative in terms of getting our word out. Staff columns in local papers, an active mobile adoption program, several levels of obedience classes, this terrific website, school visits and summer camp, a Speakers Bureau, and an award-winning PSA airing on all network affiliates are among the many ways we expand our community profile.   \\nFifty Years of Innovation\\nFor more than 50 years, PHS/SPCA has been a progressive, often-modeled leader. Our roots trace to a small association of animal advocates who found deplorable conditions at the local pounds and established the Society. Soon thereafter, this new organization contracted with San Mateo County to provide animal control services -- the first such relationship of its kind. In the 1970s, PHS/SPCA became the first California humane society to have an on-site Spay/Neuter Clinic, a wildlife rehabilitation center and \\\"get acquainted\\\" rooms for the public to meet and play with shelter animals as part of the adoption process. By the late 1970s, the Society began teaching the humane treatment of animals to schoolchildren. In the 1980s, the Society began a mobile adoption program, and in the early 1990s, PHS/SPCA was among the first shelters to offer sheltering services for pets belonging to domestic abuse victims and a free animal behavior helpline for local pet owners. More recent innovations include a pet assisted therapy program which brings our volunteers and their pets to patients and residents in hospitals and other health care facilities, a department devoted to addressing animal cruelty and a mobile spay/neuter program which provides free surgeries for residents in targeted neighborhoods.\\n\",\n                \"services\": \"adoptions, spay/neuter, wildlife care center, education and animal behavior programs ...\",\n                \"type\": \"Shelter\",\n                \"lat\": 37.56779861450195,\n                \"lon\": -122.36900329589844,\n                \"coordinates\": \"37.5678, -122.369\",\n                \"citystate\": \"Burlingame, CA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"62912977\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 455373,\n                    \"resolutionX\": 1354,\n                    \"resolutionY\": 1354,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1776/pictures/animals/13622/13622711/62912977_1354x1354.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 42844,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 500,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1776/pictures/animals/13622/13622711/62912977_500x500.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3375,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 100,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1776/pictures/animals/13622/13622711/62912977_100x100.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2018-12-12T17:39:56Z\",\n                \"updated\": \"2018-12-12T17:39:56Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"61160807\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 1116381,\n                    \"resolutionX\": 2255,\n                    \"resolutionY\": 2820,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1776/pictures/animals/13622/13622711/61160807_2255x2820.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 42577,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 625,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1776/pictures/animals/13622/13622711/61160807_500x625.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3301,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 125,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1776/pictures/animals/13622/13622711/61160807_100x125.jpg\"\n                },\n                \"order\": 2,\n                \"created\": \"2018-10-09T16:36:59Z\",\n                \"updated\": \"2018-12-12T17:39:56Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"61327705\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 57499,\n                    \"resolutionX\": 375,\n                    \"resolutionY\": 499,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1776/pictures/animals/13622/13622711/61327705_375x499.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 57499,\n                    \"resolutionX\": 375,\n                    \"resolutionY\": 499,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1776/pictures/animals/13622/13622711/61327705_375x499.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3009,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 133,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1776/pictures/animals/13622/13622711/61327705_100x133.jpg\"\n                },\n                \"order\": 3,\n                \"created\": \"2018-10-15T20:18:55Z\",\n                \"updated\": \"2018-12-12T17:39:56Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"61744808\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 1477169,\n                    \"resolutionX\": 3066,\n                    \"resolutionY\": 2892,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1776/pictures/animals/13622/13622711/61744808_3066x2892.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 28793,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 471,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1776/pictures/animals/13622/13622711/61744808_500x471.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2674,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 94,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1776/pictures/animals/13622/13622711/61744808_100x94.jpg\"\n                },\n                \"order\": 4,\n                \"created\": \"2018-10-31T00:38:39Z\",\n                \"updated\": \"2018-12-12T17:39:56Z\"\n            }\n        },\n        {\n            \"type\": \"videourls\",\n            \"id\": \"21103784\",\n            \"attributes\": {\n                \"url\": \"https://www.youtube.com/v/KeddL2nfYAQ\",\n                \"videoId\": \"KeddL2nfYAQ\",\n                \"urlThumbnail\": \"https://img.youtube.com/vi/KeddL2nfYAQ/default.jpg\",\n                \"created\": \"2018-10-16T05:36:31Z\",\n                \"updated\": \"2018-12-12T17:39:56Z\"\n            }\n        },\n        {\n            \"type\": \"breeds\",\n            \"id\": \"35\",\n            \"attributes\": {\n                \"name\": \"Domestic Short Hair\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/35\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"6\",\n            \"attributes\": {\n                \"name\": \"Black and White\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/6\"\n            }\n        },\n        {\n            \"type\": \"patterns\",\n            \"id\": \"14\",\n            \"attributes\": {\n                \"name\": \"Tuxedo\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/patterns/14\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"1703\",\n            \"attributes\": {\n                \"name\": \"Fancy Cats Rescue Team\",\n                \"street\": \"PO Box 182\",\n                \"city\": \"Herndon\",\n                \"state\": \"VA\",\n                \"postalcode\": \"20172\",\n                \"country\": \"United States\",\n                \"phone\": \"(703) 961-1056\",\n                \"email\": \"adoption@fancycats.org\",\n                \"url\": \"http://www.fancycats.org\",\n                \"adoptionProcess\": \"Our adopters fill out an application that screens for problems that may be detrimental to our cats and kittens. Once the adopter is approved we provide veterinary referrals which help with low cost spays or neuters for the kittens that are too young at the time of adoption. We are always available to help with behavioral issues that arise. We provide numerous information sheets in our adoption folders, plus the medical background of each cat.  The only fees involved with our program are adoption fees that offset our veterinary bills.\",\n                \"about\": \"Fancy Cats Rescue Team was founded to provide the community a \\\"safety net\\\" for cats and kittens that are abused and abandoned, or added to the euthanasia list at the shelters that we are currently participating with. We are a 501 (c) (3) Nonprofit Organization and participate with the United Way/CFC #8929.  The goal is to have no kill shelters in place. Education and responsible pet ownership are the foundation of our organization. Our program provides literature, counseling, referral services and educational resources to families and individuals needing guidance. Teaching people responsible pet guardianship by spay and neutering their pets, behavioral modification and health concerns. We also provide a mentoring environment for our youth volunteers where they can learn the rewards of community service while caring for animals that need their gentle, loving kindness. They also interact with the community providing self-confidence and the ability to interact with a variety of cultures and diverse backgrounds. Once an animal is received into our program, they remain with us until a safe, appropriate home is found. They are never euthanized based on their age or space limitations. They are given appropriate medical care, immunizations, spays or neuters and endless hours of tender, loving care. We are an all-volunteer organization with no paid staff. We are funded by community donations, 91% goes toward the care and well being of our animals. Our adoption fees help offset our veterinary bills.\",\n                \"services\": \"Adoptions\",\n                \"type\": \"Rescue\",\n                \"lat\": 38.9208984375,\n                \"lon\": -77.39530181884766,\n                \"coordinates\": \"38.9209, -77.3953\",\n                \"citystate\": \"Herndon, VA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64105118\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 139187,\n                    \"resolutionX\": 634,\n                    \"resolutionY\": 596,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1703/pictures/animals/14059/14059140/64105118_634x596.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 29679,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 470,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1703/pictures/animals/14059/14059140/64105118_500x470.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2764,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 94,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1703/pictures/animals/14059/14059140/64105118_100x94.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-02-08T00:44:13Z\",\n                \"updated\": \"2019-02-08T00:44:13Z\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Black\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/1\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"2083\",\n            \"attributes\": {\n                \"name\": \"HCPHES Veterinary Public Health\",\n                \"street\": \"612 Canino Road\",\n                \"city\": \"Houston\",\n                \"state\": \"TX\",\n                \"postalcode\": \"77076\",\n                \"country\": \"United States\",\n                \"phone\": \"(281) 999-3191\",\n                \"email\": \"webmaster@countypets.com\",\n                \"url\": \"http://www.countypets.com\",\n                \"adoptionProcess\": \"Please contact shelter for details.\",\n                \"services\": \"Please contact shelter for details.\",\n                \"type\": \"Shelter\",\n                \"lat\": 29.86050033569336,\n                \"lon\": -95.38330078125,\n                \"coordinates\": \"29.8605, -95.3833\",\n                \"citystate\": \"Houston, TX\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"65620238\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 38446,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2083/pictures/animals/14334/14334412/65620238_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 25050,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2083/pictures/animals/14334/14334412/65620238_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2724,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2083/pictures/animals/14334/14334412/65620238_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-05-11T02:14:19Z\",\n                \"updated\": \"2019-05-11T02:14:19Z\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"20\",\n            \"attributes\": {\n                \"name\": \"Tortoiseshell\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/20\"\n            }\n        },\n        {\n            \"type\": \"patterns\",\n            \"id\": \"10\",\n            \"attributes\": {\n                \"name\": \"Tortie\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/patterns/10\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"3254\",\n            \"attributes\": {\n                \"name\": \"Lee County Domestic Animal Services\",\n                \"street\": \"5600 Banner Drive\",\n                \"city\": \"Fort Myers\",\n                \"state\": \"FL\",\n                \"postalcode\": \"33912\",\n                \"country\": \"United States\",\n                \"phone\": \"(239) 533-7387\",\n                \"url\": \"http://www.leelostpets.com\",\n                \"adoptionProcess\": \"Please contact shelter for details.\",\n                \"services\": \"Please contact shelter for details.\",\n                \"type\": \"Shelter\",\n                \"lat\": 26.55030059814453,\n                \"lon\": -81.83260345458984,\n                \"coordinates\": \"26.5503, -81.8326\",\n                \"citystate\": \"Fort Myers, FL\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"617\",\n            \"attributes\": {\n                \"name\": \"Orange and White\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/617\"\n            }\n        },\n        {\n            \"type\": \"locations\",\n            \"id\": \"16619\",\n            \"attributes\": {\n                \"name\": \"Foster Home\",\n                \"phone\": \"(218) 847-9040\",\n                \"url\": \"http://www.marshmallowfoundation.org\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"3360\",\n            \"attributes\": {\n                \"name\": \"Marshmallow Foundation\",\n                \"street\": \"1478 Mallard Street\",\n                \"city\": \"Detroit Lakes\",\n                \"state\": \"MN\",\n                \"postalcode\": \"56501\",\n                \"country\": \"United States\",\n                \"phone\": \"(218) 847-9040\",\n                \"email\": \"themarshmallowfoundation@yahoo.com\",\n                \"url\": \"http://www.marshmallowfoundation.org\",\n                \"facebookUrl\": \"www.facebook.com/themarshmallowfoundation\",\n                \"adoptionProcess\": \"The Marshmallow Foundation wants to make certain that every animal adopted goes to a loving home where it will be well cared.  Because of this, our application asks a number of detailed questions, which are necessary for our screening process.  Our application will ask you to what lengths you are willing to go, in order to accommodate the animal's needs and training. You must be able to show commitment of time, finances, energy and compassion to the animal.  \\n\\nOnce your application is approved, we require that you sign a contract guaranteeing non-transferal/sale of animal, its proper care, and spay/neuter surgery if not already done.\",\n                \"about\": \"The Marshmallow Foundation is a “low kill” shelter.  This is very important to all of us and we believe in it with all of our hearts.  The animals that are brought to us as “strays” are held for five (5) business days.  After that hold period is up, we have the right to have that animal euthanized.  We wanted to give animals a second chance at finding new homes so we chose to have a policy where we only euthanize if there are extenuating circumstances. We do our very best to not give up on any animal brought to our doorstep! \\n\\nBecause we are committed to caring for these animals until we can find them appropriate homes, many are with us for a very lengthy period. On average, we have over 40 cats and 15 dogs to care for while they wait to find new homes and families. We do not give them time limits. But to do this requires support from our public.\\n \\nIn addition to finding homes for these pets, the Marshmallow Foundation also works closely with local and regional service dog training programs and police departments.  We are proud to have had several shelter dogs go on to help people or places in need!  \\n\\nThe staff and volunteers of the Marshmallow Foundation work hard every single day providing for the animals that have no other place to go.  They do this because it is in their heart and it feeds their soul.  \\nPlease help them continue to care for these pets in need and provide a safe haven for them until they find new families and homes.  Please consider making a donation to ensure that these animals have someplace to go when they need it most.  Thank you!\",\n                \"services\": \"Adoptions\",\n                \"type\": \"Shelter\",\n                \"lat\": 46.8739013671875,\n                \"lon\": -95.73030090332031,\n                \"coordinates\": \"46.8739, -95.7303\",\n                \"citystate\": \"Detroit Lakes, MN\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"63063174\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 514452,\n                    \"resolutionX\": 2240,\n                    \"resolutionY\": 3984,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/63063174_2240x3984.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 41569,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 889,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/63063174_500x889.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 4088,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 177,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/63063174_100x177.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2018-12-18T08:05:20Z\",\n                \"updated\": \"2018-12-18T08:05:21Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"62477866\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 499590,\n                    \"resolutionX\": 2240,\n                    \"resolutionY\": 3984,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/62477866_2240x3984.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 40224,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 889,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/62477866_500x889.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 4028,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 177,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/62477866_100x177.jpg\"\n                },\n                \"order\": 2,\n                \"created\": \"2018-11-27T04:27:39Z\",\n                \"updated\": \"2018-12-18T08:05:21Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"62346772\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 804576,\n                    \"resolutionX\": 2240,\n                    \"resolutionY\": 3984,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/62346772_2240x3984.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 47706,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 889,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/62346772_500x889.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3902,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 177,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/62346772_100x177.jpg\"\n                },\n                \"order\": 3,\n                \"created\": \"2018-11-22T03:40:10Z\",\n                \"updated\": \"2018-12-18T08:05:21Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"61092871\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 419243,\n                    \"resolutionX\": 2240,\n                    \"resolutionY\": 3984,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/61092871_2240x3984.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 46430,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 889,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/61092871_500x889.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3735,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 177,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/61092871_100x177.jpg\"\n                },\n                \"order\": 4,\n                \"created\": \"2018-10-07T04:41:12Z\",\n                \"updated\": \"2018-12-18T08:05:21Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"60043083\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 404630,\n                    \"resolutionX\": 2240,\n                    \"resolutionY\": 3984,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/60043083_2240x3984.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 50286,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 889,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/60043083_500x889.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 4423,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 177,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/60043083_100x177.jpg\"\n                },\n                \"order\": 5,\n                \"created\": \"2018-08-30T04:40:54Z\",\n                \"updated\": \"2018-12-18T08:05:21Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"61092772\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 959438,\n                    \"resolutionX\": 2240,\n                    \"resolutionY\": 3984,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/61092772_2240x3984.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 56996,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 889,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/61092772_500x889.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 4664,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 177,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/61092772_100x177.jpg\"\n                },\n                \"order\": 6,\n                \"created\": \"2018-10-07T04:34:05Z\",\n                \"updated\": \"2018-12-18T08:05:21Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"58722823\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 514577,\n                    \"resolutionX\": 2240,\n                    \"resolutionY\": 3984,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/58722823_2240x3984.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 45213,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 889,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/58722823_500x889.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 4384,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 177,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/58722823_100x177.jpg\"\n                },\n                \"order\": 7,\n                \"created\": \"2018-07-15T02:21:36Z\",\n                \"updated\": \"2018-12-18T08:05:21Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"60043084\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 281507,\n                    \"resolutionX\": 1536,\n                    \"resolutionY\": 2048,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/60043084_1536x2048.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 51888,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 666,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/60043084_500x666.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3796,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 133,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/60043084_100x133.jpg\"\n                },\n                \"order\": 8,\n                \"created\": \"2018-08-30T04:41:11Z\",\n                \"updated\": \"2018-12-18T08:05:21Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"58722821\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 1029710,\n                    \"resolutionX\": 2240,\n                    \"resolutionY\": 3984,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/58722821_2240x3984.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 62410,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 889,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/58722821_500x889.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 4431,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 177,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/3360/pictures/animals/10196/10196046/58722821_100x177.jpg\"\n                },\n                \"order\": 9,\n                \"created\": \"2018-07-15T02:21:06Z\",\n                \"updated\": \"2018-12-18T08:05:21Z\"\n            }\n        }\n    ]\n}"},{"id":"33022a98-7d22-4d22-b332-aacf5d3d10eb","name":"Search animals with multiple views","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Authorization","value":"{{apikey}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/public/animals/search/available/cats/haspic/?sort=random&limit=5","host":["{{url}}"],"path":["public","animals","search","available","cats","haspic",""],"query":[{"key":"sort","value":"random"},{"key":"limit","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Jan 2020 15:09:10 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.3.13"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, DELETE, PATCH, PUT, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization, Origin, Content-Type, Accept"},{"key":"Access-Control-Expose-Headers","value":"Authorization, Location"},{"key":"X-Powered-By","value":"PHP/7.3.13"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 26 Jul 1997 05:00:00 GMT"},{"key":"X-Transaction-Id","value":"FwQdQXutbLnW"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"2941"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"count\": 6489,\n        \"countReturned\": 5,\n        \"pageReturned\": 1,\n        \"limit\": 5,\n        \"pages\": 1298\n    },\n    \"data\": [\n        {\n            \"type\": \"animals\",\n            \"id\": \"11432094\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Young\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Tuxedo / Tuxedo / Mixed (short coat)\",\n                \"breedPrimary\": \"Tuxedo\",\n                \"breedPrimaryId\": 73,\n                \"breedSecondary\": \"Tuxedo\",\n                \"breedSecondaryId\": 73,\n                \"isBreedMixed\": true,\n                \"isCatsOk\": true,\n                \"coatLength\": \"Short\",\n                \"isCourtesyListing\": true,\n                \"isCurrentVaccinations\": true,\n                \"isDeclawed\": false,\n                \"descriptionHtml\": \"<p>Valentine is a very friendly, loves to be petted, talks when feeding time comes and purrs. She was rescued from a high milk shelter in San Bernardino called Devore. &nbsp;They kill 7 days non stop and she was rescued on her last day which was her 5th day.</p>\\n<p>She is ready to find her Furever loving and warming home</p><img src=\\\"https://tracker.rescuegroups.org/pet?11432094\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"descriptionText\": \"Valentine is a very friendly, loves to be petted, talks when feeding time comes and purrs. She was rescued from a high milk shelter in San Bernardino called Devore. &nbsp;They kill 7 days non stop and she was rescued on her last day which was her 5th day.\\nShe is ready to find her Furever loving and warming home\",\n                \"isDogsOk\": false,\n                \"isNeedingFoster\": false,\n                \"isFound\": false,\n                \"priority\": 10,\n                \"isHousetrained\": true,\n                \"isKidsOk\": false,\n                \"name\": \"Valentine\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1295/pictures/animals/11432/11432094/45342632_100x148.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"sex\": \"Female\",\n                \"sizeGroup\": \"Medium\",\n                \"slug\": \"adopt-valentine-tuxedo-cat\",\n                \"isSpecialNeeds\": false,\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2017-05-22T23:52:50Z\",\n                \"updatedDate\": \"2017-06-25T06:17:30Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"73\"\n                        },\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"73\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"locations\": {\n                    \"data\": [\n                        {\n                            \"type\": \"locations\",\n                            \"id\": \"4657\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"1295\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"45342632\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14131392\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Young\",\n                \"ageString\": \"1 Year 2 Months\",\n                \"birthDate\": \"2018-03-03T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Short Hair (medium coat)\",\n                \"breedPrimary\": \"Domestic Short Hair\",\n                \"breedPrimaryId\": 35,\n                \"isBreedMixed\": false,\n                \"coatLength\": \"Medium\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14131392\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"*SNOW WHITE\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/7017/pictures/animals/14131/14131392/64765752_100x72.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A622695\",\n                \"sex\": \"Female\",\n                \"sizeGroup\": \"Small\",\n                \"slug\": \"adopt-snow-white-domestic-short-hair-cat\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-03-06T08:56:49Z\",\n                \"updatedDate\": \"2019-05-14T21:54:40Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"21\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"7017\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64765752\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14351047\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Senior\",\n                \"ageString\": \"11 Years\",\n                \"birthDate\": \"2008-05-15T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Short Hair (medium coat)\",\n                \"breedPrimary\": \"Domestic Short Hair\",\n                \"breedPrimaryId\": 35,\n                \"isBreedMixed\": false,\n                \"coatLength\": \"Medium\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14351047\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"LIZZIE\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2009/pictures/animals/14351/14351047/65704322_100x75.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A1859244\",\n                \"sex\": \"Male\",\n                \"sizeGroup\": \"Small\",\n                \"slug\": \"adopt-lizzie-domestic-short-hair-cat\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-05-15T22:10:48Z\",\n                \"updatedDate\": \"2019-05-16T18:28:20Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"14\"\n                        }\n                    ]\n                },\n                \"patterns\": {\n                    \"data\": [\n                        {\n                            \"type\": \"patterns\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2009\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"65704322\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14372724\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Baby\",\n                \"ageString\": \"1 Month 26 Days\",\n                \"birthDate\": \"2019-03-26T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Short Hair (medium coat)\",\n                \"breedPrimary\": \"Domestic Short Hair\",\n                \"breedPrimaryId\": 35,\n                \"isBreedMixed\": false,\n                \"coatLength\": \"Medium\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14372724\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"PEPA\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2014/pictures/animals/14372/14372724/65813427_100x75.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A1857082\",\n                \"sex\": \"Female\",\n                \"sizeGroup\": \"Small\",\n                \"slug\": \"adopt-pepa-domestic-short-hair-cat\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-05-21T20:50:19Z\",\n                \"updatedDate\": \"2019-05-21T22:40:42Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"11\"\n                        }\n                    ]\n                },\n                \"patterns\": {\n                    \"data\": [\n                        {\n                            \"type\": \"patterns\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2014\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"65813427\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14311566\",\n            \"attributes\": {\n                \"distance\": 0,\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Young\",\n                \"ageString\": \"1 Year\",\n                \"birthDate\": \"2018-04-30T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Long Hair (medium coat)\",\n                \"breedPrimary\": \"Domestic Long Hair\",\n                \"breedPrimaryId\": 24,\n                \"isBreedMixed\": false,\n                \"coatLength\": \"Medium\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14311566\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"MOON\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2009/pictures/animals/14311/14311566/65513975_100x75.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A1854974\",\n                \"sex\": \"Female\",\n                \"sizeGroup\": \"Medium\",\n                \"slug\": \"adopt-moon-domestic-long-hair-cat\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-05-05T06:26:48Z\",\n                \"updatedDate\": \"2019-05-05T23:11:22Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"24\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"7\"\n                        }\n                    ]\n                },\n                \"patterns\": {\n                    \"data\": [\n                        {\n                            \"type\": \"patterns\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2009\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"65513975\"\n                        }\n                    ]\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"breeds\",\n            \"id\": \"73\",\n            \"attributes\": {\n                \"name\": \"Tuxedo\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/73\"\n            }\n        },\n        {\n            \"type\": \"species\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"singular\": \"Cat\",\n                \"plural\": \"Cats\",\n                \"youngSingular\": \"Kitten\",\n                \"youngPlural\": \"Kittens\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/species/3\"\n            }\n        },\n        {\n            \"type\": \"statuses\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Available\",\n                \"description\": \"Available for Adoption\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/statuses/1\"\n            }\n        },\n        {\n            \"type\": \"locations\",\n            \"id\": \"4657\",\n            \"attributes\": {\n                \"name\": \"PETSMART MIDTOWN\",\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"citystate\": \"Los Angeles, CA\",\n                \"postalcode\": \"90019\",\n                \"country\": \"United States\",\n                \"lat\": 34.048500061035156,\n                \"lon\": -118.33999633789062,\n                \"coordinates\": \"34.0485, -118.34\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"1295\",\n            \"attributes\": {\n                \"name\": \"Catmandoo Rescue\",\n                \"street\": \"4712 Admiralty Way #968\",\n                \"city\": \"Marina Del Rey\",\n                \"state\": \"CA\",\n                \"postalcode\": \"90292\",\n                \"country\": \"United States\",\n                \"phone\": \"(310) 569-8404\",\n                \"email\": \"catsfordays@gmail.com\",\n                \"url\": \"http://Catmandoo.petfinder.com\",\n                \"adoptionProcess\": \"We ask $130.00, application, contract, no declaw, indoor only.\",\n                \"services\": \"adoptions, spay neuter\",\n                \"type\": \"Rescue\",\n                \"lat\": 33.977901458740234,\n                \"lon\": -118.44499969482422,\n                \"coordinates\": \"33.9779, -118.445\",\n                \"citystate\": \"Marina Del Rey, CA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"45342632\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 5205763,\n                    \"resolutionX\": 2508,\n                    \"resolutionY\": 3735,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1295/pictures/animals/11432/11432094/45342632_2508x3735.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 33835,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 744,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1295/pictures/animals/11432/11432094/45342632_500x744.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3583,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 148,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/1295/pictures/animals/11432/11432094/45342632_100x148.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2017-05-22T23:52:51Z\",\n                \"updated\": \"2017-05-22T23:52:51Z\"\n            }\n        },\n        {\n            \"type\": \"breeds\",\n            \"id\": \"35\",\n            \"attributes\": {\n                \"name\": \"Domestic Short Hair\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/35\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"21\",\n            \"attributes\": {\n                \"name\": \"White\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/21\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"7017\",\n            \"attributes\": {\n                \"name\": \"Long Beach Animal Care Services\",\n                \"street\": \"7000 East Spring Street\",\n                \"city\": \"Long Beach\",\n                \"state\": \"CA\",\n                \"postalcode\": \"90815\",\n                \"country\": \"United States\",\n                \"phone\": \"(562) 570-7387\",\n                \"email\": \"animalcare@longbeach.gov\",\n                \"url\": \"http://\",\n                \"facebookUrl\": \"http://\",\n                \"adoptionProcess\": \"n/a\",\n                \"about\": \"n/a\",\n                \"services\": \"n/a\",\n                \"type\": \"Shelter\",\n                \"lat\": 33.79349899291992,\n                \"lon\": -118.11399841308594,\n                \"coordinates\": \"33.7935, -118.114\",\n                \"citystate\": \"Long Beach, CA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64765752\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 105591,\n                    \"resolutionX\": 450,\n                    \"resolutionY\": 326,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/7017/pictures/animals/14131/14131392/64765752_450x326.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 105591,\n                    \"resolutionX\": 450,\n                    \"resolutionY\": 326,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/7017/pictures/animals/14131/14131392/64765752_450x326.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 1900,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 72,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/7017/pictures/animals/14131/14131392/64765752_100x72.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-03-18T21:27:21Z\",\n                \"updated\": \"2019-03-18T21:27:21Z\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"14\",\n            \"attributes\": {\n                \"name\": \"Orange\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/14\"\n            }\n        },\n        {\n            \"type\": \"patterns\",\n            \"id\": \"8\",\n            \"attributes\": {\n                \"name\": \"Tabby\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/patterns/8\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"2009\",\n            \"attributes\": {\n                \"name\": \"East Valley Animal Care and Control Center\",\n                \"street\": \"14409 Vanowen Street\",\n                \"city\": \"Van Nuys\",\n                \"state\": \"CA\",\n                \"postalcode\": \"91405\",\n                \"country\": \"United States\",\n                \"phone\": \"(888) 452-7381\",\n                \"url\": \"http://www.laanimalservices.com\",\n                \"adoptionProcess\": \"Please contact shelter for details.\",\n                \"services\": \"Please contact shelter for details.\",\n                \"type\": \"Shelter\",\n                \"lat\": 34.202701568603516,\n                \"lon\": -118.44400024414062,\n                \"coordinates\": \"34.2027, -118.444\",\n                \"citystate\": \"Van Nuys, CA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"65704322\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 17326,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2009/pictures/animals/14351/14351047/65704322_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 19608,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2009/pictures/animals/14351/14351047/65704322_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2251,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2009/pictures/animals/14351/14351047/65704322_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-05-15T22:10:49Z\",\n                \"updated\": \"2019-05-15T22:10:49Z\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"11\",\n            \"attributes\": {\n                \"name\": \"Gray\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/11\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"2014\",\n            \"attributes\": {\n                \"name\": \"North Central Animal Care and Control\",\n                \"street\": \"3201 Lacy Street\",\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"postalcode\": \"90031\",\n                \"country\": \"United States\",\n                \"phone\": \"(888) 452-7381\",\n                \"url\": \"http://www.laanimalservices.com\",\n                \"adoptionProcess\": \"Please contact shelter for details.\",\n                \"services\": \"Please contact shelter for details.\",\n                \"type\": \"Shelter\",\n                \"lat\": 34.0791015625,\n                \"lon\": -118.21800231933594,\n                \"coordinates\": \"34.0791, -118.218\",\n                \"citystate\": \"Los Angeles, CA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"65813427\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 20213,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2014/pictures/animals/14372/14372724/65813427_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 24000,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2014/pictures/animals/14372/14372724/65813427_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2463,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2014/pictures/animals/14372/14372724/65813427_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-05-21T20:50:19Z\",\n                \"updated\": \"2019-05-21T20:50:19Z\"\n            }\n        },\n        {\n            \"type\": \"breeds\",\n            \"id\": \"24\",\n            \"attributes\": {\n                \"name\": \"Domestic Long Hair\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/24\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"7\",\n            \"attributes\": {\n                \"name\": \"Brown\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/7\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"65513975\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 29114,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2009/pictures/animals/14311/14311566/65513975_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 35300,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2009/pictures/animals/14311/14311566/65513975_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2951,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2009/pictures/animals/14311/14311566/65513975_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-05-05T06:26:48Z\",\n                \"updated\": \"2019-05-05T06:26:48Z\"\n            }\n        }\n    ]\n}"},{"id":"5d58e0f4-4833-4b27-9a0a-d594ebb15906","name":"Search animals with multiple views","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Authorization","value":"{{apikey}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/public/animals/search/available/cats/haspic/?sort=random&limit=5","host":["{{url}}"],"path":["public","animals","search","available","cats","haspic",""],"query":[{"key":"sort","value":"random"},{"key":"limit","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Jan 2020 15:11:08 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.3.13"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, DELETE, PATCH, PUT, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization, Origin, Content-Type, Accept"},{"key":"Access-Control-Expose-Headers","value":"Authorization, Location"},{"key":"X-Powered-By","value":"PHP/7.3.13"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 26 Jul 1997 05:00:00 GMT"},{"key":"X-Transaction-Id","value":"NeUgpVKMXqgH"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"5722"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"count\": 113323,\n        \"countReturned\": 5,\n        \"pageReturned\": 1,\n        \"limit\": 5,\n        \"pages\": 22665\n    },\n    \"data\": [\n        {\n            \"type\": \"animals\",\n            \"id\": \"14431117\",\n            \"attributes\": {\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Senior\",\n                \"ageString\": \"4 Years\",\n                \"birthDate\": \"2015-05-29T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Medium Hair (medium coat)\",\n                \"breedPrimary\": \"Domestic Medium Hair\",\n                \"breedPrimaryId\": 29,\n                \"isBreedMixed\": false,\n                \"coatLength\": \"Medium\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14431117\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"GINGER\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2220/pictures/animals/14431/14431117/66096665_100x133.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A664862\",\n                \"sex\": \"Female\",\n                \"sizeGroup\": \"Large\",\n                \"slug\": \"adopt-ginger-domestic-medium-hair-cat\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-06-05T12:57:14Z\",\n                \"updatedDate\": \"2019-06-07T17:42:24Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"29\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2220\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"66096665\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"10594213\",\n            \"attributes\": {\n                \"adoptedDate\": \"2017-11-10T00:00:00Z\",\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Adult\",\n                \"ageString\": \"2 Years 7 Months\",\n                \"birthDate\": \"2016-07-09T00:00:00Z\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Short Hair / Tabby / Mixed (short coat)\",\n                \"breedPrimary\": \"Domestic Short Hair\",\n                \"breedPrimaryId\": 35,\n                \"breedSecondary\": \"Tabby\",\n                \"breedSecondaryId\": 63,\n                \"isBreedMixed\": true,\n                \"coatLength\": \"Short\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<p>Fagan is a very sweet kitten who loves getting affection. He loves getting back scratches and belly rubs and has one of the loudest purrs in the cattery. He&#39;s a quiet boy who prefers to curl up in a cozy space rather than run around. He can be a little shy when first meeting someone new, but quickly warms up to them as soon as he gets his chin scratched.&nbsp;<br>\\nHe&#39;s a very friendly kitten who would do best in a home with older children and someone he can really bond too.<br>\\nCome into Little Shelter today and ask to meet Fagan.</p><img src=\\\"https://tracker.rescuegroups.org/pet?10594213\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"descriptionText\": \"Fagan is a very sweet kitten who loves getting affection. He loves getting back scratches and belly rubs and has one of the loudest purrs in the cattery. He&#39;s a quiet boy who prefers to curl up in a cozy space rather than run around. He can be a little shy when first meeting someone new, but quickly warms up to them as soon as he gets his chin scratched.&nbsp;\\nHe&#39;s a very friendly kitten who would do best in a home with older children and someone he can really bond too.\\nCome into Little Shelter today and ask to meet Fagan.\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"isHousetrained\": true,\n                \"name\": \"Fagan\",\n                \"pictureCount\": 3,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/5768/pictures/animals/10594/10594213/46625792_100x125.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"sex\": \"Male\",\n                \"sizeUOM\": \"Pounds\",\n                \"slug\": \"adopt-fagan-domestic-short-hair-cat\",\n                \"isSponsorable\": false,\n                \"url\": \"https://LITTLESHELTER.rescuegroups.org/animals/detail?AnimalID=10594213\",\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2016-09-21T21:32:19Z\",\n                \"updatedDate\": \"2019-03-20T20:49:59Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        },\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"63\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"14\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"5768\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"46625792\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"46625793\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"46625794\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14459213\",\n            \"attributes\": {\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Young\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Short Hair / Mixed\",\n                \"breedPrimary\": \"Domestic Short Hair\",\n                \"breedPrimaryId\": 35,\n                \"isBreedMixed\": true,\n                \"isCourtesyListing\": false,\n                \"isCurrentVaccinations\": true,\n                \"isDeclawed\": true,\n                \"descriptionHtml\": \"I am a lover and I like to play!<img src=\\\"https://tracker.rescuegroups.org/pet?14459213\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"descriptionText\": \"I am a lover and I like to play!\",\n                \"isNeedingFoster\": false,\n                \"isFound\": false,\n                \"priority\": 10,\n                \"isHousetrained\": false,\n                \"name\": \"Oscar\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/7150/pictures/animals/14459/14459213/66238314_100x66.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"S5712\",\n                \"sex\": \"Male\",\n                \"sizeGroup\": \"Small\",\n                \"slug\": \"adopt-oscar-domestic-short-hair-cat\",\n                \"isSpecialNeeds\": false,\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-06-12T15:33:23Z\",\n                \"updatedDate\": \"2019-06-12T16:32:54Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"11\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"7150\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"66238314\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"12448145\",\n            \"attributes\": {\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Senior\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Short Hair\",\n                \"breedPrimary\": \"Domestic Short Hair\",\n                \"breedPrimaryId\": 35,\n                \"isBreedMixed\": false,\n                \"isCourtesyListing\": false,\n                \"isCurrentVaccinations\": true,\n                \"isDeclawed\": true,\n                \"descriptionHtml\": \"Smidgen's owner has gotten older and is not able to care for her any longer.  Smidgen has only known one home since she was a kitten.  She is 4 paw declawed and has lots of years left to share with a new family.You can apply on line at www.hsvawl.org by completing the adoption application on the left side of the page.<img src=\\\"https://tracker.rescuegroups.org/pet?12448145\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"descriptionText\": \"Smidgen's owner has gotten older and is not able to care for her any longer.  Smidgen has only known one home since she was a kitten.  She is 4 paw declawed and has lots of years left to share with a new family.You can apply on line at www.hsvawl.org by completing the adoption application on the left side of the page.\",\n                \"isNeedingFoster\": false,\n                \"isFound\": false,\n                \"priority\": 10,\n                \"isHousetrained\": true,\n                \"name\": \"Smidgen\",\n                \"pictureCount\": 3,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2718/pictures/animals/12448/12448145/66288483_100x100.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"171852\",\n                \"sex\": \"Female\",\n                \"sizeGroup\": \"Medium\",\n                \"slug\": \"adopt-smidgen-domestic-short-hair-cat\",\n                \"isSpecialNeeds\": true,\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2018-01-06T20:01:23Z\",\n                \"updatedDate\": \"2019-06-15T10:03:02Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2718\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"66288483\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"66288484\"\n                        },\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"66288485\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14094828\",\n            \"attributes\": {\n                \"isAdoptionPending\": false,\n                \"ageGroup\": \"Adult\",\n                \"isBirthDateExact\": false,\n                \"breedString\": \"Domestic Short Hair (medium coat)\",\n                \"breedPrimary\": \"Domestic Short Hair\",\n                \"breedPrimaryId\": 35,\n                \"isBreedMixed\": false,\n                \"coatLength\": \"Medium\",\n                \"isCourtesyListing\": false,\n                \"descriptionHtml\": \"<img src=\\\"https://tracker.rescuegroups.org/pet?14094828\\\" width=\\\"0\\\" height=\\\"0\\\" alt=\\\"\\\" />\",\n                \"isFound\": false,\n                \"priority\": 10,\n                \"name\": \"A125443\",\n                \"pictureCount\": 1,\n                \"pictureThumbnailUrl\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/8214/pictures/animals/14094/14094828/64331207_100x75.jpg\",\n                \"qualities\": [\n                    \"\"\n                ],\n                \"rescueId\": \"A125443\",\n                \"sex\": \"Male\",\n                \"sizeGroup\": \"Large\",\n                \"slug\": \"adopt-a-domestic-short-hair-cat\",\n                \"isSponsorable\": false,\n                \"videoCount\": 0,\n                \"videoUrlCount\": 0,\n                \"createdDate\": \"2019-02-21T14:03:16Z\",\n                \"updatedDate\": \"2019-02-28T04:26:55Z\"\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"11\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"statuses\": {\n                    \"data\": [\n                        {\n                            \"type\": \"statuses\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"8214\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64331207\"\n                        }\n                    ]\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"breeds\",\n            \"id\": \"29\",\n            \"attributes\": {\n                \"name\": \"Domestic Medium Hair\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/29\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Black\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/1\"\n            }\n        },\n        {\n            \"type\": \"species\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"singular\": \"Cat\",\n                \"plural\": \"Cats\",\n                \"youngSingular\": \"Kitten\",\n                \"youngPlural\": \"Kittens\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/species/3\"\n            }\n        },\n        {\n            \"type\": \"statuses\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Available\",\n                \"description\": \"Available for Adoption\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/statuses/1\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"2220\",\n            \"attributes\": {\n                \"name\": \"Louisville Metro Animal Services\",\n                \"street\": \"3705 Manslick Road\",\n                \"city\": \"Louisville\",\n                \"state\": \"KY\",\n                \"postalcode\": \"40215\",\n                \"country\": \"United States\",\n                \"phone\": \"(502) 361-1318\",\n                \"email\": \"animals@louisvilleky.gov\",\n                \"url\": \"http://www.louisvilleky.gov/animalservices\",\n                \"adoptionProcess\": \"Please contact shelter for details.\",\n                \"services\": \"Please contact shelter for details.\",\n                \"type\": \"Shelter\",\n                \"lat\": 38.191898345947266,\n                \"lon\": -85.7854995727539,\n                \"coordinates\": \"38.1919, -85.7855\",\n                \"citystate\": \"Louisville, KY\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"66096665\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 32245,\n                    \"resolutionX\": 360,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2220/pictures/animals/14431/14431117/66096665_360x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 32245,\n                    \"resolutionX\": 360,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2220/pictures/animals/14431/14431117/66096665_360x480.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 4661,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 133,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2220/pictures/animals/14431/14431117/66096665_100x133.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-06-05T12:57:15Z\",\n                \"updated\": \"2019-06-05T12:57:15Z\"\n            }\n        },\n        {\n            \"type\": \"breeds\",\n            \"id\": \"35\",\n            \"attributes\": {\n                \"name\": \"Domestic Short Hair\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/35\"\n            }\n        },\n        {\n            \"type\": \"breeds\",\n            \"id\": \"63\",\n            \"attributes\": {\n                \"name\": \"Tabby\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/63\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"14\",\n            \"attributes\": {\n                \"name\": \"Orange\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/14\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"5768\",\n            \"attributes\": {\n                \"name\": \"Little Shelter Animal Rescue & Adoption Center\",\n                \"street\": \"33 Warner Road\",\n                \"city\": \"Huntington\",\n                \"state\": \"NY\",\n                \"postalcode\": \"11743\",\n                \"country\": \"United States\",\n                \"phone\": \"(631) 368-8770\",\n                \"email\": \"info@littleshelter.com\",\n                \"url\": \"http://www.littleshelter.com\",\n                \"facebookUrl\": \"https://www.facebook.com/LittleShelterAnimalRescue\",\n                \"donationUrl\": \"http://littleshelter.com/donate/\",\n                \"adoptionProcess\": \"Dogs can be adopted by filling out and submitting the adoption form found on our website. If you have questions regarding any of the dogs please call us at 631-368-8770 X 21 or email us at info@littleshelter.com.\\n\\nCats can be adopted by coming down to the shelter and filling out an adoption contract in person. If you have any questions about a particular cat, call us at 631-368-8770 X 32 and someone from the cattery will help you.\\n\\nWe reserve the right to refuse any adoption to any person for any reason.\",\n                \"about\": \"Who We Are & What We Do\\n\\nLittle Shelter is a nonprofit animal rescue organization. We take abused and abandoned animals from the streets and from those awaiting death at the municipal pounds. We provide a safe, caring and nurturing environment for these animals while they are waiting for loving adoptive homes.\\n\\nAll prospective homes are carefully screened to ensure happy endings. No animal is ever destroyed at Little Shelter unless he or she is incurably ill.\\n\\nSpaying and neutering is important to our cause. We spay and neuter all of our animals as soon as is medically possible. The minimal adoption donation paid upon adoption includes all the medical procedures that we have done on the animal being adopted, including the spaying and neutering.\\n\\nLittle Shelter is situated on six acres in Huntington, Long Island, 30 minutes east of New York City. Our Sheltervale Pet Cemetery operates on three acres. There are six buildings, two kennels including outdoor runs, one large communal cattery with individual rooms for nursing mothers, an isolation and medical building and a five room house that serves as office and administrative space. At any given time, we are the temporary home to more than 300 animals.\\n\\nLast year we placed over 600 dogs, cats, kittens and puppies into loving homes. With your help we will save even more this year.\",\n                \"services\": \"Adoptions, spaying or neutering, humane education, low cost spay/neuter certificates and an \",\n                \"type\": \"Rescue\",\n                \"lat\": 40.87459945678711,\n                \"lon\": -73.41449737548828,\n                \"coordinates\": \"40.8746, -73.4145\",\n                \"citystate\": \"Huntington, NY\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"46625792\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 71155,\n                    \"resolutionX\": 400,\n                    \"resolutionY\": 500,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/5768/pictures/animals/10594/10594213/46625792_400x500.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 71155,\n                    \"resolutionX\": 400,\n                    \"resolutionY\": 500,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/5768/pictures/animals/10594/10594213/46625792_400x500.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3707,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 125,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/5768/pictures/animals/10594/10594213/46625792_100x125.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2017-06-30T19:30:06Z\",\n                \"updated\": \"2017-06-30T19:30:06Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"46625793\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 69256,\n                    \"resolutionX\": 400,\n                    \"resolutionY\": 500,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/5768/pictures/animals/10594/10594213/46625793_400x500.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 69256,\n                    \"resolutionX\": 400,\n                    \"resolutionY\": 500,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/5768/pictures/animals/10594/10594213/46625793_400x500.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3501,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 125,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/5768/pictures/animals/10594/10594213/46625793_100x125.jpg\"\n                },\n                \"order\": 2,\n                \"created\": \"2017-06-30T19:30:07Z\",\n                \"updated\": \"2017-06-30T19:30:07Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"46625794\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 51900,\n                    \"resolutionX\": 400,\n                    \"resolutionY\": 500,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/5768/pictures/animals/10594/10594213/46625794_400x500.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 51900,\n                    \"resolutionX\": 400,\n                    \"resolutionY\": 500,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/5768/pictures/animals/10594/10594213/46625794_400x500.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3214,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 125,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/5768/pictures/animals/10594/10594213/46625794_100x125.jpg\"\n                },\n                \"order\": 3,\n                \"created\": \"2017-06-30T19:30:07Z\",\n                \"updated\": \"2017-06-30T19:30:07Z\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"11\",\n            \"attributes\": {\n                \"name\": \"Gray\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/11\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"7150\",\n            \"attributes\": {\n                \"name\": \"Humane Society of North Central Arkansas\",\n                \"street\": \"2656 Highway 201 North\",\n                \"city\": \"Mountain Home\",\n                \"state\": \"Ar\",\n                \"postalcode\": \"72653\",\n                \"country\": \"United States\",\n                \"phone\": \"(870) 425-9221\",\n                \"email\": \"hsnca@centurytel.net\",\n                \"url\": \"http://www.humanesocietyofnca.org\",\n                \"facebookUrl\": \"https://www.facebook.com/pages/Humane-Society-of-North-Central-Arkansas/252452688128490?ref=bookmark\",\n                \"adoptionProcess\": \"Contract requiring proper care of the animal including: food, water, shelter, medical care, basic vaccinations. Adoption fees\",\n                \"about\": \"We are a 501c3 non profit no kill facility. I am the shelter manager, I manage the employees and animals, schedule appointments, release press information, write grants. The reason I do what I do is to be a voice for the voiceless and provide them a better environment then they received before come into the facility.\",\n                \"services\": \"adoptions, spay/neuter\",\n                \"type\": \"Shelter\",\n                \"lat\": 36.33140182495117,\n                \"lon\": -92.40660095214844,\n                \"coordinates\": \"36.3314, -92.4066\",\n                \"citystate\": \"Mountain Home, Ar\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"66238314\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 231679,\n                    \"resolutionX\": 1600,\n                    \"resolutionY\": 1067,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/7150/pictures/animals/14459/14459213/66238314_1600x1067.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 17776,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 333,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/7150/pictures/animals/14459/14459213/66238314_500x333.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 1984,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 66,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/7150/pictures/animals/14459/14459213/66238314_100x66.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-06-12T15:44:25Z\",\n                \"updated\": \"2019-06-12T15:44:25Z\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"2718\",\n            \"attributes\": {\n                \"name\": \"HSV Animal Welfare League\",\n                \"street\": \"195 Cloaca Lane\",\n                \"city\": \"Hot Springs Village\",\n                \"state\": \"AR\",\n                \"postalcode\": \"71909\",\n                \"country\": \"United States\",\n                \"email\": \"adoptions@hsvawl.org\",\n                \"url\": \"www.hsvawl.org\",\n                \"facebookUrl\": \"www.facebook.com/hsvawl\",\n                \"adoptionProcess\": \"Adoption Procedure\\n\\nThe very best way to pick a pet is to come to the Adoption Center to meet available pets. If you find a pet you wish to adopt, our adoption coordinators will talk with you to help make this adoption a perfect match for you and the pet.\\n\\n  Another benefit for visiting in person is that animals and adopters frequently have a special relationship that starts the very first time they meet.  You may find the love of your life being very different than what you envisioned.  The pet you will be most pleased with will be the one with the temperament that fits your personality and homelife.  That frequently has absolutely nothing to do with the looks or breed of the animal.\\n\\n When you adopt an AWL pet, you will have an animal that has been checked by our veterinarians, spayed or neutered, given basic shots (including Rabies),  a folder with the medical history and various useful information, and someone to answer any questions you might have. \\n\\n   We will ask you to promise that, if for any reason it does not work out, that you will bring the animal back to us.  We have made a financial commitment to that pet because we felt it would give someone a great deal of pleasure, therefore we made a substantial monetary and emotional commitment to the animal.  The last thing we want to hear about our pet is that it has been turned over to another shelter where it could be euthanized.\\n\",\n                \"about\": \"We are a nonprofit corporation that raises funds for strays that are collected in Hot Springs Village and brought to the POA Animal Control. If an animal is determined to be adoptable we work to have it adopted. Our volunteers also work at the Adoption Center to feed and clean the animals. In addition we run spay and neuter clinics and work with local schools to educate children about pets and animals.\\n \",\n                \"services\": \"adoptions, spay/neuter\",\n                \"type\": \"Rescue\",\n                \"lat\": 34.66740036010742,\n                \"lon\": -92.98100280761719,\n                \"coordinates\": \"34.6674, -92.981\",\n                \"citystate\": \"Hot Springs Village, AR\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"66288483\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 101652,\n                    \"resolutionX\": 1021,\n                    \"resolutionY\": 1024,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2718/pictures/animals/12448/12448145/66288483_1021x1024.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 30124,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 501,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2718/pictures/animals/12448/12448145/66288483_500x501.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3025,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 100,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2718/pictures/animals/12448/12448145/66288483_100x100.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-06-15T10:03:00Z\",\n                \"updated\": \"2019-06-15T10:03:00Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"66288484\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 115970,\n                    \"resolutionX\": 1021,\n                    \"resolutionY\": 1024,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2718/pictures/animals/12448/12448145/66288484_1021x1024.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 36920,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 501,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2718/pictures/animals/12448/12448145/66288484_500x501.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3495,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 100,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2718/pictures/animals/12448/12448145/66288484_100x100.jpg\"\n                },\n                \"order\": 2,\n                \"created\": \"2019-06-15T10:03:01Z\",\n                \"updated\": \"2019-06-15T10:03:01Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"66288485\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 113772,\n                    \"resolutionX\": 1021,\n                    \"resolutionY\": 1024,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2718/pictures/animals/12448/12448145/66288485_1021x1024.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 36710,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 501,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2718/pictures/animals/12448/12448145/66288485_500x501.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 3487,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 100,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2718/pictures/animals/12448/12448145/66288485_100x100.jpg\"\n                },\n                \"order\": 3,\n                \"created\": \"2019-06-15T10:03:01Z\",\n                \"updated\": \"2019-06-15T10:03:01Z\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"8214\",\n            \"attributes\": {\n                \"name\": \"Corona Animal Services\",\n                \"street\": \"1330 Magnolia Avenue\",\n                \"city\": \"Corona\",\n                \"state\": \"CA\",\n                \"postalcode\": \"92879\",\n                \"country\": \"United States\",\n                \"phone\": \"(951) 736-2309\",\n                \"email\": \"michelle.gallina-martin@ci.corona.ca.us\",\n                \"url\": \"http://coronaanimalshelter.adoptapet.com\",\n                \"facebookUrl\": \"http://\",\n                \"adoptionProcess\": \" \",\n                \"about\": \" \",\n                \"services\": \" \",\n                \"type\": \"Shelter\",\n                \"lat\": 33.87670135498047,\n                \"lon\": -117.53600311279297,\n                \"coordinates\": \"33.8767, -117.536\",\n                \"citystate\": \"Corona, CA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64331207\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 40998,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/8214/pictures/animals/14094/14094828/64331207_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 27024,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/8214/pictures/animals/14094/14094828/64331207_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2622,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/8214/pictures/animals/14094/14094828/64331207_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-02-21T14:03:16Z\",\n                \"updated\": \"2019-02-21T14:03:16Z\"\n            }\n        }\n    ]\n}"},{"id":"8a15aa57-8a97-4124-8a95-a2025a513c9e","name":"Search animals in radius (coordinates)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Authorization","value":"{{apikey}}"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"filterRadius\":\n        \t{\n        \t\t\"miles\": 100,\n        \t\t\"coordinates\": \"34.1031,-118.416\"\n        \t}\n        \n    }\n}\n"},"url":{"raw":"{{url}}/public/animals/search/available/cats/haspic?fields[animals]=distance&include=breeds,colors,orgs,patterns,pictures,species&sort=animals.distance&limit=10","host":["{{url}}"],"path":["public","animals","search","available","cats","haspic"],"query":[{"key":"fields[animals]","value":"distance"},{"key":"include","value":"breeds,colors,orgs,patterns,pictures,species"},{"key":"sort","value":"animals.distance"},{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 16:04:41 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.3.13"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, DELETE, PATCH, PUT, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization, Origin, Content-Type, Accept"},{"key":"Access-Control-Expose-Headers","value":"Authorization, Location"},{"key":"X-Powered-By","value":"PHP/7.3.13"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 26 Jul 1997 05:00:00 GMT"},{"key":"X-Transaction-Id","value":"MEAaqRqTKXxk"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"2165"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"count\": 6489,\n        \"countReturned\": 10,\n        \"pageReturned\": 1,\n        \"limit\": 10,\n        \"pages\": 649\n    },\n    \"data\": [\n        {\n            \"type\": \"animals\",\n            \"id\": \"14300284\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"11\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"6666\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"65455538\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14300338\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"9\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"6666\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"65455597\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14300391\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"10\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"6666\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"65455649\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14048260\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"29\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2221\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64316592\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14071806\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2221\"\n                        }\n                    ]\n                },\n                \"patterns\": {\n                    \"data\": [\n                        {\n                            \"type\": \"patterns\",\n                            \"id\": \"9\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64299284\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14071807\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2221\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64207539\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14071808\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2221\"\n                        }\n                    ]\n                },\n                \"patterns\": {\n                    \"data\": [\n                        {\n                            \"type\": \"patterns\",\n                            \"id\": \"9\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64437781\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14076752\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2221\"\n                        }\n                    ]\n                },\n                \"patterns\": {\n                    \"data\": [\n                        {\n                            \"type\": \"patterns\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64206292\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14076753\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"7\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2221\"\n                        }\n                    ]\n                },\n                \"patterns\": {\n                    \"data\": [\n                        {\n                            \"type\": \"patterns\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64206293\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"animals\",\n            \"id\": \"14077806\",\n            \"attributes\": {\n                \"distance\": 0\n            },\n            \"relationships\": {\n                \"breeds\": {\n                    \"data\": [\n                        {\n                            \"type\": \"breeds\",\n                            \"id\": \"24\"\n                        }\n                    ]\n                },\n                \"colors\": {\n                    \"data\": [\n                        {\n                            \"type\": \"colors\",\n                            \"id\": \"6\"\n                        }\n                    ]\n                },\n                \"orgs\": {\n                    \"data\": [\n                        {\n                            \"type\": \"orgs\",\n                            \"id\": \"2221\"\n                        }\n                    ]\n                },\n                \"pictures\": {\n                    \"data\": [\n                        {\n                            \"type\": \"pictures\",\n                            \"id\": \"64316590\"\n                        }\n                    ]\n                },\n                \"species\": {\n                    \"data\": [\n                        {\n                            \"type\": \"species\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"breeds\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"name\": \"American Shorthair\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/3\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"11\",\n            \"attributes\": {\n                \"name\": \"Gray\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/11\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"6666\",\n            \"attributes\": {\n                \"name\": \"Inland Valley Humane Society\",\n                \"street\": \"500 humane wy\",\n                \"city\": \"pomona\",\n                \"state\": \"CA\",\n                \"postalcode\": \"91766\",\n                \"country\": \"United States\",\n                \"phone\": \"(909) 623-9777\",\n                \"email\": \"adopter@ivhsspca.org\",\n                \"url\": \"http://www.ivhsspca.org/animals\",\n                \"facebookUrl\": \"https://www.facebook.com/ivhsspca\",\n                \"adoptionProcess\": \"Application approval, Social, signed aggrement, $145 fee for dogs and $120 fee for cats. Other fees depend on type of animal.\",\n                \"about\": \"Established in 1949, the Inland Valley Humane Society & S.P.C.A. is a private, non-profit, full-access animal shelter dedicated to providing a safe refuge for animals in our community (s). Our mission to care for all animals is made possible by friends like you. Every day our dedicated staff ensures that every animal receives food, veterinary care and the attention they need until they can find a forever home. \",\n                \"services\": \"adoptions, spay/neuter, etc\",\n                \"type\": \"Shelter\",\n                \"lat\": 34.03900146484375,\n                \"lon\": -117.76100158691406,\n                \"coordinates\": \"34.039, -117.761\",\n                \"citystate\": \"pomona, CA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"65455538\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 328593,\n                    \"resolutionX\": 1920,\n                    \"resolutionY\": 1439,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14300/14300284/65455538_1920x1439.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 28728,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 374,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14300/14300284/65455538_500x374.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2110,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 74,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14300/14300284/65455538_100x74.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-05-01T17:12:11Z\",\n                \"updated\": \"2019-05-01T17:12:11Z\"\n            }\n        },\n        {\n            \"type\": \"species\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"singular\": \"Cat\",\n                \"plural\": \"Cats\",\n                \"youngSingular\": \"Kitten\",\n                \"youngPlural\": \"Kittens\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/species/3\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"9\",\n            \"attributes\": {\n                \"name\": \"Brown Tabby\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/9\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"65455597\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 481923,\n                    \"resolutionX\": 1920,\n                    \"resolutionY\": 1440,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14300/14300338/65455597_1920x1440.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 28925,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14300/14300338/65455597_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2296,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14300/14300338/65455597_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-05-01T17:15:16Z\",\n                \"updated\": \"2019-05-01T17:15:16Z\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"10\",\n            \"attributes\": {\n                \"name\": \"Calico or Dilute Calico\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/10\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"65455649\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 352092,\n                    \"resolutionX\": 1920,\n                    \"resolutionY\": 1440,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14300/14300391/65455649_1920x1440.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 21679,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14300/14300391/65455649_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2308,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/6666/pictures/animals/14300/14300391/65455649_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-05-01T17:18:20Z\",\n                \"updated\": \"2019-05-01T17:18:20Z\"\n            }\n        },\n        {\n            \"type\": \"breeds\",\n            \"id\": \"29\",\n            \"attributes\": {\n                \"name\": \"Domestic Medium Hair\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/29\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Black\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/1\"\n            }\n        },\n        {\n            \"type\": \"orgs\",\n            \"id\": \"2221\",\n            \"attributes\": {\n                \"name\": \"Orange County Animal Care Center\",\n                \"street\": \"561 The City Drive South\",\n                \"city\": \"Orange\",\n                \"state\": \"CA\",\n                \"postalcode\": \"92868\",\n                \"country\": \"United States\",\n                \"phone\": \"(714) 935-6848\",\n                \"email\": \"ocpetinfo@ocOCCS.com\",\n                \"url\": \"http://www.ocpetinfo.com\",\n                \"adoptionProcess\": \"Please contact shelter for details.\",\n                \"services\": \"Please contact shelter for details.\",\n                \"type\": \"Shelter\",\n                \"lat\": 33.78820037841797,\n                \"lon\": -117.88200378417969,\n                \"coordinates\": \"33.7882, -117.882\",\n                \"citystate\": \"Orange, CA\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64316592\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 16855,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14048/14048260/64316592_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 19822,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14048/14048260/64316592_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2132,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14048/14048260/64316592_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-02-20T20:36:34Z\",\n                \"updated\": \"2019-02-20T20:36:34Z\"\n            }\n        },\n        {\n            \"type\": \"breeds\",\n            \"id\": \"35\",\n            \"attributes\": {\n                \"name\": \"Domestic Short Hair\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/35\"\n            }\n        },\n        {\n            \"type\": \"patterns\",\n            \"id\": \"9\",\n            \"attributes\": {\n                \"name\": \"Calico\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/patterns/9\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64299284\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 17315,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14071/14071806/64299284_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 20049,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14071/14071806/64299284_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2341,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14071/14071806/64299284_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-02-20T00:29:16Z\",\n                \"updated\": \"2019-02-20T00:29:16Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64207539\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 15448,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14071/14071807/64207539_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 17850,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14071/14071807/64207539_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2247,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14071/14071807/64207539_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-02-13T21:45:38Z\",\n                \"updated\": \"2019-02-13T21:45:38Z\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64437781\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 18301,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14071/14071808/64437781_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 21533,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14071/14071808/64437781_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2429,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14071/14071808/64437781_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-02-28T04:37:49Z\",\n                \"updated\": \"2019-02-28T04:37:49Z\"\n            }\n        },\n        {\n            \"type\": \"patterns\",\n            \"id\": \"8\",\n            \"attributes\": {\n                \"name\": \"Tabby\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/patterns/8\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64206292\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 25514,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14076/14076752/64206292_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 30259,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14076/14076752/64206292_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2583,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14076/14076752/64206292_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-02-13T20:06:58Z\",\n                \"updated\": \"2019-02-13T20:06:58Z\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"7\",\n            \"attributes\": {\n                \"name\": \"Brown\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/7\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64206293\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 21808,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14076/14076753/64206293_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 25963,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14076/14076753/64206293_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2619,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14076/14076753/64206293_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-02-13T20:06:58Z\",\n                \"updated\": \"2019-02-13T20:06:58Z\"\n            }\n        },\n        {\n            \"type\": \"breeds\",\n            \"id\": \"24\",\n            \"attributes\": {\n                \"name\": \"Domestic Long Hair\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/breeds/24\"\n            }\n        },\n        {\n            \"type\": \"colors\",\n            \"id\": \"6\",\n            \"attributes\": {\n                \"name\": \"Black and White\"\n            },\n            \"links\": {\n                \"self\": \"/public/animals/colors/6\"\n            }\n        },\n        {\n            \"type\": \"pictures\",\n            \"id\": \"64316590\",\n            \"attributes\": {\n                \"original\": {\n                    \"filesize\": 19787,\n                    \"resolutionX\": 640,\n                    \"resolutionY\": 480,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14077/14077806/64316590_640x480.jpg\"\n                },\n                \"large\": {\n                    \"filesize\": 23872,\n                    \"resolutionX\": 500,\n                    \"resolutionY\": 375,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14077/14077806/64316590_500x375.jpg\"\n                },\n                \"small\": {\n                    \"filesize\": 2573,\n                    \"resolutionX\": 100,\n                    \"resolutionY\": 75,\n                    \"url\": \"https://s3.amazonaws.com/filestore.rescuegroups.org/2221/pictures/animals/14077/14077806/64316590_100x75.jpg\"\n                },\n                \"order\": 1,\n                \"created\": \"2019-02-20T20:36:33Z\",\n                \"updated\": \"2019-02-20T20:36:33Z\"\n            }\n        }\n    ]\n}"}],"_postman_id":"51243d0a-ba88-4a18-8594-0dcad00d30b1"}]}