List of All Cars with Model

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dirgeshp
Forum Newbie
Posts: 23
Joined: Thu Jun 22, 2006 11:40 am

List of All Cars with Model

Post by dirgeshp »

I am trying to find a database somewhere online...which has all the cars and models.

I need to make a site where its needed.

can someone point me to the right place.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Post by Christopher »

I have never heard of such a thing that is not for sale. Have you gone to each manufacturer's website to see what is available -- there are not that many.
(#10850)
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Data like that is not for free.

EDIT | Original post was removed because it was stupid and gave bad advice.
dirgeshp
Forum Newbie
Posts: 23
Joined: Thu Jun 22, 2006 11:40 am

Post by dirgeshp »

Where can I purchase it then?
User avatar
nathanr
Forum Contributor
Posts: 200
Joined: Wed Jun 07, 2006 5:46 pm

Post by nathanr »

I have a car database listing all the current cars available the uk, it includes 11584 models, here's a snapshot of the csv (ignore the c_id field thats just an internal db primary key)

"long_name","bik_price","co2emissions","fuel_type","insurance_group","mpg_56","mpg_75","mpg_urban","euro_compliance","manufacturer","model_name","num_doors","release_year","base_model","variation","engine_size","c_id"
"Alfa Romeo 147 3dr Hatch 1.6 T Spark Lusso 06",1462200,194,"P",12,44,34,25,0,"Alfa Romeo","147",3,"06","147"," Hatch 1.6 T Spark Lusso","1.6",1
"Alfa Romeo 147 3dr Hatch 1.6 T Spark Ti Se 06A",1459700,194,"P",0,44,34,25,0,"Alfa Romeo","147",3,"06A","147"," Hatch 1.6 T Spark Ti Se","1.6",2
"Alfa Romeo 147 3dr Hatch 1.6 T Spark Turismo 06",1362200,194,"P",11,44,34,25,0,"Alfa Romeo","147",3,"06","147"," Hatch 1.6 T Spark Turismo","1.6",3
"Alfa Romeo 147 3dr Hatch 1.9 Jtdm 16v Lusso 06",1742700,157,"D",14,58,47,35,4,"Alfa Romeo","147",3,"06","147"," Hatch 1.9 Jtdm 16v Lusso","1.9",4
"Alfa Romeo 147 3dr Hatch 1.9 Jtdm Lusso 06",1582700,153,"D",12,60,48,36,4,"Alfa Romeo","147",3,"06","147"," Hatch 1.9 Jtdm Lusso","1.9",5
"Alfa Romeo 147 3dr Hatch 1.9 Jtdm Ti Se 06A",1742700,153,"D",0,60,48,36,4,"Alfa Romeo","147",3,"06A","147"," Hatch 1.9 Jtdm Ti Se","1.9",6
"Alfa Romeo 147 3dr Hatch 1.9 Jtdm Turismo 06",1482701,153,"D",11,60,48,36,4,"Alfa Romeo","147",3,"06","147"," Hatch 1.9 Jtdm Turismo","1.9",7
"Alfa Romeo 147 3dr Hatch 2.0 T Spark Lusso 06",1642200,211,"P",14,40,31,23,0,"Alfa Romeo","147",3,"06","147"," Hatch 2.0 T Spark Lusso","2.0",8
"Alfa Romeo 147 5dr Hatch 1.6 T Spark Lusso 06",1512200,194,"P",12,44,34,25,0,"Alfa Romeo","147",5,"06","147"," Hatch 1.6 T Spark Lusso","1.6",9
"Alfa Romeo 147 5dr Hatch 1.6 T Spark Ti Se 06A",1509700,194,"P",0,44,34,25,0,"Alfa Romeo","147",5,"06A","147"," Hatch 1.6 T Spark Ti Se","1.6",10

If you want it let me know and we'll agree a price
Post Reply