POST /api/zenodo/records
Price: 1 credit
Get a Zenodo research record (dataset, software, publication, etc.) by ID, URL, or DOI
Get full metadata of an open-access research record on Zenodo by record ID, record URL, or DOI (including the version-agnostic concept DOI). Returns title, description, creators and contributors (with affiliation and ORCID), resource type, publication date, access right, license, keywords, subjects, version, related identifiers, communities, funding grants and funders, deposited files (size, checksum, download link), download/view statistics, and citation references.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)record string required — Zenodo record ID, record URL, or DOI (examples: "7347926", "https://zenodo.org/records/7347926", "10.5281/zenodo.7347926"; minLength: 1)@type string (default: "ZenodoRecord")id integer requiredurl string requireddoi string nullabledoi_url string nullableconcept_doi string nullableconcept_recid string nullableswhid string nullabledescription string nullablepublication_date string nullableaccess_right string nullableversion string nullablelanguage string nullablelicense string nullablenotes string nullablestate string nullablestatus string nullablecreated_at string nullableupdated_at string nullableresource_type object nullable@type string (default: "ZenodoResourceType")type string nullablesubtype string nullablecreators array (default: [])@type string (default: "ZenodoCreator")name string requiredaffiliation string nullableorcid string nullablegnd string nullabletype string nullablecontributors array (default: [])@type string (default: "ZenodoCreator")name string requiredaffiliation string nullableorcid string nullablegnd string nullabletype string nullablekeywords array (default: [])subjects array (default: [])@type string (default: "ZenodoSubject")term string nullableidentifier string nullablescheme string nullablecommunities array (default: [])grants array (default: [])@type string (default: "ZenodoGrant")code string nullableacronym string nullableprogram string nullableurl string nullablefunder object nullable@type string (default: "ZenodoFunder")name string nullabledoi string nullableacronym string nullablerelated_identifiers array (default: [])@type string (default: "ZenodoRelatedIdentifier")identifier string nullablerelation string nullablescheme string nullableresource_type string nullablereferences array (default: [])dates array (default: [])@type string (default: "ZenodoRecordDate")type string nullabledate string nullabledescription string nullablefiles array (default: [])@type string (default: "ZenodoFile")id string nullablekey string nullablesize integer nullablechecksum string nullabledownload_url string nullablestats object nullable@type string (default: "ZenodoStats")downloads integer nullableunique_downloads integer nullableviews integer nullableunique_views integer nullableversion_downloads integer nullableversion_unique_downloads integer nullableversion_views integer nullableversion_unique_views integer nullableis_latest_version boolean nullableversion_index integer 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 — Record not found 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.