Available resources
/api/v1/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/v1/oid/full/json?oid=830202400008402
/api/v1/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
-
filter
—
passband to search.
Optional, multiple values accepted. If not specified then all filters are used
-
not_filter
—
excluded passband from search.
Optional, multiple values accepted
-
fieldid
—
field id to search.
Optional, multiple values accepted. If not specified then all field ids are used
-
not_fieldid
—
excluded field ids from search.
Optional, multiple values accepted
Example: /api/v1/circle/full/json?ra=10&dec=30&radius_arcsec=10