Skip to content

Retrieve ICANN accreditations

GET
/api/icann-accreditations

This endpoint allows you to list the accreditations of registrars issued by ICANN. It is also possible to search to retrieve only currently valid accreditations.

status
required
Array<string>
Allowed values: Accredited Terminated Reserved

Filter by ICANN accreditation status

page
integer
default: 1

The collection page number

itemsPerPage
integer
default: 30

The number of items per page

status[]
Array<string>

ICANN Accreditation collection

object
hydra:member
required
Array<object>

ICANN Registrar IDs list

object
@id
string
@type
string
id
integer
registrarName
string | null
status
string | null
Allowed values: Reserved Accredited Terminated
updated
string | null format: date-time
date
string | null format: date-time
hydra:totalItems
integer
hydra:view
object
@id
string format: iri-reference
@type
string
hydra:first
string format: iri-reference
hydra:last
string format: iri-reference
hydra:previous
string format: iri-reference
hydra:next
string format: iri-reference
Example
{
"@id": "string",
"type": "string",
"hydra:first": "string",
"hydra:last": "string",
"hydra:previous": "string",
"hydra:next": "string"
}
hydra:search
object
@type
string
hydra:template
string
hydra:variableRepresentation
string
hydra:mapping
Array<object>
object
@type
string
variable
string
property
string | null
required
boolean