Congress.gov API · Schema

latestAction

GovernmentLegislativeCongressBillsAmendmentsMembersTreatiesNominationsCongressional RecordUS Federal

Properties

Name Type Description
actionDate string
text string
View JSON Schema on GitHub

JSON Schema

congress-gov-latestaction-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.congress.gov/schemas/latestAction",
  "title": "latestAction",
  "type": "object",
  "properties": {
    "actionDate": {
      "type": "string",
      "format": "date",
      "example": "2022-06-16"
    },
    "text": {
      "type": "string",
      "example": "Read twice and referred to the Committee on the Judiciary."
    }
  }
}