Skip to main content

IQX Lookup API

IQX Lookup is a free data validation and enrichment REST API service, provided by Neivi IT to partner companies within the IQX / Eneriqx ecosystem.

What can you validate?

EndpointDescription
EmailFormat, DNS MX/A records, role addresses, disposable
PhoneNumber validation, carrier, type, location, timezone
IPGeolocation (country, city, coordinates, timezone, EU)
VATEU VIES validation of VAT numbers
IBANStructure, MOD 97-10 checksum, bank/branch identifiers
BICSWIFT code format, institution name, country
DNSA, AAAA, MX, TXT, CNAME, NS records + SPF/DKIM/DMARC
SSLCertificate chain, expiry, SANs, protocol, grade (A+ to F)
PasswordStrength scoring (zxcvbn), crack time, breach check (HIBP)
Credit CardLuhn validation, card network, BIN lookup
User AgentBrowser, OS, device detection, bot identification

Base URL

https://api.iqxlookup.neivi.es

Quick Start

  1. Get an API key from the dashboard
  2. Make a request with the X-Api-Key header:
curl -H "X-Api-Key: YOUR_API_KEY" \
"https://api.iqxlookup.neivi.es/api/v1/email?address=test@example.com"
  1. Parse the JSON response

All responses are returned as JSON with appropriate HTTP status codes.

MCP Server (AI Tool Integration)

IQX Lookup also ships an MCP server that lets AI assistants (Claude, Cursor, Windsurf) call all 12 validation tools natively — no HTTP client code needed. One npx command to set up.