RA000001 through RA001071), English and local-language names, website, and covered jurisdictions. Use the authority code to trace entity.registeredAt.id values on LEI records back to the upstream registry.x-api-key: ********************curl --location '/api/v1/gleif/registration-authorities?page_size=200&page_number=1' \
--header 'x-api-key: <api-key>'{
"data": {
"authorities": [
{
"type": "string",
"id": "string",
"attributes": {
"code": "string",
"internationalName": "string",
"localName": "string",
"internationalOrganizationName": "string",
"localOrganizationName": "string",
"website": "string",
"jurisdictions": [
{
"country": "string",
"countryCode": "string",
"jurisdiction": "string"
}
]
},
"links": {
"property1": "string",
"property2": "string"
}
}
],
"pagination": {
"currentPage": 0,
"perPage": 0,
"from": 0,
"to": 0,
"total": 0,
"lastPage": 0
}
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true
}
}