congress-dot-gov - v0.4.3
    Preparing search index...

    Type Alias BillTitle

    BillTitle: {
        billTextVersionCode?: string;
        billTextVersionName?: string;
        chamberCode?: HOUSE | SENATE;
        chamberName?: HOUSE | SENATE | JOINT | NO_CHAMBER;
        title: string;
        titleType: string;
        titleTypeCode: number;
        updateDate: string;
    }

    Titles associated with the bill or resolution. A title may be an official title, a short title, or a popular title.

    Type declaration

    • OptionalbillTextVersionCode?: string

      The file extension code for the bill text version associated with the title. This element will not populate for all titles (e.g. a display title will never have an associated bill text version). (e.g. EH)

    • OptionalbillTextVersionName?: string

      The name of the bill text version associated with the title. This element is not populated for all titles (e.g. a display title will never have an associated bill text version). (e.g. Engrossed in House)

    • OptionalchamberCode?: HOUSE | SENATE

      The chamber code associated with the title. This element is not populated for all titles (e.g. a display title will never have an associated chamber). Possible values are "H" and "S". (e.g. H)

    • OptionalchamberName?: HOUSE | SENATE | JOINT | NO_CHAMBER

      The name of the chamber associated with the title. This element is not populated for all titles (e.g. a display title will never have an associated chamber). Possible values are "House" and "Senate". (e.g. House)

    • title: string

      The text of the title associated with the bill or resolution. (e.g. Postal service Reform Act of 2022)

    • titleType: string

      A short description of the type of title associated with the bill or resolution. (e.g. Short Title(s) as Passed House)

    • titleTypeCode: number

      The title code for the title type. Please note that Congress.gov is transitioning from a legacy process that involved manual curation to an automated process that associates titles with bill text versions. As a result, certain title types can be duplicated. Please refer to this list of common title types. (e.g., 45)

    • updateDate: string

      The update date for the bill title on Congress.gov. This may be the date the title was published or re-published. The updateDate is the date of the last update received for the legislative entity . It’s not a date corresponding to the legislative date or legislative action date.