Congress.gov API · Schema

leadership

GovernmentLegislativeCongressBillsAmendmentsMembersTreatiesNominationsCongressional RecordUS Federal

Properties

Name Type Description
congress integer
type string
View JSON Schema on GitHub

JSON Schema

congress-gov-leadership-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.congress.gov/schemas/leadership",
  "title": "leadership",
  "type": "object",
  "properties": {
    "congress": {
      "type": "integer",
      "example": 113
    },
    "type": {
      "type": "string",
      "example": "President Pro Tempore"
    }
  }
}