How to fetch all posts using tumblr API or Tumblr Rss feed

I need to fetch all posts from a tumblr blog.
For example there is a way for wordpress like: blogRssUrl/paged={1}, we can fetch all rss feeds page by page from a wordpress blog.

Is there a way something like this for tumblr?

Related posts

Leave a Reply

2 comments

  1. You can put this code in your html or php.

    <script type="text/javascript" src="http://YourTumblrName.tumblr.com/js"></script>
    

    It fetches the content of your tumblr into a page, but it not very flexible. I’m still trying to get the dates and tags fetched. And the image quality is not as good as in Tumblr…