Access Level Required: Requires Level 1 Plan or higher.
Retrieve the 11 standardized disclosure types (categories) defined by the FRCF.Request Code Samples
curl --location --request GET 'https://api.financialreports.eu/filing-categories/' \
--header 'x-api-key;'
Responses
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2",
"results": [
[
{
"id": 1,
"name": "Financial Reporting & Information",
"sort_order": 0
}
]
]
}
Modified at 2025-11-25 10:00:30