RentCast · JSON Structure

Rentcast Property Structure

Structural documentation for the RentCast property record resource

Type: object Properties: 0
Real-EstateProperty DataValuationRental MarketAVM

Rentcast Property Structure is a JSON Structure definition published by RentCast.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "RentCast Property Structure",
  "description": "Structural documentation for the RentCast property record resource",
  "type": "object",
  "structure": {
    "id": {
      "type": "string",
      "description": "Unique RentCast property identifier",
      "example": "123-main-st-austin-tx-78701"
    },
    "formattedAddress": {
      "type": "string",
      "description": "Full formatted address for display",
      "example": "123 Main St, Austin, TX 78701"
    },
    "addressLine1": {
      "type": "string",
      "description": "Street address",
      "example": "123 Main St"
    },
    "city": {
      "type": "string",
      "description": "City name",
      "example": "Austin"
    },
    "state": {
      "type": "string",
      "description": "2-letter state code",
      "example": "TX"
    },
    "zipCode": {
      "type": "string",
      "description": "5-digit ZIP code",
      "example": "78701"
    },
    "county": {
      "type": "string",
      "description": "County name",
      "example": "Travis"
    },
    "latitude": {
      "type": "number",
      "description": "Decimal latitude",
      "example": 30.2672
    },
    "longitude": {
      "type": "number",
      "description": "Decimal longitude",
      "example": -97.7431
    },
    "propertyType": {
      "type": "string",
      "description": "Property classification: Single Family, Condo, Townhouse, etc.",
      "example": "Single Family"
    },
    "bedrooms": {
      "type": "number",
      "description": "Bedroom count",
      "example": 3
    },
    "bathrooms": {
      "type": "number",
      "description": "Bathroom count including partial",
      "example": 2
    },
    "squareFootage": {
      "type": "integer",
      "description": "Living area in sq ft",
      "example": 1800
    },
    "lotSize": {
      "type": "integer",
      "description": "Lot size in sq ft",
      "example": 7500
    },
    "yearBuilt": {
      "type": "integer",
      "description": "Year of construction",
      "example": 1998
    },
    "assessedValue": {
      "type": "number",
      "description": "Tax assessed value USD",
      "example": 295000
    },
    "lastSaleDate": {
      "type": "string",
      "description": "ISO 8601 date of last recorded sale",
      "example": "2021-03-15"
    },
    "lastSalePrice": {
      "type": "number",
      "description": "USD price of last recorded sale",
      "example": 380000
    },
    "ownerOccupied": {
      "type": "boolean",
      "description": "True if owner lives at the property",
      "example": true
    },
    "owner": {
      "type": "object",
      "description": "Owner name and mailing address from public records",
      "properties": {
        "names": { "type": "array", "description": "List of owner names" },
        "mailingAddress": { "type": "object", "description": "Owner mailing address" }
      }
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/rentcast-property-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.