H

Halowerk · EV Charging

by Halowerk

POSTBase

$0.005

per call · USD Coin on Base

Queries OpenStreetMap for charging stations within a radius of a point and returns each with its position, distance, operator, network, connector types with their individual power ratings and socket counts, access restrictions, fee status, opening hours and whether authentication is required. Results are sorted nearest first and can be filtered to a minimum power or a required connector type, which is the question a vehicle actually has.

Endpoint

POST https://karte.halowerk.com/v1/ev-charging

5

Calls / 30d

2

Unique payers / 30d

Sep 6

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://karte.halowerk.com/v1/ev-charging", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "lat": 52.52,
    "limit": 60,
    "lon": 13.405,
    "radius_km": 5
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://karte.halowerk.com/v1/ev-charging" \
  -H "Content-Type: application/json" \
  -d '{"lat":52.52,"limit":60,"lon":13.405,"radius_km":5}' \
  -H "X-PAYMENT: <signed x402 payment>"

Payment details

Pay to0x2880edfff13100677bf97a3cbdf3bc34771c4e5e
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from Halowerk & similar services