FictFact API (beta)

Are you a software developer interested in working with FictFact data? Check out our beta API for your data consuming needs.

Currently the API is read only. The API does not currently support authentication so all user requests will require the user to be public.


API Methods

Get the User Details for a Particular User - Get an xml response about the details of a particular public FictFact user.
Url: http://www.fictfact.com/api/user_details/user_details.aspx
Parameter: username
Sample Request

Get the Public Lists for a User
Url: http://www.fictfact.com/api/user_details/user_lists.aspx
Parameter: username
Sample Request

Get the Details for a Particular User List
Url: http://www.fictfact.com/api/user_details/user_list_details.aspx
Parameters: username, listname
Sample Request

Get the Next Books for a User
Url: http://www.fictfact.com/api/user_details/user_next_books.aspx
Parameter: username
Sample Request

Get the Contacts for a User - Get the contacts for a user.
Url: http://www.fictfact.com/api/user_details/user_contacts.aspx
Parameter: username
Sample Request

Get the Followers for a User - Get the followers for a user.
Url: http://www.fictfact.com/api/user_details/user_followers.aspx
Parameter: username
Sample Request