Overview
BinaryEdge is a cybersecurity platform that continuously scans the entire internet and exposes the results through its API. You can search for internet-connected hosts, open ports, services, and vulnerabilities using simple queries. Security researchers and developers use it to monitor exposed assets and discover threats.
Beginner Tip
Use the /v2/query/search endpoint with simple field queries like "port:22 country:US" to get started quickly. Be aware that free-tier accounts have strict rate limits — cache results locally to avoid hitting them.
Available Data
Example Response
{
"status": "success",
"data": {
"result": "Data from BinaryEdge",
"description": "Provide access to BinaryEdge 40fy scanning platform",
"timestamp": "2025-01-15T10:00:00Z"
}
} Field Reference
total Total number of results matching the query. query The original query string that was searched. events Array of host/service objects matching the search criteria. events[].ip IP address of the discovered host. events[].port Open port number found on the host. events[].timestamp ISO 8601 timestamp of when the scan result was recorded. Implementation Example
const url = "https://docs.binaryedge.io/";
// Replace headers or query params with the values required by this API.
const response = await fetch(url, {
headers: {
"X-API-Key": "YOUR_API_KEY"
}
});
if (!response.ok) throw new Error(`Request failed: ${response.status}`);
const data = await response.json();
console.log(data); What Can You Build?
Note: These code examples are AI-generated and unverified. Always refer to the official API documentation for accurate usage.
Common Errors & Troubleshooting
Matrix Score Breakdown
Partially tested on Apr 5, 2026
Technical Specifications
Similar APIs
View All →Application Environment Verification
Application Environment Verification (AEV) is an Android library and API from FingerprintJS that checks whether a user device is safe to use.
Botd
Botd is an open-source JavaScript library and API from FingerprintJS that detects whether a web visitor is a bot or a real human browser.
Bugcrowd
The Bugcrowd API gives you programmatic access to your organization's bug bounty program data, including submissions, rewards, and researcher profiles.
Censys
Censys is an internet-wide scanning platform that lets you search for any internet-connected host, device, or certificate using its REST API.
Complete Criminal Checks
Complete Criminal Checks provides a REST API to search for criminal offense records across all U.S.