Place Details
Resolve a Zepto place ID to coordinates and address components.
Capability ID
zepto.place.details
Cost
1 credit per request
Maximum runtime
180 seconds
POST
/execute
Shared execution endpoint
Input parameters
| Field | Type | Required | Description |
|---|---|---|---|
place_id |
string |
Required | Google Maps place ID to look up. |
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 |
Bengaluru |
country |
string |
India |
country_code |
string |
IN |
district |
string |
Bengaluru Urban |
formatted_address |
string |
Indiranagar, Bengaluru, Karnataka, India |
latitude |
number |
12.9783692 |
locality |
string |
Indiranagar |
location_type |
string |
APPROXIMATE |
longitude |
number |
77.6408356 |
place_id |
string |
ChIJkQN3GKQWrjsRNhBQJrhGD7U |
source_url |
string |
https://bff-gateway.zepto.com/api/v1/maps/place/details/?place_id=ChIJk… |
state |
string |
Karnataka |
state_code |
string |
KA |
types |
string |
political sublocality sublocality_level_1 |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.