cars.json

5.73 KB
12/09/2025 07:44
JSON
cars.json
[
  {
    "id": "car001",
    "brand": "Honda",
    "model": "Civic",
    "year": 2022,
    "type": "Sedan",
    "seats": 5,
    "pricePerDay": 1200,
    "imageUrl": "img/car_civic.webp",
    "description": "รถยนต์ซีดานยอดนิยม ประหยัดน้ำมัน เหมาะสำหรับการเดินทางในเมืองและต่างจังหวัด",
    "available": true
  },
  {
    "id": "car002",
    "brand": "Toyota",
    "model": "Fortuner",
    "year": 2021,
    "type": "SUV",
    "seats": 7,
    "pricePerDay": 2500,
    "imageUrl": "img/car_fortuner.webp",
    "description": "รถยนต์ SUV ขนาดใหญ่ เหมาะสำหรับครอบครัวและการเดินทางผจญภัย",
    "available": true
  },
  {
    "id": "car003",
    "brand": "Mercedes-Benz",
    "model": "C-Class",
    "year": 2023,
    "type": "Luxury Sedan",
    "seats": 5,
    "pricePerDay": 4500,
    "imageUrl": "img/car_mercedes_c.webp",
    "description": "รถยนต์หรูหราพร้อมความสะดวกสบายสูงสุด เหมาะสำหรับโอกาสพิเศษ",
    "available": true
  },
  {
    "id": "car004",
    "brand": "Nissan",
    "model": "Almera",
    "year": 2023,
    "type": "Eco Car",
    "seats": 5,
    "pricePerDay": 900,
    "imageUrl": "img/car_almera.webp",
    "description": "รถยนต์หรูหราพร้อมความสะดวกสบายสูงสุด เหมาะสำหรับโอกาสพิเศษ",
    "available": true
  },
  {
    "id": "car005",
    "brand": "Mazda",
    "model": "CX-5",
    "year": 2022,
    "type": "Crossover",
    "seats": 5,
    "pricePerDay": 2000,
    "imageUrl": "img/car_cx5.webp",
    "description": "รถยนต์ครอสโอเวอร์ที่มีดีไซน์สปอร์ตและเทคโนโลยีทันสมัย เหมาะสำหรับการขับขี่ในเมืองและท่องเที่ยว",
    "available": true
  },
  {
    "id": "car006",
    "brand": "Ford",
    "model": "Ranger",
    "year": 2021,
    "type": "Pickup Truck",
    "seats": 5,
    "pricePerDay": 2200,
    "imageUrl": "img/car_ranger.webp",
    "description": "รถกระบะที่มีความแข็งแกร่งและสมรรถนะสูง เหมาะสำหรับงานหนักและการเดินทางในพื้นที่ทุรกันดาร",
    "available": true
  },
  {
    "id": "car007",
    "brand": "BMW",
    "model": "X3",
    "year": 2023,
    "type": "Luxury SUV",
    "seats": 5,
    "pricePerDay": 5000,
    "imageUrl": "img/car_bmw_x3.webp",
    "description": "รถยนต์ SUV หรูหราพร้อมเทคโนโลยีล้ำสมัยและสมรรถนะการขับขี่ที่ยอดเยี่ยม เหมาะสำหรับการเดินทางในเมืองและท่องเที่ยว",
    "available": true
  },
  {
    "id": "car008",
    "brand": "Chevrolet",
    "model": "Trailblazer",
    "year": 2022,
    "type": "SUV",
    "seats": 7,
    "pricePerDay": 2300,
    "imageUrl": "img/car_trailblazer.webp",
    "description": "รถยนต์ SUV ขนาดกลางที่มีดีไซน์ทันสมัยและสมรรถนะการขับขี่ที่ดี เหมาะสำหรับครอบครัวและการเดินทางผจญภัย",
    "available": true
  },
  {
    "id": "car009",
    "brand": "Hyundai",
    "model": "Tucson",
    "year": 2021,
    "type": "Crossover",
    "seats": 5,
    "pricePerDay": 1800,
    "imageUrl": "img/car_tucson.webp",
    "description": "รถยนต์ครอสโอเวอร์ที่มีดีไซน์สปอร์ตและเทคโนโลยีทันสมัย เหมาะสำหรับการขับขี่ในเมืองและท่องเที่ยว",
    "available": true
  },
  {
    "id": "car010",
    "brand": "Kia",
    "model": "Seltos",
    "year": 2022,
    "type": "Crossover",
    "seats": 5,
    "pricePerDay": 1700,
    "imageUrl": "img/car_seltos.webp",
    "description": "รถยนต์ครอสโอเวอร์ที่มีดีไซน์ทันสมัยและเทคโนโลยีล้ำสมัย เหมาะสำหรับการขับขี่ในเมืองและท่องเที่ยว",
    "available": true
  },
  {
    "id": "car011",
    "brand": "Volkswagen",
    "model": "Tiguan",
    "year": 2023,
    "type": "SUV",
    "seats": 5,
    "pricePerDay": 2400,
    "imageUrl": "img/car_tiguan.webp",
    "description": "รถยนต์ SUV ที่มีดีไซน์สปอร์ตและสมรรถนะการขับขี่ที่ยอดเยี่ยม เหมาะสำหรับครอบครัวและการเดินทางผจญภัย",
    "available": true
  },
  {
    "id": "car012",
    "brand": "Audi",
    "model": "A4",
    "year": 2022,
    "type": "Luxury Sedan",
    "seats": 5,
    "pricePerDay": 4800,
    "imageUrl": "img/car_audi_a4.webp",
    "description": "รถยนต์หรูหราพร้อมความสะดวกสบายสูงสุด เหมาะสำหรับโอกาสพิเศษและการเดินทางธุรกิจ",
    "available": true
  }
]