Animica x402 Directory

Directory / api.compliapi.com

api.compliapi.com/api/v1/vpn/:ip_address

Detect whether an IP address is using a VPN, proxy or other anonymization service. Call before trusting an IP's geolocation for compliance rules, fraud checks or access gating. Returns vpn true/false, or "unknown" when no privacy data exists for the IP.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://api.compliapi.com/api/v1/vpn/:ip_address'

# -> HTTP/1.1 402 Payment Required
#    the response carries the price, asset and pay-to address.

# 2. Pay and retry with any x402 client:
npx x402-fetch 'https://api.compliapi.com/api/v1/vpn/:ip_address'

Endpoint: https://api.compliapi.com/api/v1/vpn/:ip_address. Operated by api.compliapi.com, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.

Other endpoints on api.compliapi.com

api.compliapi.com/api/v1/geo/:ip_address

Geolocate an IP address (city, region, country) and flag whether the country carries sanctions designations. Call for geo-compliance checks before serving restr…

GET · $0.01

api.compliapi.com/api/v1/screen/country/:country

Check whether a country or region carries sanctions designations, such as comprehensive OFAC embargoes. Call to gate signups, shipments or transactions by count…

GET · $0.01

api.compliapi.com/api/v1/screen/crypto/:address

Screen a cryptocurrency wallet address (EVM, Bitcoin, Tron, Solana or any chain) or ENS name against OFAC SDN, OFAC Consolidated and 10+ global sanctions, crime…

GET · $0.01

api.compliapi.com/api/v1/screen/email/:email

Screen an email address against OFAC SDN and other global sanctions lists. Call during onboarding or KYC review to check whether an email is associated with a s…

GET · $0.01

api.compliapi.com/api/v1/screen/id/:government_id

Screen a government-issued identifier (passport, national ID, tax ID) against OFAC SDN and other global sanctions lists, with exact and substring matching ranke…

GET · $0.01

api.compliapi.com/api/v1/screen/website

Screen a website URL or domain against OFAC SDN and other global sanctions lists. Call before paying, advertising on, or integrating with a website to check for…

GET · $0.01

All 7 endpoints on api.compliapi.com →