Resolve Location
Resolve Blinkit serviceability, merchant/store IDs, and address details for a latitude/longitude.
Capability ID
blinkit.location
Cost
1 credit per request
Maximum runtime
30 seconds
POST
/execute
Shared execution endpoint
Input parameters
latitude
number
required
Latitude of the delivery address.
Example
28.4583
longitude
number
required
Longitude of the delivery address.
Example
77.0728
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
Illustrative sample
The full redacted fixture is shown in the response panel.
Illustrative output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
city |
string |
Gurugram |
latitude |
number |
28.4583 |
locality |
string |
Sector 44 |
location_info |
object |
7 fields |
location_info.city |
string |
Gurugram |
location_info.country |
string |
India |
location_info.district |
string |
Gurgaon Division |
location_info.formatted_address |
string |
F35F+863, Sector 44, Gurugram, Haryana 122003, India |
location_info.locality |
string |
Sector 44 |
location_info.postal_code |
string |
122003 |
location_info.state |
string |
Haryana |
longitude |
number |
77.0728 |
serviceable |
boolean |
true |
source_url |
string |
https://blinkit.com/location/info?is_pin_moved=false&lat=28.458300&lon=… |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.