MCPcopy Create free account

hub / github.com/internetarchive/openlibrary / functions

Functions6,179 in github.com/internetarchive/openlibrary

Methodget_acquisitions
( self, ed_or_solr: Edition | dict, )
openlibrary/book_providers.py:469
Methodget_acquisitions
( self, ed_or_solr: Edition | dict, )
openlibrary/book_providers.py:493
Methodget_acquisitions
( self, ed_or_solr: Edition | dict, )
openlibrary/book_providers.py:526
Methodget_acquisitions
( self, ed_or_solr: Edition | dict, )
openlibrary/book_providers.py:549
Methodget_acquisitions
(self, ed_or_solr: Edition | dict)
openlibrary/book_providers.py:626
Methodget_acquisitions
( self, ed_or_solr: Edition | dict, )
openlibrary/book_providers.py:664
Functionget_active_lists_in_random
(limit=20, preload=True)
openlibrary/plugins/openlibrary/lists.py:1153
Methodget_activity_feed
Returns up to three of the most recent events from one of two feeds. If the given user is not following others, the feed will contain recently
openlibrary/plugins/upstream/mybooks.py:669
Methodget_added_seed
(self)
openlibrary/core/lists/model.py:613
Functionget_admin_stats
()
openlibrary/plugins/admin/code.py:542
Functionget_all_loans
()
openlibrary/plugins/upstream/borrow.py:368
Methodget_async
Get a specific item from solr
openlibrary/utils/solr.py:69
Methodget_auth_token
(self)
openlibrary/mocks/mock_infobase.py:361
Methodget_auth_token
(self)
openlibrary/plugins/openlibrary/connection.py:25
Functionget_authenticated_user
FastAPI dependency to get the authenticated user from the session cookie. This function can be used as a dependency in FastAPI routes: @app.
openlibrary/fastapi/auth.py:100
Methodget_author
(self)
openlibrary/plugins/upstream/models.py:909
Functionget_author_names
(works)
openlibrary/components/MergeUI/utils.js:274
Methodget_authors
Added to provide same interface for work and edition
openlibrary/plugins/upstream/models.py:58
Functionget_availability_label
Translated label for an availability value, used in the search-results document title. Keep in sync with the label text in AVAILABILITY_OPTIONS
openlibrary/plugins/worksearch/code.py:169
Methodget_award_by_username
(self, username)
openlibrary/core/models.py:631
Methodget_baggage
Return W3C baggage header value for the active transaction (for meta tag injection).
openlibrary/utils/sentry.py:151
Methodget_batch_failures
(self, start_id=None)
openlibrary/coverstore/archive.py:269
Functionget_best_edition
( editions: list[Edition], )
openlibrary/book_providers.py:821
Methodget_best_identifier_slug
Used in eg /work/OL1W?edition=ia:foobar URLs, for example
openlibrary/book_providers.py:216
Functionget_bestbook_count
Get a count of bestbook awards matching the optional filters.
openlibrary/fastapi/internal/api.py:477
Methodget_book
(self)
openlibrary/core/waitinglist.py:45
Functionget_book_availability
( id_type: Annotated[AvailabilityIDType, Query(alias="type", description="Type of the identifiers")],
openlibrary/fastapi/internal/api.py:98
Functionget_books
Get book metadata by bibliography keys. This endpoint provides basic information about books, including URLs, thumbnail links, and previ
openlibrary/fastapi/books.py:44
Methodget_books
(self, q="")
openlibrary/plugins/upstream/models.py:423
Methodget_books_imported_per_day
(cls, use_cache=False)
openlibrary/core/imports.py:375
Functionget_bookshelves
(key)
openlibrary/components/MergeUI/utils.js:185
Functionget_cached_groundtruth_availability
(ocaid)
openlibrary/core/lending.py:192
Methodget_cached_homepage
()
openlibrary/plugins/openlibrary/api.py:817
Functionget_candidate_ocaids
Returns a list of identifiers that were finalized on the provided day, which may need to be imported into Open Library. :param day: only
openlibrary/core/ia.py:375
Methodget_classifications
(self)
openlibrary/plugins/upstream/models.py:277
Functionget_constant
(name)
openlibrary/utils/schema.py:44
Methodget_contents
(self, want)
openlibrary/catalog/marc/tests/test_marc.py:13
Methodget_count
Used to get count of awards with different filters
openlibrary/core/bestbook.py:51
Methodget_count_by_date_status
(cls, ndays=10, use_cache=False)
openlibrary/core/imports.py:341
Methodget_count_by_status
(date=None)
openlibrary/core/imports.py:316
Methodget_counts
(self, ndays=28, times=False)
openlibrary/core/admin.py:89
Methodget_counts
(self, ndays: int = 28, times: bool = False)
openlibrary/core/admin.py:126
Methodget_cover_aspect_ratio
(self)
openlibrary/plugins/upstream/models.py:82
Methodget_cover_dimensions
(self, cover_id: int)
scripts/solr_builder/solr_builder/solr_builder.py:293
Methodget_cover_dimensions
(self, cover_id: int)
openlibrary/solr/data_provider.py:461
Functionget_cover_url
Get the cover url most appropriate for this edition or solr work search result
openlibrary/book_providers.py:694
Functionget_cover_url
Gets the URL of the archive.org item's cover page.
openlibrary/core/ia.py:160
Methodget_cover_url
(self, size)
openlibrary/plugins/upstream/models.py:76
Methodget_creation_info
(self)
openlibrary/accounts/model.py:387
Methodget_creation_info
(self)
openlibrary/plugins/upstream/models.py:751
Methodget_creation_time
(self)
openlibrary/accounts/model.py:260
Methodget_current_and_available_loans
(self)
openlibrary/plugins/upstream/models.py:152
Methodget_current_loans
(self)
openlibrary/plugins/upstream/models.py:160
Methodget_data
(self)
openlibrary/plugins/upstream/account.py:1025
Methodget_data
(self)
openlibrary/plugins/upstream/account.py:1054
Methodget_data
(self)
openlibrary/plugins/upstream/account.py:1113
Methodget_data
(self)
openlibrary/plugins/upstream/account.py:1143
Methodget_data
(self)
openlibrary/plugins/upstream/account.py:1214
Methodget_description
If a description isn't available in the requested language default to English
openlibrary/core/wikidata.py:73
Functionget_document
(key, limit_redirs=5)
openlibrary/plugins/upstream/code.py:253
Methodget_document
(self, key)
scripts/solr_builder/solr_builder/solr_builder.py:275
Methodget_document
(self, key)
openlibrary/tests/solr/test_update.py:90
Methodget_document
(self, key: str)
openlibrary/solr/data_provider.py:309
Methodget_duplicates
(self)
openlibrary/plugins/upstream/models.py:864
Methodget_duplicates
(self)
openlibrary/plugins/upstream/models.py:879
Methodget_ebook_count
(self, name, value, publish_year)
openlibrary/plugins/worksearch/publishers.py:83
Methodget_ebook_count
(self, name, value, publish_year)
openlibrary/plugins/worksearch/languages.py:119
Methodget_ebook_info
Returns the ebook info with the following fields. * read_url - url to read the book * borrow_url - url to borrow the book * b
openlibrary/core/models.py:273
Methodget_edit_count
(self)
openlibrary/accounts/model.py:273
Methodget_edit_count
(self)
openlibrary/plugins/upstream/models.py:756
Methodget_edit_history
(self, limit: int = 10, offset: int = 0)
openlibrary/plugins/upstream/models.py:745
Methodget_edition
(solr_doc: web.Storage | dict)
openlibrary/plugins/upstream/mybooks.py:93
Methodget_edition_count
(self)
openlibrary/core/models.py:872
Methodget_edition_covers
(self)
openlibrary/plugins/upstream/models.py:653
Functionget_edition_loans
(edition)
openlibrary/plugins/upstream/borrow.py:377
Functionget_editions
(work_key)
openlibrary/components/MergeUI/utils.js:163
Methodget_editions_of_work
(self, work)
scripts/solr_builder/solr_builder/solr_builder.py:261
Methodget_editions_of_work
(self, work)
openlibrary/tests/solr/test_update.py:93
Methodget_editions_of_work
(self, work)
openlibrary/solr/data_provider.py:303
Methodget_editions_of_work
(self, work)
openlibrary/solr/data_provider.py:495
Functionget_entry
(key)
openlibrary/core/statsdb.py:43
Methodget_expiration_time
(self)
openlibrary/accounts/model.py:256
Functionget_facet_map
()
openlibrary/plugins/worksearch/code.py:109
Functionget_featured_subjects
()
openlibrary/plugins/openlibrary/home.py:178
Functionget_features_enabled
()
openlibrary/plugins/openlibrary/status.py:539
Functionget_filename
(id)
openlibrary/coverstore/db.py:168
Methodget_filtered_reading_log_books
Filter reading log books based an a query and return LoggedBooksData. This does not work with sorting. The readi
openlibrary/core/bookshelves.py:409
Methodget_frontend_config
Return Sentry config for browser SDK initialization.
openlibrary/utils/sentry.py:127
Functionget_git_revision_short_hash
()
openlibrary/plugins/openlibrary/status.py:535
Methodget_github_search_link
Constructs a GitHub search URL for all PRs in pr_statuses.
openlibrary/plugins/openlibrary/status.py:243
Functionget_group
Returns the group named 'name'.
openlibrary/accounts/__init__.py:19
Functionget_history
(page: Work | Author | Edition)
openlibrary/plugins/upstream/utils.py:484
Methodget_hostname
Give some static hostname responses.
scripts/tests/test_obfi.py:179
Functionget_ia_carousel_books
(query=None, subject=None, sorts=None, limit=None, safe_mode=True)
openlibrary/plugins/openlibrary/home.py:159
Methodget_ia_collections
(self)
openlibrary/tests/core/test_models.py:104
Methodget_ia_collections
(self)
openlibrary/tests/core/test_models.py:109
Functionget_ia_host
(allow_dev: bool = False)
openlibrary/plugins/upstream/utils.py:1416
Methodget_ia_sorting_key
(ed: EditionSolrBuilder)
openlibrary/solr/updater/work.py:535
Methodget_identifiers
(self, ed_or_solr: Edition | dict)
openlibrary/book_providers.py:300
Methodget_identifiers
(self, ed_or_solr: Edition | dict)
openlibrary/book_providers.py:646
← previousnext →3,901–4,000 of 6,179, ranked by callers