get https://api.rentcast.io/v1/listings/rental/long-term/
Returns a single rental listing matching the specified id.
This endpoint returns a single rental listing matching the specified internal id, if it exists. Property ids can be obtained via the /properties
, /avm
or /listings
endpoints, or cached in your application from prior requests.
The returned listing record will include data for a specific property, including its listed rent, listing date, listing status, listing contacts, property attributes, and other listing information.
Property ids used by our API are case-sentive and should be provided in the same format as the
id
field contained in the responses from our API.