FIE: Get Athletes Search
FIE via Parse · sports
Search for fencers by name with optional filters. Returns a paginated list of athletes matching the search criteria. Results include basic athlete info (id, name, country, gender, age). Use the athlete id to fetch a full profile via get_athlete_profile. 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_athletes_search
- Interface artifact
- sha256:e593fd79f568170bda5558cb190f1d4def8c8e73cd09c945d5a71d9fab462ac0
- Manifest digest
- sha256:c1d160e7f1cbd22716bc6ef81d94ac62915ed44731c88efb90ec043ab7fab31f
Request fields
- page (integer): Page number for pagination.
- query (string): Search by athlete name (last name recommended, e.g. 'LEHIS').
- gender (string): Comma-separated gender codes: f (female), m (male).: Allowed values: f,m, f, m
- country (string): Country name filter (e.g. 'ESTONIA').
- is_team (boolean): If true, search for team athletes only.: Allowed values: false, true
Example queries
- {"page":"1","query":"LEHIS","gender":"f,m","is_team":"false"}