List of all finishing status codes

GET http://ergast.com/api/f1/status

Every driver has a finishing status like 'finished', disqualified', 'accident', '+1 lap', '+2 lap', etc. This endpoint will give the list of all such statuses. Example request and response attached

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/status\" limit=\"30\" offset=\"0\" total=\"133\"\u003e\n    \u003cStatusTable\u003e\n        \u003cStatus statusId=\"1\" count=\"6396\"\u003eFinished\u003c/Status\u003e\n        \u003cStatus statusId=\"2\" count=\"142\"\u003eDisqualified\u003c/Status\u003e\n        \u003cStatus statusId=\"3\" count=\"1024\"\u003eAccident\u003c/Status\u003e\n        \u003cStatus statusId=\"4\" count=\"791\"\u003eCollision\u003c/Status\u003e\n        \u003cStatus statusId=\"5\" count=\"1998\"\u003eEngine\u003c/Status\u003e\n        \u003cStatus statusId=\"6\" count=\"793\"\u003eGearbox\u003c/Status\u003e\n        \u003cStatus statusId=\"7\" count=\"320\"\u003eTransmission\u003c/Status\u003e\n        \u003cStatus statusId=\"8\" count=\"214\"\u003eClutch\u003c/Status\u003e\n        \u003cStatus statusId=\"9\" count=\"133\"\u003eHydraulics\u003c/Status\u003e\n        \u003cStatus statusId=\"10\" count=\"314\"\u003eElectrical\u003c/Status\u003e\n        \u003cStatus statusId=\"11\" count=\"3556\"\u003e+1 Lap\u003c/Status\u003e\n        \u003cStatus statusId=\"12\" count=\"1552\"\u003e+2 Laps\u003c/Status\u003e\n        \u003cStatus statusId=\"13\" count=\"725\"\u003e+3 Laps\u003c/Status\u003e\n        \u003cStatus statusId=\"14\" count=\"405\"\u003e+4 Laps\u003c/Status\u003e\n        \u003cStatus statusId=\"15\" count=\"220\"\u003e+5 Laps\u003c/Status\u003e\n        \u003cStatus statusId=\"16\" count=\"152\"\u003e+6 Laps\u003c/Status\u003e\n        \u003cStatus statusId=\"17\" count=\"99\"\u003e+7 Laps\u003c/Status\u003e\n        \u003cStatus statusId=\"18\" count=\"52\"\u003e+8 Laps\u003c/Status\u003e\n        \u003cStatus statusId=\"19\" count=\"38\"\u003e+9 Laps\u003c/Status\u003e\n        \u003cStatus statusId=\"20\" count=\"790\"\u003eSpun off\u003c/Status\u003e\n        \u003cStatus statusId=\"21\" count=\"41\"\u003eRadiator\u003c/Status\u003e\n        \u003cStatus statusId=\"22\" count=\"427\"\u003eSuspension\u003c/Status\u003e\n        \u003cStatus statusId=\"23\" count=\"243\"\u003eBrakes\u003c/Status\u003e\n        \u003cStatus statusId=\"24\" count=\"60\"\u003eDifferential\u003c/Status\u003e\n        \u003cStatus statusId=\"25\" count=\"128\"\u003eOverheating\u003c/Status\u003e\n        \u003cStatus statusId=\"26\" count=\"26\"\u003eMechanical\u003c/Status\u003e\n        \u003cStatus statusId=\"27\" count=\"55\"\u003eTyre\u003c/Status\u003e\n        \u003cStatus statusId=\"28\" count=\"1\"\u003eDriver Seat\u003c/Status\u003e\n        \u003cStatus statusId=\"29\" count=\"37\"\u003ePuncture\u003c/Status\u003e\n        \u003cStatus statusId=\"30\" count=\"24\"\u003eDriveshaft\u003c/Status\u003e\n    \u003c/StatusTable\u003e\n\u003c/MRData\u003e"