Congress.gov API · Schema

Activity

GovernmentLegislativeCongressBillsAmendmentsMembersTreatiesNominationsCongressional RecordUS Federal

Properties

Name Type Description
date string
name string
View JSON Schema on GitHub

JSON Schema

congress-gov-activity-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.congress.gov/schemas/Activity",
  "title": "Activity",
  "type": "object",
  "properties": {
    "date": {
      "type": "string",
      "format": "date",
      "example": "2019-01-01"
    },
    "name": {
      "type": "string",
      "example": "Reported By"
    }
  }
}