Get the information of a Regional Internet Registries (RIRs) given.
GET {{baseUrl}}/v1/asn/registry/:code
What
Obtain the information about the Regional Internet Registries (RIRs) given as a parameter.
Parameters
The endpoint accepts only the following parameter in the path:
- code
: (Mandatory) The code that identifies uniquely the RIR. Possible values are: iana, arin, ripencc, afrinic, apnic, lacnic.
Result
The result is a JSON object with the following structure:
- self
: the URI to individual RIR.
- name
: the RIR name.
- code
: the internal code of the RIR in the system.
Errors
- a
422 Unprocessable Entity
error if the code is not one of the available.
It will also return the API Global errors described in the API description.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"code":"Ut dolore","name":"dolore commodo culpa","self":"Lorem magna nulla laboris"}