Get Nearby Gas Stations
GET {{baseUrl}}/stations/gas?latitude=38.8951&longitude=-77.0364&distance=20
Upon successful execution, returns a list of gas stations within the specified proximity to the provided location (latitude & longitude)
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
latitude | string | The longitude of the location to search | |
longitude | string | The latitude of the location to search | |
distance | number | The radius (in miles) to search for stations |
RESPONSES
status: OK
[{"name":"Shell","address":"1800 18th St NW, Washington, DC 20009","open24Hrs":true,"distanceMiles":10,"priceUSD":{"regular":"3.117","midGrade":"3.234","premium":"3.404","diesel":"3.353"}},{"name":"Citgo","address":" 3820 Minnesota Ave NE, Washington, DC 20011","open24Hrs":true,"distanceMiles":9,"priceUSD":{"regular":"3.017","midGrade":"3.345","premium":"3.409","diesel":"3.378"}},{"name":"Falcon Fuel","address":" 1301 13th St NW, Washington, DC 20005","open24Hrs":true,"distanceMiles":6,"priceUSD":{"regular":"3.117","midGrade":"3.234","premium":"3.404","diesel":"3.353"}}]