N

Netzhandwerker Agent Tools · Phone Parse

by Netzhandwerker Agent Tools

POSTBase

$0.001

per call · USD Coin on Base

Nimmt jede Schreibweise, erkennt die Landeskennzahl aus 150 Vorwahlen, ergaenzt bei nationaler Schreibweise das Standardland, zerlegt in Vorwahl und Teilnehmernummer und bestimmt fuer Deutschland Festnetz, Mobilfunk und Sonderrufnummern mit Kostenhinweis. Liefert E.164, internationale und nationale Schreibweise sowie tel-URI.

Endpoint

POST https://tools.halowerk.com/v1/phone/parse

3

Calls / 30d

2

Unique payers / 30d

Aug 30

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://tools.halowerk.com/v1/phone/parse", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "default_country": "DE",
    "phone": "0170 / 123 45 67"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://tools.halowerk.com/v1/phone/parse" \
  -H "Content-Type: application/json" \
  -d '{"default_country":"DE","phone":"0170 / 123 45 67"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "area_code": "0170",
  "country": "DE",
  "country_code": "+49",
  "e164": "+491701234567",
  "formatted": {
    "e164": "+491701234567",
    "international": "+49 0170 1234567",
    "national": "00170 1234567",
    "rfc3966": "tel:+491701234567"
  },
  "hints": [
    "Nationale Schreibweise erkannt, mit Landeskennzahl fuer DE ergaenzt."
  ],
  "input": "0170 / 123 45 67",
  "national_number": "1701234567",
  "note": "Kein Abgleich gegen Portierungsdatenbanken.",
  "subscriber_number": "1234567",
  "type": "mobil",
  "type_note": null,
  "valid": true
}

Payment details

Pay to0x2880edfff13100677bf97a3cbdf3bc34771c4e5e
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

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

Get featured →

More from Netzhandwerker Agent Tools & similar services