This is a reference guide for building and customizing PadelOS player app URLs — using Padel Powers as the example. It covers how to filter by club location, set the language, link to specific sections (bookings, open matches, trainings), and open the registration form directly, including with a pre-filled email.
Example Setup — Padel Powers
Padel Powers has three locations in the Czech Republic:
Location | Club ID |
Prague Smíchov | 216927 |
Brno Kravi Hora | 216928 |
Brno Slatina | 216930 |
Company page: https://player.padelos.co/company/217
Available Parameters
You can customize the URL in four ways:
clubIds — filter by location
locale — set the language
auth=register — open the registration form directly
format — pre-set a tournament type (tournaments section only)
Selecting a Location
One club — add clubIds to the URL: https://player.padelos.co/company/217?clubIds=216928
Multiple clubs — separate IDs with commas: https://player.padelos.co/company/217?clubIds=216928,216930
Setting a Language
Language | Parameter |
English | locale=en |
Czech | locale=cs |
Example — company page in English: https://player.padelos.co/company/217?locale=en
Combining Parameters
Use ? before the first parameter, and & before each additional one.
Example — Brno Kravi Hora in English: https://player.padelos.co/company/217?clubIds=216928&locale=en
Example — Brno Kravi Hora in Czech: https://player.padelos.co/company/217?clubIds=216928&locale=cs
Section-Specific URLs
Link directly to bookings, open matches, or trainings for a specific club:
Section | URL |
Home | company/217?clubIds=216928 |
Bookings | company/217/bookings?clubIds=216928 |
Open matches | company/217/openMatches?clubIds=216928 |
Trainings | company/217/trainings?clubIds=216928 |
Tournaments | company/217/tournaments?clubIds=216928 |
Tournaments: Pre-Setting the Format
For the tournaments section specifically, you can add a format parameter to open the page with a specific tournament type already selected — for example, Americano.
Example — Americano tournaments at Brno Kravi Hora: https://player.padelos.co/company/217/tournaments?clubIds=216928&format=americano
This follows the same combining rule as other parameters — ? before the first parameter, & before each additional one.
Registration Form
Open the registration form company-wide: https://player.padelos.co/company/217?auth=register
Pre-fill the player's email address: https://player.padelos.co/company/217?auth=register&[email protected]
Registration Form for a Specific Club
Location | URL |
Prague Smíchov | club/216927?auth=register |
Brno Kravi Hora | club/216928?auth=register |
Brno Slatina | club/216930?auth=register |
To pre-fill the email, add &[email protected] to any of the above.
Note
If the player is already logged in, the registration form will not open. They will see a message confirming they are already signed in.