Is there a way for someone to query the wordpress API of a blog in order to get the pingbacks/trackbacks for a post?
E.g a blog is hosted on example.com. I want to query example.com’s wordpress API to get a list of its posts, and for each post I want to query it, to get a list of the trackbacks.
Is that possible?
You may be able to find that information in the blog’s feed, i.e. example.com/feed/ I’m unsure if the trackback would be public, you may have to view the Comments section of the WordPress blog.