Some API requests...
* I'd like to see an option in the Profile API to get information on projects. (i.e. https://www.geni.com/api/profile/projects). In particular, I want to know if a profile is a profile in a project. But I could also see where people might want to see if a profile is a follower or collaborator of a project.
* If I have a GUID, I'd like to be able to get the Profile ID.
* Suggest including the Profile ID in the User query (https://www.geni.com/api/user). While I don't have a use yet, curator flag might be another one for the User query.
You can only get the list of projects you are following yourself https://www.geni.com/api/user/followed-projects
To get what you want you can download the regular web pages and extract the list from there.
That doesn't make it right.. haha Sort of defeats the purpose of an API if you have to scrape to get it. Anyway.. does the access token of a server based application work when scraping such pages if the profiles are private or unauthenticated public profiles? Not sure I would get the same result.. would have to test it.