Skip to content

GSA Public Comment (Independent Publisher) #3886

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions independent-publisher-connectors/GSA Public Comment/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# GSA Public Comment

The GSA Public Comment connector provides access to the Regulations.gov public commenting apparatus. It allows developers to query federal regulatory dockets, documents, and public comments submitted through the U.S. Government Services Administration (GSA).

## Publisher: Dan Romano

## Prerequisites
You must have a valid [Regulations.gov API Key](https://open.gsa.gov/api/regulationsgov/) to use this connector.

## Supported Operations

- **GetDocuments**: Retrieve a list of public regulatory documents.
- **GetDocumentById**: Fetch detailed information for a specific document.
- **GetComments**: List submitted public comments on regulations.
- **GetCommentById**: Fetch detailed information for a specific public comment.
- **GetDockets**: Retrieve a list of active or archived regulatory dockets.
- **GetDocketById**: Get details about a single docket including metadata.
- **GetAgencyCategories**: List regulatory categories used by agencies (e.g., Notices, Petitions).

## Obtaining Credentials

1. Obtain an API key from [GSA's Developer Hub](https://open.gsa.gov/api/regulationsgov/).
2. Check your email for the API key that the GSA sends once you submit a request.

## Getting Started
1. Obtain an API key from [GSA's Developer Hub](https://open.gsa.gov/api/regulationsgov/).
2. Use this key to authenticate requests.

## Known Issues and Limitations
- Pagination is supported via metadata but must be implemented manually.
- Some endpoints require filtering parameters (e.g., acronym) to return data.
- `application/vnd.api+json` is accepted by the API but `application/json` is used for compatibility.



Loading
Loading