Chief Delphi Api Key and search endpoint

I was browsing through Chief delphi and found endpoints like /latest.rss and lastest.json. I tried making a discord bot that returns post based on certain keywords in certain intervals but when I tried .json endpoint, it returned with 403. I’ve tried adding headers/cookies but that didn’t work so I switched to .rss. I also can upon through an endpoint, /search.json and user-api-key/new, where I tried /search.json and that didn’t work because of cloudflare either, so I thought you needed an API Key. I’ve tried making an API Key through cURL: generate_cd_api_key.sh · GitHub and you know that didn’t work. So my question is for .json endpoints do you need api key to access or something else I’m missing like headers/cookies?

Note: .rss works and I’ve made the certain interval fetching post based on certain keyword but I wanna make a search command

1 Like

You cannot use the .json API endpoints on CD, as confirmed by @Brandon_Martus:

3 Likes

Ah, thanks so much, I didn’t see that first post