A free, open REST API for the world's first universal racehorse identity standard. 143,000+ horses. 20+ countries. No registration required for public access.
REST API — v1
Base URL: https://uatracing.com — All endpoints return JSON. No authentication needed for public tier.
GET https://uatracing.com/api/ghn/search?q=Galileo&country=GB&limit=5
{
"success": true,
"count": 3,
"query": "Galileo",
"results": [
{
"ghn": "GBIE001-ABCD",
"name_normalized": "GALILEO",
"birth_year": 1998,
"country_code": "IE",
"breed": "E",
"sex": "A",
"sire_normalized": "SADLER'S WELLS",
"dam_normalized": "URBAN SEA",
"link_count": 4,
"sources": ["tjk", "weatherbys", "equibase", "origins"]
}
]
}
GET https://uatracing.com/api/ghn/horse?ghn=TRAE015-DAWM
POST https://uatracing.com/api/ghn/submit Content-Type: application/json { "horse_name": "MY HORSE", "birth_year": 2020, "country_code": "GB", "breed": "E", "sire_name": "DUBAWI", "dam_name": "MAGIC WAND", "submitter_email": "you@registry.org" }
Try It Now
Execute a real query against the live GHN database — no API key needed.
Access Tiers
The GHN dataset is open. Individual lookups are always free.
Who It's For
Partnership
Accredited racing authorities and breeding registries can apply for free partner access — bulk API, registry linking, and official co-listing.