Network by IP Address API
https://api.bigdatacloud.net/data/network-by-ip
CURL Example
curl -X GET --header 'Accept: application/json' 'https://api.bigdatacloud.net/data/network-by-ip'
Visit our SDK page to access API clients in specific languages like Javascript, Python + PHP.
Response
Response Format
Field |
Data type |
Description |
---|---|---|
ip |
string |
Requested IPv4 IP address in a string format |
registry |
string |
The Regional Internet Registry (RIR) the network is registered with |
registryStatus |
string |
Registration status |
registeredCountry |
string |
Registered Country ISO 3166-1 Alpha-2 code |
registeredCountryName |
string |
Registered Country name localised to the language is as defined by ‘localityLanguage’ request parameter |
organisation |
string |
Registered for |
isReachableGlobally |
boolean |
Indicates if the network was announced on BGP and reachable globally or not |
isBogon |
boolean |
Indicates if the network in bogon |
bgpPrefix |
string |
The latest BGP prefix announcement for the current network |
bgpPrefixNetworkAddress |
string |
BGP prefix network (the first) address |
bgpPrefixLastAddress |
string |
BGP prefix last address |
totalAddresses |
32 bit unsigned integer |
Total number of IP addresses in the Network |
carriers |
Array of <Carrier> objects |
List of Autonomous Systems (AS) announcing this network on BGP |
viaCarriers |
Array of <CarrierShort> objects |
List of Autonomous Systems (AS) detected at the last hop before the announced parties |
API Endpoint
Endpoint: | /data/network-by-ip |
---|---|
Full URL: | https://api.bigdatacloud.net/data/network-by-ip |