Available resources
/api/v2/oid/full/json
Get json with the whole objects data by their identifiers
Query parameters:
-
oid
—
object identifier (OID).
Mandatory, multiple values accepted
Example: /api/v2/oid/full/json?oid=830202400008402
/api/v2/circle/full/json
Find objects in circle and return json with the whole data
Query parameters:
-
ra
—
right ascension of the circle center, degrees.
Mandatory
-
dec
—
declination of the circle center, degrees.
Mandatory
-
radius_arcsec
—
circle radius, acrseconds. Should be positive and less than 60.
Mandatory
Example: /api/v2/circle/full/json?ra=10&dec=30&radius_arcsec=10