EV Charging Points Network

Register New Charging Point

Bulk Upload Charging Points

Search Charging Points

Route Planner

API Documentation

Endpoints:

GET /api/charging-points
POST /api/charging-points
GET /api/route
          

Sample Usage:

fetch('https://api.evnetwork.com/charging-points')
  .then(response => response.json())
  .then(data => console.log(data));