Nearby Places

Click the map or enter coordinates to find nearby points of interest.

Code Snippets
curl -X POST "https://api.plaza.fyi/api/v1/features" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "limit": "100",
  "radius": "500",
  "around": {
    "type": "Point",
    "coordinates": [
      "",
      ""
    ]
  }
}'