詳情請?jiān)L問:
https://developer.wordpress.com/docs/api/
獲取所有(自己添加的)posts的restful API:
https://public-api.wordpress.com/rest/v1.1/sites/$site/posts
獲取某個(自己添加的)posts的restful API:
https://public-api.wordpress.com/rest/v1.1/sites/$site/posts/$post_ID
獲取頁面所有categories的 restful API:
https://public-api.wordpress.com/rest/v1.1/sites/$site/categories
獲取頁面所有tags的 restful API:
https://public-api.wordpress.com/rest/v1.1/sites/$site/tags
測試:
使用curl
使用postman
推薦使用postman,直觀千埃,清楚白筹,信息足俭嘁。