We use essential cookies

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

APIs/IP Intelligence API
SecurityComing soon

IP Intelligence API

Enrich requests with country, city, ISP, timezone, and abuse-risk signals. Powered by IPinfo.io — requires an admin-configured token before the product is opened for sale. Endpoints return HTTP 503 (code: not_configured) until then.

Coming soon
This API is being finalised for commercial availability. Subscriptions, API-key issuance, and billing are closed until launch.

Use cases

Fraud & abuse detection
Content localization
Compliance & geo-blocking
Analytics enrichment

Endpoints

Base: /api/v1/ip
MethodPathDescriptionCredits
GET/selfDetails for the caller's IP1
GET/{ip}Look up a specific IP address1

Code examples

curl
curl -H "X-API-Key: $LOFTPRESS_KEY" \
  "https://loftpress.shop/api/v1/ip/self"

Sample response

json
{
  "ip": "8.8.8.8",
  "country_code": "US",
  "city": "Mountain View",
  "timezone": "America/Los_Angeles",
  "is_anycast": true,
  "source": "ipinfo"
}

Live playground

This API is coming soon — the live playground is disabled until launch.

// Click Run to try the API

Pricing plans

Pro
100,000 req · 50 req/s
$200/mo
+ applicable taxes
Enterprise
2,000,000 req · 250 req/s
$500/mo
+ applicable taxes

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

Changelog / Status
Coming soon
Live status →