Skip to documentation
Browse documentation

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
View raw Get an API key

POST /execute Shared execution endpoint

Input parameters

FieldTypeRequiredDescription
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.

PathObserved typeExample
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.

Resources