manton / JSONFeed

The JSONFeed.org website
Creative Commons Zero v1.0 Universal
942 stars 56 forks source link

Feed from search results #161

Closed brettdonald closed 2 years ago

brettdonald commented 2 years ago

I can get an XML feed of WordPress search results like this: http://example.com/?s=searchterm&feed=rss2

What is the correct syntax for fetching a JSON feed of a search term?

manton commented 2 years ago

@brettdonald If you have the JSON Feed WordPress plugin installed, you should be able to use feed=json instead of feed=rss2.