Arion APIarion.co.nz ↗
Access comprehensive information about New Zealand stallions from Arion Pedigrees, including roster listings and detailed stud records analyzed by crop year and age. Look up individual stallion performance statistics and breeding data to research pedigrees and breeding outcomes.
No input parameters required.
curl -X GET 'https://api.parse.bot/scraper/3e623cf5-08d7-4df5-8925-5f20fe197286/list_stallions' \ -H 'X-API-Key: $PARSE_API_KEY'
Returns the New Zealand stallion roster from Arion Pedigrees. Lists all stallions currently standing at stud in NZ with their service fee, racing ability, stud ability, and stud name. Returns approximately 50 stallions per call. Each stallion includes a stallion_id that can be used with get_stallion_stud_record.
No input parameters required.
{
"type": "object",
"fields": {
"total": "integer count of stallions returned",
"stallions": "array of stallion roster entries with stallion_id, name, racing_ability, stud_ability, service_fee, and stud_name"
},
"sample": {
"data": {
"total": 50,
"stallions": [
{
"name": "Ace High (AUS) 2014 - 2019",
"stud_name": "Rich Hill Stud",
"service_fee": "$15,000",
"stallion_id": "427160",
"stud_ability": "G1 Winners",
"racing_ability": "G1Winner"
},
{
"name": "Alflaila (GB) 2019 - 2025",
"stud_name": "White Robe Lodge",
"service_fee": "$7,000",
"stallion_id": "427088",
"stud_ability": "NR",
"racing_ability": "GWinner"
}
]
},
"status": "success"
}
}About the Arion API
The Arion API on Parse exposes 2 endpoints for the publicly available data on arion.co.nz. Calls return JSON over HTTPS and are billed per successful response.
Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.