The outdooractive data model describes representations of POIs, tours, images.

Response Structure

{
  "header": {
    "status": "ok"
  },
  "answer": {
    "type": "oois",
    "contents": [...]
  }
}

Content

Example content object (tour/route):
{
  "type": "tour",
  "id": "1373510",
  "title": "Rund um Immenstadt",
  "category": {
    "id": "8982343",
    "ooiType": "tour",
    "title": "Wanderung",
  },
  "primaryImage": {
    "id": "1120025",
    "meta": {...},
  },
  "images": [
    {
      "type": "image",
      "id": "31903613",
      "relations": [ "isGallery" ],
      "primaryImage": { "id": "31903613" },
      "meta": {...},
      "point": [ 10.219094887184156, 47.55986956871372 ],
      "sourceImageInfo": { "width": 1800, "height": 1200 },
      "title": "Cafés am Marienplatz",
      "isValidImage": true
    }
  ],
  "texts": {
    "short": "Auf dieser Wanderung ...",
    "long": "<p>Immenstadt ist die einzige Stadt...",
    "directions": "...",
    "publicTransit": "...",
    "gettingThere": "...",
    "parking": "...",
    "startingPoint": "...",
    "equipment": "...",
    "tip": "...",
    "destination": "...",
  },
  "point": [ 10.219078, 47.55989, 723 ],
  "labels": [
    "top",
    "publicTransportFriendly",
    "publicTransportTimeTable"
  ],
  "properties": [
    {
      "id": "1471950",
      "name": "loopTour",
      "title": "Rundtour",
      "iconUrl": "https://res.oastatic.com/v3/tags/svg/loopTour.svg"
    },...
  ],
  "primaryRegion": {
    "type": "tourismarea",
    "id": "1027049",
    "title": "Allgäu"
  },
  "regions": [
    {
      "type": "commune",
      "id": "1016993"
    },...
  ],
  "coordinates": [...],
  "geoJson": {...},
  "bbox": [ [ 10.189204, 47.554486 ], [ 10.23705,  47.574208  ]  ],
  "pois": [
    {
      "id": "1280978",
      "relations": [ "isRecommendation", "isElevationProfile" ]
    }, ...
  ],
  "literature": [...],
  "maps": [...],
  "metrics": {
    "duration": { "minimal": 277 },
    "elevation": {
      "elevationProfile": {...},
      "ascent": 480,
      "descent": 488,
      "minAltitude": 713,
      "maxAltitude": 859
    },
    "length": 14809
  },
  "ratingInfo": {...},
  "wayTypeInfo": {...},
  "teaserText": "...",
  "isWinter": false,
  "openState": "unknown",
  "isClosedByClosure": false,
  "isIgnoreClosedByClosure": false
}