Discover/worldsnowboardtour.com API
live

worldsnowboardtour.com APIworldsnowboardtour.com

Access WSPL rankings, rider profiles, event schedules, and competition results across 6 snowboard disciplines via the World Snowboard Tour API.

Endpoints
8
Updated
14d ago
Try it
Page number for pagination.
Gender ID: 1 (Men), 2 (Women).
Discipline ID: 3 (Big Air), 4 (Halfpipe), 5 (Slopestyle), 19 (Freeride), 40 (Rails), 51 (K
api.parse.bot/scraper/12dbebfe-cbec-4aa9-bedb-9c4e3c01eacc/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/12dbebfe-cbec-4aa9-bedb-9c4e3c01eacc/get_points_list?page=1&gender=1&discipline=5' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 8 totalclick to expand

Retrieve the World Snowboarding Points List (WSPL) rankings. Returns paginated ranked athletes for a given discipline and gender.

Input
ParamTypeDescription
pageintegerPage number for pagination.
genderintegerGender ID: 1 (Men), 2 (Women).
disciplineintegerDiscipline ID: 3 (Big Air), 4 (Halfpipe), 5 (Slopestyle), 19 (Freeride), 40 (Rails), 51 (Knuckle Huck).
Response
{
  "type": "object",
  "fields": {
    "next": "string or null, URL of next page",
    "current": "integer, current page number",
    "results": "array of ranked athlete objects with id, rank, first_name, last_name, country, sum_points, event_stops_scores"
  },
  "sample": {
    "data": {
      "next": "https://wyldata.com/api/iframes/wspl-ranking/8/?discipline=5&format=json&gender=1&page=2",
      "current": 1,
      "results": [
        {
          "id": 33023,
          "age": 23,
          "rank": 1,
          "gender": 1,
          "country": {
            "id": 80,
            "ioc": "CAN",
            "name": "Canada"
          },
          "last_name": "Brearley",
          "first_name": "Liam",
          "ranking_id": 8,
          "sum_points": "926.09"
        }
      ],
      "previous": null
    },
    "status": "success"
  }
}

About the worldsnowboardtour.com API

This API exposes 8 endpoints covering the World Snowboarding Points List (WSPL), rider profiles, event schedules, and competition results across six disciplines — Big Air, Halfpipe, Slopestyle, Freeride, Rails, and Knuckle Huck. The get_points_list endpoint returns paginated ranked athletes with discipline-specific points and event stop scores, while get_event_results delivers per-athlete scores, finishing positions, and ranking points for any individual competition stop.

Rankings and Rider Data

The get_points_list endpoint returns the official WSPL standings, filterable by gender (1 for Men, 2 for Women) and discipline ID. Each ranked entry includes id, rank, country, sum_points, and an event_stops_scores array that breaks down points per stop. The get_rankings_by_discipline endpoint offers a shortcut for side-by-side Men/Women leaderboards with a configurable limit on how many top riders to return.

Rider detail is available through get_rider_profile, which accepts a rider_id sourced from either get_points_list or get_riders_list. The profile includes a career_stats object with fields for competition_starts, competition_wins, competition_podiums, avg_finish_position, and best_run_score, plus a recent_results array. get_riders_list paginates all registered athletes and includes each rider's disciplines array and athlete_gender.

Events and Competition Results

get_events_schedule retrieves the global event calendar with filters for nation (ISO country code such as USA, JPN, AUT), date_from, date_to, and discipline. Results are ordered by date descending and include event-level fields like city, status, competitions, and disciplines. Drilling into a specific event with get_event_details returns individual competition objects — each with its own id, discipline, gender, and date — that feed directly into get_event_results.

get_event_results accepts a competition_id from get_event_details and returns each athlete's score, end_position, ranking_pts, and country. The get_news_list endpoint surfaces up to 10 recent WordPress post objects from worldsnowboardtour.com, including title, content, link, date, and categories.

Common use cases
  • Build a live WSPL leaderboard app filtered by discipline and gender using get_points_list
  • Track a specific athlete's career podiums, win rate, and recent results via get_rider_profile
  • Aggregate per-stop scores across a season to chart ranking progression over time
  • Display an upcoming event calendar filtered by country and discipline for a regional snowboard fan site
  • Compare top Men and Women rankings side by side for a given discipline using get_rankings_by_discipline
  • Retrieve detailed competition results including scores and positions for post-event reporting
  • Power a news feed widget showing the latest World Snowboarding announcements via get_news_list
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does World Snowboarding (worldsnowboardtour.com) have an official public developer API?+
World Snowboarding does not publish a documented public developer API. The data accessible here is powered by Wyldata, the platform underlying the WSPL rankings system.
What does `get_event_results` return and how is it different from `get_events_schedule`?+
get_events_schedule lists events with metadata such as name, city, status, and disciplines — it does not include per-athlete results. get_event_results accepts a competition_id (retrieved from get_event_details) and returns result-level data: each rider's score, end_position, ranking_pts, and country.
Can I retrieve athlete photos, social media links, or biographical data through the rider endpoints?+
Not currently. get_rider_profile covers career statistics (competition_wins, competition_podiums, avg_finish_position, best_run_score) and recent results, but does not include photos, social handles, or biographical text. You can fork this API on Parse and revise it to add an endpoint targeting that additional profile data.
Does `get_news_list` support filtering by category or date, or return more than 10 articles?+
The endpoint takes no input parameters and returns up to 10 articles. Filtering by category or expanding the result set is not currently supported. You can fork this API on Parse and revise it to add pagination or category-filter parameters.
What discipline IDs are supported across the filtering endpoints?+
Six disciplines are supported: 3 (Big Air), 4 (Halfpipe), 5 (Slopestyle), 19 (Freeride), 40 (Rails), and 51 (Knuckle Huck). These IDs are consistent across get_points_list, get_events_schedule, and get_rankings_by_discipline.
Page content last updated . Spec covers 8 endpoints from worldsnowboardtour.com.
Related APIs in SportsSee all →
athletic.net API
Search and analyze cross country and track & field performance data across the US, including athlete profiles, meet results, team rosters, and rankings. Access comprehensive meet information, historical records, and state-level competition data to track athlete progress and discover top performers.
maxpreps.com API
Access high school sports data from MaxPreps. Search for schools, retrieve team rosters and schedules, look up athlete profiles, and browse national or state rankings across all sports.
vg.no API
Access VG.no's latest news, articles, sports scores, and TV guides through a single interface where you can browse the front page, search articles by topic, view category-specific content, and find related stories. Get real-time sports scores and television schedules alongside comprehensive news coverage from Norway's leading news outlet.
vegasinsider.com API
Retrieve MLB betting odds from major sportsbooks including bet365, FanDuel, and DraftKings, covering Moneyline, Total, and Runline markets for any supported date. Easily compare odds across books to identify the best available lines.
puntoticket.com API
Browse and search events happening in Chile with PuntoTicket, viewing featured shows, filtering by category, and checking detailed pricing and availability for concerts, theater, sports, and more. Find the perfect event by exploring all listings or discovering what's trending right now.
130point.com API
Search for sold trading cards across eBay, Goldin, Heritage Auctions, Pristine Auction, MySlabs, and Fanatics Collect to find historical prices, sale dates, and marketplace information all in one place. Get comprehensive sales data to research card values and track market trends across multiple platforms instantly.
wynncraft.com API
Access detailed Wynncraft game information to look up item metadata and search across the complete item database, retrieve player statistics and character inventories, and browse guild information and global search results. Use this data to compare gear, track player progress, analyze guild rosters, or build tools for the Wynncraft community.
whoscored.com API
Search for players and teams, then dive deep into their performance metrics, match statistics, and detailed passing data to analyze football games and player abilities. Get comprehensive insights on team performance, individual player stats, and play-by-play event information to power your football analysis and decision-making.