I’m currently trying to make a tool to search magazines to subscribe for based on my list of previously joined subreddits. But I can’t seem to find the API to make that search?
Does anyone know by any chance? I’m surprised this is so hard to find.
I’m currently trying to make a tool to search magazines to subscribe for based on my list of previously joined subreddits. But I can’t seem to find the API to make that search?
Does anyone know by any chance? I’m surprised this is so hard to find.
Kbin: https://docs.kbin.pub/#magazines
Lemmy: https://join-lemmy.org/api/interfaces/ListCommunities.html
Thanks. So there isn’t really a search, you have to list all the magazines and do the search yourself it seems. Also calling https://kbin.social/api/magazines would only return local magazines right. So there is a need for a service doing that crawling/indexing of all magazines from all available instances regularly.