Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.45 KB | None | 0 0
  1. {
  2. "Cars": [
  3. {
  4. "id": "1",
  5. "model": "Audi A4",
  6. "category": "Standard",
  7. "city": "Bucharest",
  8. "image": "audi_a4",
  9. "year": "2010",
  10. "cilindricalCapacity": "1600",
  11. "price": "30",
  12. "noOfDoors": "5",
  13. "noOfSeats": "5",
  14. "averageConsumption": "5.2",
  15. "gearBox": "Manual"
  16. },
  17. {
  18. "id": "2",
  19. "model": "Dacia Duster",
  20. "category": "SUV",
  21. "city": "Bucharest",
  22. "image": "dacia_duster",
  23. "year": "2014",
  24. "cilindricalCapacity": "1600",
  25. "price": "36",
  26. "noOfDoors": "5",
  27. "noOfSeats": "5",
  28. "averageConsumption": "4.5",
  29. "gearBox": "Manual"
  30. },
  31. {
  32. "id": "3",
  33. "model": "Hyundai i20",
  34. "category": "Economy",
  35. "city": "Bucharest",
  36. "image": "hyundai_i20",
  37. "year": "2015",
  38. "cilindricalCapacity": "2000",
  39. "price": "29",
  40. "noOfDoors": "5",
  41. "noOfSeats": "5",
  42. "averageConsumption": "6.5",
  43. "gearBox": "Automatic"
  44. },
  45. {
  46. "id": "4",
  47. "model": "Mercedes EClass",
  48. "category": "Deluxe",
  49. "city": "Bucharest",
  50. "image": "mercedes_eclass",
  51. "year": "2010",
  52. "cilindricalCapacity": "1400",
  53. "price": "45",
  54. "noOfDoors": "3",
  55. "noOfSeats": "5",
  56. "averageConsumption": "6.2",
  57. "gearBox": "Manual"
  58. },
  59. {
  60. "id": "5",
  61. "model": "Toyota Avensis",
  62. "category": "Standard",
  63. "city": "Bucharest",
  64. "image": "toyota_avensis",
  65. "year": "2014",
  66. "cilindricalCapacity": "2600",
  67. "price": "30",
  68. "noOfDoors": "5",
  69. "noOfSeats": "5",
  70. "averageConsumption": "7.5",
  71. "gearBox": "Automatic"
  72. },
  73. {
  74. "id": "6",
  75. "model": "Seat Ibiza",
  76. "category": "Economy",
  77. "city": "Bucharest",
  78. "image": "seat_ibiza",
  79. "year": "2015",
  80. "cilindricalCapacity": "2000",
  81. "price": "25",
  82. "noOfDoors": "5",
  83. "noOfSeats": "5",
  84. "averageConsumption": "6.7",
  85. "gearBox": "Automatic"
  86. },
  87. {
  88. "id": "7",
  89. "model": "Opel Corsa",
  90. "category": "Economy",
  91. "city": "Bucharest",
  92. "image": "opel_corsa",
  93. "year": "2014",
  94. "cilindricalCapacity": "1400",
  95. "price": "24",
  96. "noOfDoors": "5",
  97. "noOfSeats": "5",
  98. "averageConsumption": "6.0",
  99. "gearBox": "Manual"
  100. },
  101. {
  102. "id": "8",
  103. "model": "Toyota Aygo",
  104. "category": "Mini",
  105. "city": "Bucharest",
  106. "image": "toyota_aygo",
  107. "year": "2015",
  108. "cilindricalCapacity": "1000",
  109. "price": "28",
  110. "noOfDoors": "5",
  111. "noOfSeats": "5",
  112. "averageConsumption": "4.7",
  113. "gearBox": "Manual"
  114. },
  115. {
  116. "id": "9",
  117. "model": "Opel Astra",
  118. "category": "Economy",
  119. "city": "Bucharest",
  120. "image": "opel_astra",
  121. "year": "2016",
  122. "cilindricalCapacity": "1800",
  123. "price": "29",
  124. "noOfDoors": "5",
  125. "noOfSeats": "5",
  126. "averageConsumption": "6.5",
  127. "gearBox": "Manual"
  128. },
  129. {
  130. "id": "10",
  131. "model": "Renault Captur",
  132. "category": "SUV",
  133. "city": "Bucharest",
  134. "image": "renault_captur",
  135. "year": "2017",
  136. "cilindricalCapacity": "2400",
  137. "price": "30",
  138. "noOfDoors": "5",
  139. "noOfSeats": "5",
  140. "averageConsumption": "6.7",
  141. "gearBox": "Automatic"
  142. },
  143. {
  144. "id": "11",
  145. "model": "Skoda Octavia",
  146. "category": "Standard",
  147. "city": "Bucharest",
  148. "image": "skoda_octavia",
  149. "year": "2017",
  150. "cilindricalCapacity": "2800",
  151. "price": "33",
  152. "noOfDoors": "5",
  153. "noOfSeats": "5",
  154. "averageConsumption": "7.7",
  155. "gearBox": "Automatic"
  156. },
  157. {
  158. "id": "12",
  159. "model": "Opel Insignia",
  160. "category": "Standard",
  161. "city": "Bucharest",
  162. "image": "opel_insignia",
  163. "year": "2017",
  164. "cilindricalCapacity": "1800",
  165. "price": "29",
  166. "noOfDoors": "5",
  167. "noOfSeats": "5",
  168. "averageConsumption": "5.9",
  169. "gearBox": "Manual"
  170. },
  171. {
  172. "id": "13",
  173. "model": "Chevrolet Aveo",
  174. "category": "Standard",
  175. "city": "Bucharest",
  176. "image": "chevrolet_aveo",
  177. "year": "2015",
  178. "cilindricalCapacity": "2000",
  179. "price": "25",
  180. "noOfDoors": "5",
  181. "noOfSeats": "5",
  182. "averageConsumption": "6.7",
  183. "gearBox": "Automatic"
  184. },
  185. {
  186. "id": "14",
  187. "model": "Dacia Logan",
  188. "category": "Standard",
  189. "city": "Bucharest",
  190. "image": "dacia_logan",
  191. "year": "2017",
  192. "cilindricalCapacity": "1600",
  193. "price": "23",
  194. "noOfDoors": "5",
  195. "noOfSeats": "5",
  196. "averageConsumption": "6.1",
  197. "gearBox": "Manual"
  198. },
  199. {
  200. "id": "15",
  201. "model": "Dacia Sandero",
  202. "category": "Economy",
  203. "city": "Bucharest",
  204. "image": "dacia_sandero",
  205. "year": "2016",
  206. "cilindricalCapacity": "1200",
  207. "price": "19",
  208. "noOfDoors": "5",
  209. "noOfSeats": "5",
  210. "averageConsumption": "5.5",
  211. "gearBox": "Manual"
  212. },
  213. {
  214. "id": "16",
  215. "model": "Dacia Logan MCV",
  216. "category": "Wagon",
  217. "city": "Bucharest",
  218. "image": "logan_mcv",
  219. "year": "2015",
  220. "cilindricalCapacity": "2200",
  221. "price": "35",
  222. "noOfDoors": "5",
  223. "noOfSeats": "7",
  224. "averageConsumption": "7.7",
  225. "gearBox": "Manual"
  226. },
  227. {
  228. "id": "17",
  229. "model": "Opel Vivaro",
  230. "category": "Van",
  231. "city": "Bucharest",
  232. "image": "opel_vivaro",
  233. "year": "2017",
  234. "cilindricalCapacity": "1800",
  235. "price": "43",
  236. "noOfDoors": "5",
  237. "noOfSeats": "9",
  238. "averageConsumption": "8.0",
  239. "gearBox": "Automatic"
  240. },
  241. {
  242. "id": "18",
  243. "model": "Fiat Doblo",
  244. "category": "Van",
  245. "city": "Bucharest",
  246. "image": "fiat_doblo",
  247. "year": "2017",
  248. "cilindricalCapacity": "1900",
  249. "price": "47",
  250. "noOfDoors": "5",
  251. "noOfSeats": "9",
  252. "averageConsumption": "8.1",
  253. "gearBox": "Manual"
  254. },
  255. {
  256. "id": "19",
  257. "model": "BMW 7 Series",
  258. "category": "Deluxe",
  259. "city": "Bucharest",
  260. "image": "bmw_7",
  261. "year": "2015",
  262. "cilindricalCapacity": "2800",
  263. "price": "65",
  264. "noOfDoors": "5",
  265. "noOfSeats": "5",
  266. "averageConsumption": "8.3",
  267. "gearBox": "Automatic"
  268. },
  269. {
  270. "id": "20",
  271. "model": "Fiat 500",
  272. "category": "Mini",
  273. "city": "Bucharest",
  274. "image": "fiat_500",
  275. "year": "2016",
  276. "cilindricalCapacity": "1200",
  277. "price": "29",
  278. "noOfDoors": "3",
  279. "noOfSeats": "5",
  280. "averageConsumption": "3.5",
  281. "gearBox": "Automatic"
  282. },
  283. {
  284. "id": "21",
  285. "model": "Volvo XC60",
  286. "category": "SUV",
  287. "city": "Bucharest",
  288. "image": "volvo_xc60",
  289. "year": "2015",
  290. "cilindricalCapacity": "1900",
  291. "price": "48",
  292. "noOfDoors": "5",
  293. "noOfSeats": "5",
  294. "averageConsumption": "6.5",
  295. "gearBox": "Automatic"
  296. },
  297. {
  298. "id": "22",
  299. "model": "Mazda CX-5",
  300. "category": "SUV",
  301. "city": "Bucharest",
  302. "image": "mazda_cx5",
  303. "year": "2015",
  304. "cilindricalCapacity": "1900",
  305. "price": "47",
  306. "noOfDoors": "5",
  307. "noOfSeats": "5",
  308. "averageConsumption": "7.2",
  309. "gearBox": "Manual"
  310. },
  311. {
  312. "id": "23",
  313. "model": "Ford Estate",
  314. "category": "Wagon",
  315. "city": "Bucharest",
  316. "image": "ford_estate",
  317. "year": "2014",
  318. "cilindricalCapacity": "1500",
  319. "price": "49",
  320. "noOfDoors": "5",
  321. "noOfSeats": "5",
  322. "averageConsumption": "5.5",
  323. "gearBox": "Manual"
  324. },
  325. {
  326. "id": "24",
  327. "model": "Audi A4",
  328. "category": "Standard",
  329. "city": "Cluj",
  330. "image": "audi_a4",
  331. "year": "2010",
  332. "cilindricalCapacity": "1600",
  333. "price": "30",
  334. "noOfDoors": "5",
  335. "noOfSeats": "5",
  336. "averageConsumption": "5.2",
  337. "gearBox": "Manual"
  338. },
  339. {
  340. "id": "25",
  341. "model": "Dacia Duster",
  342. "category": "SUV",
  343. "city": "Cluj",
  344. "image": "dacia_duster",
  345. "year": "2014",
  346. "cilindricalCapacity": "1600",
  347. "price": "36",
  348. "noOfDoors": "5",
  349. "noOfSeats": "5",
  350. "averageConsumption": "4.5",
  351. "gearBox": "Manual"
  352. },
  353. {
  354. "id": "26",
  355. "model": "Hyundai i20",
  356. "category": "Economy",
  357. "city": "Cluj",
  358. "image": "hyundai_i20",
  359. "year": "2015",
  360. "cilindricalCapacity": "2000",
  361. "price": "29",
  362. "noOfDoors": "5",
  363. "noOfSeats": "5",
  364. "averageConsumption": "6.5",
  365. "gearBox": "Automatic"
  366. },
  367. {
  368. "id": "27",
  369. "model": "Mercedes EClass",
  370. "category": "Deluxe",
  371. "city": "Cluj",
  372. "image": "mercedes_eclass",
  373. "year": "2010",
  374. "cilindricalCapacity": "1400",
  375. "price": "45",
  376. "noOfDoors": "3",
  377. "noOfSeats": "5",
  378. "averageConsumption": "6.2",
  379. "gearBox": "Manual"
  380. },
  381. {
  382. "id": "28",
  383. "model": "Toyota Avensis",
  384. "category": "Standard",
  385. "city": "Cluj",
  386. "image": "toyota_avensis",
  387. "year": "2014",
  388. "cilindricalCapacity": "2600",
  389. "price": "30",
  390. "noOfDoors": "5",
  391. "noOfSeats": "5",
  392. "averageConsumption": "7.5",
  393. "gearBox": "Automatic"
  394. },
  395. {
  396. "id": "29",
  397. "model": "Seat Ibiza",
  398. "category": "Economy",
  399. "city": "Cluj",
  400. "image": "seat_ibiza",
  401. "year": "2015",
  402. "cilindricalCapacity": "2000",
  403. "price": "25",
  404. "noOfDoors": "5",
  405. "noOfSeats": "5",
  406. "averageConsumption": "6.7",
  407. "gearBox": "Automatic"
  408. },
  409. {
  410. "id": "30",
  411. "model": "Opel Corsa",
  412. "category": "Economy",
  413. "city": "Cluj",
  414. "image": "opel_corsa",
  415. "year": "2014",
  416. "cilindricalCapacity": "1400",
  417. "price": "24",
  418. "noOfDoors": "5",
  419. "noOfSeats": "5",
  420. "averageConsumption": "6.0",
  421. "gearBox": "Manual"
  422. },
  423. {
  424. "id": "31",
  425. "model": "Toyota Aygo",
  426. "category": "Mini",
  427. "city": "Cluj",
  428. "image": "toyota_aygo",
  429. "year": "2015",
  430. "cilindricalCapacity": "1000",
  431. "price": "28",
  432. "noOfDoors": "5",
  433. "noOfSeats": "5",
  434. "averageConsumption": "4.7",
  435. "gearBox": "Manual"
  436. },
  437. {
  438. "id": "32",
  439. "model": "Opel Astra",
  440. "category": "Economy",
  441. "city": "Cluj",
  442. "image": "opel_astra",
  443. "year": "2016",
  444. "cilindricalCapacity": "1800",
  445. "price": "29",
  446. "noOfDoors": "5",
  447. "noOfSeats": "5",
  448. "averageConsumption": "6.5",
  449. "gearBox": "Manual"
  450. },
  451. {
  452. "id": "33",
  453. "model": "Renault Captur",
  454. "category": "SUV",
  455. "city": "Cluj",
  456. "image": "renault_captur",
  457. "year": "2017",
  458. "cilindricalCapacity": "2400",
  459. "price": "30",
  460. "noOfDoors": "5",
  461. "noOfSeats": "5",
  462. "averageConsumption": "6.7",
  463. "gearBox": "Automatic"
  464. },
  465. {
  466. "id": "34",
  467. "model": "Skoda Octavia",
  468. "category": "Standard",
  469. "city": "Cluj",
  470. "image": "skoda_octavia",
  471. "year": "2017",
  472. "cilindricalCapacity": "2800",
  473. "price": "33",
  474. "noOfDoors": "5",
  475. "noOfSeats": "5",
  476. "averageConsumption": "7.7",
  477. "gearBox": "Automatic"
  478. },
  479. {
  480. "id": "35",
  481. "model": "Opel Insignia",
  482. "category": "Standard",
  483. "city": "Cluj",
  484. "image": "opel_insignia",
  485. "year": "2017",
  486. "cilindricalCapacity": "1800",
  487. "price": "29",
  488. "noOfDoors": "5",
  489. "noOfSeats": "5",
  490. "averageConsumption": "5.9",
  491. "gearBox": "Manual"
  492. },
  493. {
  494. "id": "36",
  495. "model": "Chevrolet Aveo",
  496. "category": "Standard",
  497. "city": "Cluj",
  498. "image": "chevrolet_aveo",
  499. "year": "2015",
  500. "cilindricalCapacity": "2000",
  501. "price": "25",
  502. "noOfDoors": "5",
  503. "noOfSeats": "5",
  504. "averageConsumption": "6.7",
  505. "gearBox": "Automatic"
  506. },
  507. {
  508. "id": "37",
  509. "model": "Dacia Logan",
  510. "category": "Standard",
  511. "city": "Cluj",
  512. "image": "dacia_logan",
  513. "year": "2017",
  514. "cilindricalCapacity": "1600",
  515. "price": "23",
  516. "noOfDoors": "5",
  517. "noOfSeats": "5",
  518. "averageConsumption": "6.1",
  519. "gearBox": "Manual"
  520. },
  521. {
  522. "id": "38",
  523. "model": "Dacia Sandero",
  524. "category": "Economy",
  525. "city": "Cluj",
  526. "image": "dacia_sandero",
  527. "year": "2016",
  528. "cilindricalCapacity": "1200",
  529. "price": "19",
  530. "noOfDoors": "5",
  531. "noOfSeats": "5",
  532. "averageConsumption": "5.5",
  533. "gearBox": "Manual"
  534. },
  535. {
  536. "id": "39",
  537. "model": "Dacia Logan MCV",
  538. "category": "Wagon",
  539. "city": "Cluj",
  540. "image": "logan_mcv",
  541. "year": "2015",
  542. "cilindricalCapacity": "2200",
  543. "price": "35",
  544. "noOfDoors": "5",
  545. "noOfSeats": "7",
  546. "averageConsumption": "7.7",
  547. "gearBox": "Manual"
  548. },
  549. {
  550. "id": "40",
  551. "model": "Opel Vivaro",
  552. "category": "Van",
  553. "city": "Cluj",
  554. "image": "opel_vivaro",
  555. "year": "2017",
  556. "cilindricalCapacity": "1800",
  557. "price": "43",
  558. "noOfDoors": "5",
  559. "noOfSeats": "9",
  560. "averageConsumption": "8.0",
  561. "gearBox": "Automatic"
  562. },
  563. {
  564. "id": "41",
  565. "model": "Fiat Doblo",
  566. "category": "Van",
  567. "city": "Cluj",
  568. "image": "fiat_doblo",
  569. "year": "2017",
  570. "cilindricalCapacity": "1900",
  571. "price": "47",
  572. "noOfDoors": "5",
  573. "noOfSeats": "9",
  574. "averageConsumption": "8.1",
  575. "gearBox": "Manual"
  576. },
  577. {
  578. "id": "42",
  579. "model": "BMW 7 Series",
  580. "category": "Deluxe",
  581. "city": "Cluj",
  582. "image": "bmw_7",
  583. "year": "2015",
  584. "cilindricalCapacity": "2800",
  585. "price": "65",
  586. "noOfDoors": "5",
  587. "noOfSeats": "5",
  588. "averageConsumption": "8.3",
  589. "gearBox": "Automatic"
  590. },
  591. {
  592. "id": "43",
  593. "model": "Fiat 500",
  594. "category": "Mini",
  595. "city": "Cluj",
  596. "image": "fiat_500",
  597. "year": "2016",
  598. "cilindricalCapacity": "1200",
  599. "price": "29",
  600. "noOfDoors": "3",
  601. "noOfSeats": "5",
  602. "averageConsumption": "3.5",
  603. "gearBox": "Automatic"
  604. },
  605. {
  606. "id": "44",
  607. "model": "Volvo XC60",
  608. "category": "SUV",
  609. "city": "Cluj",
  610. "image": "volvo_xc60",
  611. "year": "2015",
  612. "cilindricalCapacity": "1900",
  613. "price": "48",
  614. "noOfDoors": "5",
  615. "noOfSeats": "5",
  616. "averageConsumption": "6.5",
  617. "gearBox": "Automatic"
  618. },
  619. {
  620. "id": "45",
  621. "model": "Mazda CX-5",
  622. "category": "SUV",
  623. "city": "Cluj",
  624. "image": "mazda_cx5",
  625. "year": "2015",
  626. "cilindricalCapacity": "1900",
  627. "price": "47",
  628. "noOfDoors": "5",
  629. "noOfSeats": "5",
  630. "averageConsumption": "7.2",
  631. "gearBox": "Manual"
  632. },
  633. {
  634. "id": "46",
  635. "model": "Ford Estate",
  636. "category": "Wagon",
  637. "city": "Cluj",
  638. "image": "ford_estate",
  639. "year": "2014",
  640. "cilindricalCapacity": "1500",
  641. "price": "49",
  642. "noOfDoors": "5",
  643. "noOfSeats": "5",
  644. "averageConsumption": "5.5",
  645. "gearBox": "Manual"
  646. },
  647. {
  648. "id": "47",
  649. "model": "Audi A4",
  650. "category": "Standard",
  651. "city": "Iasi",
  652. "image": "audi_a4",
  653. "year": "2010",
  654. "cilindricalCapacity": "1600",
  655. "price": "30",
  656. "noOfDoors": "5",
  657. "noOfSeats": "5",
  658. "averageConsumption": "5.2",
  659. "gearBox": "Manual"
  660. },
  661. {
  662. "id": "48",
  663. "model": "Dacia Duster",
  664. "category": "SUV",
  665. "city": "Iasi",
  666. "image": "dacia_duster",
  667. "year": "2014",
  668. "cilindricalCapacity": "1600",
  669. "price": "36",
  670. "noOfDoors": "5",
  671. "noOfSeats": "5",
  672. "averageConsumption": "4.5",
  673. "gearBox": "Manual"
  674. },
  675. {
  676. "id": "49",
  677. "model": "Hyundai i20",
  678. "category": "Economy",
  679. "city": "Iasi",
  680. "image": "hyundai_i20",
  681. "year": "2015",
  682. "cilindricalCapacity": "2000",
  683. "price": "29",
  684. "noOfDoors": "5",
  685. "noOfSeats": "5",
  686. "averageConsumption": "6.5",
  687. "gearBox": "Automatic"
  688. },
  689. {
  690. "id": "50",
  691. "model": "Mercedes EClass",
  692. "category": "Deluxe",
  693. "city": "Iasi",
  694. "image": "mercedes_eclass",
  695. "year": "2010",
  696. "cilindricalCapacity": "1400",
  697. "price": "45",
  698. "noOfDoors": "3",
  699. "noOfSeats": "5",
  700. "averageConsumption": "6.2",
  701. "gearBox": "Manual"
  702. },
  703. {
  704. "id": "51",
  705. "model": "Toyota Avensis",
  706. "category": "Standard",
  707. "city": "Iasi",
  708. "image": "toyota_avensis",
  709. "year": "2014",
  710. "cilindricalCapacity": "2600",
  711. "price": "30",
  712. "noOfDoors": "5",
  713. "noOfSeats": "5",
  714. "averageConsumption": "7.5",
  715. "gearBox": "Automatic"
  716. },
  717. {
  718. "id": "52",
  719. "model": "Seat Ibiza",
  720. "category": "Economy",
  721. "city": "Iasi",
  722. "image": "seat_ibiza",
  723. "year": "2015",
  724. "cilindricalCapacity": "2000",
  725. "price": "25",
  726. "noOfDoors": "5",
  727. "noOfSeats": "5",
  728. "averageConsumption": "6.7",
  729. "gearBox": "Automatic"
  730. },
  731. {
  732. "id": "53",
  733. "model": "Opel Corsa",
  734. "category": "Economy",
  735. "city": "Iasi",
  736. "image": "opel_corsa",
  737. "year": "2014",
  738. "cilindricalCapacity": "1400",
  739. "price": "24",
  740. "noOfDoors": "5",
  741. "noOfSeats": "5",
  742. "averageConsumption": "6.0",
  743. "gearBox": "Manual"
  744. },
  745. {
  746. "id": "54",
  747. "model": "Toyota Aygo",
  748. "category": "Mini",
  749. "city": "Iasi",
  750. "image": "toyota_aygo",
  751. "year": "2015",
  752. "cilindricalCapacity": "1000",
  753. "price": "28",
  754. "noOfDoors": "5",
  755. "noOfSeats": "5",
  756. "averageConsumption": "4.7",
  757. "gearBox": "Manual"
  758. },
  759. {
  760. "id": "55",
  761. "model": "Opel Astra",
  762. "category": "Economy",
  763. "city": "Iasi",
  764. "image": "opel_astra",
  765. "year": "2016",
  766. "cilindricalCapacity": "1800",
  767. "price": "29",
  768. "noOfDoors": "5",
  769. "noOfSeats": "5",
  770. "averageConsumption": "6.5",
  771. "gearBox": "Manual"
  772. },
  773. {
  774. "id": "56",
  775. "model": "Renault Captur",
  776. "category": "SUV",
  777. "city": "Iasi",
  778. "image": "renault_captur",
  779. "year": "2017",
  780. "cilindricalCapacity": "2400",
  781. "price": "30",
  782. "noOfDoors": "5",
  783. "noOfSeats": "5",
  784. "averageConsumption": "6.7",
  785. "gearBox": "Automatic"
  786. },
  787. {
  788. "id": "57",
  789. "model": "Skoda Octavia",
  790. "category": "Standard",
  791. "city": "Iasi",
  792. "image": "skoda_octavia",
  793. "year": "2017",
  794. "cilindricalCapacity": "2800",
  795. "price": "33",
  796. "noOfDoors": "5",
  797. "noOfSeats": "5",
  798. "averageConsumption": "7.7",
  799. "gearBox": "Automatic"
  800. },
  801. {
  802. "id": "58",
  803. "model": "Opel Insignia",
  804. "category": "Standard",
  805. "city": "Iasi",
  806. "image": "opel_insignia",
  807. "year": "2017",
  808. "cilindricalCapacity": "1800",
  809. "price": "29",
  810. "noOfDoors": "5",
  811. "noOfSeats": "5",
  812. "averageConsumption": "5.9",
  813. "gearBox": "Manual"
  814. },
  815. {
  816. "id": "59",
  817. "model": "Chevrolet Aveo",
  818. "category": "Standard",
  819. "city": "Iasi",
  820. "image": "chevrolet_aveo",
  821. "year": "2015",
  822. "cilindricalCapacity": "2000",
  823. "price": "25",
  824. "noOfDoors": "5",
  825. "noOfSeats": "5",
  826. "averageConsumption": "6.7",
  827. "gearBox": "Automatic"
  828. },
  829. {
  830. "id": "60",
  831. "model": "Dacia Logan",
  832. "category": "Standard",
  833. "city": "Iasi",
  834. "image": "dacia_logan",
  835. "year": "2017",
  836. "cilindricalCapacity": "1600",
  837. "price": "23",
  838. "noOfDoors": "5",
  839. "noOfSeats": "5",
  840. "averageConsumption": "6.1",
  841. "gearBox": "Manual"
  842. },
  843. {
  844. "id": "61",
  845. "model": "Dacia Sandero",
  846. "category": "Economy",
  847. "city": "Iasi",
  848. "image": "dacia_sandero",
  849. "year": "2016",
  850. "cilindricalCapacity": "1200",
  851. "price": "19",
  852. "noOfDoors": "5",
  853. "noOfSeats": "5",
  854. "averageConsumption": "5.5",
  855. "gearBox": "Manual"
  856. },
  857. {
  858. "id": "62",
  859. "model": "Dacia Logan MCV",
  860. "category": "Wagon",
  861. "city": "Iasi",
  862. "image": "logan_mcv",
  863. "year": "2015",
  864. "cilindricalCapacity": "2200",
  865. "price": "35",
  866. "noOfDoors": "5",
  867. "noOfSeats": "7",
  868. "averageConsumption": "7.7",
  869. "gearBox": "Manual"
  870. },
  871. {
  872. "id": "63",
  873. "model": "Opel Vivaro",
  874. "category": "Van",
  875. "city": "Iasi",
  876. "image": "opel_vivaro",
  877. "year": "2017",
  878. "cilindricalCapacity": "1800",
  879. "price": "43",
  880. "noOfDoors": "5",
  881. "noOfSeats": "9",
  882. "averageConsumption": "8.0",
  883. "gearBox": "Automatic"
  884. },
  885. {
  886. "id": "64",
  887. "model": "Fiat Doblo",
  888. "category": "Van",
  889. "city": "Iasi",
  890. "image": "fiat_doblo",
  891. "year": "2017",
  892. "cilindricalCapacity": "1900",
  893. "price": "47",
  894. "noOfDoors": "5",
  895. "noOfSeats": "9",
  896. "averageConsumption": "8.1",
  897. "gearBox": "Manual"
  898. },
  899. {
  900. "id": "65",
  901. "model": "BMW 7 Series",
  902. "category": "Deluxe",
  903. "city": "Iasi",
  904. "image": "bmw_7",
  905. "year": "2015",
  906. "cilindricalCapacity": "2800",
  907. "price": "65",
  908. "noOfDoors": "5",
  909. "noOfSeats": "5",
  910. "averageConsumption": "8.3",
  911. "gearBox": "Automatic"
  912. },
  913. {
  914. "id": "66",
  915. "model": "Fiat 500",
  916. "category": "Mini",
  917. "city": "Iasi",
  918. "image": "fiat_500",
  919. "year": "2016",
  920. "cilindricalCapacity": "1200",
  921. "price": "29",
  922. "noOfDoors": "3",
  923. "noOfSeats": "5",
  924. "averageConsumption": "3.5",
  925. "gearBox": "Automatic"
  926. },
  927. {
  928. "id": "67",
  929. "model": "Volvo XC60",
  930. "category": "SUV",
  931. "city": "Iasi",
  932. "image": "volvo_xc60",
  933. "year": "2015",
  934. "cilindricalCapacity": "1900",
  935. "price": "48",
  936. "noOfDoors": "5",
  937. "noOfSeats": "5",
  938. "averageConsumption": "6.5",
  939. "gearBox": "Automatic"
  940. },
  941. {
  942. "id": "68",
  943. "model": "Mazda CX-5",
  944. "category": "SUV",
  945. "city": "Iasi",
  946. "image": "mazda_cx5",
  947. "year": "2015",
  948. "cilindricalCapacity": "1900",
  949. "price": "47",
  950. "noOfDoors": "5",
  951. "noOfSeats": "5",
  952. "averageConsumption": "7.2",
  953. "gearBox": "Manual"
  954. },
  955. {
  956. "id": "69",
  957. "model": "Ford Estate",
  958. "category": "Wagon",
  959. "city": "Iasi",
  960. "image": "ford_estate",
  961. "year": "2014",
  962. "cilindricalCapacity": "1500",
  963. "price": "49",
  964. "noOfDoors": "5",
  965. "noOfSeats": "5",
  966. "averageConsumption": "5.5",
  967. "gearBox": "Manual"
  968. }
  969. ]
  970. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement