-
Is there an (preferably JSON) API for accessing the data you collect and present on endoflive.date? Are there alternatives? I'm afraid to parse the HTML because it could always change. |
Beta Was this translation helpful? Give feedback.
Answered by
captn3m0
Jul 13, 2021
Replies: 1 comment 1 reply
-
Yes there is one: https://endoflife.date/docs/api/ (OpenAPI Spec) The API isn't "stable" yet, so it might change. There's a PR that adds an API listing all tools that should get merged soon. You might also like https://github.com/hugovk/norwegianblue cc @hugovk |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
captn3m0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes there is one: https://endoflife.date/docs/api/ (OpenAPI Spec)
The API isn't "stable" yet, so it might change. There's a PR that adds an API listing all tools that should get merged soon.
You might also like https://github.com/hugovk/norwegianblue
cc @hugovk