cURL
curl --request GET \ --url https://api.beter-keiba.com/v1/broodmares/{breedingId} \ --header 'Authorization: Bearer <token>'
{ "code": "SUCCESS", "data": { "id": "hn_1234567890123", "name": "トップデサイル", "horseId": "um_2021105477", "importTypeCode": "3", "sireBreedingId": "hn_1234567890123", "damBreedingId": "hn_1234567890123" }, "extensions": { "totalCount": 150, "limit": 50, "page": 1, "totalPages": 3, "dataUpdatedAt": 1716715200 } }
Documentation IndexFetch the complete documentation index at: https://docs.beter-keiba.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.beter-keiba.com/llms.txt
Use this file to discover all available pages before exploring further.
APIダッシュボードで発行された sk_live_... キーを入力してください。
sk_live_...
繁殖登録番号
APIアクセスキー (bk_live_...)
取得するフィールドの絞り込み(カンマ区切り)
Success
処理結果コード。成功時は常に 'SUCCESS'。
"SUCCESS"
繁殖馬データ。血統管理のためのマスタ。
Show child attributes
レスポンスに関する補助情報(メタデータ)。一覧取得時にはページネーション情報が含まれます。