ctftime_events
Retrieve CTF cybersecurity competition events within specified time windows using UNIX timestamps to access past and upcoming competitions.
Instructions
List CTFtime events in a time window. Uses UNIX timestamps (seconds) for start/finish; returns past and upcoming events.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max events (1-100). | |
| start | No | UNIX timestamp (seconds) for window start. | |
| finish | No | UNIX timestamp (seconds) for window finish. |