
GeoIQ
> Search locations. Copy coordinates. Ship fast.
> awaiting input_
Start typing to search for places and extract coordinates
Public API Endpoint
# GET request
/api/geocode?address=<your_address>
# Response
{
"success": true,
"result": {
"address": "...",
"lat": 28.123456,
"lng": 77.123456,
"pid": "place_id_string"
}
}