Last active
November 26, 2017 10:15
-
-
Save nderkach/25f45936b5869077d6a0ba5e18d13a26 to your computer and use it in GitHub Desktop.
Airbnb API reviews response
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| 'reviews':[ | |
| { | |
| 'author':{ | |
| 'first_name':'Maryann', | |
| 'has_profile_pic':True, | |
| 'id':40613795, | |
| 'picture_url':'https://a0.muscache.com/im/pictures/c77f54a1-c3d0-4742-93af-f2e53b8f5145.jpg?aki_policy=profile_x_medium', | |
| 'smart_name':'Maryann', | |
| 'thumbnail_url':'https://a0.muscache.com/im/pictures/c77f54a1-c3d0-4742-93af-f2e53b8f5145.jpg?aki_policy=profile_small' | |
| }, | |
| 'author_id':40613795, | |
| 'can_be_edited':False, | |
| 'comments':"We had a wonderful time staying at the silo cottage! Even though the cottage is located off the beaten path, the directions that were provided were very clear and helpful. Denise and her husband were very kind and accommodating. When we arrived Denise's husband was there to guide us to the cottage and later was even so kind to give us a tour of the larger silo. The first night my boyfriend and I stayed at the cottage we unfortunately lost the keys and had to call her husband late at night. But Denise's husband was very understanding and gave us a spare key with no extra charge. Additionally he checked in to make sure we were comfortable and had enough wood pellets for the stove. The inside of the cottage is clean and cozy, it was very enjoyable to sit inside reading a book by the warm pellet stove. Overall we had an amazing time staying at the silo cottage and would definitely stay there again!", | |
| 'created_at':'2017-11-22T21:13:28Z', | |
| 'id':213704794, | |
| 'language':'en', | |
| 'listing':{ | |
| 'id':1238125, | |
| 'name':"'Silo Studio' Cottage" | |
| }, | |
| 'listing_id':1238125, | |
| 'recipient':{ | |
| 'first_name':'Denise', | |
| 'has_profile_pic':True, | |
| 'id':6636440, | |
| 'picture_url':'https://a0.muscache.com/im/pictures/b96e3e9b-cc2b-4d29-aa47-b0be63c74432.jpg?aki_policy=profile_x_medium', | |
| 'smart_name':'Denise', | |
| 'thumbnail_url':'https://a0.muscache.com/im/pictures/b96e3e9b-cc2b-4d29-aa47-b0be63c74432.jpg?aki_policy=profile_small' | |
| }, | |
| 'recipient_id':6636440, | |
| 'response':'', | |
| 'role':'guest', | |
| 'user_flag':None | |
| }, | |
| ... | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment