Marketcheck APIs
  1. RV Search
Marketcheck APIs
  • Car Search
    • Get dealers active inventory
      GET
    • Listing by id
      GET
    • Long text Listings attributes for Listing with the given id
      GET
    • Listing media by id
      GET
    • Listing by id
      GET
    • Long text Listings attributes for Listing with the given id
      GET
    • Listing media by id
      GET
    • Listing by id
      GET
    • Long text Listings attributes for Listing with the given id
      GET
    • Listing media by id
      GET
    • Listing by id
      GET
    • Long text Listings attributes for Listing with the given id
      GET
    • Listing media by id
      GET
    • Gets active car listings for the given search criteria
      GET
    • Gets active auction car listings for the given search criteria
      GET
    • API for auto-completion of inputs
      GET
    • Gets active private party car listings for the given search criteria
      GET
    • Gets Recent car listings for the given search criteria
      GET
    • Gets active car listings in UK for the given search criteria
      GET
    • Gets Recent UK car listings for the given search criteria
      GET
  • Recall Search
    • Recall info by vin
  • CRM Cleanse API
    • CRM check of a particular vin
  • Dealer API
    • Dealer by id
    • Dealer by id
    • Dealer by id
    • Dealer by id
    • Dealer by id
    • Find car dealers around
    • Find car dealers around
    • Find car dealers around
    • Find car dealers around
    • Find car dealers around
  • VIN Decoder API
    • EPI VIN Decoder
    • NeoVIN Decoder
    • VIN Decoder
    • API for auto-completion of inputs based on taxonomy
    • API for getting terms from taxonomy
  • Cars History API
    • Get a cars online listing history
    • Get a cars online listing history
  • Car Cached Image
    • Fetch cached image
  • Heavy Equipment Search
    • Heavy equipment listing by id
    • Long text Heavy equipment Listings attributes for Listing with the given id
    • Listing media by id
    • Gets active heavy equipment listings for the given search criteria
    • API for auto-completion of inputs
  • Motorcycle Search
    • Motorcycle listing by id
    • Long text Motorcycle Listings attributes for Listing with the given id
    • Motorcycle listing media by id
    • Gets active motorcycle listings for the given search criteria
    • API for auto-completion of inputs
  • RV Search
    • RV listing by id
      GET
    • Long text RV Listings attributes for Listing with the given id
      GET
    • Listing media by id
      GET
    • RV listing by id
      GET
    • Long text RV Listings attributes for Listing with the given id
      GET
    • Listing media by id
      GET
    • Gets active RV listings for the given search criteria
      GET
    • API for auto-completion of inputs
      GET
    • Gets active RV listings for the given search criteria
      GET
  • Cars Market API
    • Market Days Supply
    • Get make model wise top 50 popular cars on national, state, city level
    • Predict car price based on it's specifications
    • Predict fare value of car for UK based on YMMT & miles
    • Predict car price for UK based on it's specifications
    • Get sales count by make, model, year, trim or taxonomy vin
    • Price, Miles and Days on Market stats
  • Rank Car Listings
    • Compute relative rank for car listings.
    • Compute relative rank for car listings.
  • OEM Incentive Search
    • Gets oem incentive listings for the given search criteria
  • client filters
    • get client filters
    • set client filters
  1. RV Search

RV listing by id

GET
/listing/rv/{id}
Get a particular RV listing by its id
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://marketcheck-prod.apigee.net/v2/listing/rv/'
Response Response Example
200 - Example 1
{
    "build": {
        "area": "string",
        "class": "string",
        "engine": "string",
        "fuel_type": "string",
        "gvwr": "string",
        "length": "string",
        "made_in": "string",
        "make": "string",
        "model": "string",
        "sleeps": "string",
        "slideouts": "string",
        "transmission": "string",
        "year": 0
    },
    "dealer": {
        "city": "string",
        "country": "string",
        "county": "string",
        "dealer_type": "string",
        "dealership_group_name": "string",
        "id": 0,
        "latitude": "string",
        "longitude": "string",
        "msa_code": "string",
        "name": "string",
        "phone": "string",
        "seller_email": "string",
        "state": "string",
        "street": "string",
        "website": "string",
        "zip": "string"
    },
    "dp_url": "string",
    "exterior_color": "string",
    "extra": {
        "dealer_added_f": [
            "string"
        ],
        "electronics_f": [
            "string"
        ],
        "exterior_f": [
            "string"
        ],
        "features": [
            "string"
        ],
        "interior_f": [
            "string"
        ],
        "options": [
            "string"
        ],
        "safety_f": [
            "string"
        ],
        "seller_comments": "string",
        "standard_f": [
            "string"
        ],
        "technical_f": [
            "string"
        ]
    },
    "first_seen_at": 0,
    "first_seen_at_date": "string",
    "heading": "string",
    "id": "string",
    "interior_color": "string",
    "inventory_type": "string",
    "last_seen_at": 0,
    "last_seen_at_date": "string",
    "media": {
        "photo_links": [
            "string"
        ],
        "photo_links_cached": [
            "string"
        ]
    },
    "miles": 0,
    "msrp": 0,
    "price": 0,
    "scraped_at": 0,
    "scraped_at_date": "string",
    "seller_type": "string",
    "source": "string",
    "stock_no": "string",
    "vin": "string"
}

Request

Path Params

Query Params

Responses

🟢200RV listing for the given id
application/json
Body

🔴500Error
Modified at 2023-08-15 07:36:55
Previous
Listing media by id
Next
Long text RV Listings attributes for Listing with the given id
Built with