Congress.gov API · Schema

CommitteeMeetingDetail

GovernmentLegislativeCongressBillsAmendmentsMembersTreatiesNominationsCongressional RecordUS Federal

Properties

Name Type Description
chamber string
committees array
congress integer
date string
eventid string
hearingTranscript array
location object
meetingDocuments array
meetingStatus string
relatedItems array
title string
type string
updateDate string
videos array
witnessDocuments array
witnesses array
View JSON Schema on GitHub

JSON Schema

congress-gov-committeemeetingdetail-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.congress.gov/schemas/CommitteeMeetingDetail",
  "title": "CommitteeMeetingDetail",
  "type": "object",
  "properties": {
    "chamber": {
      "type": "string",
      "example": "House"
    },
    "committees": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/subcommittees"
      }
    },
    "congress": {
      "type": "integer",
      "example": 117
    },
    "date": {
      "type": "string",
      "format": "date-time",
      "example": "2022-08-01T04:44:57Z"
    },
    "eventid": {
      "type": "string",
      "example": "115538"
    },
    "hearingTranscript": {
      "type": "array"
    },
    "location": {
      "type": "object",
      "properties": {
        "building": {
          "type": "string",
          "example": "Longworth House Office Building"
        },
        "room": {
          "type": "string",
          "example": "1234"
        }
      }
    },
    "meetingDocuments": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/meetingdocument"
      }
    },
    "meetingStatus": {
      "type": "string",
      "example": "Scheduled"
    },
    "relatedItems": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/relatedItem"
      }
    },
    "title": {
      "type": "string",
      "example": "Legislative hearing on: \u2022\tH.R. 1246 (Rep. Hageman), To authorize leases of up to 99 years for land held in trust for federally recognized Indian tribes; and\r\n\u2022\tH.R. 1532 (Rep. Hageman), To authorize any Indian Tribe to lease, sell, convey, warrant, or otherwise transfer real property to which that Indian Tribe holds fee title without the consent of the Federal Government, and for other purposes."
    },
    "type": {
      "type": "string",
      "example": "Hearing"
    },
    "updateDate": {
      "type": "string",
      "format": "date-time",
      "example": "2022-08-01T04:44:57Z"
    },
    "videos": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/video"
      }
    },
    "witnessDocuments": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/witnessDocument"
      }
    },
    "witnesses": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/witness"
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/congress-gov-committeemeetingdetail"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.