Is it possible to export a list or dump of questions that I have favourited from a site?

I've been busy going through the site and along the way I've seen things and thought, "wow, what a good question that is!" And I have duly favourited it.

However, when it comes to finding something from my favourites (starred questions), I have to go through my profile, switch tabs, blah blah blah.

It'd be nice, if it were possible, to extract those favorite questions in terms of their raw data so I can archive them without having to find them in the creative commons data dump that Stack Exchange provides.

I'm sure I heard mention of an API around here somewhere.

share|improve this question

1 Answer

up vote 1 down vote accepted

Should be able to do it with this request:

/users/{id}/favorites

You'll find all you want and more on the stackapps website, which discusses the api, and probably has exactly what you need. Chances are someone already has a utility to do that for you.

share|improve this answer

You must log in to answer this question.