Skip to main content
POST
/
api
/
doaj
/
journals
/doaj/journals
curl --request POST \
  --url https://api.anysite.io/api/doaj/journals \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "id": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "@type": "@doaj_journal",
    "title": "<string>",
    "eissn": "<string>",
    "pissn": "<string>",
    "publisher": {
      "@type": "@doaj_publisher",
      "name": "<string>",
      "country": "<string>"
    },
    "institution": {
      "@type": "@doaj_publisher",
      "name": "<string>",
      "country": "<string>"
    },
    "language": [],
    "keywords": [],
    "subjects": [],
    "licenses": [],
    "apc": {
      "@type": "@doaj_apc",
      "has_apc": true,
      "url": "<string>",
      "max": []
    },
    "oa_start": 123,
    "publication_time_weeks": 123,
    "review_process": [],
    "review_url": "<string>",
    "editorial_board_url": "<string>",
    "license_display": [],
    "author_retains_copyright": true,
    "copyright_url": "<string>",
    "has_pid_scheme": true,
    "pid_schemes": [],
    "has_plagiarism_detection": true,
    "plagiarism_url": "<string>",
    "has_waiver": true,
    "waiver_url": "<string>",
    "has_other_charges": true,
    "other_charges_url": "<string>",
    "homepage_url": "<string>",
    "aims_scope_url": "<string>",
    "author_instructions_url": "<string>",
    "oa_statement_url": "<string>",
    "license_terms_url": "<string>",
    "has_preservation": true,
    "has_deposit_policy": true,
    "boai": true,
    "in_doaj": true,
    "ticked": true,
    "created_at": "<string>",
    "updated_at": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
id
string
required

DOAJ journal id (32-char hex) or journal ISSN (electronic or print)

Minimum string length: 1
Examples:

"00023bea7c1444e9aa224df27beff895"

"2538-4449"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
@type
string
default:@doaj_journal
title
string | null
eissn
string | null
pissn
string | null
publisher
DoajPublisher · object
institution
DoajPublisher · object
language
string[]
keywords
string[]
subjects
DoajSubject · object[]
licenses
DoajJournalLicense · object[]
apc
DoajApc · object
oa_start
integer | null
publication_time_weeks
integer | null
review_process
string[]
review_url
string | null
editorial_board_url
string | null
license_display
string[]
has_pid_scheme
boolean | null
pid_schemes
string[]
has_plagiarism_detection
boolean | null
plagiarism_url
string | null
has_waiver
boolean | null
waiver_url
string | null
has_other_charges
boolean | null
other_charges_url
string | null
homepage_url
string | null
aims_scope_url
string | null
author_instructions_url
string | null
oa_statement_url
string | null
license_terms_url
string | null
has_preservation
boolean | null
has_deposit_policy
boolean | null
boai
boolean | null
in_doaj
boolean | null
ticked
boolean | null
created_at
string | null
updated_at
string | null