Regulations.gov · Example Payload

Comment Submission Request

GovernmentFederal RulemakingPublic CommentsRegulatoryDocketsGSAOpen Data

Comment Submission Request is an example object payload from Regulations.gov, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

data

Example Payload

Raw ↑
{
  "data": {
    "type": "comments",
    "attributes": {
      "commentOnDocumentId": "EPA-HQ-OAR-2021-0257-0001",
      "comment": "I support stronger emission standards for heavy-duty vehicles. Cleaner trucks and buses will significantly improve air quality in communities near highways and freight corridors. The proposed standards are technically feasible given current engine technology and should be adopted as proposed.",
      "submissionType": "API",
      "submitterType": "Individual",
      "firstName": "Jane",
      "lastName": "Doe",
      "city": "Denver",
      "stateProvinceRegion": "CO",
      "country": "USA",
      "zip": "80202",
      "email": "jane.doe@example.com",
      "sendEmailReceipt": true
    }
  }
}