Mlsgrid · Schema

MLS Grid Property

RESO Data Dictionary Property resource as exposed by the MLS Grid Web API v2. Only fields present in the originating MLS are populated for a given record.

Properties

Name Type Description
ListingKey string Prefixed MLS Grid listing key (e.g. actris-1234567).
OriginatingSystemName string Source MLS identifier.
OriginatingSystemKey string
StandardStatus string
MlsStatus string
PropertyType string
PropertySubType string
ListPrice number
OriginalListPrice number
ClosePrice number
ListAgentMlsId string
ListOfficeMlsId string
BuyerAgentMlsId string
BuyerOfficeMlsId string
UnparsedAddress string
City string
StateOrProvince string
PostalCode string
Country string
Latitude number
Longitude number
BedroomsTotal integer
BathroomsTotalInteger integer
LivingArea number
LotSizeAcres number
YearBuilt integer
PublicRemarks string
PrivateRemarks string
ListingContractDate string
ModificationTimestamp string
PhotosChangeTimestamp string
CloseDate string
MlgCanView boolean Whether the listing is currently viewable under license terms. Records with MlgCanView=false should be retained but suppressed from display.
MlgCanUse array Allowed use cases for the listing.
Media array
Rooms array
UnitTypes array
View JSON Schema on GitHub

JSON Schema

mlsgrid-property-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/mlsgrid/main/json-schema/mlsgrid-property-schema.json",
  "title": "MLS Grid Property",
  "description": "RESO Data Dictionary Property resource as exposed by the MLS Grid Web API v2. Only fields present in the originating MLS are populated for a given record.",
  "type": "object",
  "required": ["ListingKey", "OriginatingSystemName"],
  "properties": {
    "ListingKey": {
      "type": "string",
      "description": "Prefixed MLS Grid listing key (e.g. actris-1234567)."
    },
    "OriginatingSystemName": {
      "type": "string",
      "description": "Source MLS identifier."
    },
    "OriginatingSystemKey": {
      "type": "string"
    },
    "StandardStatus": {
      "type": "string",
      "enum": [
        "Active",
        "ActiveUnderContract",
        "Pending",
        "Hold",
        "Withdrawn",
        "Expired",
        "Closed",
        "Canceled",
        "ComingSoon",
        "Delete",
        "Incomplete"
      ]
    },
    "MlsStatus": {
      "type": "string"
    },
    "PropertyType": {
      "type": "string",
      "enum": [
        "Residential",
        "ResidentialIncome",
        "ResidentialLease",
        "CommercialSale",
        "CommercialLease",
        "BusinessOpportunity",
        "Farm",
        "Land",
        "ManufacturedInPark"
      ]
    },
    "PropertySubType": {
      "type": "string"
    },
    "ListPrice": {
      "type": "number"
    },
    "OriginalListPrice": {
      "type": "number"
    },
    "ClosePrice": {
      "type": "number"
    },
    "ListAgentMlsId": {
      "type": "string"
    },
    "ListOfficeMlsId": {
      "type": "string"
    },
    "BuyerAgentMlsId": {
      "type": "string"
    },
    "BuyerOfficeMlsId": {
      "type": "string"
    },
    "UnparsedAddress": {
      "type": "string"
    },
    "City": {
      "type": "string"
    },
    "StateOrProvince": {
      "type": "string"
    },
    "PostalCode": {
      "type": "string"
    },
    "Country": {
      "type": "string"
    },
    "Latitude": {
      "type": "number"
    },
    "Longitude": {
      "type": "number"
    },
    "BedroomsTotal": {
      "type": "integer"
    },
    "BathroomsTotalInteger": {
      "type": "integer"
    },
    "LivingArea": {
      "type": "number"
    },
    "LotSizeAcres": {
      "type": "number"
    },
    "YearBuilt": {
      "type": "integer"
    },
    "PublicRemarks": {
      "type": "string"
    },
    "PrivateRemarks": {
      "type": "string"
    },
    "ListingContractDate": {
      "type": "string",
      "format": "date"
    },
    "ModificationTimestamp": {
      "type": "string",
      "format": "date-time"
    },
    "PhotosChangeTimestamp": {
      "type": "string",
      "format": "date-time"
    },
    "CloseDate": {
      "type": "string",
      "format": "date"
    },
    "MlgCanView": {
      "type": "boolean",
      "description": "Whether the listing is currently viewable under license terms. Records with MlgCanView=false should be retained but suppressed from display."
    },
    "MlgCanUse": {
      "type": "array",
      "description": "Allowed use cases for the listing.",
      "items": {
        "type": "string",
        "enum": ["IDX", "VOW", "BO", "PT"]
      }
    },
    "Media": {
      "type": "array",
      "items": {
        "$ref": "https://raw.githubusercontent.com/api-evangelist/mlsgrid/main/json-schema/mlsgrid-media-schema.json"
      }
    },
    "Rooms": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "UnitTypes": {
      "type": "array",
      "items": {
        "type": "object"
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/mlsgrid-property"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.