Does anyone know of a PeerTube search engine that provides an API or returns JSON like YouTube does?
Edit: It has a JSON API that can be used like this:
https://sepiasearch.org/api/v1/search/videos?search=stallman
I don’t know where this is documented, but following a hint by @[email protected] I found it in NewPipe’s code.
You must log in or register to comment.
I imagine, Sepiasearch does. The Android app Newpipe has Sepiasearch integrated.
I already looked into Sepia Search and didn’t find an API but I’ll have a look at New Pipe’s code. Thanks for the hint!
It’s documented with the peertube API docs.
Sepia search is basically a frontend with an empty peertube instance in the backend providing the search results.
Thanks!