...
HTTP GET request (URL: https://data.kasi.re.kr/api/data_collection/publication?doi=doiname)Applicable data collections : KMTNet, KVN, MIRIS (case sensitive)- HTTP GET request (URL: https://data.kasi.re.kr/api/publication/search?key1=value1&key2=value2&...)
- Request parameters : DOI, facility, dataID
- Response type : JSON
- Examples :
- External API : https://api.altmetric.com/docs/call_doi.html
- HTTP GET request (URL: https://api.altmetric.com/v1/doi/DOI)
- fetch "title", "journal", "authors", "url"
- Additional link to the article information (ADS) : http://adsabs.harvard.edu/doi/DOI
Key | Value | Option | Default | Example | Description |
---|---|---|---|---|---|
DOI | String | 10.1000/xyz123 | DOI (Digital Object Identifier) name (i.e., prefix+'/'+suffix, see DOI syntax). Partial string can be matched by regular expression method. | ||
facility | String | KMTNet KVN MIRIS | all | Select one of the data collections | |
dataID | String Array | data identifiers used in the publication |
...