We use essential cookies

We use strictly necessary cookies for authentication and, with your consent, optional analytics cookies to improve the product.

One account. Built for scale.

Developer and data services operated by LoftPress. Currency, holidays, VAT, email, IBAN, QR, phone, geo, timezone and text utilities — one secure gateway, one meter, one bill.

terminal — loftpress.shoplive
$ cu
Our APIs

APIs offered by LoftPress

First-party developer and data services operated by LoftPress. Every product ships with a live playground, code snippets in four languages, and predictable pricing.

APIs delivered on LoftPress infrastructure using licensed or open data sources.

Pricing

Simple, transparent pricing

Start free. Upgrade when you need to. Cancel anytime.

Most popular
Pro
$200
/mo
+ applicable taxes
100,000 requests · 50 req/s
  • 5 API keys
  • 50 req/second
  • 99.9% uptime SLA
  • Email support
Subscribe
Enterprise
$500
/mo
+ applicable taxes
2,000,000 requests · 250 req/s
  • 25 API keys
  • 250 req/second
  • Priority + dedicated support
  • SLA, audit logs, IP allowlist
Subscribe

VAT, GST or other applicable sales tax is calculated and collected by Creem at checkout based on the customer's location.

Trust

Trust & security

The controls infrastructure teams expect — nothing less.

Hashed secrets

API keys are bcrypt-hashed at rest. Full secret shown only once at creation — you can rotate or revoke anytime.

IP allowlisting

Restrict any API key to a set of trusted IPs from your dashboard settings.

Audit logs

Every security-sensitive action — key creation, rotation, revocation — is logged with actor and IP.

Spend limits

Set monthly spend and usage limits per account and get alerted before you approach them.

Developer-first

Developer-first, from day one

One API key, one base URL, one billing surface. Copy, paste, ship.

  • One base URL
    loftpress.shop/api/v1/{product}
  • Simple auth
    Standard X-API-Key header. Rotate keys with a single click.
  • Standard envelope
    Every response ships with success, data, request_id, and credits_remaining.
bash
# Fetch latest FX rates in 3 lines
curl -H "X-API-Key: $LOFTPRESS_KEY" \
  "https://loftpress.shop/api/v1/currency/latest?base=USD"

# Add 5 business days in Germany
curl -H "X-API-Key: $LOFTPRESS_KEY" \
  "https://loftpress.shop/api/v1/holidays/add-business-days?start_date=2026-03-24&days=5&country=DE"
FAQ

Frequently asked

No. Every account starts on the Trial plan with 500 monthly requests and 500 welcome credits — no card required.

Every product has a monthly plan (Trial, Pro, Enterprise). Requests are metered against your plan quota. Credits are optional top-ups that never expire and cover per-request compute on top of the quota.

Yes. LoftPress is designed as an account-wide meter: one login, one billing surface, and per-product API keys with independent quotas.

Pro plans include a 99.9% uptime SLA. Enterprise plans include custom SLAs, dedicated support, and audit logging.

Payments are processed by Creem as our Merchant of Record. Card data never touches our servers; every checkout, refund, and invoice is handled directly by Creem with signed webhooks.

Currency data is served from LoftPress-managed FX pipelines sourced from public ECB data. Holiday calendars use open holiday datasets. IP Intelligence uses IPinfo.io once we complete the licensed commercial configuration. All APIs are delivered through LoftPress infrastructure — LoftPress operates the endpoints, meters usage, and provides support.