PlaygroundTest every public API endpoint

Try Geo Finder live

Build a request, send it instantly, and compare success and error responses side by side. Perfect for developers, QA, and product demos.

Choose an Endpoint

Pro Tips

  • Use your API key + secret key for authenticated calls.
  • Calls go to https://geo.geofinder.live.
  • Save the latest success and error responses for comparison.

Request Builder

Configure headers, query params, and send the request in one click.

|Status: Ready

Query Parameters

Custom Parameters

No custom parameters yet.

Request URL

https://geo.geofinder.live/api/v1/autocomplete?q=New+York

Success Response

Send a request to see the successful response here.

Error Response

Any error responses will appear here.

Shareable Request Snippet

Copy and paste into your code or QA ticket.

curl -X GET "https://geo.geofinder.live/api/v1/autocomplete?q=New+York" \
  -H "X-API-Key: ak_your_api_key" \
  -H "X-Secret-Key: sk_your_secret_key"