forked from mvanhorn/printing-press-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspec.yaml
More file actions
27 lines (27 loc) · 946 Bytes
/
Copy pathspec.yaml
File metadata and controls
27 lines (27 loc) · 946 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
openapi: 3.1.0
info:
title: Policy Intel Public Data Plan
version: 0.1.0
description: >
Plan-driven first print for federal rulemaking and policy-monitoring workflows
using FederalRegister.gov public APIs and Regulations.gov v4 APIs.
servers:
- url: https://www.federalregister.gov/api/v1
description: FederalRegister.gov public API
- url: https://api.regulations.gov/v4
description: Regulations.gov public API
paths:
/documents.json:
get:
summary: Search Federal Register documents
description: Supports full-text, agency, publication date, and document type filters.
/documents:
get:
summary: Search Regulations.gov documents
description: Supports search terms, docket filters, agency filters, comment deadlines, and pagination.
/dockets/{docketId}:
get:
summary: Fetch Regulations.gov docket details
/comments:
get:
summary: Search Regulations.gov comments