Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Challenge Endpoints

Pranav Ramesh edited this page Feb 14, 2022 · 1 revision

GET api.ctfguide.com/challenges/all - Fetches all challenges and their associated data.

GET api.ctfguide.com/challenges/specific/<challenge-id> - Fetches data for one specific challenge.

GET api.ctfguide.com/challenges/check/<challenge-id>?flag=<flag>&uid=<uid> - Fetches all challenges and their associated data.

UID is optional. If you do provide it the account associated with the UID will also earn points.

Clone this wiki locally