Help page for COBREX Star web service

Syntax


query/[format/][arg][&arg]*

with supported format:

and query:

Examples

Get stars by aliases

fid/html/bet pic

fid/csv/bet%20pic&Barnard's%20star

Get stars by alias patterns

fid+/html/pic

fid+/xml/bet

Get stars by coordinates

fcoo/html/d%20187.4661%20-16.5154

Get stars by spectral types

fspt/html/O9+-1

fspt/votable/PEC

Get stars by raw data file name

ffil/html/SPHER.2016-01-01T00:18:54.364.fits

ffil/csv/SPHER.2016-01-01T0

Get star distributions

dist/xml/BY_SPECTRAL_TYPE

dist/json/BY_SPECTRAL_TYPE&BY_LUMINOSITY

dist/csv/BY_MAGNITUDE?wp=public&wp=all

dist/html/BY_PROCESS_OCCURRENCE?wp=public

Python

The python API dedicated to cobrex Star web service is available here: CobrexStar.py

Also available related unit tests: CobrexStarTest.py