Main Page
From EveryTrail API Developer Documentation
Contents |
API
Welcome to the EveryTrail API. EveryTrail API users receive a api_key & a secret issued by EveryTrail team. To use the functions in this api, you need your api_key & secret. Use them as login/password for HTTP Basic authentication for each of the following URL based web requests. If the api_key/secret combination is invalid or missing, you will receive a HTTP 401.
Current Version: 3
Please include the parameter version=3 to all requests to use the latest version
Users
- User Creation
- User Login
- Check User Name
- Check User Email
- User Set Info
- Follow User
- /user/addcredits
- User's Trips
- User's Info
- User's Photos
- User's Followers
- People a User is following
- User's Favorite Trips
Trips
- Trip Creation
- /trip/setgpx
- Media Upload
- Add Favorite Trip
- /trip/addcomment
- /trip/vote
- Searching Trips
- User's Trips
- Single Trip
- Trip's Pictures
- Trip's Tracks
- Trip's Waypoints
- Trip's Data
- Trip's Comments
- /trip/edit
- User's Favorite Trips
- /trip/addfavorite
- /trip/removefavorite
- /trip/delete
- /trip/removepicture
- /trip/removevideo
Tracks
Waypoints
Pictures
Videos
Groups
Guides
- /guide/vote
- /guide/addcomment
- /guide/search
- /guide/data (get a guide's data
- /guide/download
- /guide/deletedownload
- /user/purchases
Destinations
Searching
- /index/search (combined search)
Misc
Resources / Starter Code
http://code.google.com/p/objectiveeverytrail/ - code for connecting with the EveryTrail API using the Cocoa Framework.
