FIE: Get Rankings
FIE via Parse · sports
Retrieve FIE world rankings with filters for weapon, gender, level, and season. Returns top-ranked fencers (top 3) and paginated full rankings list. Each fencer includes id, name, country, rank, points, weapon. Scraper for the International Fencing Federation (FIE) website. Provides access to athlete search, profiles, world rankings, competitions listing, and competition details. Fulfilled by Parse from fie.org.
- fie
- fie-org
- 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
- GET /scraper/8c29260a-c015-45cd-aa8d-287a13560c95/get_rankings
- Interface artifact
- sha256:436d14b805830abf14256ca91f5721fda56079f3d5d8a387a8a6aafa7b298a62
- Manifest digest
- sha256:12fada28a2440d56f46492697bfbc8f0beb704d21c3788962296d4a818eaf6bb
Request fields
- page (integer): Page number for pagination.
- type (string): Ranking type: i (individual), t (team).: Allowed values: i, t
- level (string): Level: s (senior), j (junior), c (cadet).: Allowed values: s, j, c
- query (string): Search by athlete name within rankings.
- gender (string): Gender: f (female), m (male).: Allowed values: f, m
- season (string): Season year.: Allowed values: 2026, 2025
- weapon (string): Weapon: s (sabre), e (epee), f (foil).: Allowed values: s, e, f
- country (string): Country name filter (e.g. 'ITALY').
Example queries
- {"page":"1","type":"i","level":"s","gender":"f","season":"2026","weapon":"s"}