The world's first universal racehorse identity standard — 1.1M+ horses across 14 international registries. A subscription-based GHN API for registries, platforms and developers is in development. Register your interest below.
REST API — v1
Base URL: https://uatracing.com — A preview of the planned REST API (in development). Access will be subscription-based; endpoints are not open to the public.
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
A preview of the GHN API response format. Full access is a forthcoming subscription service.
Access Tiers
GHN API access is a forthcoming subscription service. The plans below are indicative and not yet available.
Who It's For
Partnership
Accredited racing authorities and breeding registries can register their interest in GHN partnership — credentialed bulk API, registry linking, and official co-listing. Reciprocal by design: contribute data, gain access.