Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nicwaller/docker-nicinfo

Query RDAP with nicinfo
https://github.com/nicwaller/docker-nicinfo

Last synced: about 6 hours ago
JSON representation

Query RDAP with nicinfo

Awesome Lists containing this project

README

        

# docker-nicinfo
Query RDAP with nicinfo

Help

`docker run nicinfo --help`

Regular output

`docker run nicinfo whatis.health`

JSON output

`docker run nicinfo --json -Q whatis.health`

JSON via jq

`docker run -t nicinfo --json -Q whatis.health | jq .entities[0]`