Get Nearby EV Charging Stations

GET {{baseUrl}}/stations/ev?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

KeyDatatypeRequiredDescription
latitudestringThe longitude of the location to search
longitudestringThe latitude of the location to search
distancenumberThe radius (in miles) to search for stations

RESPONSES

status: OK

[{"name":"Blink Charging Station","address":"101 Constitution Ave. NW, Washington, DC 20001","open24Hrs":true,"distanceMiles":2,"restrictedAccess":true,"paymentMethods":{"subscription":true,"mobilePay":true},"numberOfConnectors":4,"connectorTypes":["SAE J1772"]},{"name":"SemaConnect Charging Station","address":"799 9th St NW, Washington, DC 20001","open24Hrs":true,"distanceMiles":19,"restrictedAccess":true,"paymentMethods":{"subscription":false,"mobilePay":true},"numberOfConnectors":2,"connectorTypes":["SAE J1772"]}]