example-data.com

listings / #4

Land in New Seamus

land · New Seamus · $2,931,900

9225 Clovis Mission

Component variants

Related

Referenced by

curl -sS \
  "https://example-data.com/api/v1/listings/4" \
  -H "Accept: application/json"
const res = await fetch(
  "https://example-data.com/api/v1/listings/4"
);
const listing = await res.json();
import type { Listing } from "https://example-data.com/types/listings.d.ts";

const res = await fetch(
  "https://example-data.com/api/v1/listings/4"
);
const listing = (await res.json()) as Listing;
import requests

res = requests.get(
    "https://example-data.com/api/v1/listings/4"
)
listing = res.json()
{
  "id": 4,
  "agentUserId": 135,
  "propertyType": "land",
  "title": "Land in New Seamus",
  "description": "Incidunt volubilis virgo vir celebrer adhaero creta ambulo copia solum. Vereor sortitus perferendis ceno tricesimus amaritudo calamitas titulus. Aeger totidem demitto admitto cito clamo surgo amita delibero abundans.\n\nAperiam sopor ambitus. Audax tabesco volo delectus depopulo veritas cunctatio tres. Aufero ultio sto.\n\nDerelinquo utor necessitatibus crinis adsuesco. Aperte beatae deserunt stultus absens socius. Altus vulgivagus tendo valetudo occaecati asper aliquam voluptatibus delinquo.\n\nDespecto defluo cogito. Allatus abstergo aperio. Urbanus celo abduco carcer tenax comes ustulo.",
  "price": 2931900,
  "currency": "USD",
  "bedrooms": 0,
  "bathrooms": 0,
  "squareFeet": 307339,
  "address": "9225 Clovis Mission",
  "city": "New Seamus",
  "region": "Nebraska",
  "countryAlpha2": "SA",
  "latitude": 53.926936,
  "longitude": 59.524051,
  "status": "active",
  "listedAt": "2026-01-03T06:00:49.372Z",
  "createdAt": "2026-01-02T07:34:10.720Z",
  "updatedAt": "2026-04-01T03:53:56.341Z"
}
Draftbit