---
title: "Lookup homes owned by a homeowner"
method: GET
path: "/LookupHomesByOwner"
tags: ["Lookup Homes by Owner"]
---

# Lookup homes owned by a homeowner

`GET /LookupHomesByOwner`

The LookupHomesByOwner endpoint returns an array of homes owned by a homeowner based on their address (MAK).

The service requires at least one of the following input combinations:

**Set A** - `mak`

**Set B** - `ff`

## Query parameters

- `format` 'json' | 'xml'
- `id` unknown, required
- `t` string
- `ff` string
- `mak` string, required

## Headers

- `Accept` 'application/json' | 'application/xml' | '*/*', required
- `Content-Type` 'application/json' | 'application/xml', required

## Response `200`

Successful response

- ResponseLookupHomesByOwner
  - `Version` string — The current service version number.
  - `TransmissionReference` string — Serves as a unique request identifier.
  - `Results` string — Lists error codes from any errors caused by the most recent request as a whole. For more information, see [Property Result Codes](https://docs.melissa.com/cloud-api/property/result-codes.html).
  - `TotalRecords` integer — Total number of records.
  - `Records` LookupHomesByOwnerRecords[]
    - `APN` string — The Assessor's Parcel Number (APN).
    - `BaseMAK` string — A unique key assigned to the base address of a complex with apartments or suites.
    - `FIPS` string — The six-digit Federal Information Processing Standard (FIPS) code for the county containing the property.
    - `MAK` string — (Melissa Address Key) A unique key assigned to the address record.
    - `PropertyAddress` string — The address of the property.
    - `PropertyCity` string — The city containing the property.
    - `PropertyPlus4` string — The plus 4 of the ZIP Code containing the property.
    - `PropertyState` string — The state containing the property.
    - `PropertyZip` string — The ZIP Code containing the property.

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/melissa/apis/property.md) · [All operations](https://skmtc.net/melissa/apis/property/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/melissa/property/revisions/20335d778b27/schema)
