Evaluates how suitable a neighborhood is for dog owners based on proximity to parks, trails, off-leash areas, and pet-friendly businesses. Scores range from 1 (High Traffic/No Space) to 255 (Dog Paradise).
Your access token or API key. Pass as Authorization: Bearer <token>.
The latitude of the location in decimal degrees (WGS 84). Must be between -90 and 90.
-90 <= x <= 90The longitude of the location in decimal degrees (WGS 84). Must be between -180 and 180.
-180 <= x <= 180Successful Response
API response for a Dog Friendliness lookup.
The Dog Friendliness result. A score of 0 means no data is available.
{
"description": "Excellent for dogs: two off-leash parks within half a mile, wide sidewalks, and multiple pet-friendly businesses nearby.",
"score": 224
}