IP-Ninja
Supported features of the API: - Reverse IP Lookup - Subdomain enumeration - IP Geolocation- - ASN lookup - Reverse ASN lookup - Host lookup
IP-Ninja endpoints
| Method | Endpoint | Description |
|---|---|---|
| v1 | ||
| GET |
Get IP address ASN /v1/ip2asn/{ip_address} |
Returns the ASN associated with the given IP address. If there are no ASN for that IP address, a 404 status code is returned. |
| GET |
Get IP address geolocation /v1/geoloc/{ip_address} |
Obtain geolocation data for a given IP adress. If the IP address can't be geolocated for any reason (for example reserved or private addresses) a HTTP 404 code will be returned.… |
| GET |
Get all IPv4 and IPv6 addresses tied to a hostname /v1/resolve/{domain} |
Returns the list of all IPv4 addresses and the list of all IPv6 addresses for a given hostname. |
| GET |
Find all subdomains for a given domain name /v1/subdomains/{domain} |
Find all subdomains for a given domain name |
| GET |
Find hostnames hosted on a given ASN /v1/asn/{asn} |
Returns all hostnames whose IPs are part of the given ASN. |
| GET |
Get all hostnames hosted on a given IP address /v1/reverse/{ip_address} |
Return every hostnames tied to a given IP address and its ASN. Note that some IPs aren't tied to an ASN (some IP ranges are direct allocations from the regional internet registry… |
IP-Ninja pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|