Athletic: Get Country Meets
Athletic via Parse · sports
Retrieve all meets indexed for a specific country across all available years. Accepts ISO Alpha3 country codes (e.g. 'NZL', 'AUS', 'GBR'). Results are paginated with 12 meets per page, ordered chronologically. The sport parameter filters by cross country or track & field. Athletic.net API provides access to cross country and track & field results, athlete profiles, team rosters, meet information, and rankings across the United States. Fulfilled by Parse from athletic.net.
- athletic
- athletic-net
- education
- government-public
- parse
- platform-key
- sports
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- sports
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/4645a8ef-1028-446c-9864-2a1c305b5cf8/get_country_meets
- Interface artifact
- sha256:d453e58121dfa65e706fb90c105fc69c3212b9e6ded35eaa40855ea174deaa85
- Manifest digest
- sha256:6bd453cf41bf3d8ad0339dda36508cefc24bb5e75937a9930ddf279a782de953
Request fields
- page (integer): Page number for pagination (12 meets per page).
- sport (string): Sport type: 'xc' for cross country, 'tf' for track & field.: Allowed values: xc, tf
- country (string, required): ISO Alpha3 country code (e.g. 'NZL' for New Zealand, 'AUS' for Australia, 'GBR' for United Kingdom).
Example queries
- {"page":"1","sport":"xc","country":"NZL"}