API documentation
Overview
Use the ScanMap API to search indexed scan results with filters, pagination, and cursor/session support.
Base URL
https://api.scanmap.top
Format
JSON over HTTPS
Auth
X-API-Key header
bash
curl -X GET "https://api.scanmap.top/api/v1/scan-results?q=port:443&sort=relevance&page=1&per_page=20" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Accept: application/json"