v1
latestOpenAPI 3.1.02026-07-24100171.6 KBRental Listing by Id
Returns a single rental listing matching the specified id.
get/listings/rental/long-term/{id}
Path parameters
idstring required
The id of the property listing to return
Response
Success
Example response
{
"id": "2005-Arborside-Dr,-Austin,-TX-78754",
"formattedAddress": "2005 Arborside Dr, Austin, TX 78754",
"addressLine1": "2005 Arborside Dr",
"city": "Austin",
"state": "TX",
"stateFips": "48",
"zipCode": "78754",
"county": "Travis",
"countyFips": "453",
"latitude": 30.35837,
"longitude": -97.66508,
"propertyType": "Single Family",
"bedrooms": 3,
"bathrooms": 2.5,
"squareFootage": 1681,
"lotSize": 4360,
"yearBuilt": 2019,
"hoa": {
"fee": 45
},
"status": "Active",
"price": 2200,
"listingType": "Standard",
"listedDate": "2024-09-18T00:00:00.000Z",
"createdDate": "2024-09-19T00:00:00.000Z",
"lastSeenDate": "2024-09-30T03:49:20.620Z",
"daysOnMarket": 13,
"mlsName": "CentralTexas",
"mlsNumber": "556965",
"listingAgent": {
"name": "Zachary Barton",
"phone": "5129948203",
"email": "zak-barton@realtytexas.com",
"website": "https://zak-barton.realtytexas.homes"
},
"listingOffice": {
"name": "Realty Texas",
"phone": "5124765348",
"email": "sales@realtytexas.com",
"website": "https://www.realtytexas.com"
},
"history": {
"2024-09-18": {
"event": "Rental Listing",
"price": 2200,
"listingType": "Standard",
"listedDate": "2024-09-18T00:00:00.000Z",
"daysOnMarket": 13
}
}
}