Prerequisites
Before you begin, make sure you have:- A Padel API account (sign up here)
- An API token from your API Tokens page
Step 1: Get Your API Token
- Log in to your Padel API account
- Navigate to API Tokens
- Click Create Token and give it a descriptive name
- Copy your token and store it securely—you won’t be able to see it again
Step 2: Make Your First Request
Let’s fetch the list of available seasons. This is a simple endpoint that returns all padel seasons available in the API.Step 3: Explore the Response
A successful response returns a JSON array with season data:Step 4: Fetch Player Rankings
Now let’s try something more interesting—fetching the current player rankings:male or female) and paginate results using the page and per_page parameters.
Next Steps
You’ve successfully made your first Padel API calls. Here’s what you can explore next:API Reference
Explore all available endpoints and their parameters
Tournament Data
Learn about tournament coverage and data availability
Need Help?
If you run into any issues or have questions:- Check our API Reference for detailed endpoint documentation
- Contact support at [email protected]
- Report issues on GitHub