Discover/ifsc-climbing.com API
live

ifsc-climbing.com APIifsc-climbing.com

Access IFSC world rankings, competition results, athlete profiles, event calendars, and news via a single API. 6 endpoints covering all major climbing disciplines.

Endpoints
6
Updated
3mo ago
Try it
Discipline category ID. Accepted values: 7 (Boulder Women), 5 (Lead Women), 8 (Boulder Men
api.parse.bot/scraper/30000c31-8532-4170-87e6-c4868eaf08ac/<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/30000c31-8532-4170-87e6-c4868eaf08ac/get_rankings?dcat_id=7' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Retrieve athlete world rankings by discipline category ID. Returns ranked athletes with their score breakdowns across events.

Input
ParamTypeDescription
dcat_idintegerDiscipline category ID. Accepted values: 7 (Boulder Women), 5 (Lead Women), 8 (Boulder Men), 6 (Lead Men).
Response
{
  "type": "object",
  "fields": {
    "ranking": "array of athlete ranking objects with athlete_id, name, rank, score, country, score_breakdown",
    "dcat_name": "string, discipline category name (e.g. 'BOULDER Women')",
    "discipline_kind": "string, discipline type (e.g. 'boulder', 'lead')"
  },
  "sample": {
    "data": {
      "ranking": [
        {
          "name": "BERTONE Oriane",
          "rank": 1,
          "score": "5375.0",
          "country": "FRA",
          "lastname": "BERTONE",
          "firstname": "Oriane",
          "athlete_id": 11462,
          "score_breakdown": [
            {
              "rank": 2,
              "event_id": 1417,
              "event_name": "IFSC World Championships Seoul 2025",
              "gained_pts": "1610.0",
              "discipline_id": 1733
            }
          ]
        }
      ],
      "dcat_name": "BOULDER Women",
      "discipline_kind": "boulder"
    },
    "status": "success"
  }
}

About the ifsc-climbing.com API

The IFSC Climbing API provides 6 endpoints covering world rankings, event results, athlete profiles, competition schedules, site-wide search, and news from ifsc-climbing.com. The get_rankings endpoint returns ranked athlete lists with per-event score breakdowns across Boulder and Lead disciplines for both men and women. The get_event_results endpoint goes deeper, returning round-by-round ascent details for any finished or ongoing competition.

Rankings and Competition Results

get_rankings accepts a dcat_id parameter with four accepted values — 5 (Lead Women), 6 (Lead Men), 7 (Boulder Women), 8 (Boulder Men) — and returns an array of athlete ranking objects that include rank, score, country, and a score_breakdown array showing how points were accumulated across individual events. Those event IDs in score_breakdown feed directly into get_event_results, which requires a dcat_id, an event_id, and an event_slug. The response includes the full ranked list for that event with per-round detail and ascent data, plus an event status field indicating whether the competition is finished or ongoing.

Athletes and Schedules

get_athlete_profile takes an athlete slug (e.g. janja-garnbret) and a numeric athlete_id, returning biographical fields like firstname, lastname, and country, along with an all_results array covering the athlete's full competition history — each entry tagged with season, rank, discipline, event_name, event_id, and d_cat. get_event_calendar returns the season's event list including slug, title, localStartDate, localEndDate, venue, and location. The optional season integer parameter lets you pull calendars for prior years.

Search and News

search_site accepts a free-text query and returns results grouped by type (athletes, events, news, photos, videos, documents), each group including a count and a documents array. The response also includes a total_count across all types — useful for building autocomplete or discovery features. get_news_articles requires no inputs and returns the homepage news feed as an array of objects with slug, title, tags, contentDate, thumbnail, and nested fields carrying description and videoId where applicable.

Common use cases
  • Display live IFSC world rankings for Boulder or Lead disciplines in a climbing app, using get_rankings to pull rank, score, and country for all athletes.
  • Build a competition result viewer that retrieves round-by-round ascent data for any event using get_event_results with a known event_id and event_slug.
  • Populate an athlete profile page with career history by calling get_athlete_profile and iterating over the all_results array to chart rankings across seasons.
  • Generate a season competition calendar with venue and date information using get_event_calendar and the optional season parameter.
  • Implement a search feature across athletes, events, and news using search_site with a query string and filtering results by type.
  • Feed a news section or climbing media site by pulling the latest articles and video highlights via get_news_articles, using the videoId field for embed links.
  • Track a specific athlete's ranking trajectory by cross-referencing get_rankings score_breakdown event IDs with get_event_results data.
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 IFSC have an official public developer API?+
IFSC does not publish an official public developer API or documentation portal for third-party access to its competition data.
What discipline categories are supported by `get_rankings` and `get_event_results`?+
Both endpoints accept a dcat_id with four values: 5 (Lead Women), 6 (Lead Men), 7 (Boulder Women), and 8 (Boulder Men). Speed climbing is not currently covered. The API addresses Boulder and Lead disciplines only. You can fork it on Parse and revise to add a Speed discipline endpoint if that data becomes available.
Does `get_athlete_profile` include biographical details like age, height, or social media links?+
The response returns firstname, lastname, country (3-letter code), and numeric id, plus the full all_results competition history. Extended biographical fields such as age, height, or social media handles are not currently exposed. You can fork the API on Parse and revise it to add those fields if the source exposes them.
Can I retrieve historical rankings from previous seasons?+
get_event_calendar supports a season parameter for past years, and get_athlete_profile returns an all_results array that spans multiple seasons with per-result season tags. However, get_rankings does not expose a season filter — it returns current world rankings only. You can fork the API on Parse and revise it to add a historical rankings endpoint.
What does `search_site` return beyond athlete profiles?+
Results are grouped by type, which can include athletes, events, news articles, photos, videos, and documents. Each group has a count and a documents array. The total_count field gives the aggregate across all types. The search is site-wide, not restricted to a single content type.
Page content last updated . Spec covers 6 endpoints from ifsc-climbing.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.