{ "request": { "method": "POST", "url": "https://api.shodan.io/shodan/scan?key=YOUR_API_KEY", "headers": { "Content-Type": "application/x-www-form-urlencoded" }, "body": "ips=198.51.100.0/24,203.0.113.42" }, "response": { "status": 200, "headers": { "Content-Type": "application/json" }, "body": { "id": "RYU7Y52H4VHHC4SF", "count": 257, "credits_left": 64779, "status": "SUBMITTING", "created": "2026-05-15T13:00:00Z" } } }