listings
listings
Page 2 of 8.
- House in Hubertcester · Hubertcester
- Land in Nyasiaberg · Nyasiaberg
- Condo in South Rudolphville · South Rudolphville
- Apartment in Westminster · Westminster
- House in Delray Beach · Delray Beach
- Apartment in South Marshall · South Marshall
- Apartment in Gloverstad · Gloverstad
- Townhouse in Demariostad · Demariostad
- House in Laredo · Laredo
- House in Perris · Perris
- House in New Carlos · New Carlos
- Land in Fort King · Fort King
- House in West Angelita · West Angelita
- House in East Deion · East Deion
- Townhouse in Irvingborough · Irvingborough
- House in East Alysa · East Alysa
- House in Port Charlotte · Port Charlotte
- Condo in San Marcos · San Marcos
- House in West Janet · West Janet
- House in Hammesboro · Hammesboro
- House in Johnson City · Johnson City
- House in Duluth · Duluth
- Townhouse in Owenmouth · Owenmouth
- Townhouse in North General · North General
-
House in Hubertcester
house · Hubertcester
-
Land in Nyasiaberg
land · Nyasiaberg
-
Condo in South Rudolphville
condo · South Rudolphville
-
Apartment in Westminster
apartment · Westminster
-
House in Delray Beach
house · Delray Beach
-
Apartment in South Marshall
apartment · South Marshall
-
Apartment in Gloverstad
apartment · Gloverstad
-
Townhouse in Demariostad
townhouse · Demariostad
-
House in Laredo
house · Laredo
-
House in Perris
house · Perris
-
House in New Carlos
house · New Carlos
-
Land in Fort King
land · Fort King
-
House in West Angelita
house · West Angelita
-
House in East Deion
house · East Deion
-
Townhouse in Irvingborough
townhouse · Irvingborough
-
House in East Alysa
house · East Alysa
-
House in Port Charlotte
house · Port Charlotte
-
Condo in San Marcos
condo · San Marcos
-
House in West Janet
house · West Janet
-
House in Hammesboro
house · Hammesboro
-
House in Johnson City
house · Johnson City
-
House in Duluth
house · Duluth
-
Townhouse in Owenmouth
townhouse · Owenmouth
-
Townhouse in North General
townhouse · North General
House in Hubertcester
house · Hubertcester · $1,622,500
8657 Clay Lane
Land in Nyasiaberg
land · Nyasiaberg · $2,974,600
5828 The Oval
Condo in South Rudolphville
condo · South Rudolphville · $3,670,200
754 Vernice Park
Apartment in Westminster
apartment · Westminster · $1,516,800
4416 Sipes Gateway
House in Delray Beach
house · Delray Beach · $193,600
7933 8th Street
Apartment in South Marshall
apartment · South Marshall · $3,420,000
3377 DuBuque Heights
Showing first 6 of 24 on this page.
curl -sS \
"https://example-data.com/api/v1/listings?limit=25"const res = await fetch(
"https://example-data.com/api/v1/listings?limit=25"
);
const { data, meta } = await res.json();import type { Listing, ListEnvelope } from "https://example-data.com/types/listings.d.ts";
const res = await fetch(
"https://example-data.com/api/v1/listings?limit=25"
);
const { data, meta } = (await res.json()) as ListEnvelope<Listing>;import requests
res = requests.get(
"https://example-data.com/api/v1/listings",
params={"limit": 25},
)
data = res.json() {
"data": [
{
"id": 25,
"agentUserId": 104,
"propertyType": "house",
"title": "House in Hubertcester",
"description": "Acquiro clarus despecto adfectus curatio annus ascit substantia ter. Subnecto acerbitas cohaero articulus explicabo tumultus strues subseco crudelis ad. Valeo ipsam thesaurus contra vel stillicidium pauper cum vitae.\n\nArceo capitulus soleo. Patior exercitationem accusantium. Vesco taedium vigor adfectus paulatim callide viriliter terror minima tepesco.",
"price": 1622500,
"currency": "USD",
"bedrooms": 0,
"bathrooms": 4.5,
"squareFeet": 8052,
"address": "8657 Clay Lane",
"city": "Hubertcester",
"region": "Indiana",
"countryAlpha2": "GB",
"latitude": -13.448736,
"longitude": -154.90608,
"status": "sold",
"listedAt": "2026-04-08T08:36:16.712Z",
"createdAt": "2026-04-07T19:49:03.947Z",
"updatedAt": "2026-05-20T14:28:04.865Z"
},
{
"id": 26,
"agentUserId": 104,
"propertyType": "land",
"title": "Land in Nyasiaberg",
"description": "Concedo blandior tutis libero patrocinor voluntarius aestus curvo una. Aggredior admitto vulpes decumbo vere validus titulus. Validus bardus appositus voluptatibus torrens ea aliquam modi.\n\nAb aveho tres. Bibo coruscus contigo catena celo attero tergiversatio corrigo venio suus. Ver caveo comptus conforto acervus.",
"price": 2974600,
"currency": "USD",
"bedrooms": 0,
"bathrooms": 0,
"squareFeet": 627555,
"address": "5828 The Oval",
"city": "Nyasiaberg",
"region": "Illinois",
"countryAlpha2": "KR",
"latitude": -19.114802,
"longitude": 160.897279,
"status": "active",
"listedAt": "2025-05-24T03:09:29.553Z",
"createdAt": "2025-05-23T03:16:31.274Z",
"updatedAt": "2025-05-24T05:02:01.446Z"
},
{
"id": 27,
"agentUserId": 104,
"propertyType": "condo",
"title": "Condo in South Rudolphville",
"description": "Deinde cunae caveo rem suspendo turpis conqueror capillus. Veritas accommodo ars doloribus accendo stultus nihil aeternus. Crudelis architecto copia angulus ventosus.\n\nRepudiandae pecus vergo calcar apto venia decumbo. Patior corrumpo voluntarius excepturi approbo. Subseco vitiosus audeo adeptio una perspiciatis vulgaris ara.",
"price": 3670200,
"currency": "USD",
"bedrooms": 5,
"bathrooms": 3,
"squareFeet": 9657,
"address": "754 Vernice Park",
"city": "South Rudolphville",
"region": "Kansas",
"countryAlpha2": "PL",
"latitude": 5.428834,
"longitude": -2.918669,
"status": "pending",
"listedAt": "2024-06-04T16:35:58.108Z",
"createdAt": "2024-06-04T04:56:20.196Z",
"updatedAt": "2026-04-27T07:44:43.887Z"
}
],
"meta": {
"page": 2,
"limit": 24,
"total": 183,
"totalPages": 8
},
"links": {
"self": "/api/v1/listings?page=2",
"next": "/api/v1/listings?page=3",
"prev": "/api/v1/listings?page=1"
}
}