Get a single OPDS entry/publication
opds_get_entryRetrieve the full details and acquisition links of a specific OPDS publication entry by its URL.
Instructions
Fetches a single OPDS entry document (a per-publication Atom entry or OPDS 2.0 publication), typically the URL found in an entry's rel="alternate" link, and returns its full details including acquisition links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Absolute URL of the entry/publication document to fetch. Optional if the server was started with a default catalog URL (OPDS_BASE_URL); required otherwise. | |
| password | No | HTTP Basic Auth password, if the catalog requires authentication | |
| username | No | HTTP Basic Auth username, if the catalog requires authentication |