vistalop.blogg.se

Iracing how i see my division standings
Iracing how i see my division standings










iracing how i see my division standings iracing how i see my division standings

Toggles display of blacklisted drivers in results. Toggles display of studied drivers in results. If logged in while also providing your custid, it will also return the status info of your friends and studied/blacklisted drivers. Returns the status info of the provided cust_id. Returns friends list for the person logged in. !Note: Only works for the currently logged in members cust_id. Should let you see non-active drivers with 0, but appears that iRacing does not allow it.Īccepts a cust_id to filter results to friend, watched, or recent. The Sort enum is from the constants module. The default is to sort the data with the most recent race as the first result. The first result of the query to return and the last result of the query to return. (The Category enum is from the constants module)įilters results by the driver's License Class.įilters results by the driver's ttRating.įilters results by the driver's average starting position.įilters results by the driver's average finish position.įilters results by the driver's average champ points awarded.įilters results by the driver's average incidents per race. Accepted values can be found in the Countr圜ode enum from the constants module for convienence. Return only drivers from a given country. 'John Smitherson5')Īlso accepts partial names to return all matching drivers. It is arguably the easiest method to obtain driver information. This method provides functionality that the iRacing page does not. This is the backend source for iRacing's Driver Stats Page. Returns a list of DriverStats objects that match the given parameters. Returns a list of CareerStats objects as seen on iRacing's Career Profile. For all results of a series, go to series_race_results() career_stats() ¶ A good example is event_results() It can return all kinds of different race results, but only ones related to a specific cust_id. Driver Data ¶ĭata returned from these methods require a driver (cust_id) to be included in the query parameters. We plan to modify this to return a None object with a warning instead so that the program won't crash. When a reponse is an empty dictionary (due to an invalid input to iRacing) you will recieve an error. Data returned from iRacing is mapped into objects based on the specific dictionary key values that they give us. We do not currently offer error handling in the event of an invalid input.












Iracing how i see my division standings