cURL
curl --request GET \ --url https://api.triqai.com/v1/locations/{id} \ --header 'X-API-Key: <api-key>'
{ "success": true, "data": { "location": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "formatted": "<string>", "phoneNumber": "<string>", "structured": { "street": "<string>", "city": "<string>", "state": "<string>", "postalCode": "<string>", "country": "<string>", "countryName": "<string>", "coordinates": { "latitude": 123, "longitude": 123 }, "timezone": "<string>" }, "website": "<string>", "priceRange": "<string>", "rating": { "average": 123, "count": 123, "source": "<string>" } } }, "meta": { "generatedAt": "2023-11-07T05:31:56Z", "requestId": "<string>", "version": "<string>" } }
Documentation IndexFetch the complete documentation index at: https://docs.triqai.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.triqai.com/llms.txt
Use this file to discover all available pages before exploring further.
Public API key
Location found
true
Show child attributes
Was this page helpful?