{"info":{"name":"Geolocation API","description":"Geocode addresses, reverse geocode coordinates, and validate addresses worldwide.","schema":"https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"},"item":[{"name":"Geocoding","item":[{"name":"Geocode Address","request":{"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"url":{"raw":"{{base_url}}\/geocode","host":["{{base_url}}"],"path":["geocode"],"query":[{"key":"address","value":"1600 Amphitheatre Pkwy, Mountain View, CA","description":""}]},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{api_token}}","type":"string"}]}},"description":"Convert address to coordinates"},{"name":"Reverse Geocode","request":{"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"url":{"raw":"{{base_url}}\/reverse","host":["{{base_url}}"],"path":["reverse"],"query":[{"key":"lat","value":"37.4224764","description":""},{"key":"lng","value":"-122.0842499","description":""}]},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{api_token}}","type":"string"}]}},"description":"Convert coordinates to address"}]}],"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{api_token}}","type":"string"}]},"variable":[{"key":"base_url","value":"https:\/\/api.aikdata.com\/v1\/geo"},{"key":"api_token","value":"YOUR_TOKEN"}]}