Women's Premier League (WPL) API Documentation

Base URL:

https://wplt20.deno.dev/

Endpoints

1. Get Videos

GET /videos

Returns a list of videos related to the Women's Premier League.

GET https://wplt20.deno.dev/videos

2. Get Videos by Category

GET /videos/:category

Returns videos belonging to a specific category within the Women's Premier League.

Parameters:

  • category: The category of videos (e.g., latest, match-highlights, auctions, interviews, press-conferences, magic-moments).
GET https://wplt20.deno.dev/videos/match-highlights

3. Get Specific Video

GET /videos/:slug

Returns details of a specific video identified by its slug.

Parameters:

  • slug: The slug identifier for the video.
GET https://wplt20.deno.dev/videos/top-moments-of-tata-wpl-2024-6349237512112

4. Get Teams

GET /teams

Returns a list of teams participating in the Women's Premier League.

GET https://wplt20.deno.dev/teams

5. Get Team Details

GET /teams/:slug

Returns details of a specific team identified by its slug.

Parameters:

  • slug: The slug identifier for the team.
GET https://wplt20.deno.dev/teams/royal-challengers-bangalore-3513

6. Get Team Squad

GET /teams/:slug/squad

Returns the squad members of a specific team identified by its slug.

Parameters:

  • slug: The slug identifier for the team.
GET https://wplt20.deno.dev/teams/royal-challengers-bangalore-3513/squad

7. Get News

GET /news

Returns news articles related to the Women's Premier League.

GET https://wplt20.deno.dev/news

8. Get News Article Details

GET /news/:slug

Returns details of a specific news article identified by its slug.

Parameters:

  • slug: The slug identifier for the news article.
GET https://wplt20.deno.dev/news/match-report-tata-wpl-2024-final

9. Get Photo Albums

GET /photos

Returns a list of albums related to the Women's Premier League.

GET https://wplt20.deno.dev/photos

10. Get Photos in Album

GET /photos/:slug

Returns all photos of a specific album identified by its slug.

Parameters:

  • slug: The slug identifier for the photo album.
GET https://wplt20.deno.dev/photos/tata-wpl-2024-final-delhi-capitals-vs-royal-challengers-bangalore

11. Get Matches

GET /matches

Returns a list of matches in the Women's Premier League.

GET https://wplt20.deno.dev/matches

12. Get Player Details

GET /players/:slug

Returns details of a specific player identified by its slug.

Parameters:

  • slug: The slug identifier for the player.
GET https://wplt20.deno.dev/players/smriti-mandhana-wpl-profile-63992

13. Get Points Table

GET /points

Returns the points table of the Women's Premier League.

GET https://wplt20.deno.dev/points

14. Get Statistics

GET /stats

Returns statistics of the Women's Premier League.

GET https://wplt20.deno.dev/stats

15. Get Specific Statistics

GET /stats/:slug

Returns details of a specific statistics identified by its slug.

Parameters:

  • slug: The slug identifier for the statistic.
GET https://wplt20.deno.dev/stats/most-wickets-13-5961-statistics