200
application/jsonThe response contains the status of the request and data. Data is an array where each element represents a response for a single query from the request.
{
"id": "your-request-id",
"status": "Success",
"data": [
{
"query": "bars",
"suggestions": [
"bars",
"Barstool Sports NY Headquarters, 7th Avenue, New York, NY",
"Barstow, CA",
"Barstool Sansom Street, Sansom Street, Philadelphia, PA",
"Barstool Sports HQ, 7th Avenue, New York, NY"
]
}
]
}