ctftime.org icon indicating copy to clipboard operation
ctftime.org copied to clipboard

API for Writeups

Open mfocuz opened this issue 2 years ago • 0 comments

Please add an API call to extract writeups.

I described here what would be enough for me, but I believe you may implement API for these endpoints with some extra funcs.

API call to get all writeups with pagination and sorting by at least date, or maybe more fields. (ex. https://ctftime.org/writeups) return values:

  • event_id
  • task_id
  • tags
  • author_team
  • writeup_id
  • original link(s) if exists
  • points(or maybe add extra API call tasks to get points from there) (optional)

mfocuz avatar May 06 '22 09:05 mfocuz