1. Get Videos
GET /videos
Returns a list of videos related to the Women's Premier League.
GET https://wplt20.deno.dev/videos
Base URL:
https://wplt20.deno.dev/
GET /videos
Returns a list of videos related to the Women's Premier League.
GET https://wplt20.deno.dev/videos
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
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
GET /teams
Returns a list of teams participating in the Women's Premier League.
GET https://wplt20.deno.dev/teams
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
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
GET /news
Returns news articles related to the Women's Premier League.
GET https://wplt20.deno.dev/news
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
GET /photos
Returns a list of albums related to the Women's Premier League.
GET https://wplt20.deno.dev/photos
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
GET /matches
Returns a list of matches in the Women's Premier League.
GET https://wplt20.deno.dev/matches
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
GET /points
Returns the points table of the Women's Premier League.
GET https://wplt20.deno.dev/points
GET /stats
Returns statistics of the Women's Premier League.
GET https://wplt20.deno.dev/stats
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