Discover/fencing.ophardt.online API
live

fencing.ophardt.online APIfencing.ophardt.online

Access fencing tournament calendars, event details, and attendee lists from fencing.ophardt.online via 3 structured JSON endpoints.

Endpoints
3
Updated
4mo ago
Try it
ISO nation code to filter events (e.g. GER, FRA, USA). Omitting returns events from all nations.
End date filter in YYYY-MM-DD format. Omitting applies no upper bound.
Start date filter in YYYY-MM-DD format. Omitting applies no lower bound.
api.parse.bot/scraper/97650f1c-9db4-4558-89c7-1b3a58682d2b/<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/97650f1c-9db4-4558-89c7-1b3a58682d2b/search_events?nation=GER&date_to=2026-08-14&date_from=2026-05-14' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Search for fencing events on the calendar by nation and date range. Returns a list of matching events with their IDs, dates, locations, and titles.

Input
ParamTypeDescription
nationstringISO nation code to filter events (e.g. GER, FRA, USA). Omitting returns events from all nations.
date_tostringEnd date filter in YYYY-MM-DD format. Omitting applies no upper bound.
date_fromstringStart date filter in YYYY-MM-DD format. Omitting applies no lower bound.
Response
{
  "type": "object",
  "fields": {
    "total": "integer count of events returned",
    "events": "array of event objects with id, date, nation, city, title, url, and inscriptions_url"
  },
  "sample": {
    "data": {
      "total": 56,
      "events": [
        {
          "id": "32788",
          "url": "https://fencing.ophardt.online/en/widget/event/32788",
          "city": "Leverkusen",
          "date": "May 16, 2026",
          "title": "2026 German Championships",
          "nation": "GER",
          "inscriptions_url": "https://fencing.ophardt.online/en/inscriptions/show/32788"
        }
      ]
    },
    "status": "success"
  }
}

About the fencing.ophardt.online API

The Ophardt fencing API exposes 3 endpoints that cover the Ophardt Team Sportevent platform's tournament calendar, event metadata, and per-competition attendee rosters. The search_events endpoint lets you filter upcoming and past fencing events by nation code and date range, returning IDs, cities, titles, and registration URLs for each match. get_event_details and get_event_attendees then let you drill into any specific event by its ID.

Event Search and Filtering

The search_events endpoint accepts three optional parameters — nation (ISO code such as GER, FRA, or USA), date_from, and date_to (both in YYYY-MM-DD format) — and returns a total count alongside an events array. Each event object includes id, date, nation, city, title, url, and an inscriptions_url pointing to the registration page for that event. Omitting all filters returns events across all nations and dates.

Event Metadata

get_event_details takes a required event_id (obtainable from search_events) and returns structured metadata: the event title, a details object with key-value pairs covering dates, location, and the full competition schedule. This is useful for building event preview pages or syncing fencing calendars with external scheduling tools.

Attendee and Competition Rosters

get_event_attendees returns the deepest layer of data. For a given event_id, it provides a competitions array broken down by category or age group. Each competition object includes competition_name, a summary, entry counts, and a list of individual attendees with fields such as name, birth year, club, seeding, and registration status. The response also surfaces aggregate integers: total_attendees_inscribed, total_pending, total_cancelled, and competitions_count, making it straightforward to build summary dashboards without iterating every attendee.

Common use cases
  • Build a fencing event calendar filtered by country using the nation parameter in search_events.
  • Track registration trends for a specific tournament by comparing total_attendees_inscribed, total_pending, and total_cancelled from get_event_attendees.
  • Generate club participation reports by aggregating the club field across all attendees in get_event_attendees.
  • Sync competition schedules to external calendar apps using the details object from get_event_details.
  • Monitor seeding lists for a particular age group by filtering competitions by competition_name in the attendees response.
  • Alert coaches when new events appear in a target nation by polling search_events with a nation and date_from filter.
  • Compile athlete travel schedules by cross-referencing the city field from search_events with attendee name 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 fencing.ophardt.online have an official developer API?+
Ophardt does not publish a documented public developer API. The Parse API provides structured programmatic access to the platform's tournament and attendee data.
What does `get_event_attendees` return for each individual athlete?+
Each entry in the attendees list includes the athlete's name, birth year, club affiliation, seeding, and registration status. Entries are grouped under competitions, which correspond to category or age group divisions within the event. Aggregate integers for inscribed, pending, and cancelled counts are also returned at the top level.
Can I filter events by weapon type (foil, épée, sabre) or gender?+
search_events currently supports filtering only by nation and date range. Weapon type and gender filtering are not exposed as parameters. You can fork this API on Parse and revise it to add filtering logic based on competition name patterns returned by get_event_attendees.
Does the API cover historical results or only registrations?+
The attendee data covers registration information — name, club, seeding, and status (inscribed, pending, or cancelled). Final bout results and placement scores are not part of the current response fields. You can fork this API on Parse and revise it to add a results endpoint if that data becomes accessible.
Is there a pagination mechanism when `search_events` returns many results?+
The endpoint returns a total count alongside the full events array in a single response. There are no explicit page or offset parameters exposed in the current spec. For very broad queries with no nation or date filter, be aware that the returned array may be large.
Page content last updated . Spec covers 3 endpoints from fencing.ophardt.online.
Related APIs in SportsSee all →
fie.org API
Search and explore detailed fencer profiles, track athlete rankings, and review competition results and tournament brackets from the International Fencing Federation. Get comprehensive match histories and stay updated on world rankings across all fencing competitions.
data.fei.org API
Search and explore detailed information about international equestrian sports, including horses, riders, competition results, rankings, and show schedules from the FEI database. Look up specific athletes and horses, browse upcoming events by venue, and track performance across national federations.
olympics.com API
Access Olympic Games results, medal tables, and athlete profiles to track performances across disciplines and events. Search featured athletes, view competition outcomes, and stay updated on medal standings from the official Olympics source.
seatgeek.com API
Search for events and performers, view ticket listings with pricing data, and explore venue information across multiple event categories. Get real-time insights into event details, ticket price trends, and what's currently trending to help you find and compare tickets.
shop.ticketera.com API
Search for events on Ticketera, retrieve detailed event information including pricing and ticket categories, and check real-time seat availability for any performance. Ideal for browsing upcoming shows, comparing ticket options, and finding open seats before purchasing.
ittf.com API
Access official World Table Tennis player statistics, match results, and event data to track tournament outcomes, compare player rankings, and explore international competition details. Search player profiles, browse featured athletes, and review results from global table tennis events.
bwfbadminton.com API
Track badminton tournaments worldwide by browsing the BWF calendar, viewing tournament draw brackets, and retrieving detailed match results with player stats and scores. Stay updated on competitions and analyze matchups with comprehensive tournament data from the Badminton World Federation.
ifsc-climbing.com API
Track world rankings, search athlete profiles, and browse competition results and schedules across the international sport climbing circuit. Stay updated with the latest news and event information from the official IFSC competition calendar.