Share your list

Givvr offers an API for integration into your own projects.

Givvr uses a standard REST API, allowing users to retrieve data from 4 areas:
1. Get Buddies - returns a list of your buddies on givvr
2. Get User Wishpool - returns a list of your wishpool
3. Get Buddy Wishpool - returns the wishpool of one of your buddies
4. Get Wishpool - returns a list of the common wishpool.

No API key is required to make requests. You will just need to supply your email and password to authenticate. API requests will be limited to a reasonable number per day, so be carful when coding.

To make an API request, use the following url format:
http://givvr.com/givvr-api?email=youremail@address.com&password=yourpassword&method=api_method

*available methods are:
get_buddies
get_user_wishpool
get_buddy_wishpool
get_wishpool