Congress.gov API · Schema

committeeHistory

GovernmentLegislativeCongressBillsAmendmentsMembersTreatiesNominationsCongressional RecordUS Federal

Properties

Name Type Description
libraryOfCongressName string
officialName string
startDate string
updateDate string
endDate string
View JSON Schema on GitHub

JSON Schema

congress-gov-committeehistory-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.congress.gov/schemas/committeeHistory",
  "title": "committeeHistory",
  "type": "object",
  "properties": {
    "libraryOfCongressName": {
      "type": "string",
      "example": "Transportation and Infrastructure"
    },
    "officialName": {
      "type": "string",
      "example": "Committee on Transportation and Infrastructure"
    },
    "startDate": {
      "type": "string",
      "format": "date-time",
      "example": "1995-01-04T05:00:00Z"
    },
    "updateDate": {
      "type": "string",
      "format": "date-time",
      "example": "2020-02-04T00:07:37Z"
    },
    "endDate": {
      "type": "string",
      "format": "date-time",
      "example": "2020-03-04T05:00:00Z"
    }
  }
}