简体   繁体   中英

How to make search query on Blogger JSON Feed API

I want to search my posts on blogger by using blogger feed JSON API. How can I do that?

To search using blogger V3 API: 100% WORKING

Searches for a post that matches the given query terms. Try it now 在此处输入图像描述

Read more: https://developers.google.com/blogger/docs/3.0/reference/posts/search

在此处输入图像描述

Eg api: https://blogger.googleapis.com/v3/blogs/{BLOG ID}/posts/search?q=salem&key={API KEY}

If you want to search your posts with blogger JSON feed API, you can do that with use below link. Write your blog name and write your search word with q parameter. (ex: q=word ).

For posts: blogname.blogspot.com/feeds/posts/default?alt=json&max-results=500&q=word

For Pages: blogname.blogspot.com/feeds/pages/default?alt=json&max-results=500&q=word

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM