API Reference

Welcome to the ScrewedStatus Exploit Tracker API documentation. Here you will find everything you need to integrate our live exploit tracking data into your own projects.

Reminder: You can access these endpoints without restrictions. If you hit a rate limit, please reduce the interval at which you are fetching.

Authentication & Headers

To ensure fair usage and tracking, we require a specific User-Agent header when making requests to our API.

Header: User-Agent
Value: WEAO-3PService

Retrieve All Exploit Statuses

This endpoint will return the latest status of all tracked executors in our database.

GET https://exploit-api.screwedsause.workers.dev/api/status/exploits

Example Response (200 OK)

[
  {
    "title": "Potassium",
    "version": "1.7.9",
    "updatedDate": "07/24/2025 at 3:47 PM UTC",
    "uncStatus": true,
    "free": false,
    "detected": true,
    "platform": "Windows"
  }
]