{
"opencollection": "1.0.0",
"info": {
"name": "Regulations.gov comment submission utilities dockets API",
"version": "4.0"
},
"request": {
"auth": {
"type": "apikey",
"key": "X-Api-Key",
"value": "{{X-Api-Key}}",
"placement": "header"
}
},
"items": [
{
"info": {
"name": "dockets",
"type": "folder"
},
"items": [
{
"info": {
"name": "List of dockets",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.regulations.gov/v4/dockets",
"params": [
{
"name": "filter[agencyId]",
"value": "",
"type": "query",
"description": "'Filters results for the agency acronym specified in the value. Example: ''EPA'''"
},
{
"name": "filter[searchTerm]",
"value": "",
"type": "query",
"description": "Filters results on the given term."
},
{
"name": "filter[lastModifiedDate]",
"value": "",
"type": "query",
"description": "Filters results relative to the last modified date. The value must be formatted as `yyyy-MM-dd HH:mm:ss`.
Omission of a parameter modifier will match results to the exact date provided, otherwise, one of the parameter modifiers below may be used.
`ge` - greater than or equal
`le` - less than or equal"
},
{
"name": "filter[docketType]",
"value": "",
"type": "query",
"description": "Filters results on the specified docket type."
},
{
"name": "sort",
"value": "",
"type": "query",
"description": "Sorts the results on the field specified in the value. The default behavior will sort the results in ascending order; to sort in descending order, prepend a minus sign to the value.
The only supported values are `title`, `docketId` and `lastModifiedDate`. Multiple sort options can be passed in as a comma separated list to sort results by multiple fields."
},
{
"name": "page[number]",
"value": "",
"type": "query",
"description": "Specifies the number for the page of results that will be returned from the query.
Acceptable values are numerical between, and including, 1 and 20."
},
{
"name": "page[size]",
"value": "",
"type": "query",
"description": "Specifies the size per page of results that will be returned from the query.
Acceptable values are numerical between, and including, 5 and 250."
}
]
},
"docs": "This endpoint returns list of dockets"
},
{
"info": {
"name": "Get detailed information for specified docketId",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.regulations.gov/v4/dockets/:docketId",
"params": [
{
"name": "docketId",
"value": "",
"type": "path",
"description": "ID of docket to return"
}
]
},
"docs": "Gets the detailed information of a specific docket with the passed docketId."
}
]
}
],
"bundled": true
}