Tripit
TripIt organizes travel plans into an itinerary that has all of your trip details in one place. Simply forward confirmation emails to [email protected] and TripIt will automatically build an itinerary for your trip that you can access anytime, either online or from a mobile device. With the TripIt API, you can... Add travel information to a TripIt account, enabling: Instant availability of clean,…
Tripit endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Create /create |
A create request is used to create new objects. To create objects, make an HTTP POST request to the following URL: https://api.tripit.com/v1/create The client must POST a single… |
| GET |
Get /get/{object_type}/id/{TripIt_Object_ID}/format/json |
A get request is used to retrieve a specific object from the TripIt API given its TripIt object ID. Since get requests do not change data they are all made via an HTTP GET… |
| GET |
List /list/{object_type}/{filter_parameter}/{filter_value} |
A list request is used to retrieve multiple objects given an object type and set of filter parameters. Since list requests do not change data they are all made via an HTTP GET… |
| POST |
Replace /replace/{object_type}/id/{TripIt_Object_ID} |
A replace request is used to replace existing objects in a TripIt account. After the object is replaced it will get the same object id as the one the object had before the… |
| GET |
Delete /delete/{object_type}/id/{TripIt_Object_ID} |
A delete request is used to delete existing objects |
Tripit pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|