Full-text Search
Search for places by name using full-text search.
Code Snippets
curl -X POST "https://api.plaza.fyi/api/v1/search" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"q": "",
"limit": "25"
}'
Search for places by name using full-text search.
curl -X POST "https://api.plaza.fyi/api/v1/search" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"q": "",
"limit": "25"
}'