$0.01
per call · USD Coin on Base
Gives you official United States inflation numbers from the government's BLS Consumer Price Index. Ask for the newest reading, a specific month in the past, or a whole range of months, and get back clear percentages for overall inflation and 'core' inflation (which ignores food and energy prices), plus a plain-English summary sentence.
Endpoint
POST https://cpi-report-us.underscoredone.com/cpi12
Calls / 30d
5
Unique payers / 30d
Sep 9
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://cpi-report-us.underscoredone.com/cpi", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"period": "2024-03"
}),
});
const data = await res.json();curl -X POST \
"https://cpi-report-us.underscoredone.com/cpi" \
-H "Content-Type: application/json" \
-d '{"period":"2024-03"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"api_version": "1.0.0"
}Payment details
0xe9740820225b3918b4ddd1292c7ca4ca0e2c2f08USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Data & Enrichment and the homepage with a featured placement.
More from US CPI Data & Inflation Report & similar services
Oneshotagent · Verify Email
win.oneshotagent.com
Email deliverability verification
Oneshotagent · Enrich Email
win.oneshotagent.com
Email enrichment and validation
Strale · Email Validate
api.strale.io
Validate an email address: RFC 5322 syntax, MX records, 5,361 disposable domain detection, role-based address detection (35 patterns), free provider detection, and typo suggestion for common providers (gmial.com ? gmail.com). Returns deliverability assess…