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,
    "areaName": "<string>",
    "areaId": 123,
    "geoPoint": {
      "latitude": 40.7654,
      "longitude": -73.9791
    },
    "leadPhotoKey": "<string>",
    "sourceGroupLabel": "<string>",
    "urlPath": "<string>",
    "listedAt": "2023-12-25",
    "availableAt": "2023-12-25",
    "daysOnMarket": 123,
    "sqft": 123,
    "noFee": true,
    "petsAllowed": true,
    "amenities": [
      "<string>"
    ],
    "furnished": true,
    "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": {
      "source": "fcc_bdc",
      "fccLocationId": 123,
      "blockGeoid": "<string>",
      "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",
    "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 or Census block.
This product uses FCC APIs and/or Data but is not endorsed or certified by the FCC.

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