Skip to main content
POST
/
api
/
datacite
/
dois
/
search
/datacite/dois/search
curl --request POST \
  --url https://api.anysite.io/api/datacite/dois/search \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "count": 2,
  "timeout": 300,
  "query": "<string>",
  "created": "<string>",
  "published": "<string>",
  "registered": "<string>",
  "provider_id": "<string>",
  "client_id": "<string>",
  "prefix": "<string>",
  "license": "<string>",
  "language": "<string>"
}
'
[
  {
    "doi": "<string>",
    "@type": "@datacite_doi",
    "prefix": "<string>",
    "suffix": "<string>",
    "titles": [],
    "creators": [],
    "contributors": [],
    "publisher": "<string>",
    "publication_year": 123,
    "resource_type": "<string>",
    "resource_type_general": "<string>",
    "schema_org_type": "<string>",
    "bibtex_type": "<string>",
    "citeproc_type": "<string>",
    "ris_type": "<string>",
    "subjects": [],
    "dates": [],
    "language": "<string>",
    "descriptions": [],
    "rights_list": [],
    "related_identifiers": [],
    "funding_references": [],
    "geo_locations": [],
    "container": {
      "@type": "@datacite_container",
      "type": "<string>",
      "title": "<string>",
      "identifier": "<string>",
      "identifier_type": "<string>",
      "volume": "<string>",
      "issue": "<string>",
      "first_page": "<string>",
      "last_page": "<string>"
    },
    "identifiers": [],
    "alternate_identifiers": [],
    "sizes": [],
    "formats": [],
    "version": "<string>",
    "url": "<string>",
    "content_url": [
      "<string>"
    ],
    "schema_version": "<string>",
    "metadata_version": 123,
    "state": "<string>",
    "is_active": true,
    "view_count": 0,
    "download_count": 0,
    "citation_count": 0,
    "reference_count": 0,
    "part_count": 0,
    "part_of_count": 0,
    "version_count": 0,
    "version_of_count": 0,
    "source": "<string>",
    "created_at": "<string>",
    "registered_at": "<string>",
    "published_at": "<string>",
    "updated_at": "<string>",
    "provider_id": "<string>",
    "client_id": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
count
integer
required

Number of DOIs to return

Required range: x >= 1
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
query
string | null

Free-text search across DOI metadata

resource_type_id
enum<string> | null

Filter by general resource type

Available options:
dataset,
text,
software,
publication,
image,
audiovisual,
collection,
model,
workflow,
sound,
physical-object,
event,
service,
interactive-resource,
data-paper,
peer-review,
computational-notebook,
journal-article,
book,
book-chapter,
conference-paper,
report,
dissertation,
preprint,
standard,
other
created
string | null

Filter by registration-record creation year or range (YYYY or YYYY-YYYY)

published
string | null

Filter by publication year or range (YYYY or YYYY-YYYY)

registered
string | null

Filter by DOI registration year or range (YYYY or YYYY-YYYY)

provider_id
string | null

Filter by provider (DataCite member) id

client_id
string | null

Filter by repository (client) id

prefix
string | null

Filter by DOI prefix

license
string | null

Filter by SPDX license identifier (e.g. cc0-1.0, cc-by-4.0)

language
string | null

Filter by language code (e.g. en, de)

sort
enum<string> | null

Sort order

Available options:
created,
-created,
published,
-published,
updated,
-updated,
relevance,
view-count,
-view-count,
citation-count,
download-count

Response

Successful Response

doi
string
required
@type
string
default:@datacite_doi
prefix
string | null
suffix
string | null
titles
DataciteTitle · object[]
creators
DataciteCreator · object[]
contributors
DataciteCreator · object[]
publisher
string | null
publication_year
integer | null
resource_type
string | null
resource_type_general
string | null
schema_org_type
string | null
bibtex_type
string | null
citeproc_type
string | null
ris_type
string | null
subjects
DataciteSubject · object[]
dates
DataciteDate · object[]
language
string | null
descriptions
DataciteDescription · object[]
rights_list
DataciteRights · object[]
funding_references
DataciteFundingReference · object[]
geo_locations
DataciteGeoLocation · object[]
container
DataciteContainer · object
identifiers
DataciteIdentifier · object[]
alternate_identifiers
DataciteIdentifier · object[]
sizes
string[]
formats
string[]
version
string | null
url
string | null
content_url
string[] | null
schema_version
string | null
metadata_version
integer | null
state
string | null
is_active
boolean | null
view_count
integer
default:0
download_count
integer
default:0
citation_count
integer
default:0
reference_count
integer
default:0
part_count
integer
default:0
part_of_count
integer
default:0
version_count
integer
default:0
version_of_count
integer
default:0
source
string | null
created_at
string | null
registered_at
string | null
published_at
string | null
updated_at
string | null
provider_id
string | null
client_id
string | null