Congress.gov API · Schema

sectionArticle

GovernmentLegislativeCongressBillsAmendmentsMembersTreatiesNominationsCongressional RecordUS Federal

Properties

Name Type Description
endPage string
startPage string
text array
title string
View JSON Schema on GitHub

JSON Schema

congress-gov-sectionarticle-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.congress.gov/schemas/sectionArticle",
  "title": "sectionArticle",
  "type": "object",
  "properties": {
    "endPage": {
      "type": "string",
      "example": "D760"
    },
    "startPage": {
      "type": "string",
      "example": "D759"
    },
    "text": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "type": {
            "type": "string",
            "example": "Formatted Text"
          },
          "url": {
            "type": "string",
            "format": "url",
            "example": "https://www.congress.gov/116/crec/2020/09/04/modified/CREC-2020-09-04-pt1-PgD759.htm"
          }
        }
      }
    },
    "title": {
      "type": "string",
      "format": "url",
      "example": "Daily Digest/Next Meeting of the SENATE + Next Meeting of the HOUSE OF REPRESENTATIVES + Other End Matter; Congressional Record Vol. 166, No. 153"
    }
  }
}