Gets all contestants in a Leetcode contest. A Leetcode contest is identified by its <contest_type>, weekly or biweekly, and <contest_number>.

This endpoint scrapes all contestants in a Leetcode contest up until the <last_page> inclusive, and returns the result as an array of contestant objects.

Log in to see full request history
Leetcode Contest APIs

Support

Github Repo

Want a specific API capability? Open an issue on the repo.

Like this project? Show your support by adding a star to the Github repo. It'll keep me going 😊 !!


Set your parameters to try it out!

Path Params
string
required
Defaults to weekly

'weekly' | 'biweekly'

int32
required
Defaults to 280

The contest number can be retrieved from the Leetcode contest url.

int32
required
Defaults to 1

Specifies what page, inclusive, scraping should stop at.

Responses

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json