Component demonstration
You can query the NIP REST API by doing an HTTP GET request. There are two route that provide distinct results based on the NIP data on this component. The "scanning_report" route is an aggregated result for a given IPv4 prefix. The "scanning_query" route gives information per IPv4 address. Use the argument "ip_prefix" to provide the IPv4 prefix you want information from.
For example: curl -G "http://nip.responsible-internet.org:5000/scanning_report?ip_prefix=159.0.211.0/24"
Name | Description |
ip_prefix
(string)
|
The IPv4 prefix in CIDR notation. Prefixes smaller than /20 are not supported. |
---|
Response |
---|
You can find this tool under this Github repository.