Versions Compared

Key

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

...

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://data.kasi.re.kr/api/data_collection/list/dataID(s))
  • Applicable data collections (case sensitive) : KMTNet, MIRIS, KVN(not ready yet)
  • Request parameters : dataID(s)
  • Multiple dataIDs can be requested with pipe-delimited("|") string array
  • Response type : JSON
  • Examples :

...

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

♦ List metadata by dataID

  • HTTP GET request ( URL: https://data.kasi.re.kr/api/facility/list/dataID )
  • Applicable facilities (case sensitive) : KMTNet, 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

♦ Retrieve publication information

KeyValueOptionDefaultDescription
facilityString

KMTNet

KVN

MIRIS

allSelect one of the data collections
dataIDString

Data identifier used in the publication

♦ Register your publication

...