POST /api/ieee/publications/toc
Price: 10 credits
List everything IEEE Xplore holds under one publication — a journal, a magazine, one conference's proceedings or a book — optionally narrowed to a single issue. Each record carries the article number, title, abstract, authors with their IEEE author ids, year, volume, issue, pages, DOI and the citation and download counts
The publication number is not the article number: take it from a paper's `publication_number`, or from the `/xpl/conhome/...`, `/xpl/RecentIssue.jsp?punumber=...` or `/book/...` address IEEE prints. A large journal holds far more papers than the 10,000 IEEE Xplore will serve for one listing, so reach a specific volume through `issue_number` rather than by paging. Without `sort` the order is IEEE's own and is not chronological. A publication number IEEE does not know, and an article number passed here in place of one, are both errors rather than an empty list, so an empty list means IEEE holds no papers under a publication it does know.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)publication_number string required — IEEE Xplore publication number of the journal, magazine, conference proceedings or book, or the address of its IEEE Xplore page (examples: "6287639", "11007291", "https://ieeexplore.ieee.org/xpl/conhome/11007291/proceeding", "https://ieeexplore.ieee.org/book/10950239"; minLength: 1)issue_number string nullable — Narrow the listing to one issue, given as the issue number a paper reports in `issue_number` (examples: "11007332"; minLength: 1)sort string nullable — Result ordering. Left unset, IEEE Xplore uses its own default order (one of: "newest", "oldest", "paper-citations", "patent-citations", "most-popular", "pub-title-asc", "pub-title-desc")count integer required — Number of records to return (examples: 100; min: 1; max: 10000)@type string (default: "IeeePaperHit")id string requiredurl string requiredabstract string nullabledoi string nullablecontent_type string nullablecontent_type_display string nullablecollection string nullablepublisher string nullablepublication_title string nullablepublication_number string nullablepublication_url string nullablepublication_year integer nullablepublication_date string nullableissue_number string nullablevolume string nullableissue string nullablestart_page string nullableend_page string nullableauthors array (default: [])@type string (default: "IeeeHitAuthor")id string nullablename string nullablenormalized_name string nullablefirst_name string nullablelast_name string nullablemajor_topic string nullablecitation_count integer nullablepatent_citation_count integer nullabledownload_count integer nullableaccess_type string nullableaccess_message string nullableis_early_access boolean nullableis_online_only boolean nullableis_ephemera boolean nullableis_latest_standard boolean nullablehas_standard_versions boolean nullablepdf_url string nullablepdf_size_kb integer nullablebook_pdf_url string nullablecitations_url string nullablepatent_citations_url string nullablemultimedia_url string nullablerights_url string nullableimage string nullablegraphical_abstract object nullable@type string (default: "IeeeGraphicalAbstract")summary string nullableimage string nullablefile_size string nullablesupplements array (default: [])@type string (default: "IeeeSupplementGroup")kind string nullablerepository string nullablebadge string nullablebadge_message string nullablefiles array (default: [])@type string (default: "IeeeSupplementItem")name string nullabledoi string nullableurl string nullablewidget_url string nullablelanguage string nullablebadge_type string nullable422 — The request body did not validate Check the fields against this schema. A URN with the wrong prefix is the most common cause.408 — The request ran past its time limit Raise `timeout` in the request body, up to the maximum this endpoint documents. Lowering `count` or turning off the `with_*` flags also helps, because less work finishes sooner.412 — IEEE Xplore has no record with this identifier Retrying will not help: either the entity does not exist, or the input points at a different one.429 — Too many requests: a rate limit or a usage window is exhausted When the response carries an X-Retry-After header, wait that many seconds and retry: the same number is in the body as `detail.retry_after`, and the limit clears once that window passes. The message in the body names the limit that was hit.500 — Something broke on our side Retrying will not help. If it keeps happening, send us the X-Request-ID from the response headers.529 — Rate limit reached, or the endpoint is overloaded Wait at least 30 seconds, then retry.X-Error — Error message text (present only on error)X-Request-ID — Unique request identifierX-Execution-Time — Execution time in secondsX-Result-Count — How many records the body carries. 0 means an empty result, which is a normal answer and not by itself an error. A non-zero count can come back together with X-Error when the failure happened partway through — read this header and X-Error independently.X-Total-Available-Results — How many records exist for this query, when the endpoint can say. On a `dry_run` request this is the answer and the body is empty. It saturates: the endpoint's documented maximum means 'at least that many', any smaller number is exact.X-Warning — Present when the request body carried keys this endpoint does not document. They were ignored, so any filter you meant to apply through them did not apply. Check the spelling against this schema and retry.X-Retry-After — Seconds to wait before retrying. Present only on 429.