Congress.gov API · Schema

matchCommunication

GovernmentLegislativeCongressBillsAmendmentsMembersTreatiesNominationsCongressional RecordUS Federal

Properties

Name Type Description
count integer
url string
View JSON Schema on GitHub

JSON Schema

congress-gov-matchcommunication-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.congress.gov/schemas/matchCommunication",
  "title": "matchCommunication",
  "type": "object",
  "properties": {
    "count": {
      "type": "integer",
      "example": 90774
    },
    "url": {
      "type": "string",
      "format": "url",
      "example": "https://api.congress.gov/v3/house-requirement/8070/matching-communications?format=json"
    }
  }
}