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.

Search by coordinates (RA & DEC)

KeyValueOptionDefaultDescription
raDouble

Right Ascension (J2000) of input coordinates in degrees
decDouble

Declination (J2000) of input coordinates in degrees
radDouble
30

Search radius around the given input coordinates.

Result table will be presented by default with increasing distances from the input coordinate.

unitString

degree

arcmin

arcsec

arcminUnit of search radius
limitInteger
100Limit in number of rows returned

...

♦ List metadata by dataID

  • HTTP GET request (URL: https https://data.kasi.re.kr/api/data_collection/publication?doi=doiname/list/dataID(s))
  • Applicable data collections (case sensitive) : KMTNet, KVN, MIRIS (case sensitive, MIRIS, KVN(not ready yet)
  • Request parameters : dataID(s)
  • Multiple dataIDs can be requested with pipe-delimited("|") string array
  • Response type : JSON
  • Examples :
KeyValueOptionDescription
dataID

String

(pipe-delimited)


Data identifier

♦ Search by publications (DOI)

KeyValueOptionDefaultDescription
DOIString

DOI (Digital Object Identifier) name (i.e., prefix+'/'+suffix, see DOI syntax).

Partial string can be matched by regular expression method. 

♦ Retrieve publication information

KeyValueOptionDefault
Example
Description
DOIString10.1000/xyz123

DOI (Digital Object Identifier) name (i.e., prefix+'/'+suffix, see DOI syntax).

Partial string can be matched by regular expression method. 

facilityString

KMTNet

KVN

MIRIS

allSelect one of the data collections
dataIDString
Array
data identifiers


Data identifier used in the publication

Link your publication to our data

Register your publication

...

  • 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. 
KeyValueOptionExampleDescription
nameString
Your name
emailString
E-mail address
DOIString10.1000/xyz123
DOI name of the publication to be registered
facilityString

KMTNet

KVN

MIRIS

Select one of the data collections

dataID

String Array
List of data identifiers used in the publication
commentString
Message to database managers

...