Vehicle models defined in server
image_file_name field defines vehicle image name.
The image files are available in /static/vehicles/ dir
and subfolder medium or small depending on required size

GET /api/vehicles/?format=api&page=3
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 212,
    "next": null,
    "previous": "http://convoytrucking.net/api/vehicles/?format=api&page=2",
    "results": [
        {
            "modelid": 540,
            "image_file_name": "vehicle_540.jpg",
            "name": "Vincent",
            "price": 85000,
            "colors": "37 37 42 42 53 53 62 62 7 7 10 10 11 11 15 15 -1 -1 ",
            "top_speed": 137,
            "flags": 1
        },
        {
            "modelid": 491,
            "image_file_name": "vehicle_491.jpg",
            "name": "Virgo",
            "price": 130000,
            "colors": "40 65 71 72 52 66 64 72 30 72 60 72 -1 -1 -1 -1 -1 -1 ",
            "top_speed": 137,
            "flags": 1
        },
        {
            "modelid": 412,
            "image_file_name": "vehicle_412.jpg",
            "name": "Voodoo",
            "price": 130000,
            "colors": "9 1 10 8 11 1 25 8 27 1 29 8 30 1 37 8 -1 -1 ",
            "top_speed": 175,
            "flags": 1
        },
        {
            "modelid": 539,
            "image_file_name": "vehicle_539.jpg",
            "name": "Vortex",
            "price": 2500000,
            "colors": "96 67 86 70 79 74 70 86 61 98 75 75 75 91 -1 -1 -1 -1 ",
            "top_speed": 61,
            "flags": 5
        },
        {
            "modelid": 478,
            "image_file_name": "vehicle_478.jpg",
            "name": "Walton",
            "price": 79000,
            "colors": "72 1 66 1 59 1 45 1 40 1 39 1 35 1 20 1 -1 -1 ",
            "top_speed": 85,
            "flags": 1
        },
        {
            "modelid": 421,
            "image_file_name": "vehicle_421.jpg",
            "name": "Washington",
            "price": 76000,
            "colors": "4 1 13 1 25 1 30 1 36 1 40 1 75 1 95 1 -1 -1 ",
            "top_speed": 145,
            "flags": 1
        },
        {
            "modelid": 586,
            "image_file_name": "vehicle_586.jpg",
            "name": "Wayfarer",
            "price": 80000,
            "colors": "119 1 122 1 8 1 10 1 13 1 25 1 27 1 32 1 -1 -1 ",
            "top_speed": 130,
            "flags": 129
        },
        {
            "modelid": 529,
            "image_file_name": "vehicle_529.jpg",
            "name": "Williard",
            "price": 85000,
            "colors": "37 37 42 42 53 53 62 62 7 7 10 10 11 11 15 15 -1 -1 ",
            "top_speed": 137,
            "flags": 1
        },
        {
            "modelid": 555,
            "image_file_name": "vehicle_555.jpg",
            "name": "Windsor",
            "price": 160000,
            "colors": "51 1 58 1 60 1 68 1 2 1 13 1 22 1 36 1 -1 -1 ",
            "top_speed": 154,
            "flags": 1
        },
        {
            "modelid": 456,
            "image_file_name": "vehicle_456.jpg",
            "name": "Yankee",
            "price": 170000,
            "colors": "84 63 91 63 102 65 105 72 110 93 121 93 12 95 23 1 -1 -1 ",
            "top_speed": 69,
            "flags": 257
        },
        {
            "modelid": 554,
            "image_file_name": "vehicle_554.jpg",
            "name": "Yosemite",
            "price": 87000,
            "colors": "53 32 15 32 45 32 34 30 65 32 14 32 12 32 43 32 -1 -1 ",
            "top_speed": 128,
            "flags": 1
        },
        {
            "modelid": 477,
            "image_file_name": "vehicle_477.jpg",
            "name": "ZR 350",
            "price": 420000,
            "colors": "92 1 94 1 101 1 121 1 0 1 22 1 36 1 75 1 -1 -1 ",
            "top_speed": 215,
            "flags": 1
        }
    ]
}