Atlasblock API
GET/v1/neighborhood/search?state=NC&sort=affordability&order=desc
[ QUERY ]
[ CURL ]
curl "https://atlasblock.dev/api/v1/neighborhood/search?state=NC&sort=affordability&order=desc" \
  -H "Authorization: Bearer $ATLASBLOCK_API_KEY"
[ EVERY REQUEST ]

Send an Authorization: Bearer key against the base URL https://atlasblock.dev/api. Every call counts toward your plan quota. See the overview for authentication, rate limits, and status codes.