...
- HTTP GET request (URL: https://data.kasi.re.kr/api/data_collection/search?key1=value1&key2=value2&...)
- Applicable data collections (case sensitive) : KMTNet, MIRIS,
KVN, MIRIS (case sensitive) - Request parameters : RA, DEC, rad, unit, limit
- Response type : JSON
- Examples :
...
HTTP POST request (URL: https://data.kasi.re.kr/api/db/linkpub)- HTTP POST request (URL: https://data.kasi.re.kr/api/register/request)
- Request parameters : name, email, DOI, facility, dataID, comment
- Response type : JSON document saved to publication DB collection
- Registered information should be verified by administrators before showing up in the API search results.
Key | Value | Option | Example | Description |
---|---|---|---|---|
name | String | Your name | ||
String | E-mail address | |||
DOI | String | 10.1000/xyz123 | DOI name of the publication to be registered | |
facility | String | KMTNet KVN MIRIS | Select one of the data collections | |
dataID | String Array | List of data identifiers used in the publication | ||
comment | String | Message to database managers |
...