astrocatalogs / OACAPI

Open Astronomy Catalog API
https://astrocats.space
MIT License
96 stars 9 forks source link

Error while trying API endpoint #15

Open Midex26 opened 4 weeks ago

Midex26 commented 4 weeks ago

Hi !

When I try to acceed https://api.astrocats.space/sne/catalog?format=CSV, an error is return : message: "Event 'sne' not found in any catalog."

I think that it is the same thing for all endpoint.

I don't know if i'm doing something wrong ?

Thank you !

guillochon commented 3 weeks ago

This is an error in the docs given some recent back-end changes: the path is now https://api.astrocats.space/catalog/sne?format=CSV (sne and catalog are swapped).

I'll update the docs to reflect the current API paths.