Get Contest Data

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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
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.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

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