Skip to content

A description of the RDAP protocol that uses OpenAPI.

License

Notifications You must be signed in to change notification settings

gbxyz/rdap-openapi-spec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenAPI Specification for the Registration Data Access Protocol (RDAP)

This repository contains a YAML file that describes API of Registration Data Access Protocol (RDAP) services using the OpenAPI specification. It is based on the specifications of RDAP in the following RFCs:

  • RFC 7480: HTTP Usage in the Registration Data Access Protocol (RDAP)
  • RFC 7481: Security Services for the Registration Data Access Protocol (RDAP)
  • RFC 9082: Registration Data Access Protocol (RDAP) Query Format
  • RFC 9083: JSON Responses for the Registration Data Access Protocol (RDAP)

It uses uses the JSON Schema files for RDAP created by Mario Loffredo and Maurizio Martinelli of CNR (.it).

This YAML file can be used with various OpenAPI code generators to generate RDAP client and server implementations that conform to the RDAP RFCs.

Try it out here.