Technical briefing
Introductory discussion on the standard, the public register and the verification workflow.
ESTCA Association
Amsterdam, Netherlands
Airline engagement
ESTCA is designed to support airline and transport-operator verification. Airline outreach is planned; participation, pilots or acceptance will be published only where an operator has agreed to be named.
Introductory discussion on the standard, the public register and the verification workflow.
Review the OpenAPI specification, rate limits, data-use terms, owner privacy and animal-health documentation boundaries.
Map how check-in, booking, cabin crew or compliance teams would verify a certification alongside carrier safety rules.
Any pilot, participation or acceptance is listed publicly only where the operator agrees to be named.
Operational value
ESTCA is intended to reduce uncertainty around readiness evidence while leaving passenger acceptance, routing and safety decisions with the carrier. The benefit is a neutral, checkable signal that can be mapped into existing airline processes. ESTCA does not grant flight permission.
Flight-readiness boundary
ESTCA registry verification is intended to help airlines and operators assess canine travel-readiness evidence for non-assistance dogs. It does not replace airline approval, carrier policies, national rules, animal-health documentation, import/export requirements or aircraft safety assessment.
What you're verifying
A single ESTCA certification can be checked in three ways: visually on the certificate, manually on the public register, or programmatically through the verification API. All three return the same authoritative source — the public register on estca.eu.
Sample certificate
ESTCA Certificate
European Standard for Travel with Canine Animals
Certification number
ESTCA-2026-0042
Animal name
Bruno
Pet passport
NL-123456
Certified
18 April 2026
Valid until
18 April 2027
Certifying trainer
J. van den BergTR-0012
Verify at estca.eu/register
Sample · illustrative
Illustrative sample. Real certificates carry a unique certification number that can be verified at estca.eu/register.
Sample API request and response
GET /api/v1/verify
$ curl https://www.estca.eu/api/v1/verify \
--data-urlencode "passport=NL-123456" \
-G
# 200 OK
{
"registrationStatus": "Certified",
"certificationNumber": "ESTCA-2026-0042",
"certifiedAt": "2026-04-18",
"expiresAt": "2027-04-18",
"animalName": "Bruno",
"trainer": {
"name": "J. van den Berg",
"accreditationNumber": "TR-0012"
}
}Owner contact data is never returned in public responses. Authenticated partner endpoints follow Part E.2 of the standard.
Contact
Contact the secretariat with the subject “Airline engagement” and include organisation name, role and verification use case.
contact@estca.eu