Skip to main content
GET
/
property
/
by-url
Look up listing by URL path
curl --request GET \
  --url https://borough.qwady.app/v1/property/by-url \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "address": {
      "street": "157 West 57th Street",
      "unit": "#48B",
      "city": "NEW YORK",
      "state": "NY",
      "zipCode": "10019"
    },
    "price": 123,
    "netEffective": 123,
    "monthsFree": 123,
    "leaseTermMonths": 123,
    "bedroomCount": 123,
    "fullBathroomCount": 123,
    "halfBathroomCount": 123,
    "buildingType": "CONDO",
    "areaName": "<string>",
    "areaId": 123,
    "status": "ACTIVE",
    "geoPoint": {
      "latitude": 40.7654,
      "longitude": -73.9791
    },
    "leadPhotoKey": "<string>",
    "sourceGroupLabel": "<string>",
    "urlPath": "<string>",
    "listingType": "rental",
    "sqft": 123,
    "saleType": "RESALE",
    "noFee": true,
    "petsAllowed": true,
    "amenities": [
      "<string>"
    ],
    "furnished": true,
    "availableAt": "2023-12-25",
    "listedAt": "2023-11-07T05:31:56Z",
    "daysOnMarket": 123,
    "floorPlanKey": "<string>",
    "has3dTour": true,
    "hasVideo": true,
    "buildingId": "<string>",
    "priceDelta": 123,
    "priceChangedAt": "2023-11-07T05:31:56Z",
    "detailScraped": true,
    "maintenance": 123,
    "commonCharges": 123,
    "propertyTax": 123,
    "virtualTourUrl": "<string>",
    "internetProviders": {
      "status": "matched",
      "source": "fcc_bdc",
      "coverageLevel": "building",
      "fccLocationId": 123,
      "matchedAddress": "<string>",
      "unitCount": 123,
      "updatedAt": "2023-11-07T05:31:56Z",
      "providers": [
        {
          "providerId": 123,
          "providerName": "<string>",
          "holdingCompanyName": "<string>",
          "technologyCode": 123,
          "technologyLabel": "<string>",
          "maxDownloadMbps": 123,
          "maxUploadMbps": 123,
          "lowLatency": true
        }
      ],
      "disclaimer": "<string>"
    }
  },
  "meta": {
    "dataAge": "2023-11-07T05:31:56Z",
    "source": "cached",
    "freshnessThreshold": 123,
    "refreshTriggered": true
  }
}
This endpoint returns the same FCC-backed internetProviders block as GET /property/{id} whenever the listing is attached to a matched building.
This product uses FCC APIs and/or Data but is not endorsed or certified by the FCC. Contract validation status as of March 2-3, 2026: Borough observed live Broadband Map browser traffic using broadbandmap.fcc.gov/nbm/map/api/fabric/... endpoints with CostQuest Fabric license language restricting unauthorized scripted or programmatic access. Treat internetProviders as provisional until Borough completes contract validation for the underlying FCC access path.

Authorizations

Authorization
string
header
required

Polar.sh license key. Format: BOROUGH-<uuid>

Query Parameters

url
string
required

Listing URL path

Response

Full listing detail

data
object
meta
object