← 返回
开发者工具 中文

Race Finder

Find upcoming races — running, trail, triathlon, cycling, swimming, and obstacle courses. Search by location, distance, sport, and date. Returns race details with registration links.
查找即将到来的赛事——跑步、越野、铁人三项、自行车、游泳和障碍赛。可按地点、距离、运动项目和日期搜索。返回赛事详情及报名链接。
nftechie nftechie 来源
开发者工具 clawhub v1.0.0 1 版本 99912.1 Key: 无需
★ 0
Stars
📥 1,137
下载
💾 10
安装
1
版本
#latest

概述

Race Finder Skill

Search for upcoming races across the US and internationally. Data sourced from RunSignUp, the largest endurance event registration platform.

API

Base URL: https://api.racefinder.net

Search Races

GET /api/v1/races

All parameters are optional. Returns upcoming races sorted by date.

Query Parameters

ParameterTypeDescriptionExample
-----------------------------------------------------------------------------------------------
qstringSearch by race nameq=Austin Marathon
citystringCity namecity=Austin
statestringUS state codestate=TX
countrystringTwo-letter country code (default: US)country=CA
sportstringSport type (see below)sport=running
distancestringDistance category (see below)distance=marathon
start_datestringRaces on or after this date (YYYY-MM-DD, default: today)start_date=2026-06-01
end_datestringRaces on or before this date (YYYY-MM-DD)end_date=2026-12-31
zipcodestringUS zipcode (requires radius)zipcode=78701
radiusstringMiles from zipcoderadius=25
pageintPage number (default: 1)page=2
per_pageintResults per page (default: 20, max: 50)per_page=10

Sport Values

ValueDescription
--------------------------------------
runningRoad running races
trailTrail running & ultras
triathlonTriathlons & duathlons
cyclingBike races & rides
swimmingSwimming & open water
obstacleObstacle courses & mud runs

Distance Values

ValueRange
-------------------------------
5k~2–4 miles
10k~5–8 miles
half-marathon~12–15 miles
marathon~25–28 miles
ultra30+ miles

Response Format

{
  "races": [
    {
      "id": "12345",
      "name": "Austin Marathon",
      "date": "2026-03-15",
      "start_time": "7:00 AM",
      "sport": "running",
      "city": "Austin",
      "region": "Texas",
      "country": "US",
      "distances": [
        {"name": "Marathon", "miles": 26.2, "km": 42.2, "category": "marathon"},
        {"name": "Half Marathon", "miles": 13.1, "km": 21.1, "category": "half-marathon"}
      ],
      "prices": [
        {"name": "Marathon — $120", "price": 120, "currency": "USD", "available": true}
      ],
      "image_url": "https://...",
      "details_url": "https://racefinder.net/race/12345",
      "register_url": "https://runsignup.com/Race/12345?rsu_aff=..."
    }
  ],
  "page": 1,
  "total_results": 20
}

No authentication required.

Examples

Find races in a city

curl "https://api.racefinder.net/api/v1/races?city=Austin&state=TX"

Find marathons near a zipcode

curl "https://api.racefinder.net/api/v1/races?zipcode=78701&radius=50&distance=marathon"

Find trail races in Colorado this summer

curl "https://api.racefinder.net/api/v1/races?state=CO&sport=trail&start_date=2026-06-01&end_date=2026-08-31"

Search by race name

curl "https://api.racefinder.net/api/v1/races?q=Ironman"

Find 5Ks in California

curl "https://api.racefinder.net/api/v1/races?state=CA&sport=running&distance=5k"

Tips for Agents

  • Use details_url when users want to learn more about a race — it links to the full race page on racefinder.net
  • Use register_url when users are ready to sign up — it links directly to registration
  • Default search returns races starting from today, sorted by date
  • Combine zipcode + radius for location-based search (US only)
  • Combine sport + distance to narrow results (e.g., sport=running&distance=half-marathon)
  • The total_results field shows how many results were returned on this page; use page to paginate

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 02:58 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

life-service

Sonoscli

steipete
控制Sonos音箱(发现/状态/播放/音量/分组)
★ 55 📥 84,865
life-service

healthcheck

stellarhold170nt
使用 JSON 文件存储追踪饮水和睡眠
★ 11 📥 29,911
life-service

Caldav Calendar

asleep123
使用 vdirsyncer + khal 同步并查询 CalDAV 日历(iCloud、Google、Fastmail、Nextcloud 等)。适用于 Linux。
★ 242 📥 30,467