Guide XML

From EveryTrail API Developer Documentation

Jump to: navigation, search
<guide id="" status="">
    <url></url>
    <title></title>
    <subtitle></subtitle> 
    <overview></overview>
   <price tier=""></price>
    <created></created>
    <updated></updated>
    <tips></tips>
    <picture id="">
        <thumbnail></thumbnail>
    </picture> 
    <user id="">[username]</user>
    <difficulty></difficulty>
    <length units="metric"></length>
    <duration></duration>
    <rating votes="">[average score]</rating>
    <location lat="" lon="">[city, state, country]</location>
 
    <activities>
        <activity id=""></activity>
    </activities>
    <downloads></downloads>
    <containsPictures></containsPictures>
    <containesVideos></containesVideos>
    <familyFriendly></familyFriendly>
    <dogFriendly></dogFriendly>
 
    <partner id="">
        <name></name>
        <thumbnail></thumbnail>
        <logo></logo>
    </partner>
 
    <pois count=""></pois>*
    <guides count=""></guides>*
    <tracks></tracks>
    <waypoints></waypoints>
 
 
</guide>
  • child tags within poits and guides are only returned during /guide/index and /guide/download calls, only the count is returned for /guide/search

Guide Statuses

  • 0: pending (marked for download, not paid)
  • 1: paid
  • 2: deleted (if user tries to download again, it will let them but not charge twice)
  • 3: paid through bundle
  • 4: deleted, but paid through bundle

Difficulties

  • 0: unknown or n/a
  • 1: easy
  • 2: moderate
  • 3: strenuous

Durations

  • 0: unknown or n/a
  • 1: less than 1 hour
  • 2: 1-3 hours
  • 3: half day
  • 4: full day
  • 5: multiple days
Personal tools