Skip to content
Start here

Entities

Get IP address details
GET/radar/entities/ip
ModelsExpand Collapse
EntityGetResponse = object { ip }
ip: object { asn, asnLocation, asnName, 5 more }
asn: string
asnLocation: string
asnName: string
asnOrgName: string
ip: string
ipVersion: string
location: string
locationName: string

EntitiesASNs

List autonomous systems
GET/radar/entities/asns
Get AS details by ASN
GET/radar/entities/asns/{asn}
Get AS-level relationships by ASN
GET/radar/entities/asns/{asn}/rel
Get IRR AS-SETs that an AS is a member of
GET/radar/entities/asns/{asn}/as_set
Get AS details by IP address
GET/radar/entities/asns/ip
Get AS rankings by botnet threat feed activity
GET/radar/entities/asns/botnet_threat_feed
ModelsExpand Collapse
ASNListResponse = object { asns }
asns: array of object { asn, country, countryName, 4 more }
asn: number
country: string
countryName: string
name: string
aka: optional string
orgName: optional string
website: optional string
ASNGetResponse = object { asn }
asn: object { asn, confidenceLevel, country, 8 more }
asn: number
confidenceLevel: number
country: string
countryName: string
estimatedUsers: object { locations, estimatedUsers }
locations: array of object { locationAlpha2, locationName, estimatedUsers }
locationAlpha2: string
locationName: string
estimatedUsers: optional number

Estimated users per location.

estimatedUsers: optional number

Total estimated users.

name: string
orgName: string
source: string

Regional Internet Registry.

website: string
aka: optional string
ASNRelResponse = object { meta, rels }
meta: object { data_time, query_time, total_peers }
data_time: string
query_time: string
total_peers: number
rels: array of object { asn1, asn1_country, asn1_name, 4 more }
asn1: number
asn1_country: string
asn1_name: string
asn2: number
asn2_country: string
asn2_name: string
rel: string
ASNAsSetResponse = object { as_sets, paths }
as_sets: array of object { as_members_count, as_set_members_count, as_set_upstreams_count, 6 more }
as_members_count: number

The number of AS members in the AS-SET

as_set_members_count: number

The number of AS-SET members in the AS-SET

as_set_upstreams_count: number

The number of recursive upstream AS-SETs

asn_cone_size: number

The number of unique ASNs in the AS-SETs recursive downstream

irr_sources: array of string

The IRR sources of the AS-SET

name: string

The name of the AS-SET

hierarchical_asn: optional number

The AS number following hierarchical AS-SET name

inferred_asn: optional number

The inferred AS number of the AS-SET

peeringdb_asn: optional number

The AS number matching PeeringDB record

paths: array of array of string

Paths from the AS-SET that include the given AS to its upstreams recursively

ASNIPResponse = object { asn }
asn: object { asn, country, countryName, 7 more }
asn: number
country: string
countryName: string
estimatedUsers: object { locations, estimatedUsers }
locations: array of object { locationAlpha2, locationName, estimatedUsers }
locationAlpha2: string
locationName: string
estimatedUsers: optional number

Estimated users per location.

estimatedUsers: optional number

Total estimated users.

name: string
orgName: string
source: string

Regional Internet Registry.

website: string
aka: optional string
ASNBotnetThreatFeedResponse = object { ases, meta }
ases: array of object { asn, country, name, 2 more }
asn: number
country: string
name: string
rank: number
rankChange: optional number
meta: object { date, total, compareDate }
date: string
total: number
compareDate: optional string

EntitiesLocations

List locations
GET/radar/entities/locations
Get location details
GET/radar/entities/locations/{location}
ModelsExpand Collapse
LocationListResponse = object { locations }
locations: array of object { alpha2, continent, latitude, 4 more }
alpha2: string
continent: string
latitude: string

A numeric string.

longitude: string

A numeric string.

name: string
region: string
subregion: string
LocationGetResponse = object { location }
location: object { alpha2, confidenceLevel, continent, 5 more }
alpha2: string
confidenceLevel: number
continent: string
latitude: string

A numeric string.

longitude: string

A numeric string.

name: string
region: string
subregion: string