Congress.gov API · Schema

issues

GovernmentLegislativeCongressBillsAmendmentsMembersTreatiesNominationsCongressional RecordUS Federal

Properties

Name Type Description
Congress string
Id integer
Issue string
Links object
PublishDate string
Session string
Volume string
View JSON Schema on GitHub

JSON Schema

congress-gov-issues-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.congress.gov/schemas/issues",
  "title": "issues",
  "type": "object",
  "properties": {
    "Congress": {
      "type": "string",
      "example": "117"
    },
    "Id": {
      "type": "integer",
      "example": 26958
    },
    "Issue": {
      "type": "string",
      "example": "109"
    },
    "Links": {
      "type": "object",
      "properties": {
        "Digest": {
          "type": "object",
          "properties": {
            "Label": {
              "type": "string",
              "example": "Daily Digest"
            },
            "Ordinal": {
              "type": "integer",
              "example": 1
            },
            "PDF": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "Part": {
                    "type": "string",
                    "example": "1"
                  },
                  "Url": {
                    "type": "string",
                    "format": "url",
                    "example": "https://www.congress.gov/117/crec/2022/06/28/168/109/CREC-2022-06-28-dailydigest.pdf"
                  }
                }
              }
            }
          }
        },
        "FullRecord": {
          "type": "object",
          "properties": {
            "Label": {
              "type": "string",
              "example": "Entire Issue"
            },
            "Ordinal": {
              "type": "integer",
              "example": 5
            },
            "PDF": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "Part": {
                    "type": "string",
                    "example": "1"
                  },
                  "Url": {
                    "type": "string",
                    "format": "url",
                    "example": "https://www.congress.gov/117/crec/2022/06/28/168/109/CREC-2022-06-28.pdf"
                  }
                }
              }
            }
          }
        },
        "House": {
          "type": "object",
          "properties": {
            "Label": {
              "type": "string",
              "example": "House Section"
            },
            "Ordinal": {
              "type": "integer",
              "example": 3
            },
            "PDF": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "Part": {
                    "type": "string",
                    "example": "1"
                  },
                  "Url": {
                    "type": "string",
                    "format": "url",
                    "example": "https://www.congress.gov/117/crec/2022/06/28/168/109/CREC-2022-06-28-house.pdf"
                  }
                }
              }
            }
          }
        },
        "Remarks": {
          "type": "object",
          "properties": {
            "Label": {
              "type": "string",
              "example": "Extensions of Remarks Section"
            },
            "Ordinal": {
              "type": "integer",
              "example": 4
            },
            "PDF": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "Part": {
                    "type": "string",
                    "example": "1"
                  },
                  "Url": {
                    "type": "string",
                    "format": "url",
                    "example": "https://www.congress.gov/117/crec/2022/06/28/168/109/CREC-2022-06-28-extensions.pdf"
                  }
                }
              }
            }
          }
        },
        "Senate": {
          "type": "object",
          "properties": {
            "Label": {
              "type": "string",
              "example": "Senate Section"
            },
            "Ordinal": {
              "type": "integer",
              "example": 2
            },
            "PDF": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "Part": {
                    "type": "string",
                    "example": "1"
                  },
                  "Url": {
                    "type": "string",
                    "format": "url",
                    "example": "https://www.congress.gov/117/crec/2022/06/28/168/109/CREC-2022-06-28-senate.pdf"
                  }
                }
              }
            }
          }
        }
      }
    },
    "PublishDate": {
      "type": "string",
      "format": "date",
      "example": "2022-02-18"
    },
    "Session": {
      "type": "string",
      "example": "2"
    },
    "Volume": {
      "type": "string",
      "example": "168"
    }
  }
}

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-issues"
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.