Recently I utilized the Tumblr API to receive a users posts in JSON format. Having little experience with Tumblr, I was surprised to see that there three different types of responses one can receive from the API: Photo, Answer, and Text. I needed to make a quick comparison before coding the UI to make sure that I accounted for their similarities and differences. In this post I will show you the comparison chart. Hopefully this will save you some time while working with the API.
–Rich
| Photo | Text | Answer |
| blog_name | blog_name | blog_name |
| date | date | date |
| format | format | format |
| highlighted | highlighted | highlighted |
| id | id | id |
| note_count | note_count | note_count |
| post_url | post_url | post_url |
| reblog_key | reblog_key | reblog_key |
| short_url | short_url | short_url |
| slug | slug | slug |
| state | state | state |
| tags | tags | tags |
| timestamp | timestamp | timestamp |
| type | type | type |
| caption | title | answer |
| link_url | body | asking_name |
| photos | asking_url | |
| question |