Skip to main content
POST
/
api
/
datacite
/
dois
/datacite/dois
curl --request POST \
  --url https://api.anysite.io/api/datacite/dois \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "doi": "<string>",
  "timeout": 300
}
'
[
  {
    "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
doi
string
required

DOI of the dataset, software, preprint or other research output

Minimum string length: 1
Examples:

"10.5061/dryad.8515"

"10.48550/arxiv.2303.08774"

"10.5281/zenodo.7654321"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

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