Information for a specific pit stop

GET http://ergast.com/api/f1/{{year}}/{{round}}/pitstops/{{pitstopnumber}}

This endpoint requires the season(year), race(round) and pit stop number(pitstopnumber) to be specified.

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/2019/1/pitstops/2\" limit=\"30\" offset=\"0\" total=\"2\"\u003e\n    \u003cRaceTable season=\"2019\" round=\"1\" stop=\"2\"\u003e\n        \u003cRace season=\"2019\" round=\"1\" url=\"https://en.wikipedia.org/wiki/2019_Australian_Grand_Prix\"\u003e\n            \u003cRaceName\u003eAustralian Grand Prix\u003c/RaceName\u003e\n            \u003cCircuit circuitId=\"albert_park\" url=\"http://en.wikipedia.org/wiki/Melbourne_Grand_Prix_Circuit\"\u003e\n                \u003cCircuitName\u003eAlbert Park Grand Prix Circuit\u003c/CircuitName\u003e\n                \u003cLocation lat=\"-37.8497\" long=\"144.968\"\u003e\n                    \u003cLocality\u003eMelbourne\u003c/Locality\u003e\n                    \u003cCountry\u003eAustralia\u003c/Country\u003e\n                \u003c/Location\u003e\n            \u003c/Circuit\u003e\n            \u003cDate\u003e2019-03-17\u003c/Date\u003e\n            \u003cTime\u003e05:10:00Z\u003c/Time\u003e\n            \u003cPitStopsList\u003e\n                \u003cPitStop driverId=\"kubica\" stop=\"2\" lap=\"28\" time=\"16:58:10\" duration=\"22.343\"/\u003e\n                \u003cPitStop driverId=\"russell\" stop=\"2\" lap=\"42\" time=\"17:18:18\" duration=\"21.543\"/\u003e\n            \u003c/PitStopsList\u003e\n        \u003c/Race\u003e\n    \u003c/RaceTable\u003e\n\u003c/MRData\u003e"