Room Details

File Content and Purpose

This room details data file gives you room-level static data for a given Property ID.

File Format

Inside the .zip file, you will find 4 compressed .jsonl files.

Each .jsonl file will contain a collection of separate, valid JSON objects, one per line.

The break between files will always fall between JSON objects, so you can assume all JSON files are complete.

The grouping of properties in the files is random, you need to parse all files to find properties of a given type and location.

File Update Schedule

This file is currently scheduled to be updated every Wednesday, with a new version published at 1am Pacific time each week.

Downloading the full content file will require an Expedia API key with permissions added for static data download.

Sample File Download

You can download a sample file that will give you an idea of the content and structure of the full Room Details File download:

Complete File Download

To download the complete Room Details File, please follow the instructions on the page linked below:

Sample Room Details Record

{
  "propertyId": {
    "expedia": "1"
  },
  "rooms": [
    {
      "id": "213308694",
      "name": "Club Suite",
      "amenities": [
        {
          "id": "4090",
          "name": "Pet-friendly room"
        },
        {
          "id": "4097",
          "name": "Number of living rooms 0"
        },
        {
          "id": "1073742841",
          "name": "Rollaway/extra beds (surcharge)"
        },
        {
          "id": "4134",
          "name": "City view"
        },
        {
          "id": "4948",
          "name": "Free cribs/infant beds"
        }
      ],
      "occupancy": {
        "adults": "2",
        "children": "1",
        "total": "3"
      },
      "smokingOption": "Non-Smoking",
      "bedTypeOptions": [
        {
          "id": "37321",
          "description": "1 King Bed",
          "count": 1
        }
      ],
      "media": [
        {
          "category": "Room",
          "url": "https://images.trvl-media.com/lodging/1000000/10000/100/1/8d3fffca_w.jpg"
        },
        {
          "category": "Room",
          "url": "https://images.trvl-media.com/lodging/1000000/10000/100/1/92a08347_w.jpg"
        },
        {
          "category": "Room",
          "url": "https://images.trvl-media.com/lodging/1000000/10000/100/1/8590cbbc_w.jpg"
        },
        {
          "category": "Room",
          "url": "https://images.trvl-media.com/lodging/1000000/10000/100/1/b9e88766_w.jpg"
        },
        {
          "category": "Room",
          "url": "https://images.trvl-media.com/lodging/1000000/10000/100/1/f8d797f6_w.jpg"
        },
        {
          "category": "Room",
          "url": "https://images.trvl-media.com/lodging/1000000/10000/100/1/04c67c06_w.jpg"
        },
        {
          "category": "View from room",
          "url": "https://images.trvl-media.com/lodging/1000000/10000/100/1/c82bf77b_w.jpg"
        },
        {
          "category": "Bathroom sink",
          "url": "https://images.trvl-media.com/lodging/1000000/10000/100/1/39f2f75b_w.jpg"
        }
      ]
    },
    {
      "id": "321726301",
      "name": "Room (Hideaway Twin)",
      "amenities": [
        {
          "id": "4097",
          "name": "Number of living rooms 0"
        },
        {
          "id": "4953",
          "name": "Number of bedrooms - 0"
        },
        {
          "id": "1073743908",
          "name": "Pets not allowed"
        }
      ],
      "occupancy": {
        "adults": "2",
        "children": "1",
        "total": "2"
      },
      "smokingOption": "Non-Smoking",
      "bedTypeOptions": [
        {
          "id": "37341",
          "description": "2 Twin Beds",
          "count": 2
        }
      ],
      "media": [
        {
          "category": "Room",
          "url": "https://images.trvl-media.com/lodging/1000000/10000/100/1/32fea389_w.jpg"
        }
      ]
    },
    {
      "id": "321726300",
      "name": "Room (Hideaway Queen)",
      "amenities": [
        {
          "id": "4097",
          "name": "Number of living rooms 0"
        },
        {
          "id": "4953",
          "name": "Number of bedrooms - 0"
        },
        {
          "id": "1073743908",
          "name": "Pets not allowed"
        }
      ],
      "occupancy": {
        "adults": "2",
        "children": "1",
        "total": "2"
      },
      "smokingOption": "Non-Smoking",
      "bedTypeOptions": [
        {
          "id": "37310",
          "description": "1 Queen Bed",
          "count": 1
        }
      ],
      "media": [
        {
          "category": "Room",
          "url": "https://images.trvl-media.com/lodging/1000000/10000/100/1/8c24b52e_e.jpg"
        }
      ]
    }
  ]
}

Items to Note:

  • propertyId — This property is available on Vrbo, so is likely a 'vacation rental' property.
Did you find this page helpful?
How can we improve this content?
Thank you for helping us improve!