EU EORI Number Validator is a paid API for AI agents from data.greeneris.io, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-13).
Validates an EORI number against the European Commission's official EOS/DDS2 registry and returns the operator's registration status, name, and address
Live EORI (Economic Operators Registration and Identification) validation via the European Commission EOS/DDS2 service -- the number every business needs to clear customs in the EU. Query: ?eori=FR38347481400100 (2-letter country + up to 15 alphanumerics). Returns valid true/false plus registered name and address when the operator consented to publication. SOAP upstream, clean JSON out; 24h cache.
A JSON object containing a boolean 'valid' field indicating whether the EORI is registered, and when the operator has consented to publication, the registered business name and address. Results are cached for 24 hours from the live European Commission EOS/DDS2 SOAP service.
GEThttps://data.greeneris.io/v1/eu/eoriUse this endpoint when you need to verify that a business is officially registered as an EU customs operator before executing cross-border trade, onboarding a supplier, or processing an import/export transaction. It is the authoritative source via the European Commission's own registry, not a third-party database, making it suitable for compliance workflows. Prefer this over general business registry lookups when the specific need is customs clearance eligibility across EU member states.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"eori": "FR38347481400100",
"name": "AIRBUS",
"valid": true,
"source": "European Commission EOS/DDS2",
"address": "2 Rond-point EMILE DEWOITINE, 31700, BLAGNAC, France",
"status_description": "Valid"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"