GET

https://listings.vin?sort=mileage.asc

Sorts by the retailListing.miles

Sort by Miles

  • Ascending: append .asc to the end of your sort query: sort=mileage.asc
  • Descending: append .desc to the end of your sort query: sort=mileage.desc
sort=mileage.asc
string

Sort vehicles by miles in ascending order.

sort=mileage.desc
string

Sort vehicles by miles in descending order.