UtahRealEstate.com

Data Services

Log In

Level Data

Level Data


UtahRealEstate.com provides square footage and room/fireplace count data broken down by levels in the home. This data is found under the field 'LevelData'. LevelData is not a RESO data dictionary field and is offered as a convenience to our vendors.

The LevelData field is a comma delimited string similar to multi value enumeration fields. Each item in the string shows either square footage or the number of rooms for a given level.

"LevelData":
    "levb_bathfull:1,
    levb_bathhalf:0,
    levb_bathtq:0,
    levb_bed:2,
    levb_den:0,
    levb_dining_f:0,
    levb_dining_s:0,
    levb_famroom:1,
    levb_fireplace:0,
    levb_sqf:361
......

The web API shows this data for 5 different levels: basement (levb), first floor (lev1), second floor (lev2), third floor (lev3), and fourth floor (lev4).

Each floor contains totals for rooms, square footage, and fireplaces:
Full bathrooms (bathfull), half bathrooms (bathhalf), three quarter bathrooms (bathtq), bedrooms (bed), dens (den), formal dining rooms (dining_f), semi formal dining rooms (dining_s), family rooms (famroom), fireplaces (fireplace), formal living rooms (formalliving), breakfast bars (kitchen_b), kitchen dining rooms (kitchen_k), laundray rooms (laundry), square footage (sqf)