true cost / mo
per 1,000 calls
egress / mo
per year

Where the money goes

Your monthly bill split into request fees and bandwidth.

ComponentVolumeRateCost / moCost / yr
⚠️ Estimate. Real bills add request retries, webhooks, rate-limit overage tiers, regional egress differences, and volume discounts. Egress defaults to ~$0.09/GB (typical hyperscaler) — set it to $0 if you serve from a zero-egress provider like Cloudflare R2. · Report outdated price →

The per-call price hides the bandwidth

Almost every API quotes a tidy price per request — say $0.50 per 1,000 calls. What it doesn't quote is the cost of sending the response bytes to your users. A 30 KB JSON response served a million times is ~30 GB of egress, and at a typical $0.09/GB that's an extra line on your cloud bill the API price never showed. For lean responses it's negligible; for image, file or large-payload APIs, egress can match or beat the request fees. This calculator adds both so the "true cost per call" is honest.

Count the invisible traffic

Volume estimates are usually too low because they only count user-facing calls. Webhooks, callbacks, polling loops and automatic retries are all real requests — they burn rate limit and often get billed even though no human sees them. A poll-every-5-seconds integration is 17,000 calls a day per client before anyone clicks anything. When you size an API, pad for background traffic, or you'll be surprised on the invoice.

Lower the bill

Two levers dominate: fewer, fatter calls (batch endpoints, GraphQL field selection, caching responses) cut request fees, and smaller responses (gzip/brotli, pagination, trimming fields, modern image formats) cut egress. Serving from a zero-egress store removes the bandwidth line entirely — model that with the cloud egress cost calculator. For the whole picture across services, use the API stack cost calculator, and read the API costs that double your bill.

Related tools & guides

Cloud egress cost calculator · API stack cost calculator · API alternatives finder · free API tiers

Host your project:DigitalOcean — $200 free ↗Hostinger VPS
Supabase Cost CalculatorMessage Queue (SQS) Cost CalculatorS3 Request Cost CalculatorServerless Function CostContainer Hosting Cost