cURL
curl --request POST \ --url https://api.urldna.io/v1/search \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "query": "<string>" }'
[ { "id": "<string>", "submitted_url": "<string>", "domain": "<string>", "target_url": "<string>", "protocol": "<string>", "device": "DESKTOP", "user_agent": "<string>", "http_referer": "<string>", "nsfw": true, "scanned_from": "DEFAULT", "origin": "API", "width": 123, "height": 123, "private_scan": true, "status": "PENDING", "submitted_date": "2023-11-07T05:31:56Z", "submitter_tags": [ "<string>" ] } ]
Search for existing scan results using a query string or CQL (see the Search documentation for more details).
Search results retrieved successfully.
List of matching scans, sorted by submission date in descending order.