An unofficial codebreaker.xyz API that is basically a wrapper that scrapes the website, parses the HTML and returns the data in a JSON format.
All API endpoints only accept GET requests.
problemId
:string
(required)
- No parameters
problemId
:string
(required)ac
:bool
(default: false)
name
:string
(required)
contestId
:string
(required)
- No parameters
git clone https://github.com/EC3-Gang/cbr-api.git
cd cbr-scraper
yarn
yarn dev
Navigate to http://localhost:3000/
.
yarn start
Navigate to http://localhost:3000/
.
yarn lint