$1
per call · USD Coin on Base
Phone intelligence for an E.164 number, in two products the caller picks between: "name" returns the US CNAM caller name plus the carrier data, and the cheaper "carrier" returns the carrier, line type, mobile network and rate-center location alone. You are charged only on a result: no name found, or an invalid number, costs nothing. Agent guide: https://tenjin.blog/llms.txt
Endpoint
POST https://tenjin.blog/api/phone-lookup5
Calls / 30d
3
Unique payers / 30d
Aug 17
Last called
exact
Payment scheme
Call this service
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://tenjin.blog/api/phone-lookup", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"phoneNumber": "+13129457420",
"product": "name"
}),
});
const data = await res.json();curl -X POST \
"https://tenjin.blog/api/phone-lookup" \
-H "Content-Type: application/json" \
-d '{"phoneNumber":"+13129457420","product":"name"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"callerName": "the name on record for the number you asked about",
"carrier": "the carrier that holds the number",
"countryCode": "US",
"lineType": "mobile",
"location": {
"city": "the rate-center city",
"state": "the rate-center state"
},
"mobileNetwork": {
"mcc": "000",
"mnc": "000"
},
"nationalFormat": "(000) 000-0000",
"phoneNumber": "+10000000000",
"portedCarrier": "the underlying carrier when the number has been ported",
"product": "name",
"valid": true
}Payment details
0x578c640e2d53023066026381b8cc362539741063USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Other and the homepage with a featured placement.
More from Tenjin & similar services
Tenjin · Read
tenjin.blog
Pay-per-read pieces by independent publishers. Find one by question first: POST https://tenjin.blog/api/search is free and returns payable candidates or an honest MISS. The 402 carries a free preview; pay it for the full text JSON. Agent guide: https://tenjin.blog/llms.txt. Full catalog: https://tenjin.blog/.well-known/x402
Tenjin · Answer
tenjin.blog
Pay once for a cited answer synthesized from independent publishers on Tenjin. POST a question; a question the catalog cannot answer returns a free MISS and is never charged.
StableTravel · Seats Aero Availability
stabletravel.dev
Retrieve bulk cached Seats.aero award availability for a mileage program, optionally filtered by region, date, and cabin.