Forward Geocoding
Convert an address or place name to coordinates.
Code Snippets
curl -X POST "https://api.plaza.fyi/api/v1/geocode" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"q": "",
"limit": "20"
}'
Convert an address or place name to coordinates.
curl -X POST "https://api.plaza.fyi/api/v1/geocode" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"q": "",
"limit": "20"
}'