Search API
The Search API delivers a list of the products in a digital media collection. It can list all products or a subset of relevant and matching products for a specified query. Results are delivered in paginated form.
Use the query parameters detailed below to determine the number of products to display, define what portion of a digital media collection to search, limit returned products by format, and sort the list of returned products.
Accessing the Search API
The Search API can return anything from a single, specific title to an entire digital collection. Results are returned as a paginated JSON response based on the query parameters you provide. All you need to start is a products link from the Library Account API.
Resource URL
https://api.overdrive.com/v1/collections/{collectionToken}/products?{parameters}
Note: You can find the products link, including the collectionToken, by accessing the Library Account API.
Here's what you can do with the Search API
- Access a full list of titles from a digital collection.
- Navigate through the paginated products list using provided hypermedia links.
- Filter results to return specific or sorted lists of titles.
- See the titles included in a curated list.
Query parameters
availability (libraries only) |
When set to true, you'll only be returned titles that are currently available for checkout. |
formats | Search by format, such as audiobook-mp3 or ebook-epub-open. You can search for multiple formats using comma-separated values like this: audiobook-mp3,ebook-epub. |
identifier | Search by a title's unique id, such as ASIN and *(digital) ISBN. |
crossRefId | Search by crossRefId, the unique integer used to construct URLs on new OverDrive library websites and overdrive.com. For example: www.overdrive.com/media/2462307, where 2462307 is this title's crossRefId. |
daysSinceAdded | Search for titles that were added to your collection within a certain number of days. You can use a value from 1-90. |
**lastTitleUpdateTime | Search for records that have changed after this date using the ISO 8601 time and date format. This query will only find changes in the title metadata object. We automatically adjust for replication lag, so you may see some duplicate records. |
**lastUpdateTime | Search for records that have changed after this date using the ISO 8601 time and date format. This query will find any change to the title, including availability. We automatically adjust for replication lag, so you may see some duplicate records. |
limit | Limits the number of titles shown per page. Results will be limited to 25 titles by default with a maximum of 2,000 titles. |
minimum | When set to true, you'll only be returned a title's reserveId in the search results. This may be helpful (and quicker) for cataloging purposes since no metadata will be returned. |
offset | Offsets your returned results. Using a value of 20 means that your results start on the 21st title in the collection, omitting the first 20. |
q | Search for title, author, and/or keyword. When searching for exact phrases put them in quotes. (e.g. "Harry Potter") |
series | Search by series name. You must enter the entire series name as it appears in our records, and it must be URL encoded. |
sort | Sort based on the options in the table below. Add :asc or :desc to sort in either ascending or descending order. |
*Note: A title's print ISBN may be included in a search response. It's listed under "otherFormatIdentifiers" and kept separate from the digital ISBN, and you cannot search by the print ISBN.
**Note: When you search using the lastTitleUpdateTime or lastUpdateTime parameters, your results will be automatically sorted in ascending order (and all other sort options will be ignored).
Keep in mind, when searching by lastUpdateTime newly-added records, metadata updates, and changes to availability will all be included as "Changed Records." We still recommend that you acquire availability real-time with the Library Availability API to sure ensure more accurate and up-to-the-second information for your users.
If you're searching for titles in a specific series, make sure you include the entire series name. For example, if you wanted to find all of the books that you own in The Dresden Files series, the parameter would look like this: series=The%20Dresden%20Files.
URL-encoding your query parameters
When passing query parameters in your Search call, be sure to properly URL encode them. Query parameters that aren't URL encoded may return unexpected results or errors.
Proper URL encoding: q=inside%20out%26back%20again
Incorrect URL encoding: q=inside%20out&back%20again
Sort options
author |
Sort alphabetically by author name, either in ascending (A-Z) or descending (Z-A) order. |
availability (libraries only) |
Sort by available copies in a collection. sort=availability:desc shows titles with at least one copy available at the top of the list. |
dateAdded |
Sort by when a title was added to the digital collection. Most recent to oldest, for example, would be sort=dateadded:desc. |
gradeLevel |
Sort by appropriate grade level, either in ascending or descending order. |
imprint |
Sort alphabetically by publisher imprint, either in ascending (A-Z) or descending (Z-A) order. |
popularity | Calculated based on how often a title is checked out from all libraries. The more checkouts there are, the more popular the title. To list the most popular title at the top, use sort=popularity:desc. |
popularitySite |
Similar to "popularity," but in this case, the popularity score is based on the checkouts from a specific collection. |
publisher |
Sort alphabetically by publisher name, either in ascending (A-Z) or descending (Z-A) order. |
relevancy | A score-based relevancy search. The lower the score, the less relevant the result. The default sort, sort=relevancy:desc, lists the results from most to least relevant. |
saleDate |
Sort by when a title was made available for sale. For example, sort=saledate:asc sorts from oldest to newest. |
starRating |
Global star rating score from all libraries. To sort in order of highest rating to lowest, use sort=starrating:desc. |
starRatingSite |
Similar to "starRating," but in this case, the star rating score is calculated based on user ratings from a specific collection. |
title |
Sort alphabetically by title name, either in ascending (A-Z) or descending (Z-A) order. |
Note: Author, publisher, imprint, and gradeLevel are all supplied by publishers.
How to return a full digital collection
You can use the products endpoint in Search API to return an entire collection.
GET https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products User-Agent: {Your application} Authorization: Bearer {OAuth access token} Host: api.overdrive.com
A call to the products endpoint returns a paginated list of titles as shown in the example below. By default, there are 25 titles per page.
200 OK Cache-Control: no-cache Pragma: no-cache X-Frame-Options: DENY Date: Wed, 26 Oct 2022 14:52:16 GMT Content-Type: application/json; charset=utf-8 Expires: -1 Content-Length: 52390 { "limit": 25, "offset": 0, "totalItems": 4869, "id": "v1L1BBQ0AAA2_", "products": [ { "id": "627CE34B-4CD0-4CD3-B0D2-E6FBCA965E96", "crossRefId": 5857004, "isOwnedByCollections": true, "mediaType": "Magazine", "title": "$10 DINNERS (OR LESS!)", "sortTitle": "$10 DINNERS (OR LESS)", "series": "$10 DINNERS (OR LESS!)", "starRating": 0.0, "dateAdded": "2022-02-09T21:23:00Z", "formats": [ { "id": "magazine-overdrive", "name": "OverDrive Magazine", "identifiers": [ { "type": "PublisherCatalogNumber", "value": "1024" } ] } ], "images": { "thumbnail": { "href": "https://img1.od-cdn.com/ImageType-200/11052-1/{69684B6A-201E-40FF-A689-691E58F1D689}IMG200.JPG", "type": "image/jpeg" }, "cover150Wide": { "href": "https://img1.od-cdn.com/ImageType-150/11052-1627/CE3/4B/{627CE34B-4CD0-4CD3-B0D2-E6FBCA965E96}Img150.JPG", "type": "image/jpeg" }, "cover": { "href": "https://img1.od-cdn.com/ImageType-100/11052-1/{69684B6A-201E-40FF-A689-691E58F1D689}IMG100.JPG", "type": "image/jpeg" }, "cover300Wide": { "href": "https://img1.od-cdn.com/ImageType-400/11052-1627/CE3/4B/{627CE34B-4CD0-4CD3-B0D2-E6FBCA965E96}Img400.JPG", "type": "image/jpeg" } }, "contentDetails": [ { "href": "https://link.overdrive.com/?websiteID=100300&titleID=5857004", "type": "text/html", "account": { "id": 4425, "name": "OverDrive API Integration Library (OH)" } } ], "links": { "self": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/627ce34b-4cd0-4cd3-b0d2-e6fbca965e96", "type": "application/vnd.overdrive.api+json" }, "metadata": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/627ce34b-4cd0-4cd3-b0d2-e6fbca965e96/metadata", "type": "application/vnd.overdrive.api+json" }, "availability": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/627ce34b-4cd0-4cd3-b0d2-e6fbca965e96/availability", "type": "application/vnd.overdrive.api+json" }, "availabilityV2": { "href": "https://api.overdrive.com/v2/collections/v1L1BBQ0AAA2_/products/627ce34b-4cd0-4cd3-b0d2-e6fbca965e96/availability", "type": "application/vnd.overdrive.api+json" }, "issues": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/627ce34b-4cd0-4cd3-b0d2-e6fbca965e96/issues", "type": "application/vnd.overdrive.api+json" } } }, { "id": "A9B4D56A-B18A-4FBD-AC70-68BDFA143678", "crossRefId": 5857255, "isOwnedByCollections": true, "mediaType": "Magazine", "title": "7 Jours", "sortTitle": "$107 Jours", "series": "7 Jours", "starRating": 0.0, "dateAdded": "2022-02-09T21:23:00Z", "formats": [ { "id": "magazine-overdrive", "name": "OverDrive Magazine", "identifiers": [ { "type": "PublisherCatalogNumber", "value": "1214" } ] } ], "images": { "thumbnail": { "href": "https://img1.od-cdn.com/ImageType-200/11052-1/{E0888760-C769-489C-8080-B0D85588B84B}IMG200.JPG", "type": "image/jpeg" }, "cover150Wide": { "href": "https://img1.od-cdn.com/ImageType-150/11052-1A9B/4D5/6A/{A9B4D56A-B18A-4FBD-AC70-68BDFA143678}Img150.JPG", "type": "image/jpeg" }, "cover": { "href": "https://img1.od-cdn.com/ImageType-100/11052-1/{E0888760-C769-489C-8080-B0D85588B84B}IMG100.JPG", "type": "image/jpeg" }, "cover300Wide": { "href": "https://img1.od-cdn.com/ImageType-400/11052-1A9B/4D5/6A/{A9B4D56A-B18A-4FBD-AC70-68BDFA143678}Img400.JPG", "type": "image/jpeg" } }, "contentDetails": [ { "href": "https://link.overdrive.com/?websiteID=100300&titleID=5857255", "type": "text/html", "account": { "id": 4425, "name": "OverDrive API Integration Library (OH)" } } ], "links": { "self": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/a9b4d56a-b18a-4fbd-ac70-68bdfa143678", "type": "application/vnd.overdrive.api+json" }, "metadata": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/a9b4d56a-b18a-4fbd-ac70-68bdfa143678/metadata", "type": "application/vnd.overdrive.api+json" }, "availability": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/a9b4d56a-b18a-4fbd-ac70-68bdfa143678/availability", "type": "application/vnd.overdrive.api+json" }, "availabilityV2": { "href": "https://api.overdrive.com/v2/collections/v1L1BBQ0AAA2_/products/a9b4d56a-b18a-4fbd-ac70-68bdfa143678/availability", "type": "application/vnd.overdrive.api+json" }, "issues": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/a9b4d56a-b18a-4fbd-ac70-68bdfa143678/issues", "type": "application/vnd.overdrive.api+json" } } }, { "id": "EB4BA142-5D73-4C88-8EA8-A0F80CD836DA", "crossRefId": 6002344, "isOwnedByCollections": true, "mediaType": "Magazine", "title": "7 TV-Dage", "sortTitle": "$107 TV-Dage", "series": "7 TV-Dage", "starRating": 0.0, "dateAdded": "2022-02-09T21:23:00Z", "formats": [ { "id": "magazine-overdrive", "name": "OverDrive Magazine", "identifiers": [ { "type": "PublisherCatalogNumber", "value": "33904" } ] } ], "images": { "thumbnail": { "href": "https://img1.od-cdn.com/ImageType-200/11052-1/{E8F12F8F-3606-46AC-83B5-82844177533C}IMG200.JPG", "type": "image/jpeg" }, "cover150Wide": { "href": "https://img1.od-cdn.com/ImageType-150/11052-1EB4/BA1/42/{EB4BA142-5D73-4C88-8EA8-A0F80CD836DA}Img150.JPG", "type": "image/jpeg" }, "cover": { "href": "https://img1.od-cdn.com/ImageType-100/11052-1/{E8F12F8F-3606-46AC-83B5-82844177533C}IMG100.JPG", "type": "image/jpeg" }, "cover300Wide": { "href": "https://img1.od-cdn.com/ImageType-400/11052-1EB4/BA1/42/{EB4BA142-5D73-4C88-8EA8-A0F80CD836DA}Img400.JPG", "type": "image/jpeg" } }, "contentDetails": [ { "href": "https://link.overdrive.com/?websiteID=100300&titleID=6002344", "type": "text/html", "account": { "id": 4425, "name": "OverDrive API Integration Library (OH)" } } ], "links": { "self": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/eb4ba142-5d73-4c88-8ea8-a0f80cd836da", "type": "application/vnd.overdrive.api+json" }, "metadata": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/eb4ba142-5d73-4c88-8ea8-a0f80cd836da/metadata", "type": "application/vnd.overdrive.api+json" }, "availability": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/eb4ba142-5d73-4c88-8ea8-a0f80cd836da/availability", "type": "application/vnd.overdrive.api+json" }, "availabilityV2": { "href": "https://api.overdrive.com/v2/collections/v1L1BBQ0AAA2_/products/eb4ba142-5d73-4c88-8ea8-a0f80cd836da/availability", "type": "application/vnd.overdrive.api+json" }, "issues": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/eb4ba142-5d73-4c88-8ea8-a0f80cd836da/issues", "type": "application/vnd.overdrive.api+json" } } }, { "id": "BE1E1FE3-4E31-40E7-B566-E36AC0FE7FD7", "crossRefId": 5860280, "isOwnedByCollections": true, "mediaType": "Magazine", "title": "(inside) interior design review", "sortTitle": "(inside) interior design review", "series": "(inside) interior design review", "starRating": 0.0, "dateAdded": "2022-02-09T21:23:00Z", "formats": [ { "id": "magazine-overdrive", "name": "OverDrive Magazine", "identifiers": [ { "type": "PublisherCatalogNumber", "value": "5647" } ] } ], "images": { "thumbnail": { "href": "https://img1.od-cdn.com/ImageType-200/11052-1/{4A30FFF0-3B7B-4C31-8965-9E4B117C6D41}IMG200.JPG", "type": "image/jpeg" }, "cover150Wide": { "href": "https://img1.od-cdn.com/ImageType-150/11052-1BE1/E1F/E3/{BE1E1FE3-4E31-40E7-B566-E36AC0FE7FD7}Img150.JPG", "type": "image/jpeg" }, "cover": { "href": "https://img1.od-cdn.com/ImageType-100/11052-1/{4A30FFF0-3B7B-4C31-8965-9E4B117C6D41}IMG100.JPG", "type": "image/jpeg" }, "cover300Wide": { "href": "https://img1.od-cdn.com/ImageType-400/11052-1BE1/E1F/E3/{BE1E1FE3-4E31-40E7-B566-E36AC0FE7FD7}Img400.JPG", "type": "image/jpeg" } }, "contentDetails": [ { "href": "https://link.overdrive.com/?websiteID=100300&titleID=5860280", "type": "text/html", "account": { "id": 4425, "name": "OverDrive API Integration Library (OH)" } } ], "links": { "self": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/be1e1fe3-4e31-40e7-b566-e36ac0fe7fd7", "type": "application/vnd.overdrive.api+json" }, "metadata": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/be1e1fe3-4e31-40e7-b566-e36ac0fe7fd7/metadata", "type": "application/vnd.overdrive.api+json" }, "availability": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/be1e1fe3-4e31-40e7-b566-e36ac0fe7fd7/availability", "type": "application/vnd.overdrive.api+json" }, "availabilityV2": { "href": "https://api.overdrive.com/v2/collections/v1L1BBQ0AAA2_/products/be1e1fe3-4e31-40e7-b566-e36ac0fe7fd7/availability", "type": "application/vnd.overdrive.api+json" }, "issues": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/be1e1fe3-4e31-40e7-b566-e36ac0fe7fd7/issues", "type": "application/vnd.overdrive.api+json" } } }, { "id": "E6E605F5-93E2-48D1-90F9-BF66E66A502F", "crossRefId": 5897097, "isOwnedByCollections": true, "mediaType": "Magazine", "title": "0024 Horloges", "sortTitle": "0024 Horloges", "series": "0024 Horloges", "starRating": 0.0, "dateAdded": "2022-02-09T21:23:00Z", "formats": [ { "id": "magazine-overdrive", "name": "OverDrive Magazine", "identifiers": [ { "type": "PublisherCatalogNumber", "value": "4249" } ] } ], "images": { "thumbnail": { "href": "https://img1.od-cdn.com/ImageType-200/11052-1/{3996258D-D271-451D-AB1E-6F575070156A}IMG200.JPG", "type": "image/jpeg" }, "cover150Wide": { "href": "https://img1.od-cdn.com/ImageType-150/11052-1E6E/605/F5/{E6E605F5-93E2-48D1-90F9-BF66E66A502F}Img150.JPG", "type": "image/jpeg" }, "cover": { "href": "https://img1.od-cdn.com/ImageType-100/11052-1/{3996258D-D271-451D-AB1E-6F575070156A}IMG100.JPG", "type": "image/jpeg" }, "cover300Wide": { "href": "https://img1.od-cdn.com/ImageType-400/11052-1E6E/605/F5/{E6E605F5-93E2-48D1-90F9-BF66E66A502F}Img400.JPG", "type": "image/jpeg" } }, "contentDetails": [ { "href": "https://link.overdrive.com/?websiteID=100300&titleID=5897097", "type": "text/html", "account": { "id": 4425, "name": "OverDrive API Integration Library (OH)" } } ], "links": { "self": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/e6e605f5-93e2-48d1-90f9-bf66e66a502f", "type": "application/vnd.overdrive.api+json" }, "metadata": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/e6e605f5-93e2-48d1-90f9-bf66e66a502f/metadata", "type": "application/vnd.overdrive.api+json" }, "availability": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/e6e605f5-93e2-48d1-90f9-bf66e66a502f/availability", "type": "application/vnd.overdrive.api+json" }, "availabilityV2": { "href": "https://api.overdrive.com/v2/collections/v1L1BBQ0AAA2_/products/e6e605f5-93e2-48d1-90f9-bf66e66a502f/availability", "type": "application/vnd.overdrive.api+json" }, "issues": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/e6e605f5-93e2-48d1-90f9-bf66e66a502f/issues", "type": "application/vnd.overdrive.api+json" } } }, { "id": "5BC0BE7A-901D-44E7-AE4A-6B97A5251A0C", "crossRefId": 5856064, "isOwnedByCollections": true, "mediaType": "Magazine", "title": "01net", "sortTitle": "01net", "series": "01net", "starRating": 0.0, "dateAdded": "2022-02-09T21:23:00Z", "formats": [ { "id": "magazine-overdrive", "name": "OverDrive Magazine", "identifiers": [ { "type": "PublisherCatalogNumber", "value": "6402" } ] } ], "images": { "thumbnail": { "href": "https://img1.od-cdn.com/ImageType-200/11052-1/{FDB9AAE5-3618-4B8C-9618-ABE372D10B44}IMG200.JPG", "type": "image/jpeg" }, "cover150Wide": { "href": "https://img1.od-cdn.com/ImageType-150/11052-15BC/0BE/7A/{5BC0BE7A-901D-44E7-AE4A-6B97A5251A0C}Img150.JPG", "type": "image/jpeg" }, "cover": { "href": "https://img1.od-cdn.com/ImageType-100/11052-1/{FDB9AAE5-3618-4B8C-9618-ABE372D10B44}IMG100.JPG", "type": "image/jpeg" }, "cover300Wide": { "href": "https://img1.od-cdn.com/ImageType-400/11052-15BC/0BE/7A/{5BC0BE7A-901D-44E7-AE4A-6B97A5251A0C}Img400.JPG", "type": "image/jpeg" } }, "contentDetails": [ { "href": "https://link.overdrive.com/?websiteID=100300&titleID=5856064", "type": "text/html", "account": { "id": 4425, "name": "OverDrive API Integration Library (OH)" } } ], "links": { "self": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/5bc0be7a-901d-44e7-ae4a-6b97a5251a0c", "type": "application/vnd.overdrive.api+json" }, "metadata": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/5bc0be7a-901d-44e7-ae4a-6b97a5251a0c/metadata", "type": "application/vnd.overdrive.api+json" }, "availability": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/5bc0be7a-901d-44e7-ae4a-6b97a5251a0c/availability", "type": "application/vnd.overdrive.api+json" }, "availabilityV2": { "href": "https://api.overdrive.com/v2/collections/v1L1BBQ0AAA2_/products/5bc0be7a-901d-44e7-ae4a-6b97a5251a0c/availability", "type": "application/vnd.overdrive.api+json" }, "issues": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/5bc0be7a-901d-44e7-ae4a-6b97a5251a0c/issues", "type": "application/vnd.overdrive.api+json" } } }, { "id": "3255F721-9613-4F0A-AABC-6581DE63DFDC", "crossRefId": 8212576, "isOwnedByCollections": true, "mediaType": "Magazine", "title": "01net HS", "sortTitle": "01net HS", "series": "01net HS", "starRating": 0.0, "dateAdded": "2022-02-09T21:23:00Z", "formats": [ { "id": "magazine-overdrive", "name": "OverDrive Magazine", "identifiers": [ { "type": "PublisherCatalogNumber", "value": "2159" } ] } ], "images": { "thumbnail": { "href": "https://img1.od-cdn.com/ImageType-200/11052-1/{1C012234-78B0-4755-AB9B-3DC2FE86E5F6}IMG200.JPG", "type": "image/jpeg" }, "cover150Wide": { "href": "https://img1.od-cdn.com/ImageType-150/11052-1325/5F7/21/{3255F721-9613-4F0A-AABC-6581DE63DFDC}Img150.JPG", "type": "image/jpeg" }, "cover": { "href": "https://img1.od-cdn.com/ImageType-100/11052-1/{1C012234-78B0-4755-AB9B-3DC2FE86E5F6}IMG100.JPG", "type": "image/jpeg" }, "cover300Wide": { "href": "https://img1.od-cdn.com/ImageType-400/11052-1325/5F7/21/{3255F721-9613-4F0A-AABC-6581DE63DFDC}Img400.JPG", "type": "image/jpeg" } }, "contentDetails": [ { "href": "https://link.overdrive.com/?websiteID=100300&titleID=8212576", "type": "text/html", "account": { "id": 4425, "name": "OverDrive API Integration Library (OH)" } } ], "links": { "self": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/3255f721-9613-4f0a-aabc-6581de63dfdc", "type": "application/vnd.overdrive.api+json" }, "metadata": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/3255f721-9613-4f0a-aabc-6581de63dfdc/metadata", "type": "application/vnd.overdrive.api+json" }, "availability": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/3255f721-9613-4f0a-aabc-6581de63dfdc/availability", "type": "application/vnd.overdrive.api+json" }, "availabilityV2": { "href": "https://api.overdrive.com/v2/collections/v1L1BBQ0AAA2_/products/3255f721-9613-4f0a-aabc-6581de63dfdc/availability", "type": "application/vnd.overdrive.api+json" }, "issues": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/3255f721-9613-4f0a-aabc-6581de63dfdc/issues", "type": "application/vnd.overdrive.api+json" } } }, { "id": "EBFF8D7B-C9A0-4478-A1ED-63B64E8386C5", "crossRefId": 1427131, "isOwnedByCollections": true, "mediaType": "Audiobook", "title": "3 Jack Reacher Novellas (with bonus Jack Reacher's Rules)", "subtitle": "Deep Down; Second Son; High Heat; Jack Reacher's Rules", "sortTitle": "03 Jack Reacher Novellas (with bonus Jack Reachers Rules) Deep Down; Second Son; High Heat; Jack Reachers Rules", "series": "Jack Reacher", "seriesId": 503231, "primaryCreator": { "role": "Author", "name": "Lee Child" }, "starRating": 3.9, "dateAdded": "2015-04-09T13:18:00Z", "formats": [ { "id": "audiobook-mp3", "name": "OverDrive MP3 Audiobook", "identifiers": [ { "type": "KoboAudioID", "value": "penguinrandomhouse_audio#9780553397741" }, { "type": "ISBN", "value": "9780553397758" } ] }, { "id": "audiobook-overdrive", "name": "OverDrive Listen", "identifiers": [ { "type": "KoboAudioID", "value": "penguinrandomhouse_audio#9780553397741" }, { "type": "ISBN", "value": "9780553397758" } ] } ], "images": { "thumbnail": { "href": "https://img1.od-cdn.com/ImageType-200/1191-1/{EBFF8D7B-C9A0-4478-A1ED-63B64E8386C5}Img200.jpg", "type": "image/jpeg" }, "cover150Wide": { "href": "https://img1.od-cdn.com/ImageType-150/1191-1/EBF/F8D/7B/{EBFF8D7B-C9A0-4478-A1ED-63B64E8386C5}Img150.jpg", "type": "image/jpeg" }, "cover": { "href": "https://img1.od-cdn.com/ImageType-100/1191-1/{EBFF8D7B-C9A0-4478-A1ED-63B64E8386C5}Img100.jpg", "type": "image/jpeg" }, "cover300Wide": { "href": "https://img1.od-cdn.com/ImageType-400/1191-1/EBF/F8D/7B/{EBFF8D7B-C9A0-4478-A1ED-63B64E8386C5}Img400.jpg", "type": "image/jpeg" } }, "contentDetails": [ { "href": "https://link.overdrive.com/?websiteID=100300&titleID=1427131", "type": "text/html", "account": { "id": 4425, "name": "OverDrive API Integration Library (OH)" } } ], "links": { "self": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/ebff8d7b-c9a0-4478-a1ed-63b64e8386c5", "type": "application/vnd.overdrive.api+json" }, "metadata": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/ebff8d7b-c9a0-4478-a1ed-63b64e8386c5/metadata", "type": "application/vnd.overdrive.api+json" }, "availability": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/ebff8d7b-c9a0-4478-a1ed-63b64e8386c5/availability", "type": "application/vnd.overdrive.api+json" }, "availabilityV2": { "href": "https://api.overdrive.com/v2/collections/v1L1BBQ0AAA2_/products/ebff8d7b-c9a0-4478-a1ed-63b64e8386c5/availability", "type": "application/vnd.overdrive.api+json" } } }, { "id": "992E8C4C-534F-44B5-AA23-336434421C98", "crossRefId": 2051028, "isOwnedByCollections": true, "mediaType": "eBook", "title": "The 5 Love Languages", "subtitle": "The Secret to Love that Lasts", "sortTitle": "05 Love Languages The Secret to Love that Lasts", "primaryCreator": { "role": "Author", "name": "Gary Chapman" }, "starRating": 4.2, "dateAdded": "2018-10-31T16:39:00Z", "formats": [ { "id": "ebook-epub-adobe", "name": "Adobe EPUB eBook", "identifiers": [ { "type": "ISBN", "value": "9780802492401" } ] }, { "id": "ebook-kindle", "name": "Kindle Book", "identifiers": [ { "type": "ASIN", "value": "B00OICLVBI" } ] }, { "id": "ebook-overdrive", "name": "OverDrive Read", "identifiers": [ { "type": "ISBN", "value": "9780802492401" } ] } ], "images": { "thumbnail": { "href": "https://img1.od-cdn.com/ImageType-200/3493-1/{992E8C4C-534F-44B5-AA23-336434421C98}Img200.jpg", "type": "image/jpeg" }, "cover150Wide": { "href": "https://img1.od-cdn.com/ImageType-150/3493-1/992/E8C/4C/{992E8C4C-534F-44B5-AA23-336434421C98}Img150.jpg", "type": "image/jpeg" }, "cover": { "href": "https://img1.od-cdn.com/ImageType-100/3493-1/{992E8C4C-534F-44B5-AA23-336434421C98}Img100.jpg", "type": "image/jpeg" }, "cover300Wide": { "href": "https://img1.od-cdn.com/ImageType-400/3493-1/992/E8C/4C/{992E8C4C-534F-44B5-AA23-336434421C98}Img400.jpg", "type": "image/jpeg" } }, "contentDetails": [ { "href": "https://link.overdrive.com/?websiteID=100300&titleID=2051028", "type": "text/html", "account": { "id": 4425, "name": "OverDrive API Integration Library (OH)" } } ], "links": { "self": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/992e8c4c-534f-44b5-aa23-336434421c98", "type": "application/vnd.overdrive.api+json" }, "metadata": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/992e8c4c-534f-44b5-aa23-336434421c98/metadata", "type": "application/vnd.overdrive.api+json" }, "availability": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/992e8c4c-534f-44b5-aa23-336434421c98/availability", "type": "application/vnd.overdrive.api+json" }, "availabilityV2": { "href": "https://api.overdrive.com/v2/collections/v1L1BBQ0AAA2_/products/992e8c4c-534f-44b5-aa23-336434421c98/availability", "type": "application/vnd.overdrive.api+json" } } }, { "id": "9E5C3BE9-B179-4DCA-B28C-882728E9376C", "crossRefId": 6298437, "isOwnedByCollections": true, "mediaType": "Magazine", "title": "10 Minute Morning Yoga", "sortTitle": "10 Minute Morning Yoga", "series": "10 Minute Morning Yoga", "starRating": 0.0, "dateAdded": "2022-02-09T21:23:00Z", "formats": [ { "id": "magazine-overdrive", "name": "OverDrive Magazine", "identifiers": [ { "type": "PublisherCatalogNumber", "value": "38311" } ] } ], "images": { "thumbnail": { "href": "https://img1.od-cdn.com/ImageType-200/11052-1/{640DE1CF-93AF-4369-A0BA-8D0639FA386F}Img200.jpg", "type": "image/jpeg" }, "cover150Wide": { "href": "https://img1.od-cdn.com/ImageType-150/11052-19E5/C3B/E9/{9E5C3BE9-B179-4DCA-B28C-882728E9376C}Img150.jpg", "type": "image/jpeg" }, "cover": { "href": "https://img1.od-cdn.com/ImageType-100/11052-1/{640DE1CF-93AF-4369-A0BA-8D0639FA386F}Img100.jpg", "type": "image/jpeg" }, "cover300Wide": { "href": "https://img1.od-cdn.com/ImageType-400/11052-19E5/C3B/E9/{9E5C3BE9-B179-4DCA-B28C-882728E9376C}Img400.jpg", "type": "image/jpeg" } }, "contentDetails": [ { "href": "https://link.overdrive.com/?websiteID=100300&titleID=6298437", "type": "text/html", "account": { "id": 4425, "name": "OverDrive API Integration Library (OH)" } } ], "links": { "self": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/9e5c3be9-b179-4dca-b28c-882728e9376c", "type": "application/vnd.overdrive.api+json" }, "metadata": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/9e5c3be9-b179-4dca-b28c-882728e9376c/metadata", "type": "application/vnd.overdrive.api+json" }, "availability": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/9e5c3be9-b179-4dca-b28c-882728e9376c/availability", "type": "application/vnd.overdrive.api+json" }, "availabilityV2": { "href": "https://api.overdrive.com/v2/collections/v1L1BBQ0AAA2_/products/9e5c3be9-b179-4dca-b28c-882728e9376c/availability", "type": "application/vnd.overdrive.api+json" }, "issues": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/9e5c3be9-b179-4dca-b28c-882728e9376c/issues", "type": "application/vnd.overdrive.api+json" } } }, { "id": "8D594A8F-05D8-4544-BCC1-151D8C82DA9E", "crossRefId": 5855422, "isOwnedByCollections": true, "mediaType": "Magazine", "title": "10 Minute Pilates", "sortTitle": "10 Minute Pilates", "series": "10 Minute Pilates", "starRating": 0.0, "dateAdded": "2022-02-09T21:23:00Z", "formats": [ { "id": "magazine-overdrive", "name": "OverDrive Magazine", "identifiers": [ { "type": "PublisherCatalogNumber", "value": "5384" } ] } ], "images": { "thumbnail": { "href": "https://img1.od-cdn.com/ImageType-200/11052-1/{5839534E-5DF7-4840-912B-B578314B8C53}IMG200.JPG", "type": "image/jpeg" }, "cover150Wide": { "href": "https://img1.od-cdn.com/ImageType-150/11052-18D5/94A/8F/{8D594A8F-05D8-4544-BCC1-151D8C82DA9E}Img150.JPG", "type": "image/jpeg" }, "cover": { "href": "https://img1.od-cdn.com/ImageType-100/11052-1/{5839534E-5DF7-4840-912B-B578314B8C53}IMG100.JPG", "type": "image/jpeg" }, "cover300Wide": { "href": "https://img1.od-cdn.com/ImageType-400/11052-18D5/94A/8F/{8D594A8F-05D8-4544-BCC1-151D8C82DA9E}Img400.JPG", "type": "image/jpeg" } }, "contentDetails": [ { "href": "https://link.overdrive.com/?websiteID=100300&titleID=5855422", "type": "text/html", "account": { "id": 4425, "name": "OverDrive API Integration Library (OH)" } } ], "links": { "self": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/8d594a8f-05d8-4544-bcc1-151d8c82da9e", "type": "application/vnd.overdrive.api+json" }, "metadata": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/8d594a8f-05d8-4544-bcc1-151d8c82da9e/metadata", "type": "application/vnd.overdrive.api+json" }, "availability": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/8d594a8f-05d8-4544-bcc1-151d8c82da9e/availability", "type": "application/vnd.overdrive.api+json" }, "availabilityV2": { "href": "https://api.overdrive.com/v2/collections/v1L1BBQ0AAA2_/products/8d594a8f-05d8-4544-bcc1-151d8c82da9e/availability", "type": "application/vnd.overdrive.api+json" }, "issues": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/8d594a8f-05d8-4544-bcc1-151d8c82da9e/issues", "type": "application/vnd.overdrive.api+json" } } }, { "id": "EFD2E07E-8C6F-4742-A4BC-546CB4551777", "crossRefId": 5855232, "isOwnedByCollections": true, "mediaType": "Magazine", "title": "10 Minute Yoga Calm", "sortTitle": "10 Minute Yoga Calm", "series": "10 Minute Yoga Calm", "starRating": 0.0, "dateAdded": "2022-02-09T21:23:00Z", "formats": [ { "id": "magazine-overdrive", "name": "OverDrive Magazine", "identifiers": [ { "type": "PublisherCatalogNumber", "value": "32454" } ] } ], "images": { "thumbnail": { "href": "https://img1.od-cdn.com/ImageType-200/11052-1/{DE7DF8DE-0CA5-42FB-964E-2E772B091FB9}IMG200.JPG", "type": "image/jpeg" }, "cover150Wide": { "href": "https://img1.od-cdn.com/ImageType-150/11052-1EFD/2E0/7E/{EFD2E07E-8C6F-4742-A4BC-546CB4551777}Img150.JPG", "type": "image/jpeg" }, "cover": { "href": "https://img1.od-cdn.com/ImageType-100/11052-1/{DE7DF8DE-0CA5-42FB-964E-2E772B091FB9}IMG100.JPG", "type": "image/jpeg" }, "cover300Wide": { "href": "https://img1.od-cdn.com/ImageType-400/11052-1EFD/2E0/7E/{EFD2E07E-8C6F-4742-A4BC-546CB4551777}Img400.JPG", "type": "image/jpeg" } }, "contentDetails": [ { "href": "https://link.overdrive.com/?websiteID=100300&titleID=5855232", "type": "text/html", "account": { "id": 4425, "name": "OverDrive API Integration Library (OH)" } } ], "links": { "self": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/efd2e07e-8c6f-4742-a4bc-546cb4551777", "type": "application/vnd.overdrive.api+json" }, "metadata": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/efd2e07e-8c6f-4742-a4bc-546cb4551777/metadata", "type": "application/vnd.overdrive.api+json" }, "availability": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/efd2e07e-8c6f-4742-a4bc-546cb4551777/availability", "type": "application/vnd.overdrive.api+json" }, "availabilityV2": { "href": "https://api.overdrive.com/v2/collections/v1L1BBQ0AAA2_/products/efd2e07e-8c6f-4742-a4bc-546cb4551777/availability", "type": "application/vnd.overdrive.api+json" }, "issues": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/efd2e07e-8c6f-4742-a4bc-546cb4551777/issues", "type": "application/vnd.overdrive.api+json" } } }, { "id": "1D19ED7A-B4C5-4D5E-BDAE-8754F4AEBFE5", "crossRefId": 5849136, "isOwnedByCollections": true, "mediaType": "Magazine", "title": "10 Week Fat Burn: Lose a Stone", "sortTitle": "10 Week Fat Burn Lose a Stone", "series": "10 Week Fat Burn: Lose a Stone", "starRating": 0.0, "dateAdded": "2022-02-09T21:23:00Z", "formats": [ { "id": "magazine-overdrive", "name": "OverDrive Magazine", "identifiers": [ { "type": "PublisherCatalogNumber", "value": "30660" } ] } ], "images": { "thumbnail": { "href": "https://img1.od-cdn.com/ImageType-200/11052-1/{3EF45A81-FA7C-47EA-9A6C-1A5EA141727E}IMG200.JPG", "type": "image/jpeg" }, "cover150Wide": { "href": "https://img1.od-cdn.com/ImageType-150/11052-11D1/9ED/7A/{1D19ED7A-B4C5-4D5E-BDAE-8754F4AEBFE5}Img150.JPG", "type": "image/jpeg" }, "cover": { "href": "https://img1.od-cdn.com/ImageType-100/11052-1/{3EF45A81-FA7C-47EA-9A6C-1A5EA141727E}IMG100.JPG", "type": "image/jpeg" }, "cover300Wide": { "href": "https://img1.od-cdn.com/ImageType-400/11052-11D1/9ED/7A/{1D19ED7A-B4C5-4D5E-BDAE-8754F4AEBFE5}Img400.JPG", "type": "image/jpeg" } }, "contentDetails": [ { "href": "https://link.overdrive.com/?websiteID=100300&titleID=5849136", "type": "text/html", "account": { "id": 4425, "name": "OverDrive API Integration Library (OH)" } } ], "links": { "self": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/1d19ed7a-b4c5-4d5e-bdae-8754f4aebfe5", "type": "application/vnd.overdrive.api+json" }, "metadata": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/1d19ed7a-b4c5-4d5e-bdae-8754f4aebfe5/metadata", "type": "application/vnd.overdrive.api+json" }, "availability": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/1d19ed7a-b4c5-4d5e-bdae-8754f4aebfe5/availability", "type": "application/vnd.overdrive.api+json" }, "availabilityV2": { "href": "https://api.overdrive.com/v2/collections/v1L1BBQ0AAA2_/products/1d19ed7a-b4c5-4d5e-bdae-8754f4aebfe5/availability", "type": "application/vnd.overdrive.api+json" }, "issues": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/1d19ed7a-b4c5-4d5e-bdae-8754f4aebfe5/issues", "type": "application/vnd.overdrive.api+json" } } }, { "id": "E32A1480-644B-427D-AED1-667692D87138", "crossRefId": 5845509, "isOwnedByCollections": true, "mediaType": "Magazine", "title": "100 All-Time Greatest Comics", "sortTitle": "100 All-Time Greatest Comics", "series": "100 All-Time Greatest Comics", "starRating": 0.0, "dateAdded": "2022-02-09T21:23:00Z", "formats": [ { "id": "magazine-overdrive", "name": "OverDrive Magazine", "identifiers": [ { "type": "PublisherCatalogNumber", "value": "3882" } ] } ], "images": { "thumbnail": { "href": "https://img1.od-cdn.com/ImageType-200/11052-1/{13441BA8-3D06-49CF-A088-B5AFADE82C56}IMG200.JPG", "type": "image/jpeg" }, "cover150Wide": { "href": "https://img1.od-cdn.com/ImageType-150/11052-1E32/A14/80/{E32A1480-644B-427D-AED1-667692D87138}Img150.JPG", "type": "image/jpeg" }, "cover": { "href": "https://img1.od-cdn.com/ImageType-100/11052-1/{13441BA8-3D06-49CF-A088-B5AFADE82C56}IMG100.JPG", "type": "image/jpeg" }, "cover300Wide": { "href": "https://img1.od-cdn.com/ImageType-400/11052-1E32/A14/80/{E32A1480-644B-427D-AED1-667692D87138}Img400.JPG", "type": "image/jpeg" } }, "contentDetails": [ { "href": "https://link.overdrive.com/?websiteID=100300&titleID=5845509", "type": "text/html", "account": { "id": 4425, "name": "OverDrive API Integration Library (OH)" } } ], "links": { "self": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/e32a1480-644b-427d-aed1-667692d87138", "type": "application/vnd.overdrive.api+json" }, "metadata": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/e32a1480-644b-427d-aed1-667692d87138/metadata", "type": "application/vnd.overdrive.api+json" }, "availability": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/e32a1480-644b-427d-aed1-667692d87138/availability", "type": "application/vnd.overdrive.api+json" }, "availabilityV2": { "href": "https://api.overdrive.com/v2/collections/v1L1BBQ0AAA2_/products/e32a1480-644b-427d-aed1-667692d87138/availability", "type": "application/vnd.overdrive.api+json" }, "issues": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/e32a1480-644b-427d-aed1-667692d87138/issues", "type": "application/vnd.overdrive.api+json" } } }, { "id": "B5F59E7D-FCC0-446A-89BF-85FD9A9D15AB", "crossRefId": 6724333, "isOwnedByCollections": true, "mediaType": "Magazine", "title": "100 Best Cheesy Recipes", "sortTitle": "100 Best Cheesy Recipes", "series": "100 Best Cheesy Recipes", "starRating": 0.0, "dateAdded": "2022-08-12T08:14:00Z", "formats": [ { "id": "magazine-overdrive", "name": "OverDrive Magazine", "identifiers": [ { "type": "PublisherCatalogNumber", "value": "34653" } ] } ], "images": { "thumbnail": { "href": "https://img1.od-cdn.com/ImageType-200/11052-1/{65D70982-965B-4655-B0CE-577C6985B6E9}IMG200.JPG", "type": "image/jpeg" }, "cover150Wide": { "href": "https://img1.od-cdn.com/ImageType-150/11052-1B5F/59E/7D/{B5F59E7D-FCC0-446A-89BF-85FD9A9D15AB}Img150.JPG", "type": "image/jpeg" }, "cover": { "href": "https://img1.od-cdn.com/ImageType-100/11052-1/{65D70982-965B-4655-B0CE-577C6985B6E9}IMG100.JPG", "type": "image/jpeg" }, "cover300Wide": { "href": "https://img1.od-cdn.com/ImageType-400/11052-1B5F/59E/7D/{B5F59E7D-FCC0-446A-89BF-85FD9A9D15AB}Img400.JPG", "type": "image/jpeg" } }, "contentDetails": [ { "href": "https://link.overdrive.com/?websiteID=100300&titleID=6724333", "type": "text/html", "account": { "id": 4425, "name": "OverDrive API Integration Library (OH)" } } ], "links": { "self": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/b5f59e7d-fcc0-446a-89bf-85fd9a9d15ab", "type": "application/vnd.overdrive.api+json" }, "metadata": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/b5f59e7d-fcc0-446a-89bf-85fd9a9d15ab/metadata", "type": "application/vnd.overdrive.api+json" }, "availability": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/b5f59e7d-fcc0-446a-89bf-85fd9a9d15ab/availability", "type": "application/vnd.overdrive.api+json" }, "availabilityV2": { "href": "https://api.overdrive.com/v2/collections/v1L1BBQ0AAA2_/products/b5f59e7d-fcc0-446a-89bf-85fd9a9d15ab/availability", "type": "application/vnd.overdrive.api+json" }, "issues": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/b5f59e7d-fcc0-446a-89bf-85fd9a9d15ab/issues", "type": "application/vnd.overdrive.api+json" } } }, { "id": "00382E69-5EB3-4E38-B921-F0C9E2DE6189", "crossRefId": 9196444, "isOwnedByCollections": true, "mediaType": "Magazine", "title": "100 Biscuits", "sortTitle": "100 Biscuits", "series": "100 Biscuits", "starRating": 0.0, "dateAdded": "2022-08-28T08:19:00Z", "formats": [ { "id": "magazine-overdrive", "name": "OverDrive Magazine", "identifiers": [ { "type": "PublisherCatalogNumber", "value": "40872" } ] } ], "images": { "thumbnail": { "href": "https://img1.od-cdn.com/ImageType-200/11052-1/{ECC3D517-B519-4AA6-BD56-9B6D3D1BC8CB}IMG200.JPG", "type": "image/jpeg" }, "cover150Wide": { "href": "https://img1.od-cdn.com/ImageType-150/11052-1003/82E/69/{00382E69-5EB3-4E38-B921-F0C9E2DE6189}Img150.JPG", "type": "image/jpeg" }, "cover": { "href": "https://img1.od-cdn.com/ImageType-100/11052-1/{ECC3D517-B519-4AA6-BD56-9B6D3D1BC8CB}IMG100.JPG", "type": "image/jpeg" }, "cover300Wide": { "href": "https://img1.od-cdn.com/ImageType-400/11052-1003/82E/69/{00382E69-5EB3-4E38-B921-F0C9E2DE6189}Img400.JPG", "type": "image/jpeg" } }, "contentDetails": [ { "href": "https://link.overdrive.com/?websiteID=100300&titleID=9196444", "type": "text/html", "account": { "id": 4425, "name": "OverDrive API Integration Library (OH)" } } ], "links": { "self": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/00382e69-5eb3-4e38-b921-f0c9e2de6189", "type": "application/vnd.overdrive.api+json" }, "metadata": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/00382e69-5eb3-4e38-b921-f0c9e2de6189/metadata", "type": "application/vnd.overdrive.api+json" }, "availability": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/00382e69-5eb3-4e38-b921-f0c9e2de6189/availability", "type": "application/vnd.overdrive.api+json" }, "availabilityV2": { "href": "https://api.overdrive.com/v2/collections/v1L1BBQ0AAA2_/products/00382e69-5eb3-4e38-b921-f0c9e2de6189/availability", "type": "application/vnd.overdrive.api+json" }, "issues": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/00382e69-5eb3-4e38-b921-f0c9e2de6189/issues", "type": "application/vnd.overdrive.api+json" } } }, { "id": "A0AFCF42-EF59-4110-B15E-A23DD2B67CF0", "crossRefId": 159038, "isOwnedByCollections": true, "mediaType": "eBook", "title": "100 Cupboards (100 Cupboards Book 1)", "sortTitle": "100 Cupboards (100 Cupboards Book 01)", "series": "The 100 Cupboards", "seriesId": 521726, "readingOrder": "1", "primaryCreator": { "role": "Author", "name": "N. D. Wilson" }, "starRating": 3.9, "dateAdded": "2014-03-04T14:21:00Z", "formats": [ { "id": "ebook-epub-adobe", "name": "Adobe EPUB eBook", "identifiers": [ { "type": "ISBN", "value": "9780375849862" }, { "type": "PublisherCatalogNumber", "value": "192018" } ] }, { "id": "ebook-kindle", "name": "Kindle Book", "identifiers": [ { "type": "ASIN", "value": "B000YJ84ZA" }, { "type": "PublisherCatalogNumber", "value": "192018" } ] }, { "id": "ebook-overdrive", "name": "OverDrive Read", "identifiers": [ { "type": "ISBN", "value": "9780375849862" }, { "type": "PublisherCatalogNumber", "value": "192018" } ] } ], "images": { "thumbnail": { "href": "https://img1.od-cdn.com/ImageType-200/0111-1/{A0AFCF42-EF59-4110-B15E-A23DD2B67CF0}Img200.jpg", "type": "image/jpeg" }, "cover150Wide": { "href": "https://img1.od-cdn.com/ImageType-150/0111-1/A0A/FCF/42/{A0AFCF42-EF59-4110-B15E-A23DD2B67CF0}Img150.jpg", "type": "image/jpeg" }, "cover": { "href": "https://img1.od-cdn.com/ImageType-100/0111-1/{A0AFCF42-EF59-4110-B15E-A23DD2B67CF0}Img100.jpg", "type": "image/jpeg" }, "cover300Wide": { "href": "https://img1.od-cdn.com/ImageType-400/0111-1/A0A/FCF/42/{A0AFCF42-EF59-4110-B15E-A23DD2B67CF0}Img400.jpg", "type": "image/jpeg" } }, "contentDetails": [ { "href": "https://link.overdrive.com/?websiteID=100300&titleID=159038", "type": "text/html", "account": { "id": 4425, "name": "OverDrive API Integration Library (OH)" } } ], "links": { "self": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/a0afcf42-ef59-4110-b15e-a23dd2b67cf0", "type": "application/vnd.overdrive.api+json" }, "metadata": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/a0afcf42-ef59-4110-b15e-a23dd2b67cf0/metadata", "type": "application/vnd.overdrive.api+json" }, "availability": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/a0afcf42-ef59-4110-b15e-a23dd2b67cf0/availability", "type": "application/vnd.overdrive.api+json" }, "availabilityV2": { "href": "https://api.overdrive.com/v2/collections/v1L1BBQ0AAA2_/products/a0afcf42-ef59-4110-b15e-a23dd2b67cf0/availability", "type": "application/vnd.overdrive.api+json" } }, "otherFormatIdentifiers": [ { "type": "ISBN", "value": "0375838821" } ] }, { "id": "997D05BD-3F14-4380-8987-767DE81496C6", "crossRefId": 5895986, "isOwnedByCollections": true, "mediaType": "Magazine", "title": "100 Greatest Comedy Movies by Radio Times", "sortTitle": "100 Greatest Comedy Movies by Radio Times", "series": "100 Greatest Comedy Movies by Radio Times", "starRating": 0.0, "dateAdded": "2022-02-09T21:23:00Z", "formats": [ { "id": "magazine-overdrive", "name": "OverDrive Magazine", "identifiers": [ { "type": "PublisherCatalogNumber", "value": "2402" } ] } ], "images": { "thumbnail": { "href": "https://img1.od-cdn.com/ImageType-200/11052-1/{FC9A5B6F-1EE5-4A1D-8371-047055696E80}IMG200.JPG", "type": "image/jpeg" }, "cover150Wide": { "href": "https://img1.od-cdn.com/ImageType-150/11052-1997/D05/BD/{997D05BD-3F14-4380-8987-767DE81496C6}Img150.JPG", "type": "image/jpeg" }, "cover": { "href": "https://img1.od-cdn.com/ImageType-100/11052-1/{FC9A5B6F-1EE5-4A1D-8371-047055696E80}IMG100.JPG", "type": "image/jpeg" }, "cover300Wide": { "href": "https://img1.od-cdn.com/ImageType-400/11052-1997/D05/BD/{997D05BD-3F14-4380-8987-767DE81496C6}Img400.JPG", "type": "image/jpeg" } }, "contentDetails": [ { "href": "https://link.overdrive.com/?websiteID=100300&titleID=5895986", "type": "text/html", "account": { "id": 4425, "name": "OverDrive API Integration Library (OH)" } } ], "links": { "self": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/997d05bd-3f14-4380-8987-767de81496c6", "type": "application/vnd.overdrive.api+json" }, "metadata": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/997d05bd-3f14-4380-8987-767de81496c6/metadata", "type": "application/vnd.overdrive.api+json" }, "availability": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/997d05bd-3f14-4380-8987-767de81496c6/availability", "type": "application/vnd.overdrive.api+json" }, "availabilityV2": { "href": "https://api.overdrive.com/v2/collections/v1L1BBQ0AAA2_/products/997d05bd-3f14-4380-8987-767de81496c6/availability", "type": "application/vnd.overdrive.api+json" }, "issues": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/997d05bd-3f14-4380-8987-767de81496c6/issues", "type": "application/vnd.overdrive.api+json" } } }, { "id": "22E073A5-D7EF-44D8-85B2-E3AD85018C95", "crossRefId": 5839209, "isOwnedByCollections": true, "mediaType": "Magazine", "title": "100 greatest moments from 100 years of the Tour De France", "sortTitle": "100 greatest moments from 100 years of the Tour De France", "series": "100 greatest moments from 100 years of the Tour De France", "starRating": 0.0, "dateAdded": "2022-02-09T21:23:00Z", "formats": [ { "id": "magazine-overdrive", "name": "OverDrive Magazine", "identifiers": [ { "type": "PublisherCatalogNumber", "value": "5385" } ] } ], "images": { "thumbnail": { "href": "https://img1.od-cdn.com/ImageType-200/11052-1/{BAD3E5C2-56D6-4810-8CEE-20B18E21F48A}IMG200.JPG", "type": "image/jpeg" }, "cover150Wide": { "href": "https://img1.od-cdn.com/ImageType-150/11052-122E/073/A5/{22E073A5-D7EF-44D8-85B2-E3AD85018C95}Img150.JPG", "type": "image/jpeg" }, "cover": { "href": "https://img1.od-cdn.com/ImageType-100/11052-1/{BAD3E5C2-56D6-4810-8CEE-20B18E21F48A}IMG100.JPG", "type": "image/jpeg" }, "cover300Wide": { "href": "https://img1.od-cdn.com/ImageType-400/11052-122E/073/A5/{22E073A5-D7EF-44D8-85B2-E3AD85018C95}Img400.JPG", "type": "image/jpeg" } }, "contentDetails": [ { "href": "https://link.overdrive.com/?websiteID=100300&titleID=5839209", "type": "text/html", "account": { "id": 4425, "name": "OverDrive API Integration Library (OH)" } } ], "links": { "self": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/22e073a5-d7ef-44d8-85b2-e3ad85018c95", "type": "application/vnd.overdrive.api+json" }, "metadata": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/22e073a5-d7ef-44d8-85b2-e3ad85018c95/metadata", "type": "application/vnd.overdrive.api+json" }, "availability": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/22e073a5-d7ef-44d8-85b2-e3ad85018c95/availability", "type": "application/vnd.overdrive.api+json" }, "availabilityV2": { "href": "https://api.overdrive.com/v2/collections/v1L1BBQ0AAA2_/products/22e073a5-d7ef-44d8-85b2-e3ad85018c95/availability", "type": "application/vnd.overdrive.api+json" }, "issues": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/22e073a5-d7ef-44d8-85b2-e3ad85018c95/issues", "type": "application/vnd.overdrive.api+json" } } }, { "id": "4FB8039E-B77C-461E-B08E-573937198413", "crossRefId": 5849546, "isOwnedByCollections": true, "mediaType": "Magazine", "title": "100 Greatest Sci-Fi Characters", "sortTitle": "100 Greatest Sci-Fi Characters", "series": "100 Greatest Sci-Fi Characters", "starRating": 0.0, "dateAdded": "2022-02-09T21:23:00Z", "formats": [ { "id": "magazine-overdrive", "name": "OverDrive Magazine", "identifiers": [ { "type": "PublisherCatalogNumber", "value": "5762" } ] } ], "images": { "thumbnail": { "href": "https://img1.od-cdn.com/ImageType-200/11052-1/{A7E3AB11-DC66-43D1-BB91-53BAB379301B}IMG200.JPG", "type": "image/jpeg" }, "cover150Wide": { "href": "https://img1.od-cdn.com/ImageType-150/11052-14FB/803/9E/{4FB8039E-B77C-461E-B08E-573937198413}Img150.JPG", "type": "image/jpeg" }, "cover": { "href": "https://img1.od-cdn.com/ImageType-100/11052-1/{A7E3AB11-DC66-43D1-BB91-53BAB379301B}IMG100.JPG", "type": "image/jpeg" }, "cover300Wide": { "href": "https://img1.od-cdn.com/ImageType-400/11052-14FB/803/9E/{4FB8039E-B77C-461E-B08E-573937198413}Img400.JPG", "type": "image/jpeg" } }, "contentDetails": [ { "href": "https://link.overdrive.com/?websiteID=100300&titleID=5849546", "type": "text/html", "account": { "id": 4425, "name": "OverDrive API Integration Library (OH)" } } ], "links": { "self": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/4fb8039e-b77c-461e-b08e-573937198413", "type": "application/vnd.overdrive.api+json" }, "metadata": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/4fb8039e-b77c-461e-b08e-573937198413/metadata", "type": "application/vnd.overdrive.api+json" }, "availability": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/4fb8039e-b77c-461e-b08e-573937198413/availability", "type": "application/vnd.overdrive.api+json" }, "availabilityV2": { "href": "https://api.overdrive.com/v2/collections/v1L1BBQ0AAA2_/products/4fb8039e-b77c-461e-b08e-573937198413/availability", "type": "application/vnd.overdrive.api+json" }, "issues": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/4fb8039e-b77c-461e-b08e-573937198413/issues", "type": "application/vnd.overdrive.api+json" } } }, { "id": "A77AB78C-2F27-44FC-B7EC-1E12E696982B", "crossRefId": 5897010, "isOwnedByCollections": true, "mediaType": "Magazine", "title": "100 Greatest Thriller Movies by Radio Times", "sortTitle": "100 Greatest Thriller Movies by Radio Times", "series": "100 Greatest Thriller Movies by Radio Times", "starRating": 0.0, "dateAdded": "2022-02-09T21:23:00Z", "formats": [ { "id": "magazine-overdrive", "name": "OverDrive Magazine", "identifiers": [ { "type": "PublisherCatalogNumber", "value": "3932" } ] } ], "images": { "thumbnail": { "href": "https://img1.od-cdn.com/ImageType-200/11052-1/{A9120B7C-6317-4745-9F05-B5540A22FE26}IMG200.JPG", "type": "image/jpeg" }, "cover150Wide": { "href": "https://img1.od-cdn.com/ImageType-150/11052-1A77/AB7/8C/{A77AB78C-2F27-44FC-B7EC-1E12E696982B}Img150.JPG", "type": "image/jpeg" }, "cover": { "href": "https://img1.od-cdn.com/ImageType-100/11052-1/{A9120B7C-6317-4745-9F05-B5540A22FE26}IMG100.JPG", "type": "image/jpeg" }, "cover300Wide": { "href": "https://img1.od-cdn.com/ImageType-400/11052-1A77/AB7/8C/{A77AB78C-2F27-44FC-B7EC-1E12E696982B}Img400.JPG", "type": "image/jpeg" } }, "contentDetails": [ { "href": "https://link.overdrive.com/?websiteID=100300&titleID=5897010", "type": "text/html", "account": { "id": 4425, "name": "OverDrive API Integration Library (OH)" } } ], "links": { "self": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/a77ab78c-2f27-44fc-b7ec-1e12e696982b", "type": "application/vnd.overdrive.api+json" }, "metadata": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/a77ab78c-2f27-44fc-b7ec-1e12e696982b/metadata", "type": "application/vnd.overdrive.api+json" }, "availability": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/a77ab78c-2f27-44fc-b7ec-1e12e696982b/availability", "type": "application/vnd.overdrive.api+json" }, "availabilityV2": { "href": "https://api.overdrive.com/v2/collections/v1L1BBQ0AAA2_/products/a77ab78c-2f27-44fc-b7ec-1e12e696982b/availability", "type": "application/vnd.overdrive.api+json" }, "issues": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/a77ab78c-2f27-44fc-b7ec-1e12e696982b/issues", "type": "application/vnd.overdrive.api+json" } } }, { "id": "11B7348A-CB4A-4379-A64D-9EAB09E69029", "crossRefId": 6079046, "isOwnedByCollections": true, "mediaType": "Magazine", "title": "100 Idee per Ristrutturare", "sortTitle": "100 Idee per Ristrutturare", "series": "100 Idee per Ristrutturare", "starRating": 0.0, "dateAdded": "2022-02-09T21:23:00Z", "formats": [ { "id": "magazine-overdrive", "name": "OverDrive Magazine", "identifiers": [ { "type": "PublisherCatalogNumber", "value": "38049" } ] } ], "images": { "thumbnail": { "href": "https://img1.od-cdn.com/ImageType-200/11052-1/{9D648FA2-B028-422F-831E-02338DFC1CF2}IMG200.JPG", "type": "image/jpeg" }, "cover150Wide": { "href": "https://img1.od-cdn.com/ImageType-150/11052-111B/734/8A/{11B7348A-CB4A-4379-A64D-9EAB09E69029}Img150.JPG", "type": "image/jpeg" }, "cover": { "href": "https://img1.od-cdn.com/ImageType-100/11052-1/{9D648FA2-B028-422F-831E-02338DFC1CF2}IMG100.JPG", "type": "image/jpeg" }, "cover300Wide": { "href": "https://img1.od-cdn.com/ImageType-400/11052-111B/734/8A/{11B7348A-CB4A-4379-A64D-9EAB09E69029}Img400.JPG", "type": "image/jpeg" } }, "contentDetails": [ { "href": "https://link.overdrive.com/?websiteID=100300&titleID=6079046", "type": "text/html", "account": { "id": 4425, "name": "OverDrive API Integration Library (OH)" } } ], "links": { "self": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/11b7348a-cb4a-4379-a64d-9eab09e69029", "type": "application/vnd.overdrive.api+json" }, "metadata": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/11b7348a-cb4a-4379-a64d-9eab09e69029/metadata", "type": "application/vnd.overdrive.api+json" }, "availability": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/11b7348a-cb4a-4379-a64d-9eab09e69029/availability", "type": "application/vnd.overdrive.api+json" }, "availabilityV2": { "href": "https://api.overdrive.com/v2/collections/v1L1BBQ0AAA2_/products/11b7348a-cb4a-4379-a64d-9eab09e69029/availability", "type": "application/vnd.overdrive.api+json" }, "issues": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/11b7348a-cb4a-4379-a64d-9eab09e69029/issues", "type": "application/vnd.overdrive.api+json" } } }, { "id": "E0C32FE0-2C79-4279-8400-B371BDBA1162", "crossRefId": 9196394, "isOwnedByCollections": true, "mediaType": "Magazine", "title": "100 Koekies", "sortTitle": "100 Koekies", "series": "100 Koekies", "starRating": 0.0, "dateAdded": "2022-08-28T08:19:00Z", "formats": [ { "id": "magazine-overdrive", "name": "OverDrive Magazine", "identifiers": [ { "type": "PublisherCatalogNumber", "value": "40871" } ] } ], "images": { "thumbnail": { "href": "https://img1.od-cdn.com/ImageType-200/11052-1/{08476120-3E21-427C-B656-A2871AA8AD9F}IMG200.JPG", "type": "image/jpeg" }, "cover150Wide": { "href": "https://img1.od-cdn.com/ImageType-150/11052-1E0C/32F/E0/{E0C32FE0-2C79-4279-8400-B371BDBA1162}Img150.JPG", "type": "image/jpeg" }, "cover": { "href": "https://img1.od-cdn.com/ImageType-100/11052-1/{08476120-3E21-427C-B656-A2871AA8AD9F}IMG100.JPG", "type": "image/jpeg" }, "cover300Wide": { "href": "https://img1.od-cdn.com/ImageType-400/11052-1E0C/32F/E0/{E0C32FE0-2C79-4279-8400-B371BDBA1162}Img400.JPG", "type": "image/jpeg" } }, "contentDetails": [ { "href": "https://link.overdrive.com/?websiteID=100300&titleID=9196394", "type": "text/html", "account": { "id": 4425, "name": "OverDrive API Integration Library (OH)" } } ], "links": { "self": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/e0c32fe0-2c79-4279-8400-b371bdba1162", "type": "application/vnd.overdrive.api+json" }, "metadata": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/e0c32fe0-2c79-4279-8400-b371bdba1162/metadata", "type": "application/vnd.overdrive.api+json" }, "availability": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/e0c32fe0-2c79-4279-8400-b371bdba1162/availability", "type": "application/vnd.overdrive.api+json" }, "availabilityV2": { "href": "https://api.overdrive.com/v2/collections/v1L1BBQ0AAA2_/products/e0c32fe0-2c79-4279-8400-b371bdba1162/availability", "type": "application/vnd.overdrive.api+json" }, "issues": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/e0c32fe0-2c79-4279-8400-b371bdba1162/issues", "type": "application/vnd.overdrive.api+json" } } }, { "id": "EDCFB903-9DDE-461A-8CD4-536519E58BFC", "crossRefId": 5847281, "isOwnedByCollections": true, "mediaType": "Magazine", "title": "101 Home Sewing Ideas", "sortTitle": "101 Home Sewing Ideas", "series": "101 Home Sewing Ideas", "starRating": 0.0, "dateAdded": "2022-02-09T21:23:00Z", "formats": [ { "id": "magazine-overdrive", "name": "OverDrive Magazine", "identifiers": [ { "type": "PublisherCatalogNumber", "value": "32425" } ] } ], "images": { "thumbnail": { "href": "https://img1.od-cdn.com/ImageType-200/11052-1/{91FE307A-E824-4E75-AB81-EC32CF784051}IMG200.JPG", "type": "image/jpeg" }, "cover150Wide": { "href": "https://img1.od-cdn.com/ImageType-150/11052-1EDC/FB9/03/{EDCFB903-9DDE-461A-8CD4-536519E58BFC}Img150.JPG", "type": "image/jpeg" }, "cover": { "href": "https://img1.od-cdn.com/ImageType-100/11052-1/{91FE307A-E824-4E75-AB81-EC32CF784051}IMG100.JPG", "type": "image/jpeg" }, "cover300Wide": { "href": "https://img1.od-cdn.com/ImageType-400/11052-1EDC/FB9/03/{EDCFB903-9DDE-461A-8CD4-536519E58BFC}Img400.JPG", "type": "image/jpeg" } }, "contentDetails": [ { "href": "https://link.overdrive.com/?websiteID=100300&titleID=5847281", "type": "text/html", "account": { "id": 4425, "name": "OverDrive API Integration Library (OH)" } } ], "links": { "self": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/edcfb903-9dde-461a-8cd4-536519e58bfc", "type": "application/vnd.overdrive.api+json" }, "metadata": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/edcfb903-9dde-461a-8cd4-536519e58bfc/metadata", "type": "application/vnd.overdrive.api+json" }, "availability": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/edcfb903-9dde-461a-8cd4-536519e58bfc/availability", "type": "application/vnd.overdrive.api+json" }, "availabilityV2": { "href": "https://api.overdrive.com/v2/collections/v1L1BBQ0AAA2_/products/edcfb903-9dde-461a-8cd4-536519e58bfc/availability", "type": "application/vnd.overdrive.api+json" }, "issues": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/edcfb903-9dde-461a-8cd4-536519e58bfc/issues", "type": "application/vnd.overdrive.api+json" } } }, { "id": "BD802C06-DE01-418C-9C57-BDF7DB5D8217", "crossRefId": 5846824, "isOwnedByCollections": true, "mediaType": "Magazine", "title": "101 Quick & Easy Crochet Makes", "sortTitle": "101 Quick and Easy Crochet Makes", "series": "101 Quick & Easy Crochet Makes", "starRating": 0.0, "dateAdded": "2022-02-09T21:23:00Z", "formats": [ { "id": "magazine-overdrive", "name": "OverDrive Magazine", "identifiers": [ { "type": "PublisherCatalogNumber", "value": "6554" } ] } ], "images": { "thumbnail": { "href": "https://img1.od-cdn.com/ImageType-200/11052-1/{F28F066A-2486-4E42-957E-DE8AC3557960}IMG200.JPG", "type": "image/jpeg" }, "cover150Wide": { "href": "https://img1.od-cdn.com/ImageType-150/11052-1BD8/02C/06/{BD802C06-DE01-418C-9C57-BDF7DB5D8217}Img150.JPG", "type": "image/jpeg" }, "cover": { "href": "https://img1.od-cdn.com/ImageType-100/11052-1/{F28F066A-2486-4E42-957E-DE8AC3557960}IMG100.JPG", "type": "image/jpeg" }, "cover300Wide": { "href": "https://img1.od-cdn.com/ImageType-400/11052-1BD8/02C/06/{BD802C06-DE01-418C-9C57-BDF7DB5D8217}Img400.JPG", "type": "image/jpeg" } }, "contentDetails": [ { "href": "https://link.overdrive.com/?websiteID=100300&titleID=5846824", "type": "text/html", "account": { "id": 4425, "name": "OverDrive API Integration Library (OH)" } } ], "links": { "self": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/bd802c06-de01-418c-9c57-bdf7db5d8217", "type": "application/vnd.overdrive.api+json" }, "metadata": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/bd802c06-de01-418c-9c57-bdf7db5d8217/metadata", "type": "application/vnd.overdrive.api+json" }, "availability": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/bd802c06-de01-418c-9c57-bdf7db5d8217/availability", "type": "application/vnd.overdrive.api+json" }, "availabilityV2": { "href": "https://api.overdrive.com/v2/collections/v1L1BBQ0AAA2_/products/bd802c06-de01-418c-9c57-bdf7db5d8217/availability", "type": "application/vnd.overdrive.api+json" }, "issues": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/bd802c06-de01-418c-9c57-bdf7db5d8217/issues", "type": "application/vnd.overdrive.api+json" } } } ], "links": { "self": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products?limit=25&offset=0", "type": "application/vnd.overdrive.api+json" }, "first": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products?limit=25&offset=0", "type": "application/vnd.overdrive.api+json" }, "next": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products?limit=25&offset=25", "type": "application/vnd.overdrive.api+json" }, "last": { "href": "https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products?limit=25&offset=4850", "type": "application/vnd.overdrive.api+json" } } }
This response shows results from a specific search. It includes limited title information along with hypermedia links that you can use to access the Metadata or Library Availability API.
How to see the titles in a curated list
You can see all the titles included in a curated list with the listItems link from the Library Account API. End users can browse the curated lists their library or school creates to discover titles.
Example request
GET https://api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/lists/53247?limit=25&offset=0 User-Agent: {Your application} Authorization: Bearer {OAuth access token} Host: api.overdrive.com