Driver Information
GET http://ergast.com/api/f1/drivers/{{driverid}}
Each driver listed in the response is identified by a unique driverId which is used to identify the driver throughout the API. To obtain information about a particular driver append the driverId
This endpoint is to obtain the information of a particular driver based on the driverid (driver name)
RESPONSES
status: OK
"\u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003c?xml-stylesheet type=\"text/xsl\" href=\"/schemas/mrd-1.4.xsl\"?\u003e\n\u003cMRData xmlns=\"http://ergast.com/mrd/1.4\" series=\"f1\" url=\"http://ergast.com/api/f1/drivers/alonso\" limit=\"30\" offset=\"0\" total=\"1\"\u003e\n \u003cDriverTable driverId=\"alonso\"\u003e\n \u003cDriver driverId=\"alonso\" code=\"ALO\" url=\"http://en.wikipedia.org/wiki/Fernando_Alonso\"\u003e\n \u003cPermanentNumber\u003e14\u003c/PermanentNumber\u003e\n \u003cGivenName\u003eFernando\u003c/GivenName\u003e\n \u003cFamilyName\u003eAlonso\u003c/FamilyName\u003e\n \u003cDateOfBirth\u003e1981-07-29\u003c/DateOfBirth\u003e\n \u003cNationality\u003eSpanish\u003c/Nationality\u003e\n \u003c/Driver\u003e\n \u003c/DriverTable\u003e\n\u003c/MRData\u003e"