...
- HTTP GET request ( URL: https://data.kasi.re.kr/api/publication/doifind?DOI=DOI_name )
- Request parameters : DOI
- Response type : JSON (DOI, facility, dataID)
- Examples :
Key | Value | Description |
---|---|---|
DOI | String | DOI (Digital Object Identifier) name (i.e., prefix+'/'+suffix, see DOI syntax). *Partial string can be matched by regular expression method. |
3. List metadata by dataID
...
Key | Value | Option | Description |
---|---|---|---|
dataID | String | pipe-delimited string array for multiple dataIDs (e.g., dataID1|dataID2|dataID3...) | Data identifier |
4. Retrieve publication information
...