Location Based Search

Location based Search (/public-api/search/location/)

The location-based search API lets you get the location information associated with latitude and longitude coordinates.

Endpoint

Header Parameters

Request Parameters

Attribute
Type
Required
Example
Description

app_id

Objec_id

Required

The ID of the app

field_to_searc h

String

Optional

The search field for the location

latitude

String

Optional

12.9517671

Latitude of the location.

longitude

String

Optional

77.7151616

Longitude of the location

radius_in_ metres

String

Optional

1000

Radius value in metres

enable_field_ mapping

Boolean

Optional

True/False

Whether to enable field mapping or not

display_fields

String

Optional

Display fields

offset

integer

Optional

0

The page number

limit

integer

Optional

20

The limit for the result

Example Payload

Successful Response

If the request succeeds, the server returns the HTTP 200 OK status code and the success message.

The response is not available. It will be updated once it is released.

Example cURL