Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This document describes how to access the metadata DBs in KASI Science Data Archive via HTTP APIs (https://data.kasi.re.kr/api/).

1. Search by coordinates (RA & DEC)

...

...

...

KeyValueOptionDefaultDescription
facilityString

KMTNet

KVN

MIRIS

allSelect one of the data collections
dataIDString

Data identifier used in the publication

*Input string must match exactly with dataID in metadata databases.

(i.e., partial string match is not allowed)

5. Register your publication

  • HTTP POST request ( URL: https://data.kasi.re.kr/api/register/request )
  • Request parameters : JSON body {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. 

...