├── CODEOWNERS ├── CONTRIBUTING.md ├── LICENSE.md ├── README.md └── samples ├── collections ├── BILLS-sample-endDate-formatted.json ├── BILLS-sample-endDate.json ├── BILLS-sample-formatted.json ├── BILLS-sample.json ├── CREC-sample-formatted.json ├── CREC-sample.json ├── USCOURTS-sample-formatted.json ├── USCOURTS-sample.json ├── collections-formatted.json └── collections.json ├── packages ├── BILLS-115hr1625enr-summary-formatted.json ├── BILLS-115hr1625enr-summary.json ├── CREC-2018-01-03-summary-formatted.json ├── CREC-2018-01-03-summary.json ├── FR-2018-04-12-summary-formatted.json ├── FR-2018-04-12-summary.json └── granules │ ├── CHRG-107shrg82483-granules-formatted.json │ ├── CHRG-107shrg82483-granules.json │ ├── CREC-2018-01-03-granule-list-formatted.json │ ├── CREC-2018-01-03-granule-list.json │ ├── CREC-2018-03-01-pt1-PgD211-granule-summary-formatted.json │ ├── CREC-2018-03-01-pt1-PgD211-granule-summary.json │ ├── FR-2018-04-12-granules-formatted.json │ ├── FR-2018-04-12-granules.json │ ├── FR-2018-04-12_2018-07777-granule-summary-formatted.json │ └── FR-2018-04-12_2018-07777-granule-summary.json └── search └── search-service.postman_collection.json /CODEOWNERS: -------------------------------------------------------------------------------- 1 | # This is a comment. 2 | # Each line is a file pattern followed by one or more owners. 3 | 4 | # These owners will be the default owners for everything in 5 | # the repo. Unless a later match takes precedence, 6 | # @global-owner1 and @global-owner2 will be requested for 7 | # review when someone opens a pull request. 8 | * @jonquandt @llaplant -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | Please submit questions, comments, and requests for proposed changes by [opening an issue](https://github.com/usgpo/api/issues/new). 2 | 3 | - See [Issues](https://github.com/usgpo/api/issues) to see the current list of issues. 4 | - [Features](https://github.com/usgpo/api/labels/Features) - list of features that are currently under consideration by the govinfo team - your feedback is welcome! 5 | - [Upcoming](https://github.com/usgpo/api/labels/Upcoming) - list of features that are currently under development and will be available in our next release. May also be tagged with a release label (Month Year) 6 | -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- 1 | Pursuant to [17 U.S.C. 105](https://www.govinfo.gov/link/uscode/17/105), as a work of the United States Government, this project is in the public domain within the United States. 2 | 3 | Additionally, we waive copyright and related rights in the work 4 | worldwide through the CC0 1.0 Universal public domain dedication. 5 | 6 | ## CC0 1.0 Universal Summary 7 | 8 | This is a human-readable summary of the 9 | [Legal Code (read the full text)](https://creativecommons.org/publicdomain/zero/1.0/legalcode). 10 | 11 | ### No Copyright 12 | 13 | The person who associated a work with this deed has dedicated the work to 14 | the public domain by waiving all of his or her rights to the work worldwide 15 | under copyright law, including all related and neighboring rights, to the 16 | extent allowed by law. 17 | 18 | You can copy, modify, distribute and perform the work, even for commercial 19 | purposes, all without asking permission. 20 | 21 | ### Other Information 22 | 23 | In no way are the patent or trademark rights of any person affected by CC0, 24 | nor are the rights that other persons may have in the work or in how the 25 | work is used, such as publicity or privacy rights. 26 | 27 | Unless expressly stated otherwise, the person who associated a work with 28 | this deed makes no warranties about the work, and disclaims liability for 29 | all uses of the work, to the fullest extent permitted by applicable law. 30 | When using or citing the work, you should not imply endorsement by the 31 | author or the affirmer. -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # api 2 | 3 | The **govinfo** api is intended to provide data users with a simple means to programmatically access **govinfo** content and metadata, which is stored in self-describing packages. This initial release provides functionality to retrieve lists of packages added or modified within a given time frame, summary metadata for packages, direct access to content and metadata formats, and equivalent granule information. 4 | 5 | Interactive documentation using the OpenAPI/swagger specification is available at https://api.govinfo.gov/docs. 6 | 7 | ## Table of Contents 8 | 1. [Keys](#keys) 9 | 2. [Versioning](#versioning) 10 | 3. [Issues](#issues) 11 | 4. [About the Data](#about-the-data) 12 | 5. [Quickstart](#quickstart) - sample requests 13 | 6. [Error Messages](#error-messages) 14 | 15 | ## Keys 16 | 17 | This API requires the use of an API.data.gov key - [signup here](https://www.govinfo.gov/api-signup). If you already have one, go to the [/docs page](https://api.govinfo.gov/docs), click on Authorize, and enter your key. Then you can make all the requests normally. 18 | 19 | You can send your API key in a few different ways. See api.data.gov for more information on [key usage](https://api.data.gov/docs/api-key/). 20 | 21 | Information on rate limits can be found [here](https://api.data.gov/docs/rate-limits/). The rate limit is tracked on an rolling hourly basis. 22 | 23 | ## Versioning 24 | 25 | One of the API's design goals is to minimize breaking changes, but we are implementing versioning to allow users to specify the version required. We have not determined the number of versions that we plan to support at this time, but it will be based on usage and we will communicate with known users prior to deprecating any version. 26 | 27 | If no version is specified in requests, the latest version of the api will be provided. 28 | 29 | ## Issues 30 | 31 | See [Issues](https://github.com/usgpo/api/issues) to submit an issue or comment on future development priorities. 32 | 33 | See the labels below for additional information: 34 | 35 | - [Features](https://github.com/usgpo/api/labels/Features) - list of features that are currently under consideration by the govinfo team. Your feedback is welcome! 36 | - [Upcoming](https://github.com/usgpo/api/labels/Upcoming) - list of features that are currently under development and will be available in an upcoming release. Once scheduled, they will be assigned to a [milestone](https://github.com/usgpo/api/milestones). 37 | 38 | ## About the Data 39 | 40 | Data available in the API represents official publications from all three branches of the Federal Government as made available on [GPO's](https://www.gpo.gov) [**govinfo**](https://www.govinfo.gov). For more information about the data that's available from **govinfo**, see our [about](https://www.govinfo.gov/about) page and [learn what's available](https://www.govinfo.gov/help/whats-available). 41 | 42 | ## Quickstart 43 | This section is designed to help provide quick examples of how to use the GovInfo API. Generally, the endpoints of the API can be broken up into two main groupings: 44 | 45 | - **Discovery** 46 | - [collections](#collections-service) 47 | - [published](#published-service) 48 | - [related](#related-service) 49 | - [search](#search-service) 50 | - **Retrieval** 51 | - [packages](#packages-service) 52 | - [granules](#granules-service) 53 | 54 | ### Collections Service 55 | [samples](/samples/collections/) 56 | 57 | #### Base collections request 58 | [sample](/samples/collections/collections.json) | [formatted](/samples/collections/collections-formatted.json) 59 | 60 | https://api.govinfo.gov/collections?api_key=DEMO_KEY 61 | 62 | This request will provide a json list of the collections available within our system, including a `collectionCode`, `collectionName`, `packageCount`, and `granuleCount` (as applicable). All json response are returned in a minified format. 63 | 64 | #### Collection update 65 | 66 | The following request allows you to specify a collection and get a list of packageIds that have been added or modified within the specified time period. `collectionCode` and `lastModifiedStartDate` are required, as is `pageSize`. Optionally, you can include the `lastModifiedEndDate`. `pageSize` is limited to 1000 results. 67 | 68 | For `offsetMark`, start with `offsetMark=*` - the API will respond with the correct offsetMark for the next page as part of the `nextPage` key. 69 | 70 | ##### lastModifiedStartDate/lastModifiedEndDate usage 71 | `lastModifiedStartDate` and `lastModifiedEndDate` are parameters used to search against the `lastModified` value for the individual packages. This represents the time that this package was added or updated - equivalent to the value listed in the sitemaps. It is not the equivalent to Date Published, Date Issued, or Date Ingested in MODS. 72 | 73 | ##### Congressional Bills with lastModifiedStartDate only (BILLS) 74 | [sample](/samples/collections/BILLS-sample.json) | [formatted](/samples/collections/BILLS-sample-formatted.json) 75 | 76 | https://api.govinfo.gov/collections/BILLS/2023-01-01T00:00:00Z/?offsetMark=*&pageSize=100&api_key=DEMO_KEY 77 | 78 | ##### Congressional Bills with lastModifiedEndDate 79 | [sample](/samples/collections/BILLS-sample-endDate.json) | [formatted](/samples/collections/BILLS-sample-endDate-formatted.json) 80 | 81 | https://api.govinfo.gov/collections/BILLS/2022-07-03T00:00:00Z/2018-07-10T23:59:59Z?offsetMark=*&pageSize=150&api_key=DEMO_KEY 82 | 83 | ##### Congressional Record (CREC) 84 | [sample](/samples/collections/CREC-sample.json) | [formatted](/samples/collections/CREC-sample-formatted.json) 85 | 86 | https://api.govinfo.gov/collections/CREC/2023-01-01T00:00:00Z?offsetMark=*&pageSize=10&api_key=DEMO_KEY 87 | 88 | ##### United States Court Opinions (USCOURTS) 89 | [sample](/samples/collections/USCOURTS-sample.json) | [formatted](/samples/collections/USCOURTS-sample-formatted.json) 90 | 91 | https://api.govinfo.gov/collections/USCOURTS/2023-04-03T00:00:00Z?offsetMark=*&pageSize=25&api_key=DEMO_KEY 92 | 93 | ### Published Service 94 | 95 | This is similar to the _collections_ service in that it provides users with an easy way to get a list of packages by date. The **difference** is that this service provides packages based on dateIssued -- this generally corresponds to the publication date of the content itself, rather than the govinfo system update time for a publication. 96 | 97 | #### Format 98 | 99 | https:// api.govinfo.gov/published/`dateIssuedStartDate`/`dateIssuedEndDate`?offsetMark=`startingRecord`&pageSize=`number of records in call`&collection=`comma-separated list of values`&api_key=`your api.data.gov api key` 100 | 101 | #### Examples 102 | 103 | BILLS issued between January and July 2019: 104 | https://api.govinfo.gov/published/2019-01-01/2019-07-31?offsetMark=*&pageSize=100&collection=BILLS&api_key=DEMO_KEY 105 | 106 | Federal Register and CFR packages in 2019: 107 | https://api.govinfo.gov/published/2019-01-01/2019-12-31?offset=*&pageSize=100&collection=CFR,FR&modifiedSince=2020-01-01T00:00:00&api_key=DEMO_KEY 108 | 109 | 110 | #### Required parameters 111 | - `dateIssuedStartDate`: the earliest package you are requesting by dateIssued – YYYY-MM-DD 112 | - `offsetMark`: starting record. The initial request should always be `*`, and the API will provide the correct offsetMark value for the next page's information in the `nextPage` key. 113 | - **Note:** offsetMark effectively replaces the `offset` parameter. The advantage of the the `offsetMark` is that it allows traversals of the results past the first 10,000 recors 114 | - `pageSize`: number of records to return per request (e.g. 10) 115 | - `collection`: comma-separated list of collections that you are requesting, e.g. https://api.govinfo.gov/published/2019-01-01/2019-12-31?offset=0&pageSize=100&collection=BILLS,BILLSTATUS&api_key=DEMO_KEY - see [/collections](https://api.govinfo.gov/collections?api_key=DEMO_KEY) for a list of collections by code and human-readable name. 116 | 117 | #### Optional parameters: 118 | - `dateIssuedEndDate`: the latest package you are requesting by dateIssued – YYYY-MM-DD 119 | - `docClass`: Filter the results by overarching collection-specific categories. The values vary from collection to collection. For example, docClass in BILLS corresponds with Bill Type --e.g. s, hr, hres, sconres. CREC (the Congressional Record) has docClass by CREC section: HOUSE, SENATE, DIGEST, and EXTENSIONS 120 | - `congress`: congress number (e.g. “116”) 121 | - `modifiedSince`: equivalent to the startDate parameter in the collections service which is based on lastModified– allows you to request only packages that have been modified since a given date/time – useful for tracking updates. Requires ISO 8601 format -- e.g. 2020-02-28T00:00:00Z 122 | 123 | ### Related service 124 | The related service allows users to identify and retrieve content and metadata about related content within govinfo based on an access ID. This feature will continue to evolve as we implement additional relationships. 125 | 126 | Pattern: `https://api.govinfo.gov/related/accessId`
127 | Example: https://api.govinfo.gov/related/BILLS-116hr748enr?api_key=DEMO_KEY 128 | 129 | This will return a list of relationships, which then can be followed to return specific documents, with relevant high-level metadata, e.g.: 130 | 131 | https://api.govinfo.gov/related/BILLS-116hr748enr/BILLS?api_key=DEMO_KEY 132 | 133 | 134 | 135 | #### Available relationships 136 | 137 | From BILLS, BILLSTATUS, or PLAW packageIds: 138 | - Related Bill Versions (BILLS) 139 | - Bill History (HOB) 140 | - Presidential Signing Statements and Remarks (CPD) 141 | - Public and Private Laws (PLAW) 142 | - Congressional Committee Prints 143 | - Congressional Reports 144 | - U.S. Code References 145 | - Statutes at Large References 146 | 147 | From FR documents: 148 | - Related FR documents by Regulation Identifier Number (RIN) 149 | - Code of Federal Regulations Citations 150 | 151 | From CHRG: 152 | - Related Hearings - often parts or errata 153 | 154 | ### Search Service 155 | 156 | The Search Service allows for programmatic requests against the GovInfo search engine to return results similar to the results on the GovInfo user interface. 157 | 158 | This requires a POST request. For easy examples, download [Postman](https://www.postman.com/downloads/) and import the [Postman collection here](https://github.com/usgpo/api/tree/main/samples/search/search-service.postman_collection.json.postman) 159 | 160 | Here is a sample cURL request to the Search Service 161 | ```curlrc 162 | curl --location 'https://api.govinfo.gov/search' \ 163 | --data '{ 164 | "query":"collection:(USCOURTS) and naturesuit:(Securities, Commodities, Exchange) courttype:appellate", 165 | "pageSize":"100", 166 | "offsetMark":"*", 167 | "sorts":[ 168 | { 169 | "field":"score", 170 | "sortOrder":"DESC" 171 | } 172 | ] 173 | }' 174 | ``` 175 | 176 | For an overview, see the [Search Service Overview](https://www.govinfo.gov/features/search-service-overview) page on GovInfo. 177 | 178 | **Note:** This service is currently a **Public Preview** prior to reaching full production status. If you have feedback or enhancement requests, please [create a new issue](https://github.com/usgpo/api/issues/new) and describe your goals. 179 | 180 | ### Recommended sorts.field parameters 181 | Currently, we are supporting the following fields for sorting - we will be making updates in the future to clarify this, but we do not plan on breaking the values listed below: 182 | | field | sortOrder options |UI Equivalent|Note| 183 | | ------------- | ------------- |------------- |------------- | 184 | | score | DESC |Relevance|relevance as determined by the search engine, use of ASC is not allowed| 185 | | publishdate | ASC,DESC |Date Old to New/New to Old|| 186 | | lastModified | ASC,DESC | N/A |sorts based on most recent add/update in GovInfo| 187 | | title | ASC,DESC| Alphabetical(Z-A)/Alphabetical(A-Z)| | 188 | 189 | ## Retrieval-focused endpoints 190 | 191 | The following endpoints are most frequently used after discovering results via one of the Discovery-focused endpoints. 192 | ### Packages Service 193 | [samples](/samples/packages/) 194 | 195 | This service allows you to specify a **govinfo** `packageId` and retrieve available forms of content and metadata. A `/summary` json response is available that includes links and basic metadata about the package - generally equivalent to the information available on the details page for that package. 196 | 197 | From the summary, you can get access to all available content and metadata formats for a package. Here is a sample download section for the BILLS-115hr1625enr example below, including a link to the related Billstatus package: 198 | 199 | ```json 200 | "download": { 201 | "txtLink": "https://api.govinfo.gov/packages/BILLS-115hr1625enr/htm", 202 | "xmlLink": "https://api.govinfo.gov/packages/BILLS-115hr1625enr/xml", 203 | "pdfLink": "https://api.govinfo.gov/packages/BILLS-115hr1625enr/pdf", 204 | "modsLink": "https://api.govinfo.gov/packages/BILLS-115hr1625enr/mods", 205 | "premisLink": "https://api.govinfo.gov/packages/BILLS-115hr1625enr/premis", 206 | "zipLink": "https://api.govinfo.gov/packages/BILLS-115hr1625enr/zip" 207 | }, 208 | "related": { 209 | "billStatusLink": "https://www.govinfo.gov/bulkdata/BILLSTATUS/115/hr/BILLSTATUS-115hr1625.xml" 210 | }, 211 | ``` 212 | 213 | Note that for some packages, zip files are generated upon request, so you may receive a HTTP503 response with a Retry-After header indicating a number of seconds to wait before checking back for the generated zip file. A message body with the following will also appear: 214 | 215 | ```json 216 | {"message":"Generating ZIP file. Please retry your request again after 30 seconds"} 217 | ``` 218 | 219 | See [Errors Messages](#error-messages) 220 | 221 | #### Congressional Bills (BILLS) 222 | [sample](/samples/packages/BILLS-115hr1625enr-summary.json) | [formatted](/samples/packages/BILLS-115hr1625enr-summary-formatted.json) 223 | 224 | https://api.govinfo.gov/packages/BILLS-115hr1625enr/summary?api_key=DEMO_KEY 225 | 226 | #### Congressional Record (CREC) 227 | [sample](/samples/packages/CREC-2018-01-03-summary.json) | [formatted](/samples/packages/CREC-2018-01-03-summary-formatted.json) 228 | 229 | https://api.govinfo.gov/packages/CREC-2018-01-03/summary?api_key=DEMO_KEY 230 | 231 | #### Federal Register (FR) 232 | [sample](/samples/packages/FR-2018-04-12-summary.json) | [formatted](/samples/packages/FR-2018-04-12-summary-formatted.json) 233 | 234 | https://api.govinfo.gov/packages/FR-2018-04-12/summary?api_key=DEMO_KEY 235 | 236 | ### Granules Service 237 | 238 | You can also get a list of available granules for a specified package by adding `/granules`, `offsetMark` and `pageSize` 239 | 240 | #### Congressional Hearings (CHRG) 241 | [sample](/samples/packages/granules/CHRG-107shrg82483-granules.json) | [formatted](/samples/packages/granules/CHRG-107shrg82483-granules.json) 242 | 243 | https://api.govinfo.gov/packages/CHRG-107shrg82483/granules?offsetMark=*&pageSize=10&api_key=DEMO_KEY 244 | 245 | #### Congressional Record (CREC) 246 | [sample](/samples/packages/granules/CREC-2018-01-03-granules.json) | [formatted](/samples/packages/granules/CREC-2018-01-03-granules.json) 247 | 248 | https://api.govinfo.gov/packages/CREC-2018-01-03/granules?offsetMark=*&pageSize=100&api_key=DEMO_KEY 249 | 250 | #### Federal Register (FR) 251 | [sample](/samples/packages/granules/FR-2018-04-12-granules.json) | [formatted](/samples/packages/granules/CREC-2018-01-03-granules.json) 252 | 253 | https://api.govinfo.gov/packages/FR-2018-04-12/granules?offsetMark=0&pageSize=100&api_key=DEMO_KEY 254 | 255 | This provides a list of titles, granuleIds and links to the granule summary, where you can access all available content and metadata formats, including the zip. 256 | 257 | #### Granules Summary 258 | 259 | Similar to the package summary, you can retrieve a json summary for any granule, which will return basic metadata as well as links to all available content and metadata. 260 | 261 | ##### Congressional Record (CREC) 262 | [sample](/samples/packages/granules/CREC-2018-03-01-pt1-PgD211-granule-summary.json) | [formatted](/samples/packages/granules/CREC-2018-03-01-pt1-PgD211-granule-summary-formatted.json) 263 | 264 | https://api.govinfo.gov/packages/CREC-2018-07-10/granules/CREC-2018-07-10-pt1-PgD782/summary?api_key=DEMO_KEY 265 | 266 | ##### Federal Register (FR) 267 | [sample](/samples/packages/granules/FR-2018-04-12_2018-07777-granule-summary.json) | [formatted](/samples/packages/granules/FR-2018-04-12_2018-07777-granule-summary-formatted.json) 268 | 269 | https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07777/summary?api_key=DEMO_KEY 270 | 271 | A number of collections have specific additional collection-specific metadata values included in the API response, such as social media information in the CDIR collection. Here are some examples: 272 | 273 | ##### Congressional Directory (CDIR) 274 | 275 | https://api.govinfo.gov/packages/CDIR-2018-10-29/granules/CDIR-2018-10-29-DE-S-2/summary?api_key=DEMO_KEY 276 | 277 | https://api.govinfo.gov/packages/CDIR-2018-10-29/granules/CDIR-2018-10-29-AL-H-6/summary?api_key=DEMO_KEY 278 | 279 | https://api.govinfo.gov/packages/CDIR-2018-10-29/granules/CDIR-2018-10-29-CA-H-33/summary?api_key=DEMO_KEY 280 | 281 | https://api.govinfo.gov/packages/CDIR-2018-10-29/granules/CDIR-2018-10-29-ME-S-1/summary?api_key=DEMO_KEY 282 | 283 | ## Error Messages 284 | 285 | Occasionally, the API will return a non-200 response. Here is an explanation of some typical error codes: 286 | 287 | ### 503 for granule MODS or ZIP requests 288 | 289 | The govinfo system generally caches granule MODS and ZIP files based on requests from users. Sometimes a user will generate the first request for a given package or granule and the ZIP or MODS file is not in the cache. In this case, the system will inform the requester that the file is being regenerated. AS part of this response, the system will also return a `Retry-After` header with a value of `30`, indicating that users should retry the request in 30 seconds. 290 | 291 | Sometimes the process for generating the MODS or ZIP file will take longer than that 30 seconds. In this case, the system will again send the same 503 message with another `Retry-After` header until the file is available. 292 | 293 | There are some collections where the MODS and ZIP files are automatically pre-cached, but these caches are refreshed continually, resulting in older cached files being removed in an attempt to balance performance with storage concerns. 294 | 295 | 296 | ### 429 Over Rate limit 297 | 298 | The govinfo API has a rate limit on it to prevent usage from a single user from overtaxing our resources and impacting requests from other users. This should be generally high enough to meet most users needs. 299 | 300 | Requests to the govinfo API will return the following headers to indicate the overall rate limit and time remaining. The following example is for the DEMO_KEY: 301 | 302 | ``` 303 | X-RateLimit-Limit: 40 304 | X-RateLimit-Remaining: 39 305 | ``` 306 | 307 | Regular user keys have a higher default limit. 308 | 309 | ### 401 Unauthorized - API_KEY_MISSING 310 | 311 | Getting this means that the request didn't include an API key. See [Keys](#keys) above to get a key and learn how to use the API. You can use the DEMO_KEY as a temporary solution, but this has a lower limit. Getting a key for api.govinfo.gov also grants you access to a number of other [Federal APIs](https://api.data.gov/docs/) 312 | 313 | -------------------------------------------------------------------------------- /samples/collections/BILLS-sample-endDate-formatted.json: -------------------------------------------------------------------------------- 1 | { 2 | "count": 197565, 3 | "message": null, 4 | "nextPage": "https://api.govinfo.gov/collections/BILLS/2018-04-03T00:00:00Z/2018-04-03T23:59:59Z?offset=300&pageSize=150", 5 | "previousPage": "https://api.govinfo.gov/collections/BILLS/2018-04-03T00:00:00Z/2018-04-03T23:59:59Z?offset=0&pageSize=150", 6 | "packages": [{ 7 | "packageId": "BILLS-115hres765ih", 8 | "lastModified": "2018-04-03T11:25:34Z", 9 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hres765ih/summary" 10 | }, { 11 | "packageId": "BILLS-115s2501is", 12 | "lastModified": "2018-04-03T11:37:02Z", 13 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2501is/summary" 14 | }, { 15 | "packageId": "BILLS-115hr4646rfs", 16 | "lastModified": "2018-04-03T11:42:30Z", 17 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr4646rfs/summary" 18 | }, { 19 | "packageId": "BILLS-115hr5172ih", 20 | "lastModified": "2018-04-03T11:31:25Z", 21 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5172ih/summary" 22 | }, { 23 | "packageId": "BILLS-115hr2673eh", 24 | "lastModified": "2018-04-03T11:09:17Z", 25 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr2673eh/summary" 26 | }, { 27 | "packageId": "BILLS-115s2494is", 28 | "lastModified": "2018-04-03T11:39:57Z", 29 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2494is/summary" 30 | }, { 31 | "packageId": "BILLS-115hr5162ih", 32 | "lastModified": "2018-04-03T11:19:46Z", 33 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5162ih/summary" 34 | }, { 35 | "packageId": "BILLS-115hr5155ih", 36 | "lastModified": "2018-04-03T11:14:13Z", 37 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5155ih/summary" 38 | }, { 39 | "packageId": "BILLS-115s2372rfh", 40 | "lastModified": "2018-04-03T11:41:27Z", 41 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2372rfh/summary" 42 | }, { 43 | "packageId": "BILLS-115sres422ats", 44 | "lastModified": "2018-04-03T11:09:34Z", 45 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115sres422ats/summary" 46 | }, { 47 | "packageId": "BILLS-115hr5152ih", 48 | "lastModified": "2018-04-03T11:31:53Z", 49 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5152ih/summary" 50 | }, { 51 | "packageId": "BILLS-115hr5139ih", 52 | "lastModified": "2018-04-03T11:37:29Z", 53 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5139ih/summary" 54 | }, { 55 | "packageId": "BILLS-115hr5144ih", 56 | "lastModified": "2018-04-03T11:25:24Z", 57 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5144ih/summary" 58 | }, { 59 | "packageId": "BILLS-115hr5141ih", 60 | "lastModified": "2018-04-03T11:15:00Z", 61 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5141ih/summary" 62 | }, { 63 | "packageId": "BILLS-115hr5143ih", 64 | "lastModified": "2018-04-03T11:28:31Z", 65 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5143ih/summary" 66 | }, { 67 | "packageId": "BILLS-115sjres53es", 68 | "lastModified": "2018-04-03T11:31:29Z", 69 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115sjres53es/summary" 70 | }, { 71 | "packageId": "BILLS-115s2464pcs", 72 | "lastModified": "2018-04-03T11:14:54Z", 73 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2464pcs/summary" 74 | }, { 75 | "packageId": "BILLS-115s2474is", 76 | "lastModified": "2018-04-03T11:14:42Z", 77 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2474is/summary" 78 | }, { 79 | "packageId": "BILLS-115hr5153ih", 80 | "lastModified": "2018-04-03T11:10:23Z", 81 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5153ih/summary" 82 | }, { 83 | "packageId": "BILLS-115sres419ats", 84 | "lastModified": "2018-04-03T11:28:30Z", 85 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115sres419ats/summary" 86 | }, { 87 | "packageId": "BILLS-115hr5145ih", 88 | "lastModified": "2018-04-03T11:21:00Z", 89 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5145ih/summary" 90 | }, { 91 | "packageId": "BILLS-115s2484is", 92 | "lastModified": "2018-04-03T11:36:02Z", 93 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2484is/summary" 94 | }, { 95 | "packageId": "BILLS-115s2248es", 96 | "lastModified": "2018-04-03T11:38:10Z", 97 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2248es/summary" 98 | }, { 99 | "packageId": "BILLS-115s2489is", 100 | "lastModified": "2018-04-03T11:42:11Z", 101 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2489is/summary" 102 | }, { 103 | "packageId": "BILLS-115s2485is", 104 | "lastModified": "2018-04-03T11:31:32Z", 105 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2485is/summary" 106 | }, { 107 | "packageId": "BILLS-115hr5149ih", 108 | "lastModified": "2018-04-03T11:43:38Z", 109 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5149ih/summary" 110 | }, { 111 | "packageId": "BILLS-115hres759eh", 112 | "lastModified": "2018-04-03T11:42:07Z", 113 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hres759eh/summary" 114 | }, { 115 | "packageId": "BILLS-115hr5102ih", 116 | "lastModified": "2018-04-03T11:11:40Z", 117 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5102ih/summary" 118 | }, { 119 | "packageId": "BILLS-115s2458is", 120 | "lastModified": "2018-04-03T11:47:25Z", 121 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2458is/summary" 122 | }, { 123 | "packageId": "BILLS-115hres752ih", 124 | "lastModified": "2018-04-03T11:45:57Z", 125 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hres752ih/summary" 126 | }, { 127 | "packageId": "BILLS-115hr146rh", 128 | "lastModified": "2018-04-03T11:39:55Z", 129 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr146rh/summary" 130 | }, { 131 | "packageId": "BILLS-115hres758ih", 132 | "lastModified": "2018-04-03T11:35:54Z", 133 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hres758ih/summary" 134 | }, { 135 | "packageId": "BILLS-115s2463is", 136 | "lastModified": "2018-04-03T11:25:00Z", 137 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2463is/summary" 138 | }, { 139 | "packageId": "BILLS-115hr5127ih", 140 | "lastModified": "2018-04-03T11:24:34Z", 141 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5127ih/summary" 142 | }, { 143 | "packageId": "BILLS-115hr5131ih", 144 | "lastModified": "2018-04-03T11:27:59Z", 145 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5131ih/summary" 146 | }, { 147 | "packageId": "BILLS-115hr5120ih", 148 | "lastModified": "2018-04-03T11:27:37Z", 149 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5120ih/summary" 150 | }, { 151 | "packageId": "BILLS-115sjres52is", 152 | "lastModified": "2018-04-03T11:20:21Z", 153 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115sjres52is/summary" 154 | }, { 155 | "packageId": "BILLS-115hr5101ih", 156 | "lastModified": "2018-04-03T11:14:58Z", 157 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5101ih/summary" 158 | }, { 159 | "packageId": "BILLS-115s2467is", 160 | "lastModified": "2018-04-03T11:20:18Z", 161 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2467is/summary" 162 | }, { 163 | "packageId": "BILLS-115sjres54is", 164 | "lastModified": "2018-04-03T11:34:31Z", 165 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115sjres54is/summary" 166 | }, { 167 | "packageId": "BILLS-115hr767eh", 168 | "lastModified": "2018-04-03T11:10:27Z", 169 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr767eh/summary" 170 | }, { 171 | "packageId": "BILLS-115hr5091ih", 172 | "lastModified": "2018-04-03T11:07:22Z", 173 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5091ih/summary" 174 | }, { 175 | "packageId": "BILLS-115s1884rs", 176 | "lastModified": "2018-04-03T11:27:34Z", 177 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s1884rs/summary" 178 | }, { 179 | "packageId": "BILLS-115hres443eh", 180 | "lastModified": "2018-04-03T11:20:15Z", 181 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hres443eh/summary" 182 | }, { 183 | "packageId": "BILLS-115hr5122ih", 184 | "lastModified": "2018-04-03T11:09:04Z", 185 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5122ih/summary" 186 | }, { 187 | "packageId": "BILLS-115hr5099ih", 188 | "lastModified": "2018-04-03T11:07:24Z", 189 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5099ih/summary" 190 | }, { 191 | "packageId": "BILLS-115hres754ih", 192 | "lastModified": "2018-04-03T11:40:22Z", 193 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hres754ih/summary" 194 | }, { 195 | "packageId": "BILLS-115hr5103ih", 196 | "lastModified": "2018-04-03T11:39:35Z", 197 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5103ih/summary" 198 | }, { 199 | "packageId": "BILLS-115sres414is", 200 | "lastModified": "2018-04-03T11:15:35Z", 201 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115sres414is/summary" 202 | }, { 203 | "packageId": "BILLS-115sconres35ats", 204 | "lastModified": "2018-04-03T11:21:45Z", 205 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115sconres35ats/summary" 206 | }, { 207 | "packageId": "BILLS-115s2454is", 208 | "lastModified": "2018-04-03T11:30:34Z", 209 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2454is/summary" 210 | }, { 211 | "packageId": "BILLS-115sconres35es", 212 | "lastModified": "2018-04-03T11:30:12Z", 213 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115sconres35es/summary" 214 | }, { 215 | "packageId": "BILLS-115hres753ih", 216 | "lastModified": "2018-04-03T11:35:47Z", 217 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hres753ih/summary" 218 | }, { 219 | "packageId": "BILLS-115s2460is", 220 | "lastModified": "2018-04-03T11:34:38Z", 221 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2460is/summary" 222 | }, { 223 | "packageId": "BILLS-115hres750ih", 224 | "lastModified": "2018-04-03T11:39:23Z", 225 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hres750ih/summary" 226 | }, { 227 | "packageId": "BILLS-115hr5095ih", 228 | "lastModified": "2018-04-03T11:39:52Z", 229 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5095ih/summary" 230 | }, { 231 | "packageId": "BILLS-115hres751ih", 232 | "lastModified": "2018-04-03T11:27:25Z", 233 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hres751ih/summary" 234 | }, { 235 | "packageId": "BILLS-115hr5085ih", 236 | "lastModified": "2018-04-03T11:22:37Z", 237 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5085ih/summary" 238 | }, { 239 | "packageId": "BILLS-115hr5096ih", 240 | "lastModified": "2018-04-03T11:26:27Z", 241 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5096ih/summary" 242 | }, { 243 | "packageId": "BILLS-115hres748rh", 244 | "lastModified": "2018-04-03T11:32:13Z", 245 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hres748rh/summary" 246 | }, { 247 | "packageId": "BILLS-115hr5092ih", 248 | "lastModified": "2018-04-03T11:46:46Z", 249 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5092ih/summary" 250 | }, { 251 | "packageId": "BILLS-115hr5089ih", 252 | "lastModified": "2018-04-03T11:43:45Z", 253 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5089ih/summary" 254 | }, { 255 | "packageId": "BILLS-115hr5080ih", 256 | "lastModified": "2018-04-03T11:09:18Z", 257 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5080ih/summary" 258 | }, { 259 | "packageId": "BILLS-115hr5084ih", 260 | "lastModified": "2018-04-03T11:46:36Z", 261 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5084ih/summary" 262 | }, { 263 | "packageId": "BILLS-115hconres107eh", 264 | "lastModified": "2018-04-03T11:35:13Z", 265 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hconres107eh/summary" 266 | }, { 267 | "packageId": "BILLS-115hr5083ih", 268 | "lastModified": "2018-04-03T11:14:10Z", 269 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5083ih/summary" 270 | }, { 271 | "packageId": "BILLS-115hr5078ih", 272 | "lastModified": "2018-04-03T11:46:17Z", 273 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5078ih/summary" 274 | }, { 275 | "packageId": "BILLS-115hr5081ih", 276 | "lastModified": "2018-04-03T11:42:22Z", 277 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5081ih/summary" 278 | }, { 279 | "packageId": "BILLS-115hr4529rh", 280 | "lastModified": "2018-04-03T11:33:34Z", 281 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr4529rh/summary" 282 | }, { 283 | "packageId": "BILLS-115hr5070ih", 284 | "lastModified": "2018-04-03T11:10:06Z", 285 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5070ih/summary" 286 | }, { 287 | "packageId": "BILLS-115hr4465rh", 288 | "lastModified": "2018-04-03T11:46:35Z", 289 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr4465rh/summary" 290 | }, { 291 | "packageId": "BILLS-115hres742ih", 292 | "lastModified": "2018-04-03T11:38:15Z", 293 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hres742ih/summary" 294 | }, { 295 | "packageId": "BILLS-115s2246rfh", 296 | "lastModified": "2018-04-03T11:31:31Z", 297 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2246rfh/summary" 298 | }, { 299 | "packageId": "BILLS-115hr1220rh", 300 | "lastModified": "2018-04-03T11:16:10Z", 301 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr1220rh/summary" 302 | }, { 303 | "packageId": "BILLS-115hr3225rh", 304 | "lastModified": "2018-04-03T11:08:50Z", 305 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr3225rh/summary" 306 | }, { 307 | "packageId": "BILLS-115hr5063ih", 308 | "lastModified": "2018-04-03T11:12:02Z", 309 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5063ih/summary" 310 | }, { 311 | "packageId": "BILLS-115sres411is", 312 | "lastModified": "2018-04-03T11:46:18Z", 313 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115sres411is/summary" 314 | }, { 315 | "packageId": "BILLS-115hr5054ih", 316 | "lastModified": "2018-04-03T11:45:03Z", 317 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5054ih/summary" 318 | }, { 319 | "packageId": "BILLS-115s2436is", 320 | "lastModified": "2018-04-03T11:33:30Z", 321 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2436is/summary" 322 | }, { 323 | "packageId": "BILLS-115hr5045ih", 324 | "lastModified": "2018-04-03T11:35:52Z", 325 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5045ih/summary" 326 | }, { 327 | "packageId": "BILLS-115hr294rs", 328 | "lastModified": "2018-04-03T11:38:17Z", 329 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr294rs/summary" 330 | }, { 331 | "packageId": "BILLS-115hr3978rfs", 332 | "lastModified": "2018-04-03T11:30:54Z", 333 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr3978rfs/summary" 334 | }, { 335 | "packageId": "BILLS-115hr5062ih", 336 | "lastModified": "2018-04-03T11:31:41Z", 337 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5062ih/summary" 338 | }, { 339 | "packageId": "BILLS-115hr2672rs", 340 | "lastModified": "2018-04-03T11:13:59Z", 341 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr2672rs/summary" 342 | }, { 343 | "packageId": "BILLS-115sres412is", 344 | "lastModified": "2018-04-03T11:28:21Z", 345 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115sres412is/summary" 346 | }, { 347 | "packageId": "BILLS-115hr1208rs", 348 | "lastModified": "2018-04-03T11:18:51Z", 349 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr1208rs/summary" 350 | }, { 351 | "packageId": "BILLS-115hres744ih", 352 | "lastModified": "2018-04-03T11:21:47Z", 353 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hres744ih/summary" 354 | }, { 355 | "packageId": "BILLS-115hr5069ih", 356 | "lastModified": "2018-04-03T11:44:08Z", 357 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5069ih/summary" 358 | }, { 359 | "packageId": "BILLS-115hr5025ih", 360 | "lastModified": "2018-04-03T11:47:06Z", 361 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5025ih/summary" 362 | }, { 363 | "packageId": "BILLS-115hr5018ih", 364 | "lastModified": "2018-04-03T11:13:13Z", 365 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5018ih/summary" 366 | }, { 367 | "packageId": "BILLS-115hr4377rfs", 368 | "lastModified": "2018-04-03T11:16:30Z", 369 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr4377rfs/summary" 370 | }, { 371 | "packageId": "BILLS-115hr5051ih", 372 | "lastModified": "2018-04-03T11:48:31Z", 373 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5051ih/summary" 374 | }, { 375 | "packageId": "BILLS-115hr5060ih", 376 | "lastModified": "2018-04-03T11:09:11Z", 377 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5060ih/summary" 378 | }, { 379 | "packageId": "BILLS-115s2446is", 380 | "lastModified": "2018-04-03T11:07:15Z", 381 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2446is/summary" 382 | }, { 383 | "packageId": "BILLS-115sres408is", 384 | "lastModified": "2018-04-03T11:40:02Z", 385 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115sres408is/summary" 386 | }, { 387 | "packageId": "BILLS-115hr5032ih", 388 | "lastModified": "2018-04-03T11:15:49Z", 389 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5032ih/summary" 390 | }, { 391 | "packageId": "BILLS-115hr5039ih", 392 | "lastModified": "2018-04-03T11:16:01Z", 393 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5039ih/summary" 394 | }, { 395 | "packageId": "BILLS-115hr5034ih", 396 | "lastModified": "2018-04-03T11:21:06Z", 397 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5034ih/summary" 398 | }, { 399 | "packageId": "BILLS-115hr5041ih", 400 | "lastModified": "2018-04-03T11:27:23Z", 401 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5041ih/summary" 402 | }, { 403 | "packageId": "BILLS-115s2440is", 404 | "lastModified": "2018-04-03T11:28:02Z", 405 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2440is/summary" 406 | }, { 407 | "packageId": "BILLS-115hr5037ih", 408 | "lastModified": "2018-04-03T11:18:16Z", 409 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5037ih/summary" 410 | }, { 411 | "packageId": "BILLS-115s2433is", 412 | "lastModified": "2018-04-03T11:23:09Z", 413 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2433is/summary" 414 | }, { 415 | "packageId": "BILLS-115hr5042ih", 416 | "lastModified": "2018-04-03T11:19:27Z", 417 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5042ih/summary" 418 | }, { 419 | "packageId": "BILLS-115hr5038ih", 420 | "lastModified": "2018-04-03T11:36:09Z", 421 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5038ih/summary" 422 | }, { 423 | "packageId": "BILLS-115s2441is", 424 | "lastModified": "2018-04-03T11:35:23Z", 425 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2441is/summary" 426 | }, { 427 | "packageId": "BILLS-115s2431is", 428 | "lastModified": "2018-04-03T11:41:51Z", 429 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2431is/summary" 430 | }, { 431 | "packageId": "BILLS-115hr1207rs", 432 | "lastModified": "2018-04-03T11:32:37Z", 433 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr1207rs/summary" 434 | }, { 435 | "packageId": "BILLS-115hr5049ih", 436 | "lastModified": "2018-04-03T11:44:15Z", 437 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5049ih/summary" 438 | }, { 439 | "packageId": "BILLS-115s2418is", 440 | "lastModified": "2018-04-03T11:39:26Z", 441 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2418is/summary" 442 | }, { 443 | "packageId": "BILLS-115hr5001ih", 444 | "lastModified": "2018-04-03T11:36:29Z", 445 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5001ih/summary" 446 | }, { 447 | "packageId": "BILLS-115hr4377eh", 448 | "lastModified": "2018-04-03T11:14:52Z", 449 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr4377eh/summary" 450 | }, { 451 | "packageId": "BILLS-115s96enr", 452 | "lastModified": "2018-04-03T11:22:34Z", 453 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s96enr/summary" 454 | }, { 455 | "packageId": "BILLS-115hr3397eh", 456 | "lastModified": "2018-04-03T11:28:26Z", 457 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr3397eh/summary" 458 | }, { 459 | "packageId": "BILLS-115hr3542eh", 460 | "lastModified": "2018-04-03T11:10:58Z", 461 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr3542eh/summary" 462 | }, { 463 | "packageId": "BILLS-115s2427is", 464 | "lastModified": "2018-04-03T11:24:03Z", 465 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2427is/summary" 466 | }, { 467 | "packageId": "BILLS-115hr5026ih", 468 | "lastModified": "2018-04-03T11:24:34Z", 469 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5026ih/summary" 470 | }, { 471 | "packageId": "BILLS-115hr5015ih", 472 | "lastModified": "2018-04-03T11:35:46Z", 473 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5015ih/summary" 474 | }, { 475 | "packageId": "BILLS-115hr5016ih", 476 | "lastModified": "2018-04-03T11:36:37Z", 477 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5016ih/summary" 478 | }, { 479 | "packageId": "BILLS-115hr5029ih", 480 | "lastModified": "2018-04-03T11:34:09Z", 481 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5029ih/summary" 482 | }, { 483 | "packageId": "BILLS-115s2286rs", 484 | "lastModified": "2018-04-03T11:31:12Z", 485 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2286rs/summary" 486 | }, { 487 | "packageId": "BILLS-115hr1625rs", 488 | "lastModified": "2018-04-03T11:24:19Z", 489 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr1625rs/summary" 490 | }, { 491 | "packageId": "BILLS-115s2415is", 492 | "lastModified": "2018-04-03T11:28:21Z", 493 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2415is/summary" 494 | }, { 495 | "packageId": "BILLS-115hr4533eh", 496 | "lastModified": "2018-04-03T11:39:25Z", 497 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr4533eh/summary" 498 | }, { 499 | "packageId": "BILLS-115sres405is", 500 | "lastModified": "2018-04-03T11:16:07Z", 501 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115sres405is/summary" 502 | }, { 503 | "packageId": "BILLS-115hr5009ih", 504 | "lastModified": "2018-04-03T11:30:16Z", 505 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5009ih/summary" 506 | }, { 507 | "packageId": "BILLS-115sres404is", 508 | "lastModified": "2018-04-03T11:46:40Z", 509 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115sres404is/summary" 510 | }, { 511 | "packageId": "BILLS-115hr4377rh", 512 | "lastModified": "2018-04-03T11:32:38Z", 513 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr4377rh/summary" 514 | }, { 515 | "packageId": "BILLS-115hr5003ih", 516 | "lastModified": "2018-04-03T11:44:14Z", 517 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5003ih/summary" 518 | }, { 519 | "packageId": "BILLS-115sres403ats", 520 | "lastModified": "2018-04-03T11:21:35Z", 521 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115sres403ats/summary" 522 | }, { 523 | "packageId": "BILLS-115hr535rs", 524 | "lastModified": "2018-04-03T11:20:08Z", 525 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr535rs/summary" 526 | }, { 527 | "packageId": "BILLS-115hr1153rfs", 528 | "lastModified": "2018-04-03T11:37:31Z", 529 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr1153rfs/summary" 530 | }, { 531 | "packageId": "BILLS-115hr1892enr", 532 | "lastModified": "2018-04-03T11:46:31Z", 533 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr1892enr/summary" 534 | }, { 535 | "packageId": "BILLS-115s2410is", 536 | "lastModified": "2018-04-03T11:38:07Z", 537 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2410is/summary" 538 | }, { 539 | "packageId": "BILLS-115hr4982ih", 540 | "lastModified": "2018-04-03T11:34:01Z", 541 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr4982ih/summary" 542 | }, { 543 | "packageId": "BILLS-115hr4994ih", 544 | "lastModified": "2018-04-03T11:42:43Z", 545 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr4994ih/summary" 546 | }, { 547 | "packageId": "BILLS-115s2404is", 548 | "lastModified": "2018-04-03T11:25:09Z", 549 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2404is/summary" 550 | }, { 551 | "packageId": "BILLS-115hr4978ih", 552 | "lastModified": "2018-04-03T11:28:31Z", 553 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr4978ih/summary" 554 | }, { 555 | "packageId": "BILLS-115s2412is", 556 | "lastModified": "2018-04-03T11:21:11Z", 557 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2412is/summary" 558 | }, { 559 | "packageId": "BILLS-115s2402is", 560 | "lastModified": "2018-04-03T11:21:22Z", 561 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2402is/summary" 562 | }, { 563 | "packageId": "BILLS-115hr4970ih", 564 | "lastModified": "2018-04-03T11:37:54Z", 565 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr4970ih/summary" 566 | }, { 567 | "packageId": "BILLS-115s2391is", 568 | "lastModified": "2018-04-03T11:36:41Z", 569 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2391is/summary" 570 | }, { 571 | "packageId": "BILLS-115s2398is", 572 | "lastModified": "2018-04-03T11:29:15Z", 573 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2398is/summary" 574 | }, { 575 | "packageId": "BILLS-115hr1997eh", 576 | "lastModified": "2018-04-03T11:23:12Z", 577 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr1997eh/summary" 578 | }, { 579 | "packageId": "BILLS-115hr4974ih", 580 | "lastModified": "2018-04-03T11:23:22Z", 581 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr4974ih/summary" 582 | }, { 583 | "packageId": "BILLS-115s2408is", 584 | "lastModified": "2018-04-03T11:10:17Z", 585 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2408is/summary" 586 | }, { 587 | "packageId": "BILLS-115hconres102enr", 588 | "lastModified": "2018-04-03T11:08:29Z", 589 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hconres102enr/summary" 590 | }, { 591 | "packageId": "BILLS-115hr4986ih", 592 | "lastModified": "2018-04-03T11:14:58Z", 593 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr4986ih/summary" 594 | }, { 595 | "packageId": "BILLS-115s2405is", 596 | "lastModified": "2018-04-03T11:23:57Z", 597 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2405is/summary" 598 | }, { 599 | "packageId": "BILLS-115hr4980ih", 600 | "lastModified": "2018-04-03T11:35:49Z", 601 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr4980ih/summary" 602 | }, { 603 | "packageId": "BILLS-115hres735ih", 604 | "lastModified": "2018-04-03T11:43:20Z", 605 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hres735ih/summary" 606 | } 607 | ] 608 | } 609 | -------------------------------------------------------------------------------- /samples/collections/BILLS-sample-endDate.json: -------------------------------------------------------------------------------- 1 | {"count":197565,"message":null,"nextPage":"https://api.govinfo.gov/collections/BILLS/2018-04-03T00:00:00Z/2018-04-03T23:59:59Z?offset=300&pageSize=150","previousPage":"https://api.govinfo.gov/collections/BILLS/2018-04-03T00:00:00Z/2018-04-03T23:59:59Z?offset=0&pageSize=150","packages":[{"packageId":"BILLS-115hres765ih","lastModified":"2018-04-03T11:25:34Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hres765ih/summary"},{"packageId":"BILLS-115s2501is","lastModified":"2018-04-03T11:37:02Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2501is/summary"},{"packageId":"BILLS-115hr4646rfs","lastModified":"2018-04-03T11:42:30Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr4646rfs/summary"},{"packageId":"BILLS-115hr5172ih","lastModified":"2018-04-03T11:31:25Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5172ih/summary"},{"packageId":"BILLS-115hr2673eh","lastModified":"2018-04-03T11:09:17Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr2673eh/summary"},{"packageId":"BILLS-115s2494is","lastModified":"2018-04-03T11:39:57Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2494is/summary"},{"packageId":"BILLS-115hr5162ih","lastModified":"2018-04-03T11:19:46Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5162ih/summary"},{"packageId":"BILLS-115hr5155ih","lastModified":"2018-04-03T11:14:13Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5155ih/summary"},{"packageId":"BILLS-115s2372rfh","lastModified":"2018-04-03T11:41:27Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2372rfh/summary"},{"packageId":"BILLS-115sres422ats","lastModified":"2018-04-03T11:09:34Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115sres422ats/summary"},{"packageId":"BILLS-115hr5152ih","lastModified":"2018-04-03T11:31:53Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5152ih/summary"},{"packageId":"BILLS-115hr5139ih","lastModified":"2018-04-03T11:37:29Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5139ih/summary"},{"packageId":"BILLS-115hr5144ih","lastModified":"2018-04-03T11:25:24Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5144ih/summary"},{"packageId":"BILLS-115hr5141ih","lastModified":"2018-04-03T11:15:00Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5141ih/summary"},{"packageId":"BILLS-115hr5143ih","lastModified":"2018-04-03T11:28:31Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5143ih/summary"},{"packageId":"BILLS-115sjres53es","lastModified":"2018-04-03T11:31:29Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115sjres53es/summary"},{"packageId":"BILLS-115s2464pcs","lastModified":"2018-04-03T11:14:54Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2464pcs/summary"},{"packageId":"BILLS-115s2474is","lastModified":"2018-04-03T11:14:42Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2474is/summary"},{"packageId":"BILLS-115hr5153ih","lastModified":"2018-04-03T11:10:23Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5153ih/summary"},{"packageId":"BILLS-115sres419ats","lastModified":"2018-04-03T11:28:30Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115sres419ats/summary"},{"packageId":"BILLS-115hr5145ih","lastModified":"2018-04-03T11:21:00Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5145ih/summary"},{"packageId":"BILLS-115s2484is","lastModified":"2018-04-03T11:36:02Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2484is/summary"},{"packageId":"BILLS-115s2248es","lastModified":"2018-04-03T11:38:10Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2248es/summary"},{"packageId":"BILLS-115s2489is","lastModified":"2018-04-03T11:42:11Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2489is/summary"},{"packageId":"BILLS-115s2485is","lastModified":"2018-04-03T11:31:32Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2485is/summary"},{"packageId":"BILLS-115hr5149ih","lastModified":"2018-04-03T11:43:38Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5149ih/summary"},{"packageId":"BILLS-115hres759eh","lastModified":"2018-04-03T11:42:07Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hres759eh/summary"},{"packageId":"BILLS-115hr5102ih","lastModified":"2018-04-03T11:11:40Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5102ih/summary"},{"packageId":"BILLS-115s2458is","lastModified":"2018-04-03T11:47:25Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2458is/summary"},{"packageId":"BILLS-115hres752ih","lastModified":"2018-04-03T11:45:57Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hres752ih/summary"},{"packageId":"BILLS-115hr146rh","lastModified":"2018-04-03T11:39:55Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr146rh/summary"},{"packageId":"BILLS-115hres758ih","lastModified":"2018-04-03T11:35:54Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hres758ih/summary"},{"packageId":"BILLS-115s2463is","lastModified":"2018-04-03T11:25:00Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2463is/summary"},{"packageId":"BILLS-115hr5127ih","lastModified":"2018-04-03T11:24:34Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5127ih/summary"},{"packageId":"BILLS-115hr5131ih","lastModified":"2018-04-03T11:27:59Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5131ih/summary"},{"packageId":"BILLS-115hr5120ih","lastModified":"2018-04-03T11:27:37Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5120ih/summary"},{"packageId":"BILLS-115sjres52is","lastModified":"2018-04-03T11:20:21Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115sjres52is/summary"},{"packageId":"BILLS-115hr5101ih","lastModified":"2018-04-03T11:14:58Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5101ih/summary"},{"packageId":"BILLS-115s2467is","lastModified":"2018-04-03T11:20:18Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2467is/summary"},{"packageId":"BILLS-115sjres54is","lastModified":"2018-04-03T11:34:31Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115sjres54is/summary"},{"packageId":"BILLS-115hr767eh","lastModified":"2018-04-03T11:10:27Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr767eh/summary"},{"packageId":"BILLS-115hr5091ih","lastModified":"2018-04-03T11:07:22Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5091ih/summary"},{"packageId":"BILLS-115s1884rs","lastModified":"2018-04-03T11:27:34Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s1884rs/summary"},{"packageId":"BILLS-115hres443eh","lastModified":"2018-04-03T11:20:15Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hres443eh/summary"},{"packageId":"BILLS-115hr5122ih","lastModified":"2018-04-03T11:09:04Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5122ih/summary"},{"packageId":"BILLS-115hr5099ih","lastModified":"2018-04-03T11:07:24Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5099ih/summary"},{"packageId":"BILLS-115hres754ih","lastModified":"2018-04-03T11:40:22Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hres754ih/summary"},{"packageId":"BILLS-115hr5103ih","lastModified":"2018-04-03T11:39:35Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5103ih/summary"},{"packageId":"BILLS-115sres414is","lastModified":"2018-04-03T11:15:35Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115sres414is/summary"},{"packageId":"BILLS-115sconres35ats","lastModified":"2018-04-03T11:21:45Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115sconres35ats/summary"},{"packageId":"BILLS-115s2454is","lastModified":"2018-04-03T11:30:34Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2454is/summary"},{"packageId":"BILLS-115sconres35es","lastModified":"2018-04-03T11:30:12Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115sconres35es/summary"},{"packageId":"BILLS-115hres753ih","lastModified":"2018-04-03T11:35:47Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hres753ih/summary"},{"packageId":"BILLS-115s2460is","lastModified":"2018-04-03T11:34:38Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2460is/summary"},{"packageId":"BILLS-115hres750ih","lastModified":"2018-04-03T11:39:23Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hres750ih/summary"},{"packageId":"BILLS-115hr5095ih","lastModified":"2018-04-03T11:39:52Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5095ih/summary"},{"packageId":"BILLS-115hres751ih","lastModified":"2018-04-03T11:27:25Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hres751ih/summary"},{"packageId":"BILLS-115hr5085ih","lastModified":"2018-04-03T11:22:37Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5085ih/summary"},{"packageId":"BILLS-115hr5096ih","lastModified":"2018-04-03T11:26:27Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5096ih/summary"},{"packageId":"BILLS-115hres748rh","lastModified":"2018-04-03T11:32:13Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hres748rh/summary"},{"packageId":"BILLS-115hr5092ih","lastModified":"2018-04-03T11:46:46Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5092ih/summary"},{"packageId":"BILLS-115hr5089ih","lastModified":"2018-04-03T11:43:45Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5089ih/summary"},{"packageId":"BILLS-115hr5080ih","lastModified":"2018-04-03T11:09:18Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5080ih/summary"},{"packageId":"BILLS-115hr5084ih","lastModified":"2018-04-03T11:46:36Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5084ih/summary"},{"packageId":"BILLS-115hconres107eh","lastModified":"2018-04-03T11:35:13Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hconres107eh/summary"},{"packageId":"BILLS-115hr5083ih","lastModified":"2018-04-03T11:14:10Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5083ih/summary"},{"packageId":"BILLS-115hr5078ih","lastModified":"2018-04-03T11:46:17Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5078ih/summary"},{"packageId":"BILLS-115hr5081ih","lastModified":"2018-04-03T11:42:22Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5081ih/summary"},{"packageId":"BILLS-115hr4529rh","lastModified":"2018-04-03T11:33:34Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr4529rh/summary"},{"packageId":"BILLS-115hr5070ih","lastModified":"2018-04-03T11:10:06Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5070ih/summary"},{"packageId":"BILLS-115hr4465rh","lastModified":"2018-04-03T11:46:35Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr4465rh/summary"},{"packageId":"BILLS-115hres742ih","lastModified":"2018-04-03T11:38:15Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hres742ih/summary"},{"packageId":"BILLS-115s2246rfh","lastModified":"2018-04-03T11:31:31Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2246rfh/summary"},{"packageId":"BILLS-115hr1220rh","lastModified":"2018-04-03T11:16:10Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr1220rh/summary"},{"packageId":"BILLS-115hr3225rh","lastModified":"2018-04-03T11:08:50Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr3225rh/summary"},{"packageId":"BILLS-115hr5063ih","lastModified":"2018-04-03T11:12:02Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5063ih/summary"},{"packageId":"BILLS-115sres411is","lastModified":"2018-04-03T11:46:18Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115sres411is/summary"},{"packageId":"BILLS-115hr5054ih","lastModified":"2018-04-03T11:45:03Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5054ih/summary"},{"packageId":"BILLS-115s2436is","lastModified":"2018-04-03T11:33:30Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2436is/summary"},{"packageId":"BILLS-115hr5045ih","lastModified":"2018-04-03T11:35:52Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5045ih/summary"},{"packageId":"BILLS-115hr294rs","lastModified":"2018-04-03T11:38:17Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr294rs/summary"},{"packageId":"BILLS-115hr3978rfs","lastModified":"2018-04-03T11:30:54Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr3978rfs/summary"},{"packageId":"BILLS-115hr5062ih","lastModified":"2018-04-03T11:31:41Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5062ih/summary"},{"packageId":"BILLS-115hr2672rs","lastModified":"2018-04-03T11:13:59Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr2672rs/summary"},{"packageId":"BILLS-115sres412is","lastModified":"2018-04-03T11:28:21Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115sres412is/summary"},{"packageId":"BILLS-115hr1208rs","lastModified":"2018-04-03T11:18:51Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr1208rs/summary"},{"packageId":"BILLS-115hres744ih","lastModified":"2018-04-03T11:21:47Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hres744ih/summary"},{"packageId":"BILLS-115hr5069ih","lastModified":"2018-04-03T11:44:08Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5069ih/summary"},{"packageId":"BILLS-115hr5025ih","lastModified":"2018-04-03T11:47:06Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5025ih/summary"},{"packageId":"BILLS-115hr5018ih","lastModified":"2018-04-03T11:13:13Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5018ih/summary"},{"packageId":"BILLS-115hr4377rfs","lastModified":"2018-04-03T11:16:30Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr4377rfs/summary"},{"packageId":"BILLS-115hr5051ih","lastModified":"2018-04-03T11:48:31Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5051ih/summary"},{"packageId":"BILLS-115hr5060ih","lastModified":"2018-04-03T11:09:11Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5060ih/summary"},{"packageId":"BILLS-115s2446is","lastModified":"2018-04-03T11:07:15Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2446is/summary"},{"packageId":"BILLS-115sres408is","lastModified":"2018-04-03T11:40:02Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115sres408is/summary"},{"packageId":"BILLS-115hr5032ih","lastModified":"2018-04-03T11:15:49Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5032ih/summary"},{"packageId":"BILLS-115hr5039ih","lastModified":"2018-04-03T11:16:01Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5039ih/summary"},{"packageId":"BILLS-115hr5034ih","lastModified":"2018-04-03T11:21:06Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5034ih/summary"},{"packageId":"BILLS-115hr5041ih","lastModified":"2018-04-03T11:27:23Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5041ih/summary"},{"packageId":"BILLS-115s2440is","lastModified":"2018-04-03T11:28:02Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2440is/summary"},{"packageId":"BILLS-115hr5037ih","lastModified":"2018-04-03T11:18:16Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5037ih/summary"},{"packageId":"BILLS-115s2433is","lastModified":"2018-04-03T11:23:09Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2433is/summary"},{"packageId":"BILLS-115hr5042ih","lastModified":"2018-04-03T11:19:27Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5042ih/summary"},{"packageId":"BILLS-115hr5038ih","lastModified":"2018-04-03T11:36:09Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5038ih/summary"},{"packageId":"BILLS-115s2441is","lastModified":"2018-04-03T11:35:23Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2441is/summary"},{"packageId":"BILLS-115s2431is","lastModified":"2018-04-03T11:41:51Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2431is/summary"},{"packageId":"BILLS-115hr1207rs","lastModified":"2018-04-03T11:32:37Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr1207rs/summary"},{"packageId":"BILLS-115hr5049ih","lastModified":"2018-04-03T11:44:15Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5049ih/summary"},{"packageId":"BILLS-115s2418is","lastModified":"2018-04-03T11:39:26Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2418is/summary"},{"packageId":"BILLS-115hr5001ih","lastModified":"2018-04-03T11:36:29Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5001ih/summary"},{"packageId":"BILLS-115hr4377eh","lastModified":"2018-04-03T11:14:52Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr4377eh/summary"},{"packageId":"BILLS-115s96enr","lastModified":"2018-04-03T11:22:34Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s96enr/summary"},{"packageId":"BILLS-115hr3397eh","lastModified":"2018-04-03T11:28:26Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr3397eh/summary"},{"packageId":"BILLS-115hr3542eh","lastModified":"2018-04-03T11:10:58Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr3542eh/summary"},{"packageId":"BILLS-115s2427is","lastModified":"2018-04-03T11:24:03Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2427is/summary"},{"packageId":"BILLS-115hr5026ih","lastModified":"2018-04-03T11:24:34Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5026ih/summary"},{"packageId":"BILLS-115hr5015ih","lastModified":"2018-04-03T11:35:46Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5015ih/summary"},{"packageId":"BILLS-115hr5016ih","lastModified":"2018-04-03T11:36:37Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5016ih/summary"},{"packageId":"BILLS-115hr5029ih","lastModified":"2018-04-03T11:34:09Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5029ih/summary"},{"packageId":"BILLS-115s2286rs","lastModified":"2018-04-03T11:31:12Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2286rs/summary"},{"packageId":"BILLS-115hr1625rs","lastModified":"2018-04-03T11:24:19Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr1625rs/summary"},{"packageId":"BILLS-115s2415is","lastModified":"2018-04-03T11:28:21Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2415is/summary"},{"packageId":"BILLS-115hr4533eh","lastModified":"2018-04-03T11:39:25Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr4533eh/summary"},{"packageId":"BILLS-115sres405is","lastModified":"2018-04-03T11:16:07Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115sres405is/summary"},{"packageId":"BILLS-115hr5009ih","lastModified":"2018-04-03T11:30:16Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5009ih/summary"},{"packageId":"BILLS-115sres404is","lastModified":"2018-04-03T11:46:40Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115sres404is/summary"},{"packageId":"BILLS-115hr4377rh","lastModified":"2018-04-03T11:32:38Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr4377rh/summary"},{"packageId":"BILLS-115hr5003ih","lastModified":"2018-04-03T11:44:14Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5003ih/summary"},{"packageId":"BILLS-115sres403ats","lastModified":"2018-04-03T11:21:35Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115sres403ats/summary"},{"packageId":"BILLS-115hr535rs","lastModified":"2018-04-03T11:20:08Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr535rs/summary"},{"packageId":"BILLS-115hr1153rfs","lastModified":"2018-04-03T11:37:31Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr1153rfs/summary"},{"packageId":"BILLS-115hr1892enr","lastModified":"2018-04-03T11:46:31Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr1892enr/summary"},{"packageId":"BILLS-115s2410is","lastModified":"2018-04-03T11:38:07Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2410is/summary"},{"packageId":"BILLS-115hr4982ih","lastModified":"2018-04-03T11:34:01Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr4982ih/summary"},{"packageId":"BILLS-115hr4994ih","lastModified":"2018-04-03T11:42:43Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr4994ih/summary"},{"packageId":"BILLS-115s2404is","lastModified":"2018-04-03T11:25:09Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2404is/summary"},{"packageId":"BILLS-115hr4978ih","lastModified":"2018-04-03T11:28:31Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr4978ih/summary"},{"packageId":"BILLS-115s2412is","lastModified":"2018-04-03T11:21:11Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2412is/summary"},{"packageId":"BILLS-115s2402is","lastModified":"2018-04-03T11:21:22Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2402is/summary"},{"packageId":"BILLS-115hr4970ih","lastModified":"2018-04-03T11:37:54Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr4970ih/summary"},{"packageId":"BILLS-115s2391is","lastModified":"2018-04-03T11:36:41Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2391is/summary"},{"packageId":"BILLS-115s2398is","lastModified":"2018-04-03T11:29:15Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2398is/summary"},{"packageId":"BILLS-115hr1997eh","lastModified":"2018-04-03T11:23:12Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr1997eh/summary"},{"packageId":"BILLS-115hr4974ih","lastModified":"2018-04-03T11:23:22Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr4974ih/summary"},{"packageId":"BILLS-115s2408is","lastModified":"2018-04-03T11:10:17Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2408is/summary"},{"packageId":"BILLS-115hconres102enr","lastModified":"2018-04-03T11:08:29Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hconres102enr/summary"},{"packageId":"BILLS-115hr4986ih","lastModified":"2018-04-03T11:14:58Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr4986ih/summary"},{"packageId":"BILLS-115s2405is","lastModified":"2018-04-03T11:23:57Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2405is/summary"},{"packageId":"BILLS-115hr4980ih","lastModified":"2018-04-03T11:35:49Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr4980ih/summary"},{"packageId":"BILLS-115hres735ih","lastModified":"2018-04-03T11:43:20Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hres735ih/summary"}]} -------------------------------------------------------------------------------- /samples/collections/BILLS-sample-formatted.json: -------------------------------------------------------------------------------- 1 | { 2 | "count": 197925, 3 | "message": null, 4 | "nextPage": "https://api.govinfo.gov/collections/BILLS/2018-01-01T00:00:00Z/?offset=100&pageSize=100", 5 | "previousPage": null, 6 | "packages": [{ 7 | "packageId": "BILLS-115hr4403rh", 8 | "lastModified": "2018-04-17T06:51:38Z", 9 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr4403rh/summary" 10 | }, { 11 | "packageId": "BILLS-115hr5503ih", 12 | "lastModified": "2018-04-14T04:00:56Z", 13 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5503ih/summary" 14 | }, { 15 | "packageId": "BILLS-115hr1625enr", 16 | "lastModified": "2018-04-14T00:38:24Z", 17 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr1625enr/summary" 18 | }, { 19 | "packageId": "BILLS-115hr4293rfs", 20 | "lastModified": "2018-04-14T00:47:11Z", 21 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr4293rfs/summary" 22 | }, { 23 | "packageId": "BILLS-115hr5491ih", 24 | "lastModified": "2018-04-14T09:44:52Z", 25 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5491ih/summary" 26 | }, { 27 | "packageId": "BILLS-115hres828ih", 28 | "lastModified": "2018-04-14T04:00:55Z", 29 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hres828ih/summary" 30 | }, { 31 | "packageId": "BILLS-115hres826ih", 32 | "lastModified": "2018-04-14T04:00:59Z", 33 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hres826ih/summary" 34 | }, { 35 | "packageId": "BILLS-115hr5472ih", 36 | "lastModified": "2018-04-14T09:44:49Z", 37 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5472ih/summary" 38 | }, { 39 | "packageId": "BILLS-115hr5474ih", 40 | "lastModified": "2018-04-14T09:44:50Z", 41 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5474ih/summary" 42 | }, { 43 | "packageId": "BILLS-115s2648is", 44 | "lastModified": "2018-04-17T02:08:28Z", 45 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2648is/summary" 46 | }, { 47 | "packageId": "BILLS-115hr5477ih", 48 | "lastModified": "2018-04-17T04:01:13Z", 49 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5477ih/summary" 50 | }, { 51 | "packageId": "BILLS-115hr2ih", 52 | "lastModified": "2018-04-13T11:30:29Z", 53 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr2ih/summary" 54 | }, { 55 | "packageId": "BILLS-115hr5484ih", 56 | "lastModified": "2018-04-14T09:44:39Z", 57 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5484ih/summary" 58 | }, { 59 | "packageId": "BILLS-115hr5492ih", 60 | "lastModified": "2018-04-14T09:44:47Z", 61 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5492ih/summary" 62 | }, { 63 | "packageId": "BILLS-115hr5448ih", 64 | "lastModified": "2018-04-11T10:49:51Z", 65 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5448ih/summary" 66 | }, { 67 | "packageId": "BILLS-115hr5450ih", 68 | "lastModified": "2018-04-11T10:50:01Z", 69 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5450ih/summary" 70 | }, { 71 | "packageId": "BILLS-115hres128eh", 72 | "lastModified": "2018-04-12T02:16:54Z", 73 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hres128eh/summary" 74 | }, { 75 | "packageId": "BILLS-115hr5458ih", 76 | "lastModified": "2018-04-12T04:04:25Z", 77 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5458ih/summary" 78 | }, { 79 | "packageId": "BILLS-115hr4921eh", 80 | "lastModified": "2018-04-12T02:15:40Z", 81 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr4921eh/summary" 82 | }, { 83 | "packageId": "BILLS-115hr5460ih", 84 | "lastModified": "2018-04-13T11:30:23Z", 85 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5460ih/summary" 86 | }, { 87 | "packageId": "BILLS-115hres821ih", 88 | "lastModified": "2018-04-12T08:22:47Z", 89 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hres821ih/summary" 90 | }, { 91 | "packageId": "BILLS-115hr2615rs", 92 | "lastModified": "2018-04-13T01:56:32Z", 93 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr2615rs/summary" 94 | }, { 95 | "packageId": "BILLS-115s1181rs", 96 | "lastModified": "2018-04-13T02:01:32Z", 97 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s1181rs/summary" 98 | }, { 99 | "packageId": "BILLS-115sres458ats", 100 | "lastModified": "2018-04-13T02:06:44Z", 101 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115sres458ats/summary" 102 | }, { 103 | "packageId": "BILLS-115hres816eh", 104 | "lastModified": "2018-04-13T02:00:33Z", 105 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hres816eh/summary" 106 | }, { 107 | "packageId": "BILLS-115hr5467ih", 108 | "lastModified": "2018-04-14T04:01:01Z", 109 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5467ih/summary" 110 | }, { 111 | "packageId": "BILLS-115hr5466ih", 112 | "lastModified": "2018-04-14T04:01:05Z", 113 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5466ih/summary" 114 | }, { 115 | "packageId": "BILLS-115s2645is", 116 | "lastModified": "2018-04-14T00:46:55Z", 117 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2645is/summary" 118 | }, { 119 | "packageId": "BILLS-115hr5470ih", 120 | "lastModified": "2018-04-14T09:12:56Z", 121 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5470ih/summary" 122 | }, { 123 | "packageId": "BILLS-115hr5468ih", 124 | "lastModified": "2018-04-17T04:01:15Z", 125 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5468ih/summary" 126 | }, { 127 | "packageId": "BILLS-115hr5438ih", 128 | "lastModified": "2018-04-10T20:28:13Z", 129 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5438ih/summary" 130 | }, { 131 | "packageId": "BILLS-115sres452is", 132 | "lastModified": "2018-04-11T00:59:08Z", 133 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115sres452is/summary" 134 | }, { 135 | "packageId": "BILLS-115s2632is", 136 | "lastModified": "2018-04-12T02:17:50Z", 137 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2632is/summary" 138 | }, { 139 | "packageId": "BILLS-115hr5447ih", 140 | "lastModified": "2018-04-11T07:11:26Z", 141 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5447ih/summary" 142 | }, { 143 | "packageId": "BILLS-115hr2219eh", 144 | "lastModified": "2018-04-12T02:13:13Z", 145 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr2219eh/summary" 146 | }, { 147 | "packageId": "BILLS-115hr5446ih", 148 | "lastModified": "2018-04-12T04:04:36Z", 149 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5446ih/summary" 150 | }, { 151 | "packageId": "BILLS-115hr5454ih", 152 | "lastModified": "2018-04-12T08:22:46Z", 153 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5454ih/summary" 154 | }, { 155 | "packageId": "BILLS-115hr5462ih", 156 | "lastModified": "2018-04-13T11:30:30Z", 157 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5462ih/summary" 158 | }, { 159 | "packageId": "BILLS-115s2643is", 160 | "lastModified": "2018-04-14T00:46:49Z", 161 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2643is/summary" 162 | }, { 163 | "packageId": "BILLS-115s2638is", 164 | "lastModified": "2018-04-14T00:46:55Z", 165 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2638is/summary" 166 | }, { 167 | "packageId": "BILLS-115hr5442ih", 168 | "lastModified": "2018-04-10T20:28:48Z", 169 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5442ih/summary" 170 | }, { 171 | "packageId": "BILLS-115hr5439ih", 172 | "lastModified": "2018-04-10T20:28:51Z", 173 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5439ih/summary" 174 | }, { 175 | "packageId": "BILLS-115hr5133rh", 176 | "lastModified": "2018-04-10T20:28:43Z", 177 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5133rh/summary" 178 | }, { 179 | "packageId": "BILLS-115hr5441ih", 180 | "lastModified": "2018-04-10T20:28:13Z", 181 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5441ih/summary" 182 | }, { 183 | "packageId": "BILLS-115hr4609rh", 184 | "lastModified": "2018-04-10T20:28:13Z", 185 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr4609rh/summary" 186 | }, { 187 | "packageId": "BILLS-115s1870rs", 188 | "lastModified": "2018-04-11T01:00:26Z", 189 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s1870rs/summary" 190 | }, { 191 | "packageId": "BILLS-115s2629pcs", 192 | "lastModified": "2018-04-11T01:00:33Z", 193 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2629pcs/summary" 194 | }, { 195 | "packageId": "BILLS-115sres432ats", 196 | "lastModified": "2018-04-11T00:59:06Z", 197 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115sres432ats/summary" 198 | }, { 199 | "packageId": "BILLS-115hr5430ih", 200 | "lastModified": "2018-04-06T05:19:11Z", 201 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5430ih/summary" 202 | }, { 203 | "packageId": "BILLS-115hr4790rh", 204 | "lastModified": "2018-04-06T04:25:32Z", 205 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr4790rh/summary" 206 | }, { 207 | "packageId": "BILLS-115hr5436ih", 208 | "lastModified": "2018-04-06T04:25:45Z", 209 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5436ih/summary" 210 | }, { 211 | "packageId": "BILLS-115hr3179rh", 212 | "lastModified": "2018-04-06T04:26:06Z", 213 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr3179rh/summary" 214 | }, { 215 | "packageId": "BILLS-115hr5432ih", 216 | "lastModified": "2018-04-06T04:25:49Z", 217 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5432ih/summary" 218 | }, { 219 | "packageId": "BILLS-115hr5434ih", 220 | "lastModified": "2018-04-07T06:32:42Z", 221 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5434ih/summary" 222 | }, { 223 | "packageId": "BILLS-115hr5431ih", 224 | "lastModified": "2018-04-06T04:25:31Z", 225 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5431ih/summary" 226 | }, { 227 | "packageId": "BILLS-115hr5424ih", 228 | "lastModified": "2018-04-05T13:04:18Z", 229 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5424ih/summary" 230 | }, { 231 | "packageId": "BILLS-115hr5417ih", 232 | "lastModified": "2018-04-05T13:04:19Z", 233 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5417ih/summary" 234 | }, { 235 | "packageId": "BILLS-115hr5422ih", 236 | "lastModified": "2018-04-05T13:04:20Z", 237 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5422ih/summary" 238 | }, { 239 | "packageId": "BILLS-115s943rfh", 240 | "lastModified": "2018-04-03T11:34:12Z", 241 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s943rfh/summary" 242 | }, { 243 | "packageId": "BILLS-115hr5415ih", 244 | "lastModified": "2018-04-05T13:04:08Z", 245 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5415ih/summary" 246 | }, { 247 | "packageId": "BILLS-115s607rfh", 248 | "lastModified": "2018-04-03T11:35:54Z", 249 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s607rfh/summary" 250 | }, { 251 | "packageId": "BILLS-115hres807ih", 252 | "lastModified": "2018-04-03T11:07:37Z", 253 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hres807ih/summary" 254 | }, { 255 | "packageId": "BILLS-115sres443is", 256 | "lastModified": "2018-04-03T11:09:55Z", 257 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115sres443is/summary" 258 | }, { 259 | "packageId": "BILLS-115s943es", 260 | "lastModified": "2018-04-03T11:37:37Z", 261 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s943es/summary" 262 | }, { 263 | "packageId": "BILLS-115hres801ih", 264 | "lastModified": "2018-04-03T11:32:45Z", 265 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hres801ih/summary" 266 | }, { 267 | "packageId": "BILLS-115sres445ats", 268 | "lastModified": "2018-04-03T11:25:51Z", 269 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115sres445ats/summary" 270 | }, { 271 | "packageId": "BILLS-115hres800ih", 272 | "lastModified": "2018-04-03T11:12:17Z", 273 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hres800ih/summary" 274 | }, { 275 | "packageId": "BILLS-115s466rh", 276 | "lastModified": "2018-04-03T11:19:07Z", 277 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s466rh/summary" 278 | }, { 279 | "packageId": "BILLS-115s2625is", 280 | "lastModified": "2018-04-05T13:04:16Z", 281 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2625is/summary" 282 | }, { 283 | "packageId": "BILLS-115s2608is", 284 | "lastModified": "2018-04-05T13:03:59Z", 285 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2608is/summary" 286 | }, { 287 | "packageId": "BILLS-115hr5399ih", 288 | "lastModified": "2018-04-05T13:04:05Z", 289 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5399ih/summary" 290 | }, { 291 | "packageId": "BILLS-115hr5381ih", 292 | "lastModified": "2018-04-05T13:03:48Z", 293 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5381ih/summary" 294 | }, { 295 | "packageId": "BILLS-115hr5397ih", 296 | "lastModified": "2018-04-05T13:03:56Z", 297 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5397ih/summary" 298 | }, { 299 | "packageId": "BILLS-115s2618is", 300 | "lastModified": "2018-04-05T13:04:21Z", 301 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2618is/summary" 302 | }, { 303 | "packageId": "BILLS-115s2612is", 304 | "lastModified": "2018-04-05T13:04:21Z", 305 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2612is/summary" 306 | }, { 307 | "packageId": "BILLS-115hr5384ih", 308 | "lastModified": "2018-04-06T04:25:40Z", 309 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5384ih/summary" 310 | }, { 311 | "packageId": "BILLS-115s2621is", 312 | "lastModified": "2018-04-11T01:00:23Z", 313 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2621is/summary" 314 | }, { 315 | "packageId": "BILLS-115s2581is", 316 | "lastModified": "2018-04-05T13:04:01Z", 317 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2581is/summary" 318 | }, { 319 | "packageId": "BILLS-115hres804ih", 320 | "lastModified": "2018-04-03T11:09:59Z", 321 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hres804ih/summary" 322 | }, { 323 | "packageId": "BILLS-115sres451is", 324 | "lastModified": "2018-04-03T11:21:15Z", 325 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115sres451is/summary" 326 | }, { 327 | "packageId": "BILLS-115hr4851eas", 328 | "lastModified": "2018-04-03T11:21:50Z", 329 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr4851eas/summary" 330 | }, { 331 | "packageId": "BILLS-115s2040enr", 332 | "lastModified": "2018-04-03T11:27:09Z", 333 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2040enr/summary" 334 | }, { 335 | "packageId": "BILLS-115s374rs", 336 | "lastModified": "2018-04-03T11:18:50Z", 337 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s374rs/summary" 338 | }, { 339 | "packageId": "BILLS-115hr4467rfs", 340 | "lastModified": "2018-04-03T11:19:42Z", 341 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr4467rfs/summary" 342 | }, { 343 | "packageId": "BILLS-115hres798ih", 344 | "lastModified": "2018-04-03T11:19:19Z", 345 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hres798ih/summary" 346 | }, { 347 | "packageId": "BILLS-115s2630is", 348 | "lastModified": "2018-04-05T13:03:58Z", 349 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2630is/summary" 350 | }, { 351 | "packageId": "BILLS-115s2622is", 352 | "lastModified": "2018-04-05T13:04:00Z", 353 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2622is/summary" 354 | }, { 355 | "packageId": "BILLS-115s2616is", 356 | "lastModified": "2018-04-05T13:04:02Z", 357 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2616is/summary" 358 | }, { 359 | "packageId": "BILLS-115hr5404ih", 360 | "lastModified": "2018-04-05T13:04:05Z", 361 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5404ih/summary" 362 | }, { 363 | "packageId": "BILLS-115hr5403ih", 364 | "lastModified": "2018-04-05T13:04:06Z", 365 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5403ih/summary" 366 | }, { 367 | "packageId": "BILLS-115hr5406ih", 368 | "lastModified": "2018-04-05T13:04:07Z", 369 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5406ih/summary" 370 | }, { 371 | "packageId": "BILLS-115hr5402ih", 372 | "lastModified": "2018-04-05T13:04:11Z", 373 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5402ih/summary" 374 | }, { 375 | "packageId": "BILLS-115hr5387ih", 376 | "lastModified": "2018-04-05T13:04:13Z", 377 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5387ih/summary" 378 | }, { 379 | "packageId": "BILLS-115s2626is", 380 | "lastModified": "2018-04-05T13:04:16Z", 381 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2626is/summary" 382 | }, { 383 | "packageId": "BILLS-115s2614is", 384 | "lastModified": "2018-04-05T13:04:21Z", 385 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115s2614is/summary" 386 | }, { 387 | "packageId": "BILLS-115hr4176rfs", 388 | "lastModified": "2018-04-03T11:26:11Z", 389 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr4176rfs/summary" 390 | }, { 391 | "packageId": "BILLS-115hr5339ih", 392 | "lastModified": "2018-04-05T13:04:12Z", 393 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5339ih/summary" 394 | }, { 395 | "packageId": "BILLS-115hr5340ih", 396 | "lastModified": "2018-04-05T13:04:13Z", 397 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5340ih/summary" 398 | }, { 399 | "packageId": "BILLS-115hr5341ih", 400 | "lastModified": "2018-04-05T13:03:36Z", 401 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5341ih/summary" 402 | }, { 403 | "packageId": "BILLS-115hr5350ih", 404 | "lastModified": "2018-04-05T13:03:47Z", 405 | "packageLink": "https://api.govinfo.gov/packages/BILLS-115hr5350ih/summary" 406 | } 407 | ] 408 | } 409 | -------------------------------------------------------------------------------- /samples/collections/BILLS-sample.json: -------------------------------------------------------------------------------- 1 | {"count":197925,"message":null,"nextPage":"https://api.govinfo.gov/collections/BILLS/2018-01-01T00:00:00Z/?offset=100&pageSize=100","previousPage":null,"packages":[{"packageId":"BILLS-115hr4403rh","lastModified":"2018-04-17T06:51:38Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr4403rh/summary"},{"packageId":"BILLS-115hr5503ih","lastModified":"2018-04-14T04:00:56Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5503ih/summary"},{"packageId":"BILLS-115hr1625enr","lastModified":"2018-04-14T00:38:24Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr1625enr/summary"},{"packageId":"BILLS-115hr4293rfs","lastModified":"2018-04-14T00:47:11Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr4293rfs/summary"},{"packageId":"BILLS-115hr5491ih","lastModified":"2018-04-14T09:44:52Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5491ih/summary"},{"packageId":"BILLS-115hres828ih","lastModified":"2018-04-14T04:00:55Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hres828ih/summary"},{"packageId":"BILLS-115hres826ih","lastModified":"2018-04-14T04:00:59Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hres826ih/summary"},{"packageId":"BILLS-115hr5472ih","lastModified":"2018-04-14T09:44:49Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5472ih/summary"},{"packageId":"BILLS-115hr5474ih","lastModified":"2018-04-14T09:44:50Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5474ih/summary"},{"packageId":"BILLS-115s2648is","lastModified":"2018-04-17T02:08:28Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2648is/summary"},{"packageId":"BILLS-115hr5477ih","lastModified":"2018-04-17T04:01:13Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5477ih/summary"},{"packageId":"BILLS-115hr2ih","lastModified":"2018-04-13T11:30:29Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr2ih/summary"},{"packageId":"BILLS-115hr5484ih","lastModified":"2018-04-14T09:44:39Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5484ih/summary"},{"packageId":"BILLS-115hr5492ih","lastModified":"2018-04-14T09:44:47Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5492ih/summary"},{"packageId":"BILLS-115hr5448ih","lastModified":"2018-04-11T10:49:51Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5448ih/summary"},{"packageId":"BILLS-115hr5450ih","lastModified":"2018-04-11T10:50:01Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5450ih/summary"},{"packageId":"BILLS-115hres128eh","lastModified":"2018-04-12T02:16:54Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hres128eh/summary"},{"packageId":"BILLS-115hr5458ih","lastModified":"2018-04-12T04:04:25Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5458ih/summary"},{"packageId":"BILLS-115hr4921eh","lastModified":"2018-04-12T02:15:40Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr4921eh/summary"},{"packageId":"BILLS-115hr5460ih","lastModified":"2018-04-13T11:30:23Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5460ih/summary"},{"packageId":"BILLS-115hres821ih","lastModified":"2018-04-12T08:22:47Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hres821ih/summary"},{"packageId":"BILLS-115hr2615rs","lastModified":"2018-04-13T01:56:32Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr2615rs/summary"},{"packageId":"BILLS-115s1181rs","lastModified":"2018-04-13T02:01:32Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s1181rs/summary"},{"packageId":"BILLS-115sres458ats","lastModified":"2018-04-13T02:06:44Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115sres458ats/summary"},{"packageId":"BILLS-115hres816eh","lastModified":"2018-04-13T02:00:33Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hres816eh/summary"},{"packageId":"BILLS-115hr5467ih","lastModified":"2018-04-14T04:01:01Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5467ih/summary"},{"packageId":"BILLS-115hr5466ih","lastModified":"2018-04-14T04:01:05Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5466ih/summary"},{"packageId":"BILLS-115s2645is","lastModified":"2018-04-14T00:46:55Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2645is/summary"},{"packageId":"BILLS-115hr5470ih","lastModified":"2018-04-14T09:12:56Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5470ih/summary"},{"packageId":"BILLS-115hr5468ih","lastModified":"2018-04-17T04:01:15Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5468ih/summary"},{"packageId":"BILLS-115hr5438ih","lastModified":"2018-04-10T20:28:13Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5438ih/summary"},{"packageId":"BILLS-115sres452is","lastModified":"2018-04-11T00:59:08Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115sres452is/summary"},{"packageId":"BILLS-115s2632is","lastModified":"2018-04-12T02:17:50Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2632is/summary"},{"packageId":"BILLS-115hr5447ih","lastModified":"2018-04-11T07:11:26Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5447ih/summary"},{"packageId":"BILLS-115hr2219eh","lastModified":"2018-04-12T02:13:13Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr2219eh/summary"},{"packageId":"BILLS-115hr5446ih","lastModified":"2018-04-12T04:04:36Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5446ih/summary"},{"packageId":"BILLS-115hr5454ih","lastModified":"2018-04-12T08:22:46Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5454ih/summary"},{"packageId":"BILLS-115hr5462ih","lastModified":"2018-04-13T11:30:30Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5462ih/summary"},{"packageId":"BILLS-115s2643is","lastModified":"2018-04-14T00:46:49Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2643is/summary"},{"packageId":"BILLS-115s2638is","lastModified":"2018-04-14T00:46:55Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2638is/summary"},{"packageId":"BILLS-115hr5442ih","lastModified":"2018-04-10T20:28:48Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5442ih/summary"},{"packageId":"BILLS-115hr5439ih","lastModified":"2018-04-10T20:28:51Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5439ih/summary"},{"packageId":"BILLS-115hr5133rh","lastModified":"2018-04-10T20:28:43Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5133rh/summary"},{"packageId":"BILLS-115hr5441ih","lastModified":"2018-04-10T20:28:13Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5441ih/summary"},{"packageId":"BILLS-115hr4609rh","lastModified":"2018-04-10T20:28:13Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr4609rh/summary"},{"packageId":"BILLS-115s1870rs","lastModified":"2018-04-11T01:00:26Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s1870rs/summary"},{"packageId":"BILLS-115s2629pcs","lastModified":"2018-04-11T01:00:33Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2629pcs/summary"},{"packageId":"BILLS-115sres432ats","lastModified":"2018-04-11T00:59:06Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115sres432ats/summary"},{"packageId":"BILLS-115hr5430ih","lastModified":"2018-04-06T05:19:11Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5430ih/summary"},{"packageId":"BILLS-115hr4790rh","lastModified":"2018-04-06T04:25:32Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr4790rh/summary"},{"packageId":"BILLS-115hr5436ih","lastModified":"2018-04-06T04:25:45Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5436ih/summary"},{"packageId":"BILLS-115hr3179rh","lastModified":"2018-04-06T04:26:06Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr3179rh/summary"},{"packageId":"BILLS-115hr5432ih","lastModified":"2018-04-06T04:25:49Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5432ih/summary"},{"packageId":"BILLS-115hr5434ih","lastModified":"2018-04-07T06:32:42Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5434ih/summary"},{"packageId":"BILLS-115hr5431ih","lastModified":"2018-04-06T04:25:31Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5431ih/summary"},{"packageId":"BILLS-115hr5424ih","lastModified":"2018-04-05T13:04:18Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5424ih/summary"},{"packageId":"BILLS-115hr5417ih","lastModified":"2018-04-05T13:04:19Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5417ih/summary"},{"packageId":"BILLS-115hr5422ih","lastModified":"2018-04-05T13:04:20Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5422ih/summary"},{"packageId":"BILLS-115s943rfh","lastModified":"2018-04-03T11:34:12Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s943rfh/summary"},{"packageId":"BILLS-115hr5415ih","lastModified":"2018-04-05T13:04:08Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5415ih/summary"},{"packageId":"BILLS-115s607rfh","lastModified":"2018-04-03T11:35:54Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s607rfh/summary"},{"packageId":"BILLS-115hres807ih","lastModified":"2018-04-03T11:07:37Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hres807ih/summary"},{"packageId":"BILLS-115sres443is","lastModified":"2018-04-03T11:09:55Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115sres443is/summary"},{"packageId":"BILLS-115s943es","lastModified":"2018-04-03T11:37:37Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s943es/summary"},{"packageId":"BILLS-115hres801ih","lastModified":"2018-04-03T11:32:45Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hres801ih/summary"},{"packageId":"BILLS-115sres445ats","lastModified":"2018-04-03T11:25:51Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115sres445ats/summary"},{"packageId":"BILLS-115hres800ih","lastModified":"2018-04-03T11:12:17Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hres800ih/summary"},{"packageId":"BILLS-115s466rh","lastModified":"2018-04-03T11:19:07Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s466rh/summary"},{"packageId":"BILLS-115s2625is","lastModified":"2018-04-05T13:04:16Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2625is/summary"},{"packageId":"BILLS-115s2608is","lastModified":"2018-04-05T13:03:59Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2608is/summary"},{"packageId":"BILLS-115hr5399ih","lastModified":"2018-04-05T13:04:05Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5399ih/summary"},{"packageId":"BILLS-115hr5381ih","lastModified":"2018-04-05T13:03:48Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5381ih/summary"},{"packageId":"BILLS-115hr5397ih","lastModified":"2018-04-05T13:03:56Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5397ih/summary"},{"packageId":"BILLS-115s2618is","lastModified":"2018-04-05T13:04:21Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2618is/summary"},{"packageId":"BILLS-115s2612is","lastModified":"2018-04-05T13:04:21Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2612is/summary"},{"packageId":"BILLS-115hr5384ih","lastModified":"2018-04-06T04:25:40Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5384ih/summary"},{"packageId":"BILLS-115s2621is","lastModified":"2018-04-11T01:00:23Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2621is/summary"},{"packageId":"BILLS-115s2581is","lastModified":"2018-04-05T13:04:01Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2581is/summary"},{"packageId":"BILLS-115hres804ih","lastModified":"2018-04-03T11:09:59Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hres804ih/summary"},{"packageId":"BILLS-115sres451is","lastModified":"2018-04-03T11:21:15Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115sres451is/summary"},{"packageId":"BILLS-115hr4851eas","lastModified":"2018-04-03T11:21:50Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr4851eas/summary"},{"packageId":"BILLS-115s2040enr","lastModified":"2018-04-03T11:27:09Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2040enr/summary"},{"packageId":"BILLS-115s374rs","lastModified":"2018-04-03T11:18:50Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s374rs/summary"},{"packageId":"BILLS-115hr4467rfs","lastModified":"2018-04-03T11:19:42Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr4467rfs/summary"},{"packageId":"BILLS-115hres798ih","lastModified":"2018-04-03T11:19:19Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hres798ih/summary"},{"packageId":"BILLS-115s2630is","lastModified":"2018-04-05T13:03:58Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2630is/summary"},{"packageId":"BILLS-115s2622is","lastModified":"2018-04-05T13:04:00Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2622is/summary"},{"packageId":"BILLS-115s2616is","lastModified":"2018-04-05T13:04:02Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2616is/summary"},{"packageId":"BILLS-115hr5404ih","lastModified":"2018-04-05T13:04:05Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5404ih/summary"},{"packageId":"BILLS-115hr5403ih","lastModified":"2018-04-05T13:04:06Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5403ih/summary"},{"packageId":"BILLS-115hr5406ih","lastModified":"2018-04-05T13:04:07Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5406ih/summary"},{"packageId":"BILLS-115hr5402ih","lastModified":"2018-04-05T13:04:11Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5402ih/summary"},{"packageId":"BILLS-115hr5387ih","lastModified":"2018-04-05T13:04:13Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5387ih/summary"},{"packageId":"BILLS-115s2626is","lastModified":"2018-04-05T13:04:16Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2626is/summary"},{"packageId":"BILLS-115s2614is","lastModified":"2018-04-05T13:04:21Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115s2614is/summary"},{"packageId":"BILLS-115hr4176rfs","lastModified":"2018-04-03T11:26:11Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr4176rfs/summary"},{"packageId":"BILLS-115hr5339ih","lastModified":"2018-04-05T13:04:12Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5339ih/summary"},{"packageId":"BILLS-115hr5340ih","lastModified":"2018-04-05T13:04:13Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5340ih/summary"},{"packageId":"BILLS-115hr5341ih","lastModified":"2018-04-05T13:03:36Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5341ih/summary"},{"packageId":"BILLS-115hr5350ih","lastModified":"2018-04-05T13:03:47Z","packageLink":"https://api.govinfo.gov/packages/BILLS-115hr5350ih/summary"}]} -------------------------------------------------------------------------------- /samples/collections/CREC-sample-formatted.json: -------------------------------------------------------------------------------- 1 | { 2 | "count": 4228, 3 | "message": null, 4 | "nextPage": "https://api.govinfo.gov/collections/CREC/2018-04-01T00:00:00Z/2018-04-17T23:59:59Z?offset=10&pageSize=10", 5 | "previousPage": null, 6 | "packages": [{ 7 | "packageId": "CREC-2018-04-02", 8 | "lastModified": "2018-04-05T13:04:12Z", 9 | "packageLink": "https://api.govinfo.gov/packages/CREC-2018-04-02/summary" 10 | }, { 11 | "packageId": "CREC-2018-03-15", 12 | "lastModified": "2018-04-05T13:05:13Z", 13 | "packageLink": "https://api.govinfo.gov/packages/CREC-2018-03-15/summary" 14 | }, { 15 | "packageId": "CREC-2018-03-14", 16 | "lastModified": "2018-04-03T15:54:57Z", 17 | "packageLink": "https://api.govinfo.gov/packages/CREC-2018-03-14/summary" 18 | }, { 19 | "packageId": "CREC-2018-02-14", 20 | "lastModified": "2018-04-03T16:37:48Z", 21 | "packageLink": "https://api.govinfo.gov/packages/CREC-2018-02-14/summary" 22 | }, { 23 | "packageId": "CREC-2018-04-11", 24 | "lastModified": "2018-04-12T11:24:32Z", 25 | "packageLink": "https://api.govinfo.gov/packages/CREC-2018-04-11/summary" 26 | }, { 27 | "packageId": "CREC-2018-03-29", 28 | "lastModified": "2018-04-05T13:04:04Z", 29 | "packageLink": "https://api.govinfo.gov/packages/CREC-2018-03-29/summary" 30 | }, { 31 | "packageId": "CREC-2018-03-09", 32 | "lastModified": "2018-04-03T16:34:31Z", 33 | "packageLink": "https://api.govinfo.gov/packages/CREC-2018-03-09/summary" 34 | }, { 35 | "packageId": "CREC-2018-03-05", 36 | "lastModified": "2018-04-03T16:37:16Z", 37 | "packageLink": "https://api.govinfo.gov/packages/CREC-2018-03-05/summary" 38 | }, { 39 | "packageId": "CREC-2018-02-26", 40 | "lastModified": "2018-04-03T16:32:47Z", 41 | "packageLink": "https://api.govinfo.gov/packages/CREC-2018-02-26/summary" 42 | }, { 43 | "packageId": "CREC-2018-02-20", 44 | "lastModified": "2018-04-03T16:02:18Z", 45 | "packageLink": "https://api.govinfo.gov/packages/CREC-2018-02-20/summary" 46 | } 47 | ] 48 | } 49 | -------------------------------------------------------------------------------- /samples/collections/CREC-sample.json: -------------------------------------------------------------------------------- 1 | {"count":4228,"message":null,"nextPage":"https://api.govinfo.gov/collections/CREC/2018-04-01T00:00:00Z/2018-04-17T23:59:59Z?offset=10&pageSize=10","previousPage":null,"packages":[{"packageId":"CREC-2018-04-02","lastModified":"2018-04-05T13:04:12Z","packageLink":"https://api.govinfo.gov/packages/CREC-2018-04-02/summary"},{"packageId":"CREC-2018-03-15","lastModified":"2018-04-05T13:05:13Z","packageLink":"https://api.govinfo.gov/packages/CREC-2018-03-15/summary"},{"packageId":"CREC-2018-03-14","lastModified":"2018-04-03T15:54:57Z","packageLink":"https://api.govinfo.gov/packages/CREC-2018-03-14/summary"},{"packageId":"CREC-2018-02-14","lastModified":"2018-04-03T16:37:48Z","packageLink":"https://api.govinfo.gov/packages/CREC-2018-02-14/summary"},{"packageId":"CREC-2018-04-11","lastModified":"2018-04-12T11:24:32Z","packageLink":"https://api.govinfo.gov/packages/CREC-2018-04-11/summary"},{"packageId":"CREC-2018-03-29","lastModified":"2018-04-05T13:04:04Z","packageLink":"https://api.govinfo.gov/packages/CREC-2018-03-29/summary"},{"packageId":"CREC-2018-03-09","lastModified":"2018-04-03T16:34:31Z","packageLink":"https://api.govinfo.gov/packages/CREC-2018-03-09/summary"},{"packageId":"CREC-2018-03-05","lastModified":"2018-04-03T16:37:16Z","packageLink":"https://api.govinfo.gov/packages/CREC-2018-03-05/summary"},{"packageId":"CREC-2018-02-26","lastModified":"2018-04-03T16:32:47Z","packageLink":"https://api.govinfo.gov/packages/CREC-2018-02-26/summary"},{"packageId":"CREC-2018-02-20","lastModified":"2018-04-03T16:02:18Z","packageLink":"https://api.govinfo.gov/packages/CREC-2018-02-20/summary"}]} -------------------------------------------------------------------------------- /samples/collections/USCOURTS-sample-formatted.json: -------------------------------------------------------------------------------- 1 | XX-RequestId:pw02-201853->serv_20-201906->psi04-201906 2 | XX-RequestId:pw02-212243->serv_03-212302->pss02-212302 3 | pw03-162255->serv_09-212421->pss07-212421 4 | XX-RequestId:pw02-212841->serv_17-212854->pss02-212854 5 | pw01-212904->serv_08-213030->pss03-213030 6 | pw02-212855->serv_07-213022->pss05-213022 7 | 8 | Works on initial load: 9 | XX-RequestId:pw02-212749->serv_03-212807->pss04-212807 10 | 11 | 12 | 13 | 14 | 15 | good - chapter 65 (https://www.govinfo.gov/wssearch/rb//uscode/2016/title49/subtitleIII/chapter65?fetchChildrenOnly=1) 16 | pw03-162255->serv_09-212421->pss07-212421 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /samples/collections/USCOURTS-sample.json: -------------------------------------------------------------------------------- 1 | {"count":1066616,"message":null,"nextPage":"https://api.govinfo.gov/collections/USCOURTS/2018-04-03T00:00:00Z?offset=25&pageSize=25","previousPage":null,"packages":[{"packageId":"USCOURTS-cand-3_17-cv-06884","lastModified":"2018-04-17T19:53:27Z","packageLink":"https://api.govinfo.gov/packages/USCOURTS-cand-3_17-cv-06884/summary"},{"packageId":"USCOURTS-ilnd-1_17-cv-08343","lastModified":"2018-04-17T19:55:07Z","packageLink":"https://api.govinfo.gov/packages/USCOURTS-ilnd-1_17-cv-08343/summary"},{"packageId":"USCOURTS-cand-4_17-cv-06036","lastModified":"2018-04-17T19:55:54Z","packageLink":"https://api.govinfo.gov/packages/USCOURTS-cand-4_17-cv-06036/summary"},{"packageId":"USCOURTS-ca4-17-07510","lastModified":"2018-04-17T19:34:30Z","packageLink":"https://api.govinfo.gov/packages/USCOURTS-ca4-17-07510/summary"},{"packageId":"USCOURTS-ca5-17-30484","lastModified":"2018-04-17T19:34:31Z","packageLink":"https://api.govinfo.gov/packages/USCOURTS-ca5-17-30484/summary"},{"packageId":"USCOURTS-ca5-17-40107","lastModified":"2018-04-17T19:35:36Z","packageLink":"https://api.govinfo.gov/packages/USCOURTS-ca5-17-40107/summary"},{"packageId":"USCOURTS-cand-5_17-cv-05021","lastModified":"2018-04-17T19:54:16Z","packageLink":"https://api.govinfo.gov/packages/USCOURTS-cand-5_17-cv-05021/summary"},{"packageId":"USCOURTS-ca5-16-51361","lastModified":"2018-04-17T19:34:46Z","packageLink":"https://api.govinfo.gov/packages/USCOURTS-ca5-16-51361/summary"},{"packageId":"USCOURTS-cand-5_17-cv-03805","lastModified":"2018-04-17T19:58:08Z","packageLink":"https://api.govinfo.gov/packages/USCOURTS-cand-5_17-cv-03805/summary"},{"packageId":"USCOURTS-ctd-3_15-cv-01215","lastModified":"2018-04-16T13:45:56Z","packageLink":"https://api.govinfo.gov/packages/USCOURTS-ctd-3_15-cv-01215/summary"},{"packageId":"USCOURTS-ca5-16-31067","lastModified":"2018-04-16T13:12:01Z","packageLink":"https://api.govinfo.gov/packages/USCOURTS-ca5-16-31067/summary"},{"packageId":"USCOURTS-ca11-17-14314","lastModified":"2018-04-16T13:12:01Z","packageLink":"https://api.govinfo.gov/packages/USCOURTS-ca11-17-14314/summary"},{"packageId":"USCOURTS-ca11-17-11923","lastModified":"2018-04-16T13:12:10Z","packageLink":"https://api.govinfo.gov/packages/USCOURTS-ca11-17-11923/summary"},{"packageId":"USCOURTS-cod-1_18-cv-00842","lastModified":"2018-04-16T13:15:52Z","packageLink":"https://api.govinfo.gov/packages/USCOURTS-cod-1_18-cv-00842/summary"},{"packageId":"USCOURTS-cand-3_16-cv-02787","lastModified":"2018-04-16T13:22:57Z","packageLink":"https://api.govinfo.gov/packages/USCOURTS-cand-3_16-cv-02787/summary"},{"packageId":"USCOURTS-ca10-17-02215","lastModified":"2018-04-16T13:23:02Z","packageLink":"https://api.govinfo.gov/packages/USCOURTS-ca10-17-02215/summary"},{"packageId":"USCOURTS-dcd-1_17-cv-02580","lastModified":"2018-04-16T13:23:07Z","packageLink":"https://api.govinfo.gov/packages/USCOURTS-dcd-1_17-cv-02580/summary"},{"packageId":"USCOURTS-nynd-5_06-cv-01042","lastModified":"2018-04-16T13:19:14Z","packageLink":"https://api.govinfo.gov/packages/USCOURTS-nynd-5_06-cv-01042/summary"},{"packageId":"USCOURTS-wvnd-3_16-cv-00161","lastModified":"2018-04-16T13:17:30Z","packageLink":"https://api.govinfo.gov/packages/USCOURTS-wvnd-3_16-cv-00161/summary"},{"packageId":"USCOURTS-wvnd-1_18-cr-00003","lastModified":"2018-04-16T13:17:40Z","packageLink":"https://api.govinfo.gov/packages/USCOURTS-wvnd-1_18-cr-00003/summary"},{"packageId":"USCOURTS-ilnd-1_14-cv-00916","lastModified":"2018-04-16T13:18:37Z","packageLink":"https://api.govinfo.gov/packages/USCOURTS-ilnd-1_14-cv-00916/summary"},{"packageId":"USCOURTS-ohnd-3_18-cr-00136","lastModified":"2018-04-16T13:18:56Z","packageLink":"https://api.govinfo.gov/packages/USCOURTS-ohnd-3_18-cr-00136/summary"},{"packageId":"USCOURTS-txsd-2_16-cv-00539","lastModified":"2018-04-16T13:18:56Z","packageLink":"https://api.govinfo.gov/packages/USCOURTS-txsd-2_16-cv-00539/summary"},{"packageId":"USCOURTS-ned-8_18-cr-00056","lastModified":"2018-04-16T13:18:57Z","packageLink":"https://api.govinfo.gov/packages/USCOURTS-ned-8_18-cr-00056/summary"},{"packageId":"USCOURTS-cand-3_17-cv-03702","lastModified":"2018-04-16T13:19:45Z","packageLink":"https://api.govinfo.gov/packages/USCOURTS-cand-3_17-cv-03702/summary"}]} -------------------------------------------------------------------------------- /samples/collections/collections-formatted.json: -------------------------------------------------------------------------------- 1 | { 2 | "collections": [{ 3 | "collectionCode": "USCOURTS", 4 | "collectionName": "United States Courts Opinions", 5 | "packageCount": 1066574, 6 | "granuleCount": 2377919 7 | }, { 8 | "collectionCode": "BILLS", 9 | "collectionName": "Congressional Bills", 10 | "packageCount": 197925, 11 | "granuleCount": null 12 | }, { 13 | "collectionCode": "CHRG", 14 | "collectionName": "Congressional Hearings", 15 | "packageCount": 26375, 16 | "granuleCount": 33 17 | }, { 18 | "collectionCode": "FR", 19 | "collectionName": "Federal Register", 20 | "packageCount": 20702, 21 | "granuleCount": 778537 22 | }, { 23 | "collectionCode": "GAOREPORTS", 24 | "collectionName": "Government Accountability Office Reports and Comptroller General Decisions", 25 | "packageCount": 16569, 26 | "granuleCount": null 27 | }, { 28 | "collectionCode": "CRPT", 29 | "collectionName": "Congressional Reports", 30 | "packageCount": 14713, 31 | "granuleCount": 444 32 | }, { 33 | "collectionCode": "GOVPUB", 34 | "collectionName": "Bulk Submission", 35 | "packageCount": 12369, 36 | "granuleCount": 234 37 | }, { 38 | "collectionCode": "CPD", 39 | "collectionName": "Compilation of Presidential Documents", 40 | "packageCount": 9697, 41 | "granuleCount": 23012 42 | }, { 43 | "collectionCode": "CZIC", 44 | "collectionName": "Coastal Zone Information Center", 45 | "packageCount": 4888, 46 | "granuleCount": null 47 | }, { 48 | "collectionCode": "CFR", 49 | "collectionName": "Congressional Federal Register", 50 | "packageCount": 4738, 51 | "granuleCount": 5598438 52 | }, { 53 | "collectionCode": "PLAW", 54 | "collectionName": "Public and Private Laws", 55 | "packageCount": 4595, 56 | "granuleCount": null 57 | }, { 58 | "collectionCode": "CREC", 59 | "collectionName": "Congressional Record", 60 | "packageCount": 4228, 61 | "granuleCount": 610367 62 | }, { 63 | "collectionCode": "CCAL", 64 | "collectionName": "Congressional Calendars", 65 | "packageCount": 3420, 66 | "granuleCount": 52917 67 | }, { 68 | "collectionCode": "GPO", 69 | "collectionName": "Additional Government Publications", 70 | "packageCount": 3091, 71 | "granuleCount": 79270 72 | }, { 73 | "collectionCode": "CDOC", 74 | "collectionName": "Congressional Documents", 75 | "packageCount": 2958, 76 | "granuleCount": 8160 77 | }, { 78 | "collectionCode": "CRECB", 79 | "collectionName": "Congressional Record (Bound Edition)", 80 | "packageCount": 2274, 81 | "granuleCount": 283226 82 | }, { 83 | "collectionCode": "CPRT", 84 | "collectionName": "Congressional Reports", 85 | "packageCount": 1242, 86 | "granuleCount": 1489 87 | }, { 88 | "collectionCode": "PAI", 89 | "collectionName": "Privacy Act Issuances", 90 | "packageCount": 1184, 91 | "granuleCount": null 92 | }, { 93 | "collectionCode": "USCODE", 94 | "collectionName": "United States Code", 95 | "packageCount": 1127, 96 | "granuleCount": 1446149 97 | }, { 98 | "collectionCode": "ERIC", 99 | "collectionName": "Education Reports from ERIC", 100 | "packageCount": 573, 101 | "granuleCount": null 102 | }, { 103 | "collectionCode": "BUDGET", 104 | "collectionName": "United States Budget", 105 | "packageCount": 284, 106 | "granuleCount": 5753 107 | }, { 108 | "collectionCode": "ECONI", 109 | "collectionName": "Economic Indicators", 110 | "packageCount": 276, 111 | "granuleCount": 13243 112 | }, { 113 | "collectionCode": "LSA", 114 | "collectionName": "List of CFR Sections Affected", 115 | "packageCount": 259, 116 | "granuleCount": 13407 117 | }, { 118 | "collectionCode": "PPP", 119 | "collectionName": "Public Papers of the Presidents of the United States", 120 | "packageCount": 90, 121 | "granuleCount": 22243 122 | }, { 123 | "collectionCode": "STATUTE", 124 | "collectionName": "Statutes at Large", 125 | "packageCount": 61, 126 | "granuleCount": 35069 127 | }, { 128 | "collectionCode": "HOB", 129 | "collectionName": "History of Bills", 130 | "packageCount": 36, 131 | "granuleCount": 236470 132 | }, { 133 | "collectionCode": "ERP", 134 | "collectionName": "Economic Report of the President", 135 | "packageCount": 24, 136 | "granuleCount": 2437 137 | }, { 138 | "collectionCode": "GOVMAN", 139 | "collectionName": "United States Government Manual", 140 | "packageCount": 22, 141 | "granuleCount": 3599 142 | }, { 143 | "collectionCode": "CDIR", 144 | "collectionName": "Congressional Directory", 145 | "packageCount": 18, 146 | "granuleCount": 12398 147 | }, { 148 | "collectionCode": "HMAN", 149 | "collectionName": "House Rules and Manual", 150 | "packageCount": 12, 151 | "granuleCount": 1571 152 | }, { 153 | "collectionCode": "HJOURNAL", 154 | "collectionName": "Journal of the House of Representatives", 155 | "packageCount": 8, 156 | "granuleCount": 33948 157 | }, { 158 | "collectionCode": "SMAN", 159 | "collectionName": "Senate Manual", 160 | "packageCount": 6, 161 | "granuleCount": 1039 162 | } 163 | ] 164 | } 165 | -------------------------------------------------------------------------------- /samples/collections/collections.json: -------------------------------------------------------------------------------- 1 | {"collections":[{"collectionCode":"USCOURTS","collectionName":"United States Courts Opinions","packageCount":1066574,"granuleCount":2377919},{"collectionCode":"BILLS","collectionName":"Congressional Bills","packageCount":197925,"granuleCount":null},{"collectionCode":"CHRG","collectionName":"Congressional Hearings","packageCount":26375,"granuleCount":33},{"collectionCode":"FR","collectionName":"Federal Register","packageCount":20702,"granuleCount":778537},{"collectionCode":"GAOREPORTS","collectionName":"Government Accountability Office Reports and Comptroller General Decisions","packageCount":16569,"granuleCount":null},{"collectionCode":"CRPT","collectionName":"Congressional Reports","packageCount":14713,"granuleCount":444},{"collectionCode":"GOVPUB","collectionName":"Bulk Submission","packageCount":12369,"granuleCount":234},{"collectionCode":"CPD","collectionName":"Compilation of Presidential Documents","packageCount":9697,"granuleCount":23012},{"collectionCode":"CZIC","collectionName":"Coastal Zone Information Center","packageCount":4888,"granuleCount":null},{"collectionCode":"CFR","collectionName":"Congressional Federal Register","packageCount":4738,"granuleCount":5598438},{"collectionCode":"PLAW","collectionName":"Public and Private Laws","packageCount":4595,"granuleCount":null},{"collectionCode":"CREC","collectionName":"Congressional Record","packageCount":4228,"granuleCount":610367},{"collectionCode":"CCAL","collectionName":"Congressional Calendars","packageCount":3420,"granuleCount":52917},{"collectionCode":"GPO","collectionName":"Additional Government Publications","packageCount":3091,"granuleCount":79270},{"collectionCode":"CDOC","collectionName":"Congressional Documents","packageCount":2958,"granuleCount":8160},{"collectionCode":"CRECB","collectionName":"Congressional Record (Bound Edition)","packageCount":2274,"granuleCount":283226},{"collectionCode":"CPRT","collectionName":"Congressional Reports","packageCount":1242,"granuleCount":1489},{"collectionCode":"PAI","collectionName":"Privacy Act Issuances","packageCount":1184,"granuleCount":null},{"collectionCode":"USCODE","collectionName":"United States Code","packageCount":1127,"granuleCount":1446149},{"collectionCode":"ERIC","collectionName":"Education Reports from ERIC","packageCount":573,"granuleCount":null},{"collectionCode":"BUDGET","collectionName":"United States Budget","packageCount":284,"granuleCount":5753},{"collectionCode":"ECONI","collectionName":"Economic Indicators","packageCount":276,"granuleCount":13243},{"collectionCode":"LSA","collectionName":"List of CFR Sections Affected","packageCount":259,"granuleCount":13407},{"collectionCode":"PPP","collectionName":"Public Papers of the Presidents of the United States","packageCount":90,"granuleCount":22243},{"collectionCode":"STATUTE","collectionName":"Statutes at Large","packageCount":61,"granuleCount":35069},{"collectionCode":"HOB","collectionName":"History of Bills","packageCount":36,"granuleCount":236470},{"collectionCode":"ERP","collectionName":"Economic Report of the President","packageCount":24,"granuleCount":2437},{"collectionCode":"GOVMAN","collectionName":"United States Government Manual","packageCount":22,"granuleCount":3599},{"collectionCode":"CDIR","collectionName":"Congressional Directory","packageCount":18,"granuleCount":12398},{"collectionCode":"HMAN","collectionName":"House Rules and Manual","packageCount":12,"granuleCount":1571},{"collectionCode":"HJOURNAL","collectionName":"Journal of the House of Representatives","packageCount":8,"granuleCount":33948},{"collectionCode":"SMAN","collectionName":"Senate Manual","packageCount":6,"granuleCount":1039}]} -------------------------------------------------------------------------------- /samples/packages/BILLS-115hr1625enr-summary.json: -------------------------------------------------------------------------------- 1 | {"title":"An Act To amend the State Department Basic Authorities Act of 1956 to include severe forms of trafficking in persons within the definition of transnational organized crime for purposes of the rewards program of the Department of State, and for other purposes.","collectionCode":"BILLS","collectionName":"Congressional Bills","category":"Bills and Statutes","dateIssued":"2018-04-14","detailsLink":"https://www.govinfo.gov/app/details/BILLS-115hr1625enr","packageId":"BILLS-115hr1625enr","download":{"txtLink":"https://api.govinfo.gov/packages/BILLS-115hr1625enr/htm","xmlLink":"https://api.govinfo.gov/packages/BILLS-115hr1625enr/xml","pdfLink":"https://api.govinfo.gov/packages/BILLS-115hr1625enr/pdf","modsLink":"https://api.govinfo.gov/packages/BILLS-115hr1625enr/mods","premisLink":"https://api.govinfo.gov/packages/BILLS-115hr1625enr/premis","zipLink":"https://api.govinfo.gov/packages/BILLS-115hr1625enr/zip"},"related":{"billStatusLink":"https://www.govinfo.gov/bulkdata/BILLSTATUS/115/hr/BILLSTATUS-115hr1625.xml"},"branch":"legislative","pages":"878","governmentAuthor1":"Congress","suDocClassNumber":"Y 1.6:Y 1.4/6:","billType":"hr","congress":"115","originChamber":"HOUSE","currentChamber":"JOINT","session":"2","billNumber":"1625","billVersion":"enr","isAppropriation":"false","isPrivate":"false","publisher":"U.S. Government Publishing Office","otherIdentifier":{"migrated-doc-id":"f:h1625_enr.txt","parent-ils-system-id":"000501532","parent-ils-title":"Congressional bills","child-ils-system-id":"000325573","child-ils-title":"House bills","stock-number":"021-610-00252-9"},"references":[{"collectionCode":"USCODE","contents":[{"title":"1","label":"U.S.C","sections":["112"]},{"title":"2","label":"U.S.C","sections":["1105","1151","1202","1301","1311","1314","1315","1316","1331","1341","1351","135a","136-1","1385","1401","1404","1415","150","160","166","182a","182b","182c","2146","2242","4107","4501","4579","5535","5545","661","901"]},{"title":"3","label":"U.S.C","sections":["102","103","104","105","106","107","108","109","110","112-114"]},{"title":"5","label":"U.S.C","sections":["2101","306","3109","3161","3302","3392","4101-4118","5303","5304","5307","5313","5314","5315","5316","5318","5332","5342","5343","5344","5348","5376","5509","551-558","552a","552","5546","5547","5552","5702","5703","5901-5902","5901","5902","591","5921","5922-5924","5925","601","6301","7119","7131","7901","7904","7905","8104","8147","81","8334","8348","8501-8523","8509","8521","8958","8988","9004"]},{"title":"6","label":"U.S.C","sections":["1135","1163","1182","391","395","452","454","551","604","605","609","762"]},{"title":"7","label":"U.S.C","sections":["1012","136a-1","136","136w-8","136w","138f","1471","1506","1516","1524","1623","1632a","1721","1722","1726c","1736f","1736o","1737","1766","1901","1921","1922","1924","1926","1932","1936b","1941","1961","1989","1","2009aa","2011","2036","2133","2204g","2225","2235a","2250a","2250","2257","2263","301","3155","3221","3222","3310","3371","343","428a","450i","5101-5106","5940","612c-6","612c","6931","7626","7717","7751","7772","8107a","8107","8111","8310","8311","8316","9017","9081","918a","935","936","940g","950aaa","950bb"]},{"title":"8","label":"U.S.C","sections":["1101","1153","1157","1158","1183A","1184","1189","1231","1255","1324a","1324b","1356","1357","1376","1423","1448"]},{"title":"10","label":"U.S.C","sections":["401","10211","10302","10305","1074","1144","12301","12310","130h","16131","166a","1705","2012","2208","2218a","2302","2304","2350j","2358","2371b","2410f","2411","2430","2461","2469","2474","2493","2531","2533a","2557","2561","2667","2687","2806","2814","2854","2883","3016","3038","333","362","402","404","407","4727","480","8038"]},{"title":"12","label":"U.S.C","sections":["1701q","1701s","1701z-1","1715z-1","1715z-20","1715z-3","1715z","1735c","1811-1","1831t","2249","4707","4713a"]},{"title":"13","label":"U.S.C","sections":["141"]},{"title":"14","label":"U.S.C","sections":["423","544"]},{"title":"15","label":"U.S.C","sections":["1021","1514","1831","18a","2229a","2229","2601","2625","278c-278e","3722","6101","634a","636","637","638","649","657d","657n","696","713a-11","714i","7701","78a","78d","78ee","78m","8004","80a-1","80a-2","80a-53","80a-56","80a-60","80a-62","80b-5"]},{"title":"16","label":"U.S.C","sections":["1001-1005","1002","1005","1007-1009","1132","1301-1311","1310","1361","1531","1533","1535","1536","1600","1601","1604","1609","1643","1706","1801","1881a","2113a","3111","3150","3801","3833","3839bb-2","3841","3844","409g","4201","4261","431","4401","460www","461","484a","500","501","516-617a","5301","532-538","555a","558a","558d","580d","590a-f","6511","6591c","6601","6806","7101","7102","7111","7112","7113","7124","7125","7127","7128","7142","7144","715s","7303","742a","824o","825s"]},{"title":"17","label":"U.S.C","sections":["708"]},{"title":"18","label":"U.S.C","sections":["1001","1913","228","2340A","2510","2703","2711","2721","2725","3006A","3056","3512","3599","4013","4100","922","924","925","983"]},{"title":"19","label":"U.S.C","sections":["1307","2081","2317","2462","2463","2465","2467","2501","267","4405","58c"]},{"title":"20","label":"U.S.C","sections":["1011c","1059c","1059d","1070a","1085","1087e","1087h","1087mm","1234a","1400","15002","4411","5204-5205","5601","5604","76r","7703","956a"]},{"title":"21","label":"U.S.C","sections":["113a","1521","346a","348","353","355","360bbb-4a","360eee-3","360ff","360n","379dd","379h","379j-12","379j-21","379j-31","379j-42","379j-62","379j","381","384d","387s","603","801","802"]},{"title":"22","label":"U.S.C","sections":["2078","214","2151a","2191","2321h","2346","2370c-1","2385","2412","2421","2451","2452","2455","2458","2515","254a","2656d","2656","2680","2706","2708","2751","2761","2776","2778","2780","2785","284","285","290g","290h-3","290h","292","3001","3929","3948","3949","4028","4064","4081","4085","4086","4402","4412","4601","4831","4865","5402","5801","5812","5851","6202","6212","6431","6911","7002","7601","7622","8211","8754","9229","9543"]},{"title":"23","label":"U.S.C","sections":["101","117","118","119","125","127","129","133","144","149","157","165","202","204","205","210","403","405","608"]},{"title":"25","label":"U.S.C","sections":["13","1544","15","1613a","1616a-1","1616a","2001-2019","2005","2008","2021","2504","2507","4101","4111","4212","4221","450b","450","488","5131","5321"]},{"title":"26","label":"U.S.C","sections":["1603","9505"]},{"title":"27","label":"U.S.C","sections":["201"]},{"title":"28","label":"U.S.C","sections":["1782","178","1863","1871","1875","1876","1914","2672","376","377","524","527","530C","545","561-569","589a"]},{"title":"29","label":"U.S.C","sections":["203","207","213","216","2916a","9a"]},{"title":"30","label":"U.S.C","sections":["1233","1257","1602","181","185","191","21a","29","30","35","36","37","3","42","641"]},{"title":"31","label":"U.S.C","sections":["1108","1120","1343","1344","1345","1346","1353","1501","1511","1513","1551","1552","1553","3324","3328","3334","3521","3712","3716","3717","3718","5136","6302","6303","6305","6906","782","791","9104","9105","9701","9703"]},{"title":"32","label":"U.S.C","sections":["502","508"]},{"title":"33","label":"U.S.C","sections":["1251","1321","1330","1377","2211","2701","2712","883a"]},{"title":"34","label":"U.S.C","sections":["10101","10381","10384","10551","10552","10553","10554","10581","10631","10633","11101","11291","11293","12109","12621","20101","40101","40102","40104","40301","40302","40901","40912","40913","50101"]},{"title":"35","label":"U.S.C","sections":[]},{"title":"36","label":"U.S.C","sections":["2109","2301-2310"]},{"title":"37","label":"U.S.C","sections":["356"]},{"title":"38","label":"U.S.C","sections":["111","1701","1710","1720F","1720G","1729A","1741","1787","1920","1923","1955","2021A","2023","2402","2408","3104","322","4102A","4109","4113","5101","521A","5706","7251","7298","7681","8109","8110","8118","8131","8135","8137"]},{"title":"39","label":"U.S.C","sections":["2401"]},{"title":"40","label":"U.S.C","sections":["11319","121","1303","14101","14102","15751","3131","323","3306","3307","3315","521","592","6111","6112","8906"]},{"title":"41","label":"U.S.C","sections":["1906","3903","4001","6102","8301-8305","8502","8503"]},{"title":"42","label":"U.S.C","sections":["10701","10802","11302","11311","11331","11381","11401","12131","12181","12748","12901","1395l","1395ww","1395x","1396s","1397dd","1437a","1437","1437f","1437g","1437v","1437x","1437z-6","14601","1472","1474","1484","1486","1490a","1490c","1490m","1490p-2","1490q","1490r","1751","1758","1760","1761","1769","1769g","1771","1786","1856d","1856","1861","1880","1972","1975a","2000e-16b","2000e","2000ee","2004a","2160e","2214","22","238b","238","247d-6b","254b","262","263b","2651-2653","2651","289g","290aa","2996d","300gg-91","300j-12","300x-21","3374","3535","3545","3796b","3796d-1","4012a","4015","4016","4017","4026","4033","4104c","4104d","4321","4370m-8","5121","5122","5133","5170c","5189e","5196e","5302","5306","5308","5401","5841","618","6201","6239","6241","6247","653","6901","6939g","6961","710","7152","7263","7661","8013","8101-8107","9601","9603","9604","9607","9611","9628","9660","9812","9816","9822","9858f","9902","9910"]},{"title":"43","label":"U.S.C","sections":["1332","1340","1348","1469","1702","1712","1735","1752","2241","2305","2306","2605","315b","315m","31","392a","397a"]},{"title":"44","label":"U.S.C","sections":["3554","3604","3702","3703","718","902","906"]},{"title":"46","label":"U.S.C","sections":["12114","307","50307","54101","70107"]},{"title":"47","label":"U.S.C","sections":["1302","1452","1455","151","153","154","156","158","159","222","227","254","257","309","332","503","543","548","703","765e","921","923","928"]},{"title":"48","label":"U.S.C","sections":["1661","1921d","740"]},{"title":"49","label":"U.S.C","sections":["116","20105","24102","24308","24405","24407","24408","24712","24905","24911","31102","31103","31104","31110","31137","31313","327","40113","40118","41301","41305","41712","41731","41732","41742","41743","42301","44506","44706","44721","44903","44923","44940","45303","47104","47107","47109","47115","47117","47124","47141","48101","48102","48103","48114","5108","5116","5128","5305","5309","5310","5311","5312","5329","5335","5337","5338","5339","5340","5505","60107","60141","60302"]},{"title":"50","label":"U.S.C","sections":["1541","1542","1543","2333","3003","3024","3093","3094","3505","3901","414","4301","4518","4531","4532","4533","98g"]},{"title":"51","label":"U.S.C","sections":["20145","30104"]},{"title":"52","label":"U.S.C","sections":["20904","30101"]},{"title":"54","label":"U.S.C","sections":["100721","101701","101917","200306","302101","302902","302904","308704","3089","320101"]}],"collectionName":"U.S. Code"},{"collectionCode":"STATUTE","contents":[{"title":"32","label":"Stat.","pages":["480"]},{"title":"37","label":"Stat.","pages":["736"]},{"title":"39","label":"Stat.","pages":["218"]},{"title":"40","label":"Stat.","pages":["223","1179"]},{"title":"46","label":"Stat.","pages":["32 et seq.","1487"]},{"title":"50","label":"Stat.","pages":["51"]},{"title":"60","label":"Stat.","pages":["636"]},{"title":"63","label":"Stat.","pages":["623"]},{"title":"68","label":"Stat.","pages":["255","674"]},{"title":"73","label":"Stat.","pages":["479","667"]},{"title":"74","label":"Stat.","pages":["849"]},{"title":"82","label":"Stat.","pages":["1356"]},{"title":"86","label":"Stat.","pages":["216"]},{"title":"87","label":"Stat.","pages":["713"]},{"title":"88","label":"Stat.","pages":["1716"]},{"title":"90","label":"Stat.","pages":["272"]},{"title":"92","label":"Stat.","pages":["2714"]},{"title":"95","label":"Stat.","pages":["1701"]},{"title":"96","label":"Stat.","pages":["1920","2119"]},{"title":"101","label":"Stat.","pages":["159","198"]},{"title":"102","label":"Stat.","pages":["2246"]},{"title":"105","label":"Stat.","pages":["784","2027","2394"]},{"title":"108","label":"Stat.","pages":["4792"]},{"title":"110","label":"Stat.","pages":["151"]},{"title":"112","label":"Stat.","pages":["107","2681-822"]},{"title":"113","label":"Stat.","pages":["1501A-280"]},{"title":"114","label":"Stat.","pages":["57","1549A-12"]},{"title":"117","label":"Stat.","pages":["711","1280","1307","2518"]},{"title":"118","label":"Stat.","pages":["1011","2403","3998"]},{"title":"119","label":"Stat.","pages":["1248","2470","2506"]},{"title":"120","label":"Stat.","pages":["3028"]},{"title":"121","label":"Stat.","pages":["2073","2559"]},{"title":"122","label":"Stat.","pages":["2052","4302-16","4500"]},{"title":"123","label":"Stat.","pages":["1108","1121","2573","3571"]},{"title":"124","label":"Stat.","pages":["1174","2950"]},{"title":"125","label":"Stat.","pages":["211","1013","1621"]},{"title":"126","label":"Stat.","pages":["916"]},{"title":"128","label":"Stat.","pages":["1020"]},{"title":"129","label":"Stat.","pages":["584","1802"]},{"title":"130","label":"Stat.","pages":["22","641","1018","2145"]}],"collectionName":"Statutes at Large"},{"collectionCode":"PLAW","contents":[{"label":"Public Law","congress":"76","number":"589"},{"label":"Public Law","congress":"78","number":"310"},{"label":"Public Law","congress":"78","number":"534"},{"label":"Public Law","congress":"79","number":"173"},{"label":"Public Law","congress":"83","number":"480"},{"label":"Public Law","congress":"86","number":"121"},{"label":"Public Law","congress":"86","number":"209"},{"label":"Public Law","congress":"86","number":"372"},{"label":"Public Law","congress":"87","number":"128"},{"label":"Public Law","congress":"87","number":"256"},{"label":"Public Law","congress":"87","number":"279"},{"label":"Public Law","congress":"87","number":"483"},{"label":"Public Law","congress":"89","number":"106"},{"label":"Public Law","congress":"89","number":"665"},{"label":"Public Law","congress":"90","number":"219"},{"label":"Public Law","congress":"90","number":"553"},{"label":"Public Law","congress":"90","number":"620"},{"label":"Public Law","congress":"90","number":"629"},{"label":"Public Law","congress":"91","number":"190"},{"label":"Public Law","congress":"91","number":"672"},{"label":"Public Law","congress":"92","number":"203"},{"label":"Public Law","congress":"92","number":"313"},{"label":"Public Law","congress":"92","number":"544"},{"label":"Public Law","congress":"92","number":"603"},{"label":"Public Law","congress":"93","number":"66"},{"label":"Public Law","congress":"93","number":"188"},{"label":"Public Law","congress":"93","number":"205"},{"label":"Public Law","congress":"93","number":"454"},{"label":"Public Law","congress":"93","number":"471"},{"label":"Public Law","congress":"93","number":"531"},{"label":"Public Law","congress":"93","number":"638"},{"label":"Public Law","congress":"93","number":"642"},{"label":"Public Law","congress":"94","number":"210"},{"label":"Public Law","congress":"94","number":"241"},{"label":"Public Law","congress":"94","number":"304"},{"label":"Public Law","congress":"94","number":"305"},{"label":"Public Law","congress":"94","number":"524"},{"label":"Public Law","congress":"94","number":"579"},{"label":"Public Law","congress":"95","number":"87"},{"label":"Public Law","congress":"95","number":"138"},{"label":"Public Law","congress":"95","number":"216"},{"label":"Public Law","congress":"95","number":"238"},{"label":"Public Law","congress":"95","number":"348"},{"label":"Public Law","congress":"95","number":"372"},{"label":"Public Law","congress":"95","number":"452"},{"label":"Public Law","congress":"95","number":"454"},{"label":"Public Law","congress":"95","number":"561"},{"label":"Public Law","congress":"96","number":"8"},{"label":"Public Law","congress":"96","number":"304"},{"label":"Public Law","congress":"96","number":"465"},{"label":"Public Law","congress":"96","number":"487"},{"label":"Public Law","congress":"96","number":"533"},{"label":"Public Law","congress":"96","number":"586"},{"label":"Public Law","congress":"97","number":"98"},{"label":"Public Law","congress":"97","number":"248"},{"label":"Public Law","congress":"97","number":"365"},{"label":"Public Law","congress":"97","number":"377"},{"label":"Public Law","congress":"98","number":"76"},{"label":"Public Law","congress":"98","number":"164"},{"label":"Public Law","congress":"98","number":"244"},{"label":"Public Law","congress":"98","number":"473"},{"label":"Public Law","congress":"99","number":"177"},{"label":"Public Law","congress":"99","number":"190"},{"label":"Public Law","congress":"99","number":"239"},{"label":"Public Law","congress":"99","number":"264"},{"label":"Public Law","congress":"99","number":"498"},{"label":"Public Law","congress":"99","number":"658"},{"label":"Public Law","congress":"99","number":"660"},{"label":"Public Law","congress":"99","number":"662"},{"label":"Public Law","congress":"99","number":"663"},{"label":"Public Law","congress":"100","number":"17"},{"label":"Public Law","congress":"100","number":"203"},{"label":"Public Law","congress":"100","number":"204"},{"label":"Public Law","congress":"100","number":"297"},{"label":"Public Law","congress":"100","number":"456"},{"label":"Public Law","congress":"100","number":"460"},{"label":"Public Law","congress":"100","number":"580"},{"label":"Public Law","congress":"100","number":"685"},{"label":"Public Law","congress":"100","number":"702"},{"label":"Public Law","congress":"101","number":"12"},{"label":"Public Law","congress":"101","number":"167"},{"label":"Public Law","congress":"101","number":"179"},{"label":"Public Law","congress":"101","number":"301"},{"label":"Public Law","congress":"101","number":"380"},{"label":"Public Law","congress":"101","number":"510"},{"label":"Public Law","congress":"101","number":"549"},{"label":"Public Law","congress":"101","number":"593"},{"label":"Public Law","congress":"101","number":"618"},{"label":"Public Law","congress":"101","number":"647"},{"label":"Public Law","congress":"101","number":"650"},{"label":"Public Law","congress":"102","number":"140"},{"label":"Public Law","congress":"102","number":"229"},{"label":"Public Law","congress":"102","number":"240"},{"label":"Public Law","congress":"102","number":"243"},{"label":"Public Law","congress":"102","number":"259"},{"label":"Public Law","congress":"102","number":"393"},{"label":"Public Law","congress":"102","number":"511"},{"label":"Public Law","congress":"102","number":"575"},{"label":"Public Law","congress":"103","number":"182"},{"label":"Public Law","congress":"103","number":"322"},{"label":"Public Law","congress":"103","number":"325"},{"label":"Public Law","congress":"103","number":"353"},{"label":"Public Law","congress":"103","number":"382"},{"label":"Public Law","congress":"103","number":"412"},{"label":"Public Law","congress":"103","number":"413"},{"label":"Public Law","congress":"103","number":"454"},{"label":"Public Law","congress":"104","number":"104"},{"label":"Public Law","congress":"104","number":"121"},{"label":"Public Law","congress":"104","number":"127"},{"label":"Public Law","congress":"104","number":"134"},{"label":"Public Law","congress":"104","number":"208"},{"label":"Public Law","congress":"104","number":"275"},{"label":"Public Law","congress":"104","number":"303"},{"label":"Public Law","congress":"104","number":"333"},{"label":"Public Law","congress":"105","number":"78"},{"label":"Public Law","congress":"105","number":"83"},{"label":"Public Law","congress":"105","number":"119"},{"label":"Public Law","congress":"105","number":"178"},{"label":"Public Law","congress":"105","number":"263"},{"label":"Public Law","congress":"105","number":"276"},{"label":"Public Law","congress":"105","number":"277"},{"label":"Public Law","congress":"105","number":"312"},{"label":"Public Law","congress":"106","number":"58"},{"label":"Public Law","congress":"106","number":"79"},{"label":"Public Law","congress":"106","number":"113"},{"label":"Public Law","congress":"106","number":"207"},{"label":"Public Law","congress":"106","number":"224"},{"label":"Public Law","congress":"106","number":"292"},{"label":"Public Law","congress":"106","number":"386"},{"label":"Public Law","congress":"106","number":"387"},{"label":"Public Law","congress":"106","number":"393"},{"label":"Public Law","congress":"106","number":"398"},{"label":"Public Law","congress":"106","number":"481"},{"label":"Public Law","congress":"106","number":"546"},{"label":"Public Law","congress":"106","number":"554"},{"label":"Public Law","congress":"106","number":"568"},{"label":"Public Law","congress":"106","number":"569"},{"label":"Public Law","congress":"107","number":"40"},{"label":"Public Law","congress":"107","number":"71"},{"label":"Public Law","congress":"107","number":"76"},{"label":"Public Law","congress":"107","number":"82"},{"label":"Public Law","congress":"107","number":"87"},{"label":"Public Law","congress":"107","number":"110"},{"label":"Public Law","congress":"107","number":"118"},{"label":"Public Law","congress":"107","number":"135"},{"label":"Public Law","congress":"107","number":"171"},{"label":"Public Law","congress":"107","number":"188"},{"label":"Public Law","congress":"107","number":"204"},{"label":"Public Law","congress":"107","number":"228"},{"label":"Public Law","congress":"107","number":"243"},{"label":"Public Law","congress":"107","number":"252"},{"label":"Public Law","congress":"107","number":"273"},{"label":"Public Law","congress":"107","number":"275"},{"label":"Public Law","congress":"107","number":"289"},{"label":"Public Law","congress":"107","number":"296"},{"label":"Public Law","congress":"107","number":"300"},{"label":"Public Law","congress":"107","number":"304"},{"label":"Public Law","congress":"107","number":"314"},{"label":"Public Law","congress":"108","number":"21"},{"label":"Public Law","congress":"108","number":"25"},{"label":"Public Law","congress":"108","number":"79"},{"label":"Public Law","congress":"108","number":"108"},{"label":"Public Law","congress":"108","number":"176"},{"label":"Public Law","congress":"108","number":"188"},{"label":"Public Law","congress":"108","number":"287"},{"label":"Public Law","congress":"108","number":"334"},{"label":"Public Law","congress":"108","number":"405"},{"label":"Public Law","congress":"108","number":"424"},{"label":"Public Law","congress":"108","number":"447"},{"label":"Public Law","congress":"108","number":"494"},{"label":"Public Law","congress":"109","number":"13"},{"label":"Public Law","congress":"109","number":"34"},{"label":"Public Law","congress":"109","number":"54"},{"label":"Public Law","congress":"109","number":"59"},{"label":"Public Law","congress":"109","number":"90"},{"label":"Public Law","congress":"109","number":"115"},{"label":"Public Law","congress":"109","number":"121"},{"label":"Public Law","congress":"109","number":"148"},{"label":"Public Law","congress":"109","number":"154"},{"label":"Public Law","congress":"109","number":"162"},{"label":"Public Law","congress":"109","number":"164"},{"label":"Public Law","congress":"109","number":"248"},{"label":"Public Law","congress":"109","number":"282"},{"label":"Public Law","congress":"109","number":"295"},{"label":"Public Law","congress":"109","number":"432"},{"label":"Public Law","congress":"109","number":"435"},{"label":"Public Law","congress":"109","number":"446"},{"label":"Public Law","congress":"109","number":"469"},{"label":"Public Law","congress":"110","number":"28"},{"label":"Public Law","congress":"110","number":"53"},{"label":"Public Law","congress":"110","number":"69"},{"label":"Public Law","congress":"110","number":"140"},{"label":"Public Law","congress":"110","number":"161"},{"label":"Public Law","congress":"110","number":"180"},{"label":"Public Law","congress":"110","number":"181"},{"label":"Public Law","congress":"110","number":"199"},{"label":"Public Law","congress":"110","number":"233"},{"label":"Public Law","congress":"110","number":"246"},{"label":"Public Law","congress":"110","number":"252"},{"label":"Public Law","congress":"110","number":"315"},{"label":"Public Law","congress":"110","number":"325"},{"label":"Public Law","congress":"110","number":"343"},{"label":"Public Law","congress":"110","number":"401"},{"label":"Public Law","congress":"110","number":"403"},{"label":"Public Law","congress":"110","number":"409"},{"label":"Public Law","congress":"110","number":"416"},{"label":"Public Law","congress":"110","number":"417"},{"label":"Public Law","congress":"110","number":"432"},{"label":"Public Law","congress":"110","number":"457"},{"label":"Public Law","congress":"111","number":"2"},{"label":"Public Law","congress":"111","number":"3"},{"label":"Public Law","congress":"111","number":"11"},{"label":"Public Law","congress":"111","number":"32"},{"label":"Public Law","congress":"111","number":"80"},{"label":"Public Law","congress":"111","number":"83"},{"label":"Public Law","congress":"111","number":"84"},{"label":"Public Law","congress":"111","number":"117"},{"label":"Public Law","congress":"111","number":"148"},{"label":"Public Law","congress":"111","number":"152"},{"label":"Public Law","congress":"111","number":"163"},{"label":"Public Law","congress":"111","number":"172"},{"label":"Public Law","congress":"111","number":"203"},{"label":"Public Law","congress":"111","number":"212"},{"label":"Public Law","congress":"111","number":"281"},{"label":"Public Law","congress":"111","number":"291"},{"label":"Public Law","congress":"112","number":"10"},{"label":"Public Law","congress":"112","number":"29"},{"label":"Public Law","congress":"112","number":"42"},{"label":"Public Law","congress":"112","number":"55"},{"label":"Public Law","congress":"112","number":"74"},{"label":"Public Law","congress":"112","number":"81"},{"label":"Public Law","congress":"112","number":"95"},{"label":"Public Law","congress":"112","number":"141"},{"label":"Public Law","congress":"112","number":"177"},{"label":"Public Law","congress":"112","number":"199"},{"label":"Public Law","congress":"112","number":"272"},{"label":"Public Law","congress":"113","number":"4"},{"label":"Public Law","congress":"113","number":"6"},{"label":"Public Law","congress":"113","number":"66"},{"label":"Public Law","congress":"113","number":"76"},{"label":"Public Law","congress":"113","number":"79"},{"label":"Public Law","congress":"113","number":"89"},{"label":"Public Law","congress":"113","number":"93"},{"label":"Public Law","congress":"113","number":"161"},{"label":"Public Law","congress":"113","number":"187"},{"label":"Public Law","congress":"113","number":"235"},{"label":"Public Law","congress":"113","number":"281"},{"label":"Public Law","congress":"113","number":"291"},{"label":"Public Law","congress":"114","number":"4"},{"label":"Public Law","congress":"114","number":"17"},{"label":"Public Law","congress":"114","number":"22"},{"label":"Public Law","congress":"114","number":"25"},{"label":"Public Law","congress":"114","number":"58"},{"label":"Public Law","congress":"114","number":"71"},{"label":"Public Law","congress":"114","number":"74"},{"label":"Public Law","congress":"114","number":"92"},{"label":"Public Law","congress":"114","number":"94"},{"label":"Public Law","congress":"114","number":"95"},{"label":"Public Law","congress":"114","number":"113"},{"label":"Public Law","congress":"114","number":"122"},{"label":"Public Law","congress":"114","number":"195"},{"label":"Public Law","congress":"114","number":"198"},{"label":"Public Law","congress":"114","number":"199"},{"label":"Public Law","congress":"114","number":"223"},{"label":"Public Law","congress":"114","number":"254"},{"label":"Public Law","congress":"114","number":"255"},{"label":"Public Law","congress":"114","number":"287"},{"label":"Public Law","congress":"114","number":"322"},{"label":"Public Law","congress":"114","number":"323"},{"label":"Public Law","congress":"114","number":"324"},{"label":"Public Law","congress":"114","number":"328"},{"label":"Public Law","congress":"115","number":"31"},{"label":"Public Law","congress":"115","number":"44"},{"label":"Public Law","congress":"115","number":"56"},{"label":"Public Law","congress":"115","number":"91"},{"label":"Public Law","congress":"115","number":"97"},{"label":"Public Law","congress":"115","number":"120"},{"label":"Public Law","congress":"115","number":"123"}],"collectionName":"Public and Private Laws"}],"lastModified":"2018-04-14T00:38:24Z"} -------------------------------------------------------------------------------- /samples/packages/CREC-2018-01-03-summary-formatted.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": "Congressional Record Volume 163, Issue 216, (January 3, 2018)", 3 | "collectionCode": "CREC", 4 | "collectionName": "Congressional Record", 5 | "category": "Proceedings of Congress and General Congressional Publications", 6 | "dateIssued": "2018-01-03", 7 | "detailsLink": "https://www.govinfo.gov/app/details/CREC-2018-01-03", 8 | "granulesLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules?offset=0&pageSize=100", 9 | "packageId": "CREC-2018-01-03", 10 | "download": { 11 | "pdfHouseLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/pdf/house", 12 | "pdfHouse-bk2Link": "https://api.govinfo.gov/packages/CREC-2018-01-03/pdf/house-bk2", 13 | "pdf-bk2Link": "https://api.govinfo.gov/packages/CREC-2018-01-03/pdf-bk2", 14 | "pdfExtensions-bk2Link": "https://api.govinfo.gov/packages/CREC-2018-01-03/pdf/extensions-bk2", 15 | "pdfExtensionsLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/pdf/extensions", 16 | "pdfLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/pdf", 17 | "pdfDailyDigestLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/pdf/dailydigest", 18 | "pdfDailyDigest-bk1Link": "https://api.govinfo.gov/packages/CREC-2018-01-03/pdf/dailydigest-bk1", 19 | "modsLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/mods", 20 | "premisLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/premis", 21 | "zipLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/zip" 22 | }, 23 | "branch": "legislative", 24 | "pages": "80", 25 | "governmentAuthor1": "Congress", 26 | "suDocClassNumber": "X 1.1/A:X/A.", 27 | "documentType": "CREC", 28 | "congress": "115", 29 | "session": "2", 30 | "volume": "163", 31 | "issue": "216", 32 | "bookCount": "2", 33 | "publisher": "U.S. Government Publishing Office", 34 | "otherIdentifier": { 35 | "migrated-doc-id": "CR03JA18", 36 | "ils-system-id": "000568013", 37 | "stock-number": "752-002-00000-2" 38 | }, 39 | "lastModified": "2018-04-03T16:34:46Z" 40 | } 41 | -------------------------------------------------------------------------------- /samples/packages/CREC-2018-01-03-summary.json: -------------------------------------------------------------------------------- 1 | {"title":"Congressional Record Volume 163, Issue 216, (January 3, 2018)","collectionCode":"CREC","collectionName":"Congressional Record","category":"Proceedings of Congress and General Congressional Publications","dateIssued":"2018-01-03","detailsLink":"https://www.govinfo.gov/app/details/CREC-2018-01-03","granulesLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules?offset=0&pageSize=100","packageId":"CREC-2018-01-03","download":{"pdfHouseLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/pdf/house","pdfHouse-bk2Link":"https://api.govinfo.gov/packages/CREC-2018-01-03/pdf/house-bk2","pdf-bk2Link":"https://api.govinfo.gov/packages/CREC-2018-01-03/pdf-bk2","pdfExtensions-bk2Link":"https://api.govinfo.gov/packages/CREC-2018-01-03/pdf/extensions-bk2","pdfExtensionsLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/pdf/extensions","pdfLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/pdf","pdfDailyDigestLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/pdf/dailydigest","pdfDailyDigest-bk1Link":"https://api.govinfo.gov/packages/CREC-2018-01-03/pdf/dailydigest-bk1","modsLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/mods","premisLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/premis","zipLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/zip"},"branch":"legislative","pages":"80","governmentAuthor1":"Congress","suDocClassNumber":"X 1.1/A:X/A.","documentType":"CREC","congress":"115","session":"2","volume":"163","issue":"216","bookCount":"2","publisher":"U.S. Government Publishing Office","otherIdentifier":{"migrated-doc-id":"CR03JA18","ils-system-id":"000568013","stock-number":"752-002-00000-2"},"lastModified":"2018-04-03T16:34:46Z"} -------------------------------------------------------------------------------- /samples/packages/FR-2018-04-12-summary-formatted.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": "Federal Register Volume 83 Issue 71 (April 12, 2018)", 3 | "collectionCode": "FR", 4 | "collectionName": "Federal Register", 5 | "category": "Regulatory Information", 6 | "dateIssued": "2018-04-12", 7 | "detailsLink": "https://www.govinfo.gov/app/details/FR-2018-04-12", 8 | "granulesLink": "https://api.govinfo.gov/packages/FR-2018-04-12/granules?offset=0&pageSize=100", 9 | "packageId": "FR-2018-04-12", 10 | "download": { 11 | "pdfLink": "https://api.govinfo.gov/packages/FR-2018-04-12/pdf", 12 | "xmlLink": "https://api.govinfo.gov/packages/FR-2018-04-12/xml", 13 | "modsLink": "https://api.govinfo.gov/packages/FR-2018-04-12/mods", 14 | "premisLink": "https://api.govinfo.gov/packages/FR-2018-04-12/premis", 15 | "zipLink": "https://api.govinfo.gov/packages/FR-2018-04-12/zip" 16 | }, 17 | "branch": "executive", 18 | "pages": "220", 19 | "governmentAuthor1": "National Archives and Records Administration", 20 | "governmentAuthor2": "Office of the Federal Register", 21 | "suDocClassNumber": "AE 2.7:GS 4.107:AE 2.106:", 22 | "documentType": "FR", 23 | "volume": "83", 24 | "issue": "71", 25 | "publisher": "Office of the Federal Register, National Archives and Records Administration", 26 | "otherIdentifier": { 27 | "migrated-doc-id": "f:fr12ap18", 28 | "ils-system-id": "000582072", 29 | "stock-number": "769-004-00000-9", 30 | "issn": ["0097-6326", "0042-1219", "0364-1406"] 31 | }, 32 | "lastModified": "2018-04-13T16:49:02Z" 33 | } 34 | -------------------------------------------------------------------------------- /samples/packages/FR-2018-04-12-summary.json: -------------------------------------------------------------------------------- 1 | {"title":"Federal Register Volume 83 Issue 71 (April 12, 2018)","collectionCode":"FR","collectionName":"Federal Register","category":"Regulatory Information","dateIssued":"2018-04-12","detailsLink":"https://www.govinfo.gov/app/details/FR-2018-04-12","granulesLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules?offset=0&pageSize=100","packageId":"FR-2018-04-12","download":{"pdfLink":"https://api.govinfo.gov/packages/FR-2018-04-12/pdf","xmlLink":"https://api.govinfo.gov/packages/FR-2018-04-12/xml","modsLink":"https://api.govinfo.gov/packages/FR-2018-04-12/mods","premisLink":"https://api.govinfo.gov/packages/FR-2018-04-12/premis","zipLink":"https://api.govinfo.gov/packages/FR-2018-04-12/zip"},"branch":"executive","pages":"220","governmentAuthor1":"National Archives and Records Administration","governmentAuthor2":"Office of the Federal Register","suDocClassNumber":"AE 2.7:GS 4.107:AE 2.106:","documentType":"FR","volume":"83","issue":"71","publisher":"Office of the Federal Register, National Archives and Records Administration","otherIdentifier":{"migrated-doc-id":"f:fr12ap18","ils-system-id":"000582072","stock-number":"769-004-00000-9","issn":["0097-6326","0042-1219","0364-1406"]},"lastModified":"2018-04-13T16:49:02Z"} -------------------------------------------------------------------------------- /samples/packages/granules/CHRG-107shrg82483-granules-formatted.json: -------------------------------------------------------------------------------- 1 | { 2 | "count": 3, 3 | "offset": 0, 4 | "pageSize": 10, 5 | "nextPage": null, 6 | "previousPage": null, 7 | "granules": [{ 8 | "title": "Election Reform: Volume 1", 9 | "granuleId": "CHRG-107shrg82483", 10 | "granuleLink": "https://api.govinfo.gov/packages/CHRG-107shrg82483/granules/CHRG-107shrg82483/summary" 11 | }, { 12 | "title": "Election Reform: Volume 2", 13 | "granuleId": "CHRG-107shrg82483-vol2", 14 | "granuleLink": "https://api.govinfo.gov/packages/CHRG-107shrg82483/granules/CHRG-107shrg82483-vol2/summary" 15 | }, { 16 | "title": "Election Reform: Volume 3", 17 | "granuleId": "CHRG-107shrg82483-vol1", 18 | "granuleLink": "https://api.govinfo.gov/packages/CHRG-107shrg82483/granules/CHRG-107shrg82483-vol1/summary" 19 | } 20 | ] 21 | } 22 | -------------------------------------------------------------------------------- /samples/packages/granules/CHRG-107shrg82483-granules.json: -------------------------------------------------------------------------------- 1 | {"count":3,"offset":0,"pageSize":10,"nextPage":null,"previousPage":null,"granules":[{"title":"Election Reform: Volume 1","granuleId":"CHRG-107shrg82483","granuleLink":"https://api.govinfo.gov/packages/CHRG-107shrg82483/granules/CHRG-107shrg82483/summary"},{"title":"Election Reform: Volume 2","granuleId":"CHRG-107shrg82483-vol2","granuleLink":"https://api.govinfo.gov/packages/CHRG-107shrg82483/granules/CHRG-107shrg82483-vol2/summary"},{"title":"Election Reform: Volume 3","granuleId":"CHRG-107shrg82483-vol1","granuleLink":"https://api.govinfo.gov/packages/CHRG-107shrg82483/granules/CHRG-107shrg82483-vol1/summary"}]} -------------------------------------------------------------------------------- /samples/packages/granules/CREC-2018-01-03-granule-list-formatted.json: -------------------------------------------------------------------------------- 1 | { 2 | "count": 97, 3 | "offset": 0, 4 | "pageSize": 100, 5 | "nextPage": null, 6 | "previousPage": null, 7 | "granules": [{ 8 | "title": "HONORING THE SERVICE OF LORIE GRINNAN", 9 | "granuleId": "CREC-2018-01-03-pt1-PgE1769-2", 10 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt1-PgE1769-2/summary" 11 | }, { 12 | "title": "IN CELEBRATION OF THE LIFE OF DOROTHY MAY WILSON", 13 | "granuleId": "CREC-2018-01-03-pt1-PgE1769-3", 14 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt1-PgE1769-3/summary" 15 | }, { 16 | "title": "Senate", 17 | "granuleId": "CREC-2018-01-03-pt1-PgH10433", 18 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt1-PgH10433/summary" 19 | }, { 20 | "title": "DESIGNATION OF THE SPEAKER PRO TEMPORE", 21 | "granuleId": "CREC-2018-01-03-pt1-PgH10433-2", 22 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt1-PgH10433-2/summary" 23 | }, { 24 | "title": "PRAYER", 25 | "granuleId": "CREC-2018-01-03-pt1-PgH10433-3", 26 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt1-PgH10433-3/summary" 27 | }, { 28 | "title": "THE JOURNAL", 29 | "granuleId": "CREC-2018-01-03-pt1-PgH10433-4", 30 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt1-PgH10433-4/summary" 31 | }, { 32 | "title": "PLEDGE OF ALLEGIANCE", 33 | "granuleId": "CREC-2018-01-03-pt1-PgH10433-5", 34 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt1-PgH10433-5/summary" 35 | }, { 36 | "title": "ANNOUNCEMENT BY THE SPEAKER PRO TEMPORE", 37 | "granuleId": "CREC-2018-01-03-pt1-PgH10433-6", 38 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt1-PgH10433-6/summary" 39 | }, { 40 | "title": "RECESS", 41 | "granuleId": "CREC-2018-01-03-pt1-PgH10433-7", 42 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt1-PgH10433-7/summary" 43 | }, { 44 | "title": "AFTER RECESS", 45 | "granuleId": "CREC-2018-01-03-pt1-PgH10433-8", 46 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt1-PgH10433-8/summary" 47 | }, { 48 | "title": "SENATE ENROLLED BILL SIGNED", 49 | "granuleId": "CREC-2018-01-03-pt1-PgH10433-9", 50 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt1-PgH10433-9/summary" 51 | }, { 52 | "title": "SINE DIE ADJOURNMENT", 53 | "granuleId": "CREC-2018-01-03-pt1-PgH10433-10", 54 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt1-PgH10433-10/summary" 55 | }, { 56 | "title": "EXECUTIVE COMMUNICATIONS, ETC.", 57 | "granuleId": "CREC-2018-01-03-pt1-PgH10433-11", 58 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt1-PgH10433-11/summary" 59 | }, { 60 | "title": "PUBLIC BILLS AND RESOLUTIONS", 61 | "granuleId": "CREC-2018-01-03-pt1-PgH10434", 62 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt1-PgH10434/summary" 63 | }, { 64 | "title": "Constitutional Authority Statement", 65 | "granuleId": "CREC-2018-01-03-pt1-PgH10434-2", 66 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt1-PgH10434-2/summary" 67 | }, { 68 | "title": "Constitutional Authority Statement for H.R. 4735", 69 | "granuleId": "CREC-2018-01-03-pt1-PgH10434-3", 70 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt1-PgH10434-3/summary" 71 | }, { 72 | "title": "Constitutional Authority Statement for H.R. 4736", 73 | "granuleId": "CREC-2018-01-03-pt1-PgH10434-4", 74 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt1-PgH10434-4/summary" 75 | }, { 76 | "title": "ADDITIONAL SPONSORS", 77 | "granuleId": "CREC-2018-01-03-pt1-PgH10434-5", 78 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt1-PgH10434-5/summary" 79 | }, { 80 | "title": "Daily Digest/Highlights + Senate", 81 | "granuleId": "CREC-2018-01-03-pt2-PgD1", 82 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgD1/summary" 83 | }, { 84 | "title": "Daily Digest/Senate Committee Meetings", 85 | "granuleId": "CREC-2018-01-03-pt2-PgD4", 86 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgD4/summary" 87 | }, { 88 | "title": "Daily Digest/House of Representatives", 89 | "granuleId": "CREC-2018-01-03-pt2-PgD4-2", 90 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgD4-2/summary" 91 | }, { 92 | "title": "Daily Digest/House Committee Meetings", 93 | "granuleId": "CREC-2018-01-03-pt2-PgD5", 94 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgD5/summary" 95 | }, { 96 | "title": "Daily Digest/COMMITTEE MEETINGS FOR 2018-01-04", 97 | "granuleId": "CREC-2018-01-03-pt2-PgD5-2", 98 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgD5-2/summary" 99 | }, { 100 | "title": "Daily Digest/CONGRESSIONAL PROGRAM AHEAD", 101 | "granuleId": "CREC-2018-01-03-pt2-PgD5-3", 102 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgD5-3/summary" 103 | }, { 104 | "title": "Daily Digest/Next Meeting of the SENATE + Next Meeting of the HOUSE OF REPRESENTATIVES + Other End Matter", 105 | "granuleId": "CREC-2018-01-03-pt2-PgD5-4", 106 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgD5-4/summary" 107 | }, { 108 | "title": "SENATE COMMITTEE MEETINGS", 109 | "granuleId": "CREC-2018-01-03-pt2-PgE1-2", 110 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgE1-2/summary" 111 | }, { 112 | "title": "House of Representatives", 113 | "granuleId": "CREC-2018-01-03-pt2-PgH-FrontMatter", 114 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgH-FrontMatter/summary" 115 | }, { 116 | "title": "House of Representatives", 117 | "granuleId": "CREC-2018-01-03-pt2-PgH1-4", 118 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgH1-4/summary" 119 | }, { 120 | "title": "DESIGNATION OF THE SPEAKER PRO TEMPORE", 121 | "granuleId": "CREC-2018-01-03-pt2-PgH1-5", 122 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgH1-5/summary" 123 | }, { 124 | "title": "PRAYER", 125 | "granuleId": "CREC-2018-01-03-pt2-PgH1-6", 126 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgH1-6/summary" 127 | }, { 128 | "title": "PLEDGE OF ALLEGIANCE", 129 | "granuleId": "CREC-2018-01-03-pt2-PgH1-7", 130 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgH1-7/summary" 131 | }, { 132 | "title": "ANNOUNCEMENT BY THE SPEAKER PRO TEMPORE", 133 | "granuleId": "CREC-2018-01-03-pt2-PgH1-8", 134 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgH1-8/summary" 135 | }, { 136 | "title": "ADJOURNMENT", 137 | "granuleId": "CREC-2018-01-03-pt2-PgH1-9", 138 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgH1-9/summary" 139 | }, { 140 | "title": "REPORTS OF COMMITTEES ON PUBLIC BILLS AND RESOLUTIONS", 141 | "granuleId": "CREC-2018-01-03-pt2-PgH1-10", 142 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgH1-10/summary" 143 | }, { 144 | "title": "Senate", 145 | "granuleId": "CREC-2018-01-03-pt2-PgS-FrontMatter", 146 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS-FrontMatter/summary" 147 | }, { 148 | "title": "Senate", 149 | "granuleId": "CREC-2018-01-03-pt2-PgS1-12", 150 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS1-12/summary" 151 | }, { 152 | "title": "PRAYER", 153 | "granuleId": "CREC-2018-01-03-pt2-PgS1-13", 154 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS1-13/summary" 155 | }, { 156 | "title": "PLEDGE OF ALLEGIANCE", 157 | "granuleId": "CREC-2018-01-03-pt2-PgS1-14", 158 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS1-14/summary" 159 | }, { 160 | "title": "APPOINTMENT OF ACTING PRESIDENT PRO TEMPORE", 161 | "granuleId": "CREC-2018-01-03-pt2-PgS1-15", 162 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS1-15/summary" 163 | }, { 164 | "title": "CERTIFICATE OF ELECTION AND CERTIFICATE OF APPOINTMENT", 165 | "granuleId": "CREC-2018-01-03-pt2-PgS1-16", 166 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS1-16/summary" 167 | }, { 168 | "title": "ADMINISTRATION OF OATH OF OFFICE", 169 | "granuleId": "CREC-2018-01-03-pt2-PgS1-17", 170 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS1-17/summary" 171 | }, { 172 | "title": "RECOGNITION OF THE MAJORITY LEADER", 173 | "granuleId": "CREC-2018-01-03-pt2-PgS2", 174 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS2/summary" 175 | }, { 176 | "title": "WELCOMING NEW SENATORS", 177 | "granuleId": "CREC-2018-01-03-pt2-PgS2-2", 178 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS2-2/summary" 179 | }, { 180 | "title": "FUNDING THE GOVERNMENT", 181 | "granuleId": "CREC-2018-01-03-pt2-PgS2-3", 182 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS2-3/summary" 183 | }, { 184 | "title": "IRAN", 185 | "granuleId": "CREC-2018-01-03-pt2-PgS2-4", 186 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS2-4/summary" 187 | }, { 188 | "title": "TRIBUTE TO ORRIN HATCH", 189 | "granuleId": "CREC-2018-01-03-pt2-PgS2-5", 190 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS2-5/summary" 191 | }, { 192 | "title": "MEASURE PLACED ON THE CALENDAR--S. 2274", 193 | "granuleId": "CREC-2018-01-03-pt2-PgS2-6", 194 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS2-6/summary" 195 | }, { 196 | "title": "RECOGNITION OF THE MINORITY LEADER", 197 | "granuleId": "CREC-2018-01-03-pt2-PgS2-7", 198 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS2-7/summary" 199 | }, { 200 | "title": "WELCOMING NEW SENATORS", 201 | "granuleId": "CREC-2018-01-03-pt2-PgS2-8", 202 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS2-8/summary" 203 | }, { 204 | "title": "A NEW DIRECTION", 205 | "granuleId": "CREC-2018-01-03-pt2-PgS3", 206 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS3/summary" 207 | }, { 208 | "title": "FOREIGN POLICY AND PRESIDENTIAL MORAL AUTHORITY", 209 | "granuleId": "CREC-2018-01-03-pt2-PgS3-2", 210 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS3-2/summary" 211 | }, { 212 | "title": "LETTER OF RESIGNATION", 213 | "granuleId": "CREC-2018-01-03-pt2-PgS4", 214 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS4/summary" 215 | }, { 216 | "title": "RESERVATION OF LEADER TIME", 217 | "granuleId": "CREC-2018-01-03-pt2-PgS4-2", 218 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS4-2/summary" 219 | }, { 220 | "title": "MORNING BUSINESS", 221 | "granuleId": "CREC-2018-01-03-pt2-PgS4-3", 222 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS4-3/summary" 223 | }, { 224 | "title": "FUNDING THE GOVERNMENT", 225 | "granuleId": "CREC-2018-01-03-pt2-PgS4-4", 226 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS4-4/summary" 227 | }, { 228 | "title": "NET NEUTRALITY", 229 | "granuleId": "CREC-2018-01-03-pt2-PgS5", 230 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS5/summary" 231 | }, { 232 | "title": "OFFSHORE DRILLING REGULATION", 233 | "granuleId": "CREC-2018-01-03-pt2-PgS8", 234 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS8/summary" 235 | }, { 236 | "title": "TAX REFORM BILL AND WORK BEFORE THE SENATE", 237 | "granuleId": "CREC-2018-01-03-pt2-PgS10", 238 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS10/summary" 239 | }, { 240 | "title": "DACA", 241 | "granuleId": "CREC-2018-01-03-pt2-PgS11", 242 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS11/summary" 243 | }, { 244 | "title": "CLIMATE CHANGE", 245 | "granuleId": "CREC-2018-01-03-pt2-PgS13", 246 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS13/summary" 247 | }, { 248 | "title": "IRAN", 249 | "granuleId": "CREC-2018-01-03-pt2-PgS16", 250 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS16/summary" 251 | }, { 252 | "title": "TAX REFORM BILL AND GOVERNMENT REGULATION", 253 | "granuleId": "CREC-2018-01-03-pt2-PgS16-2", 254 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS16-2/summary" 255 | }, { 256 | "title": "NOMINATION OF JOHN ROOD", 257 | "granuleId": "CREC-2018-01-03-pt2-PgS18", 258 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS18/summary" 259 | }, { 260 | "title": "HONORING DOUGLAS COUNTY SHERIFF'S DEPUTY ZACKARI PARRISH", 261 | "granuleId": "CREC-2018-01-03-pt2-PgS19", 262 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS19/summary" 263 | }, { 264 | "title": "CONCLUSION OF MORNING BUSINESS", 265 | "granuleId": "CREC-2018-01-03-pt2-PgS19-2", 266 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS19-2/summary" 267 | }, { 268 | "title": "EXECUTIVE SESSION", 269 | "granuleId": "CREC-2018-01-03-pt2-PgS19-3", 270 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS19-3/summary" 271 | }, { 272 | "title": "LETTER OF RESIGNATION", 273 | "granuleId": "CREC-2018-01-03-pt2-PgS20", 274 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS20/summary" 275 | }, { 276 | "title": "ORDER OF BUSINESS", 277 | "granuleId": "CREC-2018-01-03-pt2-PgS20-2", 278 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS20-2/summary" 279 | }, { 280 | "title": "LEGISLATIVE SESSION", 281 | "granuleId": "CREC-2018-01-03-pt2-PgS20-3", 282 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS20-3/summary" 283 | }, { 284 | "title": "EXECUTIVE SESSION", 285 | "granuleId": "CREC-2018-01-03-pt2-PgS20-4", 286 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS20-4/summary" 287 | }, { 288 | "title": "LEGISLATIVE SESSION", 289 | "granuleId": "CREC-2018-01-03-pt2-PgS20-5", 290 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS20-5/summary" 291 | }, { 292 | "title": "EXECUTIVE SESSION", 293 | "granuleId": "CREC-2018-01-03-pt2-PgS20-6", 294 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS20-6/summary" 295 | }, { 296 | "title": "LEGISLATIVE SESSION", 297 | "granuleId": "CREC-2018-01-03-pt2-PgS20-7", 298 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS20-7/summary" 299 | }, { 300 | "title": "EXECUTIVE SESSION", 301 | "granuleId": "CREC-2018-01-03-pt2-PgS20-8", 302 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS20-8/summary" 303 | }, { 304 | "title": "LEGISLATIVE SESSION", 305 | "granuleId": "CREC-2018-01-03-pt2-PgS20-9", 306 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS20-9/summary" 307 | }, { 308 | "title": "EXECUTIVE SESSION", 309 | "granuleId": "CREC-2018-01-03-pt2-PgS21", 310 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS21/summary" 311 | }, { 312 | "title": "LEGISLATIVE SESSION", 313 | "granuleId": "CREC-2018-01-03-pt2-PgS21-2", 314 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS21-2/summary" 315 | }, { 316 | "title": "VOTE EXPLANATION", 317 | "granuleId": "CREC-2018-01-03-pt2-PgS21-3", 318 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS21-3/summary" 319 | }, { 320 | "title": "TRIBUTE TO MATT MARTIN", 321 | "granuleId": "CREC-2018-01-03-pt2-PgS21-4", 322 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS21-4/summary" 323 | }, { 324 | "title": "ADDITIONAL STATEMENTS", 325 | "granuleId": "CREC-2018-01-03-pt2-PgS21-5", 326 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS21-5/summary" 327 | }, { 328 | "title": "TRIBUTE TO LINDA CLOUTIER-NAMDAR", 329 | "granuleId": "CREC-2018-01-03-pt2-PgS21-6", 330 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS21-6/summary" 331 | }, { 332 | "title": "MESSAGES FROM THE HOUSE RECEIVED DURING ADJOURNMENT", 333 | "granuleId": "CREC-2018-01-03-pt2-PgS22", 334 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS22/summary" 335 | }, { 336 | "title": "MEASURES PLACED ON THE CALENDAR", 337 | "granuleId": "CREC-2018-01-03-pt2-PgS23", 338 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS23/summary" 339 | }, { 340 | "title": "MEASURES READ THE FIRST TIME", 341 | "granuleId": "CREC-2018-01-03-pt2-PgS23-2", 342 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS23-2/summary" 343 | }, { 344 | "title": "ENROLLED BILLS PRESENTED", 345 | "granuleId": "CREC-2018-01-03-pt2-PgS23-3", 346 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS23-3/summary" 347 | }, { 348 | "title": "EXECUTIVE AND OTHER COMMUNICATIONS", 349 | "granuleId": "CREC-2018-01-03-pt2-PgS23-4", 350 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS23-4/summary" 351 | }, { 352 | "title": "INTRODUCTION OF BILLS AND JOINT RESOLUTIONS", 353 | "granuleId": "CREC-2018-01-03-pt2-PgS23-5", 354 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS23-5/summary" 355 | }, { 356 | "title": "ADDITIONAL COSPONSORS", 357 | "granuleId": "CREC-2018-01-03-pt2-PgS23-6", 358 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS23-6/summary" 359 | }, { 360 | "title": "STATEMENTS ON INTRODUCED BILLS AND JOINT RESOLUTIONS", 361 | "granuleId": "CREC-2018-01-03-pt2-PgS24", 362 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS24/summary" 363 | }, { 364 | "title": "AMENDMENTS SUBMITTED AND PROPOSED", 365 | "granuleId": "CREC-2018-01-03-pt2-PgS24-2", 366 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS24-2/summary" 367 | }, { 368 | "title": "TEXT OF AMENDMENTS", 369 | "granuleId": "CREC-2018-01-03-pt2-PgS24-3", 370 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS24-3/summary" 371 | }, { 372 | "title": "VETERANS E-HEALTH AND TELEMEDICINE SUPPORT ACT OF 2017", 373 | "granuleId": "CREC-2018-01-03-pt2-PgS25", 374 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS25/summary" 375 | }, { 376 | "title": "MEASURE READ THE FIRST TIME--H.R. 4667", 377 | "granuleId": "CREC-2018-01-03-pt2-PgS25-2", 378 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS25-2/summary" 379 | }, { 380 | "title": "ORDERS FOR THURSDAY, JANUARY 4, 2018", 381 | "granuleId": "CREC-2018-01-03-pt2-PgS25-3", 382 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS25-3/summary" 383 | }, { 384 | "title": "ADJOURNMENT UNTIL 11 A.M. TOMORROW", 385 | "granuleId": "CREC-2018-01-03-pt2-PgS25-4", 386 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS25-4/summary" 387 | }, { 388 | "title": "NOMINATIONS RETURNED TO THE PRESIDENT", 389 | "granuleId": "CREC-2018-01-03-pt2-PgS25-5", 390 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS25-5/summary" 391 | }, { 392 | "title": "CONFIRMATION", 393 | "granuleId": "CREC-2018-01-03-pt2-PgS26", 394 | "granuleLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS26/summary" 395 | } 396 | ] 397 | } 398 | -------------------------------------------------------------------------------- /samples/packages/granules/CREC-2018-01-03-granule-list.json: -------------------------------------------------------------------------------- 1 | {"count":97,"offset":0,"pageSize":100,"nextPage":null,"previousPage":null,"granules":[{"title":"HONORING THE SERVICE OF LORIE GRINNAN","granuleId":"CREC-2018-01-03-pt1-PgE1769-2","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt1-PgE1769-2/summary"},{"title":"IN CELEBRATION OF THE LIFE OF DOROTHY MAY WILSON","granuleId":"CREC-2018-01-03-pt1-PgE1769-3","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt1-PgE1769-3/summary"},{"title":"Senate","granuleId":"CREC-2018-01-03-pt1-PgH10433","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt1-PgH10433/summary"},{"title":"DESIGNATION OF THE SPEAKER PRO TEMPORE","granuleId":"CREC-2018-01-03-pt1-PgH10433-2","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt1-PgH10433-2/summary"},{"title":"PRAYER","granuleId":"CREC-2018-01-03-pt1-PgH10433-3","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt1-PgH10433-3/summary"},{"title":"THE JOURNAL","granuleId":"CREC-2018-01-03-pt1-PgH10433-4","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt1-PgH10433-4/summary"},{"title":"PLEDGE OF ALLEGIANCE","granuleId":"CREC-2018-01-03-pt1-PgH10433-5","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt1-PgH10433-5/summary"},{"title":"ANNOUNCEMENT BY THE SPEAKER PRO TEMPORE","granuleId":"CREC-2018-01-03-pt1-PgH10433-6","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt1-PgH10433-6/summary"},{"title":"RECESS","granuleId":"CREC-2018-01-03-pt1-PgH10433-7","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt1-PgH10433-7/summary"},{"title":"AFTER RECESS","granuleId":"CREC-2018-01-03-pt1-PgH10433-8","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt1-PgH10433-8/summary"},{"title":"SENATE ENROLLED BILL SIGNED","granuleId":"CREC-2018-01-03-pt1-PgH10433-9","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt1-PgH10433-9/summary"},{"title":"SINE DIE ADJOURNMENT","granuleId":"CREC-2018-01-03-pt1-PgH10433-10","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt1-PgH10433-10/summary"},{"title":"EXECUTIVE COMMUNICATIONS, ETC.","granuleId":"CREC-2018-01-03-pt1-PgH10433-11","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt1-PgH10433-11/summary"},{"title":"PUBLIC BILLS AND RESOLUTIONS","granuleId":"CREC-2018-01-03-pt1-PgH10434","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt1-PgH10434/summary"},{"title":"Constitutional Authority Statement","granuleId":"CREC-2018-01-03-pt1-PgH10434-2","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt1-PgH10434-2/summary"},{"title":"Constitutional Authority Statement for H.R. 4735","granuleId":"CREC-2018-01-03-pt1-PgH10434-3","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt1-PgH10434-3/summary"},{"title":"Constitutional Authority Statement for H.R. 4736","granuleId":"CREC-2018-01-03-pt1-PgH10434-4","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt1-PgH10434-4/summary"},{"title":"ADDITIONAL SPONSORS","granuleId":"CREC-2018-01-03-pt1-PgH10434-5","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt1-PgH10434-5/summary"},{"title":"Daily Digest/Highlights + Senate","granuleId":"CREC-2018-01-03-pt2-PgD1","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgD1/summary"},{"title":"Daily Digest/Senate Committee Meetings","granuleId":"CREC-2018-01-03-pt2-PgD4","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgD4/summary"},{"title":"Daily Digest/House of Representatives","granuleId":"CREC-2018-01-03-pt2-PgD4-2","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgD4-2/summary"},{"title":"Daily Digest/House Committee Meetings","granuleId":"CREC-2018-01-03-pt2-PgD5","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgD5/summary"},{"title":"Daily Digest/COMMITTEE MEETINGS FOR 2018-01-04","granuleId":"CREC-2018-01-03-pt2-PgD5-2","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgD5-2/summary"},{"title":"Daily Digest/CONGRESSIONAL PROGRAM AHEAD","granuleId":"CREC-2018-01-03-pt2-PgD5-3","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgD5-3/summary"},{"title":"Daily Digest/Next Meeting of the SENATE + Next Meeting of the HOUSE OF REPRESENTATIVES + Other End Matter","granuleId":"CREC-2018-01-03-pt2-PgD5-4","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgD5-4/summary"},{"title":"SENATE COMMITTEE MEETINGS","granuleId":"CREC-2018-01-03-pt2-PgE1-2","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgE1-2/summary"},{"title":"House of Representatives","granuleId":"CREC-2018-01-03-pt2-PgH-FrontMatter","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgH-FrontMatter/summary"},{"title":"House of Representatives","granuleId":"CREC-2018-01-03-pt2-PgH1-4","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgH1-4/summary"},{"title":"DESIGNATION OF THE SPEAKER PRO TEMPORE","granuleId":"CREC-2018-01-03-pt2-PgH1-5","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgH1-5/summary"},{"title":"PRAYER","granuleId":"CREC-2018-01-03-pt2-PgH1-6","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgH1-6/summary"},{"title":"PLEDGE OF ALLEGIANCE","granuleId":"CREC-2018-01-03-pt2-PgH1-7","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgH1-7/summary"},{"title":"ANNOUNCEMENT BY THE SPEAKER PRO TEMPORE","granuleId":"CREC-2018-01-03-pt2-PgH1-8","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgH1-8/summary"},{"title":"ADJOURNMENT","granuleId":"CREC-2018-01-03-pt2-PgH1-9","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgH1-9/summary"},{"title":"REPORTS OF COMMITTEES ON PUBLIC BILLS AND RESOLUTIONS","granuleId":"CREC-2018-01-03-pt2-PgH1-10","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgH1-10/summary"},{"title":"Senate","granuleId":"CREC-2018-01-03-pt2-PgS-FrontMatter","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS-FrontMatter/summary"},{"title":"Senate","granuleId":"CREC-2018-01-03-pt2-PgS1-12","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS1-12/summary"},{"title":"PRAYER","granuleId":"CREC-2018-01-03-pt2-PgS1-13","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS1-13/summary"},{"title":"PLEDGE OF ALLEGIANCE","granuleId":"CREC-2018-01-03-pt2-PgS1-14","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS1-14/summary"},{"title":"APPOINTMENT OF ACTING PRESIDENT PRO TEMPORE","granuleId":"CREC-2018-01-03-pt2-PgS1-15","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS1-15/summary"},{"title":"CERTIFICATE OF ELECTION AND CERTIFICATE OF APPOINTMENT","granuleId":"CREC-2018-01-03-pt2-PgS1-16","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS1-16/summary"},{"title":"ADMINISTRATION OF OATH OF OFFICE","granuleId":"CREC-2018-01-03-pt2-PgS1-17","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS1-17/summary"},{"title":"RECOGNITION OF THE MAJORITY LEADER","granuleId":"CREC-2018-01-03-pt2-PgS2","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS2/summary"},{"title":"WELCOMING NEW SENATORS","granuleId":"CREC-2018-01-03-pt2-PgS2-2","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS2-2/summary"},{"title":"FUNDING THE GOVERNMENT","granuleId":"CREC-2018-01-03-pt2-PgS2-3","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS2-3/summary"},{"title":"IRAN","granuleId":"CREC-2018-01-03-pt2-PgS2-4","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS2-4/summary"},{"title":"TRIBUTE TO ORRIN HATCH","granuleId":"CREC-2018-01-03-pt2-PgS2-5","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS2-5/summary"},{"title":"MEASURE PLACED ON THE CALENDAR--S. 2274","granuleId":"CREC-2018-01-03-pt2-PgS2-6","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS2-6/summary"},{"title":"RECOGNITION OF THE MINORITY LEADER","granuleId":"CREC-2018-01-03-pt2-PgS2-7","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS2-7/summary"},{"title":"WELCOMING NEW SENATORS","granuleId":"CREC-2018-01-03-pt2-PgS2-8","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS2-8/summary"},{"title":"A NEW DIRECTION","granuleId":"CREC-2018-01-03-pt2-PgS3","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS3/summary"},{"title":"FOREIGN POLICY AND PRESIDENTIAL MORAL AUTHORITY","granuleId":"CREC-2018-01-03-pt2-PgS3-2","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS3-2/summary"},{"title":"LETTER OF RESIGNATION","granuleId":"CREC-2018-01-03-pt2-PgS4","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS4/summary"},{"title":"RESERVATION OF LEADER TIME","granuleId":"CREC-2018-01-03-pt2-PgS4-2","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS4-2/summary"},{"title":"MORNING BUSINESS","granuleId":"CREC-2018-01-03-pt2-PgS4-3","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS4-3/summary"},{"title":"FUNDING THE GOVERNMENT","granuleId":"CREC-2018-01-03-pt2-PgS4-4","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS4-4/summary"},{"title":"NET NEUTRALITY","granuleId":"CREC-2018-01-03-pt2-PgS5","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS5/summary"},{"title":"OFFSHORE DRILLING REGULATION","granuleId":"CREC-2018-01-03-pt2-PgS8","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS8/summary"},{"title":"TAX REFORM BILL AND WORK BEFORE THE SENATE","granuleId":"CREC-2018-01-03-pt2-PgS10","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS10/summary"},{"title":"DACA","granuleId":"CREC-2018-01-03-pt2-PgS11","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS11/summary"},{"title":"CLIMATE CHANGE","granuleId":"CREC-2018-01-03-pt2-PgS13","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS13/summary"},{"title":"IRAN","granuleId":"CREC-2018-01-03-pt2-PgS16","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS16/summary"},{"title":"TAX REFORM BILL AND GOVERNMENT REGULATION","granuleId":"CREC-2018-01-03-pt2-PgS16-2","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS16-2/summary"},{"title":"NOMINATION OF JOHN ROOD","granuleId":"CREC-2018-01-03-pt2-PgS18","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS18/summary"},{"title":"HONORING DOUGLAS COUNTY SHERIFF'S DEPUTY ZACKARI PARRISH","granuleId":"CREC-2018-01-03-pt2-PgS19","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS19/summary"},{"title":"CONCLUSION OF MORNING BUSINESS","granuleId":"CREC-2018-01-03-pt2-PgS19-2","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS19-2/summary"},{"title":"EXECUTIVE SESSION","granuleId":"CREC-2018-01-03-pt2-PgS19-3","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS19-3/summary"},{"title":"LETTER OF RESIGNATION","granuleId":"CREC-2018-01-03-pt2-PgS20","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS20/summary"},{"title":"ORDER OF BUSINESS","granuleId":"CREC-2018-01-03-pt2-PgS20-2","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS20-2/summary"},{"title":"LEGISLATIVE SESSION","granuleId":"CREC-2018-01-03-pt2-PgS20-3","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS20-3/summary"},{"title":"EXECUTIVE SESSION","granuleId":"CREC-2018-01-03-pt2-PgS20-4","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS20-4/summary"},{"title":"LEGISLATIVE SESSION","granuleId":"CREC-2018-01-03-pt2-PgS20-5","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS20-5/summary"},{"title":"EXECUTIVE SESSION","granuleId":"CREC-2018-01-03-pt2-PgS20-6","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS20-6/summary"},{"title":"LEGISLATIVE SESSION","granuleId":"CREC-2018-01-03-pt2-PgS20-7","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS20-7/summary"},{"title":"EXECUTIVE SESSION","granuleId":"CREC-2018-01-03-pt2-PgS20-8","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS20-8/summary"},{"title":"LEGISLATIVE SESSION","granuleId":"CREC-2018-01-03-pt2-PgS20-9","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS20-9/summary"},{"title":"EXECUTIVE SESSION","granuleId":"CREC-2018-01-03-pt2-PgS21","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS21/summary"},{"title":"LEGISLATIVE SESSION","granuleId":"CREC-2018-01-03-pt2-PgS21-2","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS21-2/summary"},{"title":"VOTE EXPLANATION","granuleId":"CREC-2018-01-03-pt2-PgS21-3","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS21-3/summary"},{"title":"TRIBUTE TO MATT MARTIN","granuleId":"CREC-2018-01-03-pt2-PgS21-4","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS21-4/summary"},{"title":"ADDITIONAL STATEMENTS","granuleId":"CREC-2018-01-03-pt2-PgS21-5","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS21-5/summary"},{"title":"TRIBUTE TO LINDA CLOUTIER-NAMDAR","granuleId":"CREC-2018-01-03-pt2-PgS21-6","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS21-6/summary"},{"title":"MESSAGES FROM THE HOUSE RECEIVED DURING ADJOURNMENT","granuleId":"CREC-2018-01-03-pt2-PgS22","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS22/summary"},{"title":"MEASURES PLACED ON THE CALENDAR","granuleId":"CREC-2018-01-03-pt2-PgS23","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS23/summary"},{"title":"MEASURES READ THE FIRST TIME","granuleId":"CREC-2018-01-03-pt2-PgS23-2","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS23-2/summary"},{"title":"ENROLLED BILLS PRESENTED","granuleId":"CREC-2018-01-03-pt2-PgS23-3","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS23-3/summary"},{"title":"EXECUTIVE AND OTHER COMMUNICATIONS","granuleId":"CREC-2018-01-03-pt2-PgS23-4","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS23-4/summary"},{"title":"INTRODUCTION OF BILLS AND JOINT RESOLUTIONS","granuleId":"CREC-2018-01-03-pt2-PgS23-5","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS23-5/summary"},{"title":"ADDITIONAL COSPONSORS","granuleId":"CREC-2018-01-03-pt2-PgS23-6","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS23-6/summary"},{"title":"STATEMENTS ON INTRODUCED BILLS AND JOINT RESOLUTIONS","granuleId":"CREC-2018-01-03-pt2-PgS24","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS24/summary"},{"title":"AMENDMENTS SUBMITTED AND PROPOSED","granuleId":"CREC-2018-01-03-pt2-PgS24-2","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS24-2/summary"},{"title":"TEXT OF AMENDMENTS","granuleId":"CREC-2018-01-03-pt2-PgS24-3","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS24-3/summary"},{"title":"VETERANS E-HEALTH AND TELEMEDICINE SUPPORT ACT OF 2017","granuleId":"CREC-2018-01-03-pt2-PgS25","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS25/summary"},{"title":"MEASURE READ THE FIRST TIME--H.R. 4667","granuleId":"CREC-2018-01-03-pt2-PgS25-2","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS25-2/summary"},{"title":"ORDERS FOR THURSDAY, JANUARY 4, 2018","granuleId":"CREC-2018-01-03-pt2-PgS25-3","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS25-3/summary"},{"title":"ADJOURNMENT UNTIL 11 A.M. TOMORROW","granuleId":"CREC-2018-01-03-pt2-PgS25-4","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS25-4/summary"},{"title":"NOMINATIONS RETURNED TO THE PRESIDENT","granuleId":"CREC-2018-01-03-pt2-PgS25-5","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS25-5/summary"},{"title":"CONFIRMATION","granuleId":"CREC-2018-01-03-pt2-PgS26","granuleLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-01-03-pt2-PgS26/summary"}]} -------------------------------------------------------------------------------- /samples/packages/granules/CREC-2018-03-01-pt1-PgD211-granule-summary-formatted.json: -------------------------------------------------------------------------------- 1 | { 2 | "collectionCode": "CREC", 3 | "collectionName": "Congressional Record", 4 | "category": "Proceedings of Congress and General Congressional Publications", 5 | "dateIssued": "2018-01-03", 6 | "detailsLink": "https://www.govinfo.gov/app/details/CREC-2018-01-03/CREC-2018-03-01-pt1-PgD211", 7 | "granulesLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules?offset=0&pageSize=100", 8 | "packageId": "CREC-2018-01-03", 9 | "packageLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/summary", 10 | "granuleId": "CREC-2018-03-01-pt1-PgD211", 11 | "download": { 12 | "pdfLink": ["https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-03-01-pt1-PgD211/pdf", "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-03-01-pt1-PgD211/pdf", "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-03-01-pt1-PgD211/pdf", "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-03-01-pt1-PgD211/pdf", "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-03-01-pt1-PgD211/pdf", "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-03-01-pt1-PgD211/pdf", "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-03-01-pt1-PgD211/pdf", "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-03-01-pt1-PgD211/pdf", "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-03-01-pt1-PgD211/pdf"], 13 | "modsLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-03-01-pt1-PgD211/mods", 14 | "premisLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-03-01-pt1-PgD211/premis", 15 | "zipLink": "https://api.govinfo.gov/packages/CREC-2018-01-03/zip" 16 | }, 17 | "lastModified": "2018-04-03T16:34:46Z" 18 | } 19 | -------------------------------------------------------------------------------- /samples/packages/granules/CREC-2018-03-01-pt1-PgD211-granule-summary.json: -------------------------------------------------------------------------------- 1 | {"collectionCode":"CREC","collectionName":"Congressional Record","category":"Proceedings of Congress and General Congressional Publications","dateIssued":"2018-01-03","detailsLink":"https://www.govinfo.gov/app/details/CREC-2018-01-03/CREC-2018-03-01-pt1-PgD211","granulesLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules?offset=0&pageSize=100","packageId":"CREC-2018-01-03","packageLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/summary","granuleId":"CREC-2018-03-01-pt1-PgD211","download":{"pdfLink":["https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-03-01-pt1-PgD211/pdf","https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-03-01-pt1-PgD211/pdf","https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-03-01-pt1-PgD211/pdf","https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-03-01-pt1-PgD211/pdf","https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-03-01-pt1-PgD211/pdf","https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-03-01-pt1-PgD211/pdf","https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-03-01-pt1-PgD211/pdf","https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-03-01-pt1-PgD211/pdf","https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-03-01-pt1-PgD211/pdf"],"modsLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-03-01-pt1-PgD211/mods","premisLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/granules/CREC-2018-03-01-pt1-PgD211/premis","zipLink":"https://api.govinfo.gov/packages/CREC-2018-01-03/zip"},"lastModified":"2018-04-03T16:34:46Z"} -------------------------------------------------------------------------------- /samples/packages/granules/FR-2018-04-12-granules.json: -------------------------------------------------------------------------------- 1 | {"count":113,"offset":0,"pageSize":150,"nextPage":null,"previousPage":null,"granules":[{"title":"National Crime Victims' Rights Week, 2018","granuleId":"2018-07758","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07758/summary"},{"title":"National Former Prisoner of War Recognition Day, 2018","granuleId":"2018-07775","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07775/summary"},{"title":"Airworthiness Directives; Safran Helicopter Engines, S.A., Turboshaft Engines","granuleId":"2018-07541","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07541/summary"},{"title":"Airworthiness Directives; Austro Engine GmbH Engines","granuleId":"2018-07540","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07540/summary"},{"title":"CBP Decision No. 18-04; Definition of Importer Security Filing Importer","granuleId":"2018-07624","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07624/summary"},{"title":"Repeal of Benefits for Hostages in Iraq, Kuwait, or Lebanon","granuleId":"2018-07074","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07074/summary"},{"title":"Special Local Regulations; Marine Events Within the Captain of the Port Zone Columbia River","granuleId":"2018-07627","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07627/summary"},{"title":"Drawbridge Operation Regulation; Sloop Channel, Nassau, NY","granuleId":"2018-07549","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07549/summary"},{"title":"Drawbridge Operation Regulation; Carquinez Strait, Between Benicia and Martinez, CA","granuleId":"2018-07622","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07622/summary"},{"title":"Air Plan Approval; Illinois; Regional Haze Progress Report","granuleId":"2018-07519","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07519/summary"},{"title":"Approval and Promulgation of State Implementation Plans; Alaska: Regional Haze Progress Report","granuleId":"2018-07520","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07520/summary"},{"title":"Clethodim; Pesticide Tolerances","granuleId":"2018-07651","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07651/summary"},{"title":"Frequency Allocations and Radio Treaty Matters","granuleId":"2018-07566","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07566/summary"},{"title":"Fisheries of the Northeastern United States; Northeast Skate Complex; Inseason Adjustment to the Skate Wing Possession Limit","granuleId":"2018-07589","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07589/summary"},{"title":"Fisheries of the Exclusive Economic Zone off Alaska; Sablefish in the Central Regulatory Area of the Gulf of Alaska","granuleId":"2018-07615","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07615/summary"},{"title":"Branding Requirements for Bovines Imported Into the United States From Mexico","granuleId":"2018-07585","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07585/summary"},{"title":"Endangered and Threatened Wildlife and Plants; Removing the Kirtland's Warbler From the Federal List of Endangered and Threatened Wildlife","granuleId":"2018-06864","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-06864/summary"},{"title":"Fisheries of the Northeastern United States; 2018-2020 Small-Mesh Multispecies Specifications","granuleId":"2018-07536","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07536/summary"},{"title":"Submission for OMB Review; Comment Request","granuleId":"2018-07572","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07572/summary"},{"title":"Submission for OMB Review; Comment Request","granuleId":"2018-07561","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07561/summary"},{"title":"Trade and Foreign Agricultural Affairs; Codex Alimentarius Commission: Meeting of the Codex Alimentarius Commission","granuleId":"2018-07586","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07586/summary"},{"title":"Sunshine Act Meetings","granuleId":"2018-07777","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07777/summary"},{"title":"U.S. Strategy To Address Trade-Related Forced Localization Barriers Impacting the U.S. ICT Hardware Manufacturing Industry","granuleId":"2018-07584","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07584/summary"},{"title":"Carbazole Violet Pigment 23 from India: Final Results of Antidumping Duty Administrative Review; 2015-2016","granuleId":"2018-07616","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07616/summary"},{"title":"Rubber Bands From Thailand and the People's Republic of China: Postponement of Preliminary Determinations in the Countervailing Duty Investigations","granuleId":"2018-07588","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07588/summary"},{"title":"Countervailing Duty Investigation of Stainless Steel Flanges From the People's Republic of China: Final Affirmative Determination","granuleId":"2018-07587","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07587/summary"},{"title":"Magnuson-Stevens Act Provisions; General Provisions for Domestic Fisheries; Application for Exempted Fishing Permits","granuleId":"2018-07597","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07597/summary"},{"title":"Magnuson-Stevens Act Provisions; General Provisions for Domestic Fisheries; Application for Exempted Fishing Permits","granuleId":"2018-07596","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07596/summary"},{"title":"Magnuson-Stevens Act Provisions; General Provisions for Domestic Fisheries; Application for Exempted Fishing Permits","granuleId":"2018-07583","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07583/summary"},{"title":"Magnuson-Stevens Act Provisions; General Provisions for Domestic Fisheries; Application for Exempted Fishing Permits","granuleId":"2018-07595","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07595/summary"},{"title":"Takes of Marine Mammals Incidental to Specified Activities; Taking Marine Mammals Incidental to Demolition and Reuse of the Original East Span of the San Francisco-Oakland Bay Bridge","granuleId":"2018-07573","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07573/summary"},{"title":"Magnuson-Stevens Act Provisions; General Provisions for Domestic Fisheries; Application for Exempted Fishing Permits","granuleId":"2018-07621","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07621/summary"},{"title":"U.S. Strategic Command Strategic Advisory Group; Notice of Advisory Committee Closed Meeting","granuleId":"2018-07590","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07590/summary"},{"title":"Privacy Act of 1974; System of Records","granuleId":"2018-07641","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07641/summary"},{"title":"Atmos Pipeline-Texas; Notice of Technical Conference","granuleId":"2018-07552","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07552/summary"},{"title":"Commission Information Collection Activities (FERC-585); Comment Request; Extension","granuleId":"2018-07555","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07555/summary"},{"title":"Commission Information Collection Activities (FERC-566); Comment Request; Extension","granuleId":"2018-07556","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07556/summary"},{"title":"Tektronix, Inc.; Notice of Termination of Proceeding","granuleId":"2018-07559","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07559/summary"},{"title":"Nushagak Cooperative, Inc.; Notice of Preliminary Permit Application Accepted for Filing and Soliciting Comments, Motions To Intervene, and Competing Applications","granuleId":"2018-07558","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07558/summary"},{"title":"Ontelaunee Power Operating Company, LLC; Liberty Electric Power, LLC; Dynegy Hanging Rock II, LLC; Dynegy Washington II, LLC; Dynegy Fayette II, LLC; Notice of Institution of Section 206 Proceeding and Refund Effective Date","granuleId":"2018-07554","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07554/summary"},{"title":"Fluke Corporation; Notice of Termination of Proceeding","granuleId":"2018-07553","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07553/summary"},{"title":"Avocent Corporation; Notice of Termination of Proceeding","granuleId":"2018-07560","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07560/summary"},{"title":"Notice of Attendance at PJM Interconnection, L.L.C. Meetings","granuleId":"2018-07557","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07557/summary"},{"title":"Notice of Funding Availability (NOFA) for Applications for Credit Assistance Under the Water Infrastructure Finance and Innovation Act (WIFIA) Program","granuleId":"2018-07513","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07513/summary"},{"title":"Pesticide Product Registration; Receipt of Applications for New Active Ingredients","granuleId":"2018-07643","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07643/summary"},{"title":"Pesticide Product Registration; Receipt of Applications for New Uses","granuleId":"2018-07640","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07640/summary"},{"title":"Information Collection Request Submitted to OMB for Review and Approval; Comment Request; EPA's Voluntary Natural Gas STAR Methane Challenge Program","granuleId":"2018-07542","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07542/summary"},{"title":"Environmental Modeling Public Meeting; Notice of Public Meeting","granuleId":"2018-07642","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07642/summary"},{"title":"Agency Information Collection Activities: Proposed Collection; Comment Request; Fast Track Generic Clearance for the Collection of Qualitative Feedback on Agency Service Delivery","granuleId":"2018-07537","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07537/summary"},{"title":"Draft-National Occupational Research Agenda for Public Safety","granuleId":"2018-07374","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07374/summary"},{"title":"Proposed Data Collection Submitted for Public Comment and Recommendations","granuleId":"2018-07562","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07562/summary"},{"title":"Proposed Data Collections Submitted for Public Comment and Recommendations","granuleId":"2018-07563","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07563/summary"},{"title":"Submission for OMB Review; Comment Request","granuleId":"2018-07574","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07574/summary"},{"title":"Submission for OMB Review; Comment Request","granuleId":"2018-07522","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07522/summary"},{"title":"Annual Public Meeting; Reagan-Udall Foundation for the Food and Drug Administration","granuleId":"2018-07544","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07544/summary"},{"title":"Agency Information Collection Activities; Submission for Office of Management and Budget Review; Comment Request; Guidance for Industry on Formal Dispute Resolution: Scientific and Technical Issues Related to Pharmaceutical Current Good Manufacturing Practice","granuleId":"2018-07543","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07543/summary"},{"title":"Agency Information Collection Activities; Submission for Office of Management and Budget Review; Comment Request; Notification of the Intent To Use An Accredited Person Under the Accredited Persons Inspection Program","granuleId":"2018-07619","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07619/summary"},{"title":"Expansion of the Abbreviated 510(k) Program: Demonstrating Substantial Equivalence Through Performance Criteria; Draft Guidance for Industry and Food and Drug Administration Staff; Availability","granuleId":"2018-07564","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07564/summary"},{"title":"Agency Information Collection Activities; Submission for Office of Management and Budget Review; Comment Request; Food Allergen Labeling and Reporting","granuleId":"2018-07545","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07545/summary"},{"title":"National Advisory Council on Migrant Health","granuleId":"2018-07523","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07523/summary"},{"title":"Findings of Research Misconduct","granuleId":"2018-07521","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07521/summary"},{"title":"Agency Information Collection Request; 60-Day Public Comment Request","granuleId":"2018-07534","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07534/summary"},{"title":"Agency Emergency Information Collection Clearance Request for Public Comment","granuleId":"2018-07535","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07535/summary"},{"title":"National Institute of Diabetes and Digestive and Kidney Diseases; Notice of Meetings","granuleId":"2018-07613","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07613/summary"},{"title":"National Institute of Dental & Craniofacial Research; Notice of Closed Meetings","granuleId":"2018-07612","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07612/summary"},{"title":"National Institute of Environmental Health Sciences; Notice to Close Meeting","granuleId":"2018-07614","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07614/summary"},{"title":"Center for Scientific Review; Notice of Closed Meeting","granuleId":"2018-07608","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07608/summary"},{"title":"National Institute on Aging; Notice of Closed Meeting","granuleId":"2018-07609","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07609/summary"},{"title":"National Institute on Aging; Notice of Closed Meeting","granuleId":"2018-07610","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07610/summary"},{"title":"National Institute of Allergy and Infectious Diseases; Notice of Closed Meeting","granuleId":"2018-07611","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07611/summary"},{"title":"Announcement of Program for the Private Sector To Participate in Trade-Related Training of U.S. Customs and Border Protection and U.S. Immigration and Customs Enforcement Personnel; Correction","granuleId":"2018-07581","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07581/summary"},{"title":"Florida; Amendment No. 2 to Notice of an Emergency Declaration","granuleId":"2018-07598","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07598/summary"},{"title":"Changes in Flood Hazard Determinations","granuleId":"2018-07602","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07602/summary"},{"title":"California; Amendment No. 1 to Notice of an Emergency Declaration","granuleId":"2018-07599","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07599/summary"},{"title":"Agency Information Collection Activities: Proposed Collection; Comment Request; FEMA Preparedness Grants: Transit Security Grant Program (TSGP)","granuleId":"2018-07539","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07539/summary"},{"title":"Florida; Amendment No. 15 to Notice of a Major Disaster Declaration","granuleId":"2018-07600","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07600/summary"},{"title":"Seminole Tribe of Florida; Amendment No. 2 to Notice of a Major Disaster Declaration","granuleId":"2018-07601","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07601/summary"},{"title":"Agency Information Collection Activities: Submission for Review; Information Collection Request for the Department of Homeland Security, Science and Technology, Research and Development Partnerships Group, Office of Public-Private Partnerships","granuleId":"2018-07623","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07623/summary"},{"title":"2018 Call for Nominations, North Slope Science Initiative, Science Technical Advisory Panel, Alaska","granuleId":"2018-07625","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07625/summary"},{"title":"National Register of Historic Places; Notification of Pending Nominations and Related Actions","granuleId":"2018-07548","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07548/summary"},{"title":"Notice of Receipt of Complaint; Solicitation of Comments Relating to the Public Interest","granuleId":"2018-07628","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07628/summary"},{"title":"Meeting of the Advisory Committee; Meeting","granuleId":"2018-07580","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07580/summary"},{"title":"Agency Information Collection Activities; Proposed eCollection eComments Requested; Revision of a Currently Approved Collection Report of Multiple Sale or Other Disposition of Pistols and Revolvers-ATF F 3310.4","granuleId":"2018-07551","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07551/summary"},{"title":"Notice of Lodging of Proposed Amendment to Consent Decree Under the Clean Water Act","granuleId":"2018-07604","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07604/summary"},{"title":"Agency Information Collection Activities: Proposed eCollection eComments Requested; Reinstatement, With Change, of a Previously Approved Collection for Which Approval Has Expired: 2018 Police Public Contact Survey (PPCS)","granuleId":"2018-07524","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07524/summary"},{"title":"Record of Decision: Proposed United States Penitentiary and Federal Prison Camp, Letcher County, Kentucky","granuleId":"2018-07311","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07311/summary"},{"title":"Proposed Extension of Information Collection; Mine Mapping and Records of Opening, Closing, and Reopening of Mines","granuleId":"2018-07547","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07547/summary"},{"title":"Petition for Modification of Application of Existing Mandatory Safety Standard","granuleId":"2018-07546","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07546/summary"},{"title":"Sunshine Act Meetings","granuleId":"2018-07685","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07685/summary"},{"title":"Submission for Review: RI 38-115, Representative Payee Survey","granuleId":"2018-07607","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07607/summary"},{"title":"New Postal Product","granuleId":"2018-07620","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07620/summary"},{"title":"Self-Regulatory Organizations; The NASDAQ Stock Market LLC; Notice of Designation of a Longer Period for Commission Action on a Proposed Rule Change To Modify the Listing Requirements Related to Special Purpose Acquisition Companies To Reduce Round Lot Holders on Nasdaq Capital Market for Initial Listing From 300 to 150 and Eliminate Public Holders for Continued Listing From 300 to Zero, Require $5 Million in Net Tangible Assets for Initial and Continued Listing on Nasdaq Capital Market, and Impose a Deadline To Demonstrate Compliance With Initial Listing Requirements on All Nasdaq Markets Within 30 Days Following Each Business Combination","granuleId":"2018-07528","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07528/summary"},{"title":"Self-Regulatory Organizations; Nasdaq ISE, LLC; Notice of Filing and Immediate Effectiveness of Proposed Rule Change To Amend ISE Rules 700, 2008, and 2009","granuleId":"2018-07526","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07526/summary"},{"title":"Self-Regulatory Organizations; The Nasdaq Stock Market LLC; Order Instituting Proceedings To Determine Whether To Approve or Disapprove a Proposed Rule Change To List and Trade Shares of the Western Asset Total Return ETF","granuleId":"2018-07527","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07527/summary"},{"title":"Self-Regulatory Organizations; Nasdaq PHLX LLC; Notice of Filing and Immediate Effectiveness of Proposed Rule Change To Amend Exchange Rule 1101A","granuleId":"2018-07525","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07525/summary"},{"title":"Administrative Declaration of a Disaster for the State of Michigan","granuleId":"2018-07617","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07617/summary"},{"title":"Administrative Declaration of a Disaster for the State of California","granuleId":"2018-07618","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07618/summary"},{"title":"Notice of Rail Energy Transportation Advisory Committee Meeting","granuleId":"2018-07533","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07533/summary"},{"title":"Notice With Respect to List of Countries Denying Fair Market Opportunities for Government-Funded Airport Construction Projects","granuleId":"2018-07592","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07592/summary"},{"title":"Petition for Exemption; Summary of Petition Received; FlightScan Corporation","granuleId":"2018-07578","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07578/summary"},{"title":"Petition for Exemption; Summary of Petition Received; Cruiser Aircraft, Inc.","granuleId":"2018-07575","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07575/summary"},{"title":"Petition for Exemption; Summary of Petition Received; Embraer Executive Aircraft, Inc.","granuleId":"2018-07577","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07577/summary"},{"title":"Fifteenth RTCA SC-229 406 MHz ELT Joint Plenary With EUROCAE Working Group 98","granuleId":"2018-07570","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07570/summary"},{"title":"Fifth RTCA SC-236 Wireless Airborne Intra Communications (WAIC) Joint Plenary With EUROCAE Working Group 96","granuleId":"2018-07571","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07571/summary"},{"title":"Petition for Exemption; Summary of Petition Received; Turtles Fly Too, Inc.","granuleId":"2018-07576","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07576/summary"},{"title":"Thirty Third RTCA SC-217 Aeronautical Databases Joint Plenary With EUROCAE Working Group 44","granuleId":"2018-07569","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07569/summary"},{"title":"Notice of Solicitation of Nominations for Membership for the U.S. Maritime Transportation System National Advisory Committee","granuleId":"2018-07565","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07565/summary"},{"title":"Tax Counseling for the Elderly (TCE) Program Availability of Application Packages","granuleId":"2018-07568","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07568/summary"},{"title":"Publication of Nonconventional Source Production Credit Reference Price for Calendar Year 2017","granuleId":"2018-07579","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07579/summary"},{"title":"Community Volunteer Income Tax Assistance (VITA) Matching Grant Program-Availability of Application for Federal Financial Assistance","granuleId":"2018-07567","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07567/summary"},{"title":"Agency Information Collection Activities; Submission for OMB Review; Comment Request; Multiple IRS Information Requests","granuleId":"2018-07594","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07594/summary"},{"title":"Notice of Meeting","granuleId":"2018-07538","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07538/summary"},{"title":"Endangered and Threatened Wildlife and Plants; Endangered Status for the Island Marble Butterfly and Designation of Critical Habitat","granuleId":"2018-07347","granuleLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07347/summary"}]} -------------------------------------------------------------------------------- /samples/packages/granules/FR-2018-04-12_2018-07777-granule-summary-formatted.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": "Sunshine Act Meetings", 3 | "collectionCode": "FR", 4 | "collectionName": "Federal Register", 5 | "category": "Regulatory Information", 6 | "dateIssued": "2018-04-12", 7 | "detailsLink": "https://www.govinfo.gov/app/details/FR-2018-04-12/2018-07777", 8 | "granulesLink": "https://api.govinfo.gov/packages/FR-2018-04-12/granules?offset=0&pageSize=100", 9 | "packageId": "FR-2018-04-12", 10 | "packageLink": "https://api.govinfo.gov/packages/FR-2018-04-12/summary", 11 | "granuleId": "2018-07777", 12 | "download": { 13 | "txtLink": "https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07777/htm", 14 | "pdfLink": "https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07777/pdf", 15 | "modsLink": "https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07777/mods", 16 | "premisLink": "https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07777/premis", 17 | "zipLink": "https://api.govinfo.gov/packages/FR-2018-04-12/zip" 18 | }, 19 | "agencies": [{ 20 | "order": "1", 21 | "name": "CIVIL RIGHTS COMMISSION" 22 | } 23 | ], 24 | "billingCode": "6335-01-P", 25 | "granuleClass": "NOTICE", 26 | "lastModified": "2018-04-13T16:49:02Z" 27 | } 28 | -------------------------------------------------------------------------------- /samples/packages/granules/FR-2018-04-12_2018-07777-granule-summary.json: -------------------------------------------------------------------------------- 1 | {"title":"Sunshine Act Meetings","collectionCode":"FR","collectionName":"Federal Register","category":"Regulatory Information","dateIssued":"2018-04-12","detailsLink":"https://www.govinfo.gov/app/details/FR-2018-04-12/2018-07777","granulesLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules?offset=0&pageSize=100","packageId":"FR-2018-04-12","packageLink":"https://api.govinfo.gov/packages/FR-2018-04-12/summary","granuleId":"2018-07777","download":{"txtLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07777/htm","pdfLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07777/pdf","modsLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07777/mods","premisLink":"https://api.govinfo.gov/packages/FR-2018-04-12/granules/2018-07777/premis","zipLink":"https://api.govinfo.gov/packages/FR-2018-04-12/zip"},"agencies":[{"order":"1","name":"CIVIL RIGHTS COMMISSION"}],"billingCode":"6335-01-P","granuleClass":"NOTICE","lastModified":"2018-04-13T16:49:02Z"} --------------------------------------------------------------------------------