Discover/Turnier API
live

Turnier APIdbv.turnier.de

Search for badminton players and clubs registered with the German Badminton Federation (DBV) to find contact information, tournament history, and club affiliations. Quickly locate specific athletes or organizations within Germany's official badminton community.

This API takes change requests — .
Endpoint health
monitored
search_clubs
search_players
Checks pendingself-healing
Endpoints
2
Updated
1h ago
This call costs2 credits / call— charged only on success
Try it
Page number for pagination. Each page returns up to 100 results.
Player name search query. Minimum 3 characters.
api.parse.bot/scraper/4490f447-ad2f-41bf-8503-bd76ad908729/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/4490f447-ad2f-41bf-8503-bd76ad908729/search_players?query=Mueller' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalmissing one? ·

Search for badminton players by name. Returns paginated results with player ID, name, club affiliation, and profile identifier. Each page contains up to 100 results.

Input
ParamTypeDescription
pageintegerPage number for pagination. Each page returns up to 100 results.
queryrequiredstringPlayer name search query. Minimum 3 characters.
Response
{
  "type": "object",
  "fields": {
    "page": "current page number",
    "total": "total number of matching players",
    "players": "array of player objects with player_id, name, club, and profile_id"
  },
  "sample": {
    "data": {
      "page": 1,
      "total": 8,
      "players": [
        {
          "club": "STAG Hanau Badminton",
          "name": "Alexander Mueller",
          "player_id": "02-048034",
          "profile_id": "54A30FE6-977C-4668-BE24-1D436244CBEF"
        },
        {
          "club": "Siegburger TV",
          "name": "Anastasia Mueller",
          "player_id": "01-142178",
          "profile_id": "DCFAA124-2986-4A14-9D62-D9E1846A0F49"
        }
      ]
    },
    "status": "success"
  }
}

About the Turnier API

The Turnier API on Parse exposes 2 endpoints for the publicly available data on dbv.turnier.de. Calls return JSON over HTTPS and are billed per successful response.

Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.