airbnbapi icon indicating copy to clipboard operation
airbnbapi copied to clipboard

Unofficial airbnb.com REST API wrapper for node.js

Results 43 airbnbapi issues
Sort by recently updated
recently updated
newest added

https://github.com/zxol/airbnbapi/blob/3ff80755f35be3818db8000bfcca2a92190f2202/src/log.js#L9 There `debug` should also be added in that line, right?

While most of the functions this API provide are based on Primary Host, right? For example, the function, will only return the Listings which hosted by the token authorized user....

A GET to `/v2/reviews` with the following parameters: ``` { _format: "for_web_host_stats", _offset: offset, _limit: limit, _order: "recent", role: "guest", "reviewee_id": user_id } ``` Returns the reviews with pretty much...

Anyone figured out how to get Experience/Adventure listing details? I've experimented with v1 and v2 paths.

Hi guys, I am really new in this. I have to tried to request the calendar but I get this error error_code: 401, error: 'authentication_required', error_message: 'Please login to continue.'...

…e function will also return all reservations from co-host listings. Example usage: var reservations = airbnb.getReservations({ offset: 0, limit: 10 }, include_cohosted = true )

Starting yesterday I started getting this response, am I the only one? ![2019-08-25_09h30_10](https://user-images.githubusercontent.com/13556916/63646427-1dd42e80-c71b-11e9-9c33-900e82682813.png) ```{ "error_code": 404, "error_type": "record_not_found", "error_message": "Unfortunately, this is no longer available.", "error_id": "02325c724e1b48ea5b2d870bd9908085" }```

Added API calls for AirBNB wishlists

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...

dependencies