Registry / networking / openrdap-rdap

openrdap-rdap

JSON →
library0.9.1gogounverified

Package rdap implements a client for the Registration Data Access Protocol (RDAP), a modern replacement for WHOIS.

go get github.com/openrdap/rdap
INSTALL
IMPORT
SIG · OPENRDAP-RDAP
O
openrdap-rdap
networkinggov0.9.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

rdap
github.com/openrdap/rdap

Query RDAP for domain information

package main import ( "fmt" "github.com/openrdap/rdap" ) func main() { client := &rdap.Client{} domain, err := client.QueryDomain("example.com") if err != nil { panic(err) } fmt.Println(domain.Handle) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
openrdap-rdap — go get openrdap-rdap · libregistry