Blog

Small API improvements

I slowly try to improve the API and make it more powerful, so today I added a tag filter for all user items and a new method to get a list of external profiles.

To filter the user item list by tag, simply add a new key/value pair to your query string (i.e. tag=design) and the list will be filtered. It should work for public entries as well as for private stuff.

To request a list of external user profiles is super straight forward:

http://zootool.com/api/users/profiles/?username={username}&apikey={apikey}

and you will get an array like this:

Array
(

[0] => Array
(
[slug] => brightkite
[url] => http://brightkite.com/people/bastian
[title] => Brightkite
)

[1] => Array
(
[slug] => dribbble
[url] => http://dribbble.com/players/bastianallgeier
[title] => Dribbble
)

[2] => Array
(
[slug] => flavors
[url] => http://flavors.me/bastianallgeier
[title] => Flavors.me
)

)

Read more about it in the docs

Write a new comment

Advertisement via Ad Packs


subscribe to comments