Skip to content
API Rates Per-unit API pricing — verified, dated, and logged when it changes
← All entries

The pricing dataset

Every comparison on API Rates as structured data — vendors, category, and the date the pricing was last verified — free to reuse with attribution.

4 comparisons · latest verification

Get it

What's in it

one row per comparison: the headline, a link to the full writeup, the category, the vendors compared, the byline, publish and update timestamps, and a pricing-verified date. The price figures themselves live in the linked writeups, each cited to the vendor's official pricing page.

Categoriescomparisons
LLM inference APIs 4

Using it

# refresh from the live source
curl -s https://api-rate.store/data/pricing.json -o pricing.json

# every comparison that touches a given vendor
jq -r '.entries[] | select(.vendors[] | test("Cloudflare";"i")) | .title' pricing.json

# pandas
import pandas as pd
df = pd.read_csv("https://api-rate.store/data/pricing.csv")
df.groupby("category").size()

License

Creative Commons Attribution 4.0. Use it anywhere, including commercially — just credit API Rates with a link back. CC BY 4.0.

Spot a stale figure or a dead source link? Report it on the Change log.

Recently updated