Congress.gov API · Schema

CongressionalRecord

GovernmentLegislativeCongressBillsAmendmentsMembersTreatiesNominationsCongressional RecordUS Federal

Properties

Name Type Description
IndexStart integer
Issues array
View JSON Schema on GitHub

JSON Schema

congress-gov-congressionalrecord-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.congress.gov/schemas/CongressionalRecord",
  "title": "CongressionalRecord",
  "type": "object",
  "properties": {
    "IndexStart": {
      "type": "integer",
      "example": 1
    },
    "Issues": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/issues"
      }
    }
  }
}