ChangeLog for 08/24/12
Today we’re announcing the release of a brand new feature: our Tagged API, which allows developers to find posts based on their tags.
Lets take a look at an example with the gif tag.
http://api.tumblr.com/v2/tagged?tag=gif&api_key=your_consumer_key
The response will be a pay load of post objects that have been most recently added to that tag.
Pagination is taken care of by the “before” parameter. This is the timestamp that is returned from one of the post objects in the pay load. Lets look at an example of pagination.
http://api.tumblr.com/v2/tagged?tag=gif?before=1345742848&api_key=your_consumer_key
Note: You have to be authenticated with OAuth to access certain tags that are considered adult in nature.
As always our inbox is always open or join our Forum if you have any questions.
