I have setup a Joplin Server on PikaPods, and would like to access certain notes in it to display on a website. Does Joplin Server have an HTTP API that we can access publicly? Or is the 'data api' mentioned in the docs only available on the client?
The Joplin Server don't have public docs for API as I remembered. Regarding my project, yes, it can access Joplin Server directly, it was intended for CRUD operations with sync awareness, but very experimental at the moment (I paused it for a very long time because of no solid use cases and some personal matters). For now, you can use READ-ONLY operations:
I'm intending to review it in near future, for a smaller scope regarding Web Clipper project. You can DM me if you have any questions .
Thanks @Marph for mentioning me, your joppy project looks cool, I’ll look into it while reviewing my sync lib.