Formula 1 Statistics Feeds

Size: px
Start display at page:

Download "Formula 1 Statistics Feeds"

Transcription

1 Formula 1 Statistics Feeds 2018 Season 1 SPORTRADAR FORMULA 1 STATISTICS FEEDS

2 Table of Contents Formula 1 Statistics Feeds... 3 Competitor Information... 4 Team Information... 5 Stage Information... 6 Results Information... 7 Probability Information... 8 Venue Information... 9 Frequently Asked Questions...10 Document Change History SPORTRADAR FORMULA 1 STATISTICS FEEDS

3 Formula 1 Statistics Feeds We package our comprehensive stats collection into the following feeds, each focused on serving specific information needs: provides detailed driver information including debut date, first points, first pole, and first victories. Seasons - displays a listing of Formula 1 seasons with respective stage IDs. returns the outrights for each driver for a given race. returns stage and result information for each competitor and team. Team Profile provides detailed team information including car details, engine type, and debut date, first points, first pole, first victories, and relevant staff information. 3 SPORTRADAR FORMULA 1 STATISTICS FEEDS

4 Competitor Information Stat Feeds Element Attribute Format Car Nickname info car_nickname String Country Code competitor country_code String Date of Birth info dateofbirth Date Debut info debut Date First Points Date info first_points Date First Pole Date info first_pole Date First Victory Date info first_victory Date Gender competitor gender String Height info height Integer Id competitor id GUID Name competitor name String Nationality competitor nationality String Official Website info url_official String Origin Country info country String Origin Country Code info country_code String Place of Birth info placeofbirth String Salary info salary Integer WCS Won info wcs_won Integer Weight info weight Integer 4 SPORTRADAR FORMULA 1 STATISTICS FEEDS

5 Team Information Stat Feeds Element Attribute Format Back Wing Color Team Profile info back_wing_color String Car Chassis Team Profile info car_chassis String Car Construction Year Team Profile info car_construction_year Integer Car Engine Name Team Profile info car_engine_name String Car Engine Size Team Profile info car_engine_size Integer Car Fuel Type Team Profile info car_fuel_type String Car Name Team Profile info car_name String Car Tyres Team Profile info car_tyres String Chief Engineer Team Profile info chief_engineer String Country Code Team Profile team country_code String Debut Team Profile info debut Date F1 License Team Profile info f1_license Integer First Points Team Profile info first_points Date First Pole Team Profile info first_pole Date First Victory Team Profile info first_victory Date Foundation Year Team Profile info foundation_year Integer Front Color Team Profile info front_color String Front Wing Color Team Profile info front_wing_color String Gender Team Profile team gender String Id Team Profile team id GUID Location Team Profile info location String Middle Back Center Color Team Profile info middle_back_center_color String Middle Back Sides Color Team Profile info middle_back_sides_color String Middle Sides Color Team Profile info middle_sides_color String Name Team Profile team name String Nationality Team Profile team nationality String Official Website Team Profile info url_official String Origin Country Team Profile info country String Origin Country Code Team Profile info country_code String President Team Profile info president String Sports Director Team Profile info sports_director String Technical Director Team Profile info technical_director String 5 SPORTRADAR FORMULA 1 STATISTICS FEEDS

6 Stage Information Stat Feeds Element Attribute Format Air Temperature Description Humidity Id Laps Laps Completed Pit Open Scheduled Scheduled End Status Substatus Track Temperature Type Weather Seasons Seasons Seasons Seasons Seasons stage air_temperature Integer stage description String stage humidity Integer stage id GUID stage laps Integer stage laps_completed Integer stage pit_open Boolean stage scheduled Date/Time stage scheduled_end Date/Time stage status String stage substatus String stage track_temperature Integer stage type String stage weather String 6 SPORTRADAR FORMULA 1 STATISTICS FEEDS

7 Results Information Stat Feeds Element Attribute Format Fastest Lap Time Grid Laps Pitstop Count Points Position Status Substatus Time result fastest_lap_time String result grid Integer result laps Integer result pitstop_count Integer result points Integer result position Integer result status String result substatus String result time String 7 SPORTRADAR FORMULA 1 STATISTICS FEEDS

8 Probability Information Stat Feeds Element Attribute Format Market Name market name GUID Market Type market type String Outcome Id outcome id Date/Time Outcome Name outcome name String Outcome Probability outcome probability String 8 SPORTRADAR FORMULA 1 STATISTICS FEEDS

9 Venue Information Stat Feeds Element Attribute Format City Coordinates Country Country Code Curves Left Curves Right Debut Laps Length Name Official Website venue city String venue coordinates String venue country String venue country_code String venue curves_left Integer venue curves_right Integer venue debut Integer venue laps Integer venue length Integer venue name String venue official String 9 SPORTRADAR FORMULA 1 STATISTICS FEEDS

10 Frequently Asked Questions Q: How does the stage system work? A: The F1 API uses generic stage implementation. The core of the API is built around the concept of stages. For example, an event contains the following stage types: practice, qualifying, and race. Each of those stages, in turn, have stages (except Practice which has no sub-stages). The IDs of each stage are usable in the URL path to request information about that particular stage. Qualifying stages contain sub-stages known as "Qualifying Parts". In the Race stages, the sub-stages are laps. You can use the lap stage ID in the URL to get specific lap details, including driver times, and position. The F1 sport and seasons within it are stages as well. The sport stage consists of season stages for each annual season. Using the ID of a chosen season as a parameter in the endpoint you can "drill down" into each season. For example, using the 2018 season ID as a parameter in the endpoint, the sub-stages will be individual race events. From the race event, you can drill down into the practice, qualifying, race, and lap stages of a race using the same endpoint with different stage IDs. The best way to 'start' the navigation with the F1 API is using the Seasons endpoint. From there one can obtain the stage ID for the season required and use that as a parameter in the endpoint. Stage Type Sport Season Event Practice Qualifying Qualifying Part Race Lap Information Included Information about the seasons included. Which is limited to the current and previous season only. Note probabilities do not return valid data on this stage. Contains the season schedule, driver and team standings and statistics. Information about a single event, the competitors, the teams, and the circuit. Competitors and results of practice such as fastest time etc. Information pertaining to the qualifying stage of the event including conditions, competitors, and overall qualifying results. Information about the individual qualifying parts of the overall qualifying stage such as conditions, competitors, and results. Details of the race itself including the competitors, lap by lap, and overall results. Specific details on individual laps such as driver positions, times, etc. Note probabilities do not return valid data on this stage. Sub-stages Formula 1 seasons: 2017, Events on the F1 calendar for that season (eg: Melbourne Grand Prix, Abu Dhabi Grand Prix, etc.). Sessions (eg: Practice, Qualifying, Race) None Qualifying Parts None Laps None. 10 SPORTRADAR FORMULA 1 STATISTICS FEEDS

11 Q: What are the stage types I can expect to see in the feeds? A: Here are the Formula 1 stage: sport season event practice qualifying qualifying_part race lap Q: How do I see the Championship points table? A: Use the stage summary endpoint and a season stage ID as the parameter. The competitors node lists competitors, ranked with points, position, victories, races, races with points, and podiums. Q: How do I know what 'stage' I am currently looking at? A: Each stage has a 'stage' element. The stage element has an attribute 'type' displays stage type. The different valid stage types are listed above. Q: How do I get the probabilities for the entire Championship? Or only one race? A: You can use season, event, and race stage IDs as parameters for the probabilities endpoint. Probabilities are available for the individual driver to win the season, a single event, and race stage. Probabilities are not available on the Sport, Practice, Qualifying, or Lap stages. Q: How do I look up information about teams? A: Use the Team Profile endpoint with the required driver's competitor ID. The best place to get the driver's ID is the endpoint, using the season stage ID as the parameter. Most stages will include driver and team IDs. Q: How do I retrieve information about an individual driver? A: Use the endpoint with the required driver's competitor ID. The best place to get the driver's competitor ID is the endpoint, using the season stage ID. Q: What races are covered in the F1 API? A: The entire F1 Championship. Q: Is it updated in real-time? A: No, the F1 API provides lap by lap updates? Q: Does this API include Qualifying and Practice sessions? A: Yes, qualifying stages are all covered lap by lap. Practice sessions are updated post-session. 11 SPORTRADAR FORMULA 1 STATISTICS FEEDS

12 Q: Which plan should I choose ("Premium" or "Basic")? A: Races are only covered from a lap by lap perspective. Premium provides enough calls to allow you to call the race endpoint every 10s for fresh data. The Basic plan only provides a small number of calls per session to allow for retrieving only the results. Q: What are the possible statuses of a race or stage? A: Here are the possible race and stage statuses: cancelled finished running not_started completed closed preliminary Q: What is the Date format? A: When we present date only values we present these in the ISO 8601 standard format. ex: We use these for attributes that have date and no time (such as birthdate). For more information: Q: What time zone are the date time fields presented in? A: All our Date/Time attributes are in UTC, presented in the ISO 8601 standard format. ex: T18:15:00+00:00 For more information: 12 SPORTRADAR FORMULA 1 STATISTICS FEEDS

13 Document Change History Date Section Change 03/26/2018 All Initial release for version SPORTRADAR FORMULA 1 STATISTICS FEEDS

Formula E Statistics Feeds

Formula E Statistics Feeds Formula E Statistics Feeds 2018 1 SPORTRADAR FORMULA E STATISTICS FEEDS Table of Contents Formula E Statistics Feeds... 3 Competitor Information... 4 Team Information... 5 Stage Information... 6 Results

More information

League Of Legends Statistics Feeds

League Of Legends Statistics Feeds League Of Legends Statistics Feeds 2016 1 SPORTRADAR LEAGUE OF LEGENDS STATISTICS FEEDS Table of Contents League of Legends Statistics Feeds... 3 Language Support... 4 Tournament Information... 5 Player

More information

Updated MMA Statistics Feeds 1 SPORTRADAR MMA STATISTICS FEEDS

Updated MMA Statistics Feeds 1 SPORTRADAR MMA STATISTICS FEEDS MMA Statistics Feeds 2016 1 SPORTRADAR MMA STATISTICS FEEDS Table of Contents Overview... 3 MMA Statistics Feeds... 4 Organization Information... 5 Event & Venue Information... 6 Fight Information & Results...

More information

Rugby Statistics Feeds

Rugby Statistics Feeds Rugby Statistics Feeds 2015 1 SPORTRADAR RUGBY STATISTICS FEEDS Table of Contents Overview... 3 Rugby Statistics Feeds... 4 League & Tournament Information... 5 Team Information... 7 Player Information...

More information

Classic NASCAR Statistics Feeds

Classic NASCAR Statistics Feeds Classic NASCAR Statistics Feeds 2016 Season 1 SPORTRADAR NASCAR STATISTICS FEEDS Table of Contents Overview... 3 NASCAR Statistics Feeds... 4 Series & Event Information... 5 Race Information... 6 Track

More information

Official NASCAR Statistics Feeds

Official NASCAR Statistics Feeds Official NASCAR Statistics Feeds 2016 Season 1 SPORTRADAR NASCAR STATISTICS FEEDS Table of Contents NASCAR Statistics Feeds... 3 Series & Event Information... 4 Race Information... 5 Track Information...

More information

Global Baseball Statistics Feeds

Global Baseball Statistics Feeds Global Baseball Statistics Feeds 2016 Season 1 SPORTRADAR GLOBAL BASEBALL STATISTICS FEEDS Table of Contents Global Baseball Statistics Feeds... 3 Coverage Levels... 4 Language Support... 5 Category &

More information

Futsal Statistics Feeds

Futsal Statistics Feeds Futsal Statistics Feeds 2016 Season 1 SPORTRADAR FUTSAL FOOTBALL STATISTICS FEEDS Table of Contents Futsal Statistics Feeds... 3 Coverage Levels... 4 Language Support... 5 Category & Sport Information...

More information

Badminton Statistics Feeds

Badminton Statistics Feeds Badminton Statistics Feeds 2016 Season 1 SPORTRADAR BADMINTON STATISTICS FEEDS Table of Contents Badminton Statistics Feeds... 3 Coverage Levels... 4 Language Support... 5 Category & Sport Information...

More information

Rugby v2 Statistics Feeds

Rugby v2 Statistics Feeds Rugby v2 Statistics Feeds 2017 1 SPORTRADAR RUGBY STATISTICS FEEDS Table of Contents Rugby Statistics Feeds... 3 Category & Sport Information... 4 Tournament Information... 6 Team Information... 10 Player

More information

Rugby Statistics Feeds

Rugby Statistics Feeds Rugby Statistics Feeds 2017 1 SPORTRADAR RUGBY STATISTICS FEEDS Table of Contents Rugby Statistics Feeds... 3 League & Tournament Information... 4 Team Information... 6 Player Information... 7 Venue Information...

More information

Waterpolo Statistics Feeds

Waterpolo Statistics Feeds Waterpolo Statistics Feeds 2016 1 SPORTRADAR WATERPOLO STATISTICS FEEDS Table of Contents Waterpolo Statistics Feeds... 3 Coverage Levels... 4 Language Support... 5 Category & Sport Information... 6 rmation...

More information

Darts Statistics Feeds

Darts Statistics Feeds Darts Statistics Feeds 2016 1 SPORTRADAR DARTS STATISTICS FEEDS Table of Contents Darts Statistics Feeds... 3 Coverage Levels... 4 Language Support... 5 Category & Sport Information... 6 rmation... 8 Competitor

More information

Beach Soccer Statistics Feeds

Beach Soccer Statistics Feeds Beach Soccer Statistics Feeds 2016 Season 1 SPORTRADAR BEACH SOCCER STATISTICS FEEDS Table of Contents Beach Soccer Statistics Feeds... 3 Coverage Levels... 4 Language Support... 5 Category & Sport Information...

More information

Cycling Statistics Feeds

Cycling Statistics Feeds Cycling Statistics Feeds 2017 1 SPORTRADAR CYCLING STATISTICS FEEDS Table of Contents Cycling Statistics Feeds... 3 Coverage Levels... 4 Language Support... 5 Category & Sport Information... 6 rmation...

More information

Official NASCAR Statistics Feeds

Official NASCAR Statistics Feeds Official NASCAR Statistics Feeds 2015 Season 1 SPORTSDATA NASCAR STATISTICS FEEDS Table of Contents Overview... 3 NASCAR Statistics Feeds... 4 Series & Event Information... 5 Race Information... 6 Track

More information

DOTA2 Statistics Feeds

DOTA2 Statistics Feeds DOTA2 Statistics Feeds 2017 1 SPORTRADAR DOTA2 STATISTICS FEEDS Table of Contents DOTA2 Statistics Feeds... 3 Language Support... 4 Sport & Category Information... 6 rmation... 8 Team Information... 12

More information

Golf Statistics Feeds

Golf Statistics Feeds Golf Statistics Feeds 2017 1 SPORTRADAR GOLF STATISTICS FEEDS Table of Contents Golf Statistics Feeds... 3 Coverage... 4 Tournament Information... 6 Venue Information... 9 Course Information... 10 Player

More information

Golf Statistics Feeds

Golf Statistics Feeds Golf Statistics Feeds 2016 1 SPORTRADAR GOLF STATISTICS FEEDS Table of Contents Golf Statistics Feeds... 3 Coverage... 4 Tournament Information... 6 Venue Information... 8 Course Information... 9 Player

More information

League Of Legends Statistics Feeds

League Of Legends Statistics Feeds League Of Legends Statistics Feeds 2017 1 SPORTRADAR LEAGUE OF LEGENDS STATISTICS FEEDS Table of Contents League of Legends Statistics Feeds... 3 Language Support... 4 Sport & Category Information... 6

More information

Tennis Statistics Feeds

Tennis Statistics Feeds Tennis Statistics Feeds 2017 1 SPORTRADAR TENNIS STATISTICS FEEDS Table of Contents Tennis Statistics Feeds... 3 Coverage Levels... 4 Language Support... 5 Sport & Category Information... 6 rmation...

More information

Cricket Statistics Feeds

Cricket Statistics Feeds Cricket Statistics Feeds 2015 1 SPORTSDATA CRICKET STATISTICS FEEDS Table of Contents Overview... 3 Cricket Statistics Feeds... 4 Series Information... 5 Team Information... 6 Player Information... 7 Venue

More information

NASCAR Statistics Feeds

NASCAR Statistics Feeds NASCAR Statistics Feeds 2012 Season 1 SPORTSDATA NASCAR STATISTICS FEEDS Table of Contents Overview... 3 Stats List Event Information... 4 Stats List Driver Information... 5 Stats List Driver Race Information...

More information

Soccer Statistics Feeds

Soccer Statistics Feeds Soccer Statistics Feeds 2014 1 SPORTSDATA SOCCER STATISTICS FEEDS Table of Contents Overview... 3 Soccer Statistics Feeds... 4 Category Information... 5 Tournament Group Information... 6 Tournament Information...

More information

PRE-SEASON TESTING TEST 1 FEBRUARY 26 - MARCH 1 TEST 2 MARCH 6 - MARCH 9 BARCELONA

PRE-SEASON TESTING TEST 1 FEBRUARY 26 - MARCH 1 TEST 2 MARCH 6 - MARCH 9 BARCELONA PRE-SEASON TESTING TEST 1 FEBRUARY 26 - MARCH 1 TEST 2 MARCH 6 - MARCH 9 BARCELONA UNLEASH THE BULLS CIRCUIT DE CATALUNYA, BARCELONA TEST 01 BARCELONA Three months to the day after the end of the 2017

More information

FORMULA RENAULT 3.5 SERIES 2013 SPORTING REGULATIONS SUMMARY

FORMULA RENAULT 3.5 SERIES 2013 SPORTING REGULATIONS SUMMARY FORMULA RENAULT 3.5 SERIES 2013 SPORTING REGULATIONS SUMMARY Key figures 6 pre-season tests days 9 race meetings 17 qualifying sessions 17 races No reverse grid 530 bhp modern singleseater more than 100

More information

SERIES BROCHURE 2015 LIQUI-MOLY BATHURST 12 HOUR AUSTRALIA S INTERNATIONAL ENDURANCE RACE FEBRUARY 2017

SERIES BROCHURE 2015 LIQUI-MOLY BATHURST 12 HOUR AUSTRALIA S INTERNATIONAL ENDURANCE RACE FEBRUARY 2017 SERIES BROCHURE 2015 LIQUI-MOLY BATHURST 12 HOUR AUSTRALIA S INTERNATIONAL ENDURANCE RACE 03-05 FEBRUARY 2017 Bathurst 12 Hour THE Liqui-Moly Bathurst 12 Hour is a race for GT3, GT4 and invited production-based

More information

NCAA Football Statistics Summary

NCAA Football Statistics Summary NCAA Football Statistics Summary 2016-17 Season 1 SPORTRADAR NCAAFB STATISTICS FEEDS League & Season Information Conference id Division id Season Sub division id Conference name Division name Season Type

More information

T: E: Sponsorship Proposal. Andy Mollison 2014 Ford Fiesta Championship

T: E: Sponsorship Proposal. Andy Mollison 2014 Ford Fiesta Championship Sponsorship Proposal Andy Mollison 2014 Ford Fiesta Championship Me. Name: Andrew Craig Mollison DOB: 3 rd September 1988 (25) Lives: Borough Green, Kent Web: www.andymollison.com For 2014, I am to compete

More information

2018 CAMS NSW APPENDIX L FORMULA RACE CAR CHAMPIONSHIP

2018 CAMS NSW APPENDIX L FORMULA RACE CAR CHAMPIONSHIP 2018 CAMS NSW APPENDIX L FORMULA RACE CAR CHAMPIONSHIP 1. OBJECTIVE The objective of the championship is to promote and foster racing for wings & slicks open-wheel race cars. 2. CATEGORY ORGANISERS The

More information

NHL Statistics Feeds

NHL Statistics Feeds NHL Statistics Feeds 2011-12 Season 1 SPORTSDATA NHL STATISTICS FEEDS Table of Contents Overview... 3 Stats List Game Information... 4 Stats List Play-by-Play... 5 Stats List Player... 6 Stats List Team...

More information

Applied Information and Communication Technology

Applied Information and Communication Technology Edexcel GCE Applied Information and Communication Technology Unit 3: The Knowledge Worker 14 18 May 2012 Paper Reference Time: 2 hours 30 minutes 6953/01 You must have: Cover sheet, short treasury tag,

More information

Soccer Statistics Feeds

Soccer Statistics Feeds Soccer Statistics Feeds 2018 1 SPORTRADAR SOCCER STATISTICS FEEDS Table of Contents Soccer Statistics Feeds... 3 Coverage Levels... 4 Language Support... 5 Sport & Category Information... 6 rmation...

More information

Faster than Hamilton! Optimizing Formula 1 strategies

Faster than Hamilton! Optimizing Formula 1 strategies Faster than Hamilton! Optimizing Formula 1 strategies December 3, 2018 Contents 1 Introduction 2 2 Lap time modelling 2 2.1 Hypothesis......................................... 2 2.2 Example...........................................

More information

SUPPLEMENTARY REGULATIONS CLUB COMPETITION

SUPPLEMENTARY REGULATIONS CLUB COMPETITION SUPPLEMENTARY REGULATIONS CLUB COMPETITION PERMIT NUMBER: SUB/18-0307 1. STANDARD REQUIREMENTS 1. MEETING TITLE: 2. DATE: 3. ORGANISATION: 4. MEETING STATUS: CLUB COMPETITION 5. ORGANISER: (This will normally

More information

CORPORATE & HOSPITALITY EVENTS. Rye Road, Rye House, Hoddesdon, Herts. EN11 0EH

CORPORATE & HOSPITALITY EVENTS. Rye Road, Rye House, Hoddesdon, Herts. EN11 0EH CORPORATE & HOSPITALITY EVENTS Rye Road, Rye House, Hoddesdon, Herts. EN11 0EH WELCOME TO RYE HOUSE KART RACEWAY ABOUT RYE HOUSE KART RACEWAY Imagine taking pole position on the same track where a young

More information

PERMIT NUMBER: 16/110

PERMIT NUMBER: 16/110 SUPPLEMENTARY REGULATIONS PERMIT NUMBER: 16/110 1. STANDARD REQUIREMENTS 1. MEETING TITLE: IKC Club Championship Round #7- TaG 125 Restricted Light & Heavy Title Start: Saturday, 17 September 2016 2. DATE:

More information

New Zealand Grand Prix Championship Mini Sprint 15th December pm Race Program start

New Zealand Grand Prix Championship Mini Sprint 15th December pm Race Program start Noise New Zealand Grand Prix Championship Mini Sprint 15th December 2018 5pm Race Program start Conditions of Entry This event is programmed for one night. Two people per tow vehicle will get free entry

More information

Company Surge TM for. Installation Guide v4.0 January

Company Surge TM for. Installation Guide v4.0 January Company Surge TM for Installation Guide v4.0 January 2018 bombora.com @bomboradata Contents Page # Why use Company Surge for Marketo? 3 Select your Intent Topics 4 Overview: Configure Company Surge for

More information

05/08/15. Guest Brochure

05/08/15. Guest Brochure 05/08/15 Guest Brochure Welcome to Formula 1 There are thousands of professional athletes competing in the world. There are only twenty Formula 1 drivers. Welcome to a world of heroes. Where legends are

More information

PERMIT NUMBER: KV0102/2018

PERMIT NUMBER: KV0102/2018 SUPPLEMENTARY REGULATIONS PERMIT NUMBER: KV0102/2018 1. STANDARD REQUIREMENTS 1. MEETING TITLE: Golden Power Series Round 1 2. DATE: Start: Saturday February 10 th 2018 End: Sunday February 11 th 2018

More information

PERMIT NUMBER: KV211116

PERMIT NUMBER: KV211116 1. STANDARD REQUIREMENTS SUPPLEMENTARY REGULATIONS PERMIT NUMBER: KV211116 1. MEETING TITLE: 590 Autosports Gold Rush 2. DATE: Start: Saturday, 22 October 2016 End: Sunday, 23 October 2016 3. ORGANISATION:

More information

SUPPLEMENTARY REGULATIONS CLUB COMPETITION

SUPPLEMENTARY REGULATIONS CLUB COMPETITION SUPPLEMENTARY REGULATIONS CLUB COMPETITION PERMIT NUMBER: 4SKA/18-0910 1. STANDARD REQUIREMENTS 1. MEETING TITLE: 2. DATE: 3. ORGANISATION: 4. MEETING STATUS: CLUB COMPETITION 5. ORGANISER: (This will

More information

YAS MOTOR RACING CLUB

YAS MOTOR RACING CLUB YAS MOTOR RACING CLUB SUPPLEMENTARY REGULATIONS FOR YAS RACING SERIES ROUND 2 17 th & 18 th January 2019 PERMIT NUMBER ATC/UAE -2019-039 1 SUPPLEMENTARY REGULATIONS 1. Organization & Status: The Yas Motor

More information

DAKAR HISTORIC GRAND PRIX 2012

DAKAR HISTORIC GRAND PRIX 2012 DAKAR HISTORIC GRAND PRIX 2012 REGULATIONS 1 Organisers The s.a. REVE d'afrique will organise the first DAKAR HISTORIC GRAND PRIX (GRAND PRIX HISTORIQUE de DAKAR ) in 2012 in compliance with FSAM regulations

More information

Soccer Statistics Summary with Extended Coverage

Soccer Statistics Summary with Extended Coverage Soccer Statistics Summary with Extended Coverage 2018 1 SPORTRADAR SOCCER STATISTICS SUMMARY Sport & Category Information Category Country Code Category Name Sport Name Category Id Sport Id Tournament

More information

Competition Management

Competition Management Competition Management User Guide for the Basketball Network 2016 version 1.3 Table of Contents CONFIGURATION 4 Passport 4 Access via User Management 4 Club and Team Field Settings 5 Manage Competition

More information

2018 VIRGIN AUSTRALIA SUPERCARS CHAMPIONSHIP RACES 3, 4, 5 AND 6 CAMS PERMIT NUMBER: 818/2503/01 FURTHER SUPPLEMENTARY REGULATIONS FOR SUPERCARS

2018 VIRGIN AUSTRALIA SUPERCARS CHAMPIONSHIP RACES 3, 4, 5 AND 6 CAMS PERMIT NUMBER: 818/2503/01 FURTHER SUPPLEMENTARY REGULATIONS FOR SUPERCARS 2018 VIRGIN AUSTRALIA SUPERCARS CHAMPIONSHIP RACES 3, 4, 5 AND 6 CAMS PERMIT NUMBER: 818/2503/01 FURTHER SUPPLEMENTARY REGULATIONS FOR SUPERCARS 1.1 SUPERCARS OFFICIALS 1.1.1 Delete Supplementary Regulations

More information

SUPPLEMENTARY REGULATIONS CLUB COMPETITION

SUPPLEMENTARY REGULATIONS CLUB COMPETITION SUPPLEMENTARY REGULATIONS CLUB COMPETITION PERMIT NUMBER: 4SKA/18-0808 1. STANDARD REQUIREMENTS 1. MEETING TITLE: 2. DATE: 3. ORGANISATION: 4. MEETING STATUS: CLUB COMPETITION 5. ORGANISER: (This will

More information

Race Formats. The Grand Prix League Sprint This is also a Championship series and has weight classes. One off entries are welcome

Race Formats. The Grand Prix League Sprint This is also a Championship series and has weight classes. One off entries are welcome Race Formats The National Sprint This event takes place on the shorter National Circuit - hence the title - and consists of a short practice for each driver, a series of three point scoring heats for every

More information

INVITATION TO EVENT Friday 3 rd December 2010 Porsche Driving Experience Autodrome XXIV

INVITATION TO EVENT Friday 3 rd December 2010 Porsche Driving Experience Autodrome XXIV The Porsche Club UAE is partnered with Al Nabooda, Pirelli and Ali & Sons for the 2009/2010 Season Dear Member, INVITATION TO EVENT Friday 3 rd December 2010 Porsche Driving Experience Autodrome XXIV THE

More information

F Manual Pit Stop Strategy

F Manual Pit Stop Strategy F1 2010 Manual Pit Stop Strategy For the third race running, the majority of drivers only made a single pit stop during was that any of the teams might try something other than a one-stop strategy. Bridgestone

More information

opensap course: Build Your Own SAP Fiori App in the Cloud 2016 Develop Challenge ( including updated Design Challenge artifacts )

opensap course: Build Your Own SAP Fiori App in the Cloud 2016 Develop Challenge ( including updated Design Challenge artifacts ) User Story Formula One (F1) World Championship The ultimate quest for glory in the racing arena. 21 Races, 11 Warriors, 1 Victor. A sport that is not for the faint hearted but for the brave. For on those

More information

GP3R Grand Prix Trois-Rivières Trois-Rivières, Quebec August 7-10, 2014 Official Schedule

GP3R Grand Prix Trois-Rivières Trois-Rivières, Quebec August 7-10, 2014 Official Schedule GP3R Grand Prix Trois-Rivières Trois-Rivières, Quebec August 7-10, 2014 Official Schedule IMSA Registration Hours Thurs., 8/7 8:00 am - 4:00 pm Fri., 8/8 8:00 am - 4:00 pm Sat., 8/9 8:00 am - 2:00 pm Sun.,

More information

2019 ProKart Series Permit No: 1921SP

2019 ProKart Series Permit No: 1921SP 2019 ProKart Series Permit No: 1921SP Supplementary Rules and Entry Form On behalf of the ProKart Promoters, our sponsors and partners, we would like to welcome you the driver, family and crew to ProKart

More information

With the core European season complete, F1 s teams and

With the core European season complete, F1 s teams and 0 SINGAPORE GRAND PRIX September 0 With the core European season complete, F s teams and drivers this weekend head for South East Asia and into the night for Round of the 0 FIA Formula One World Championship,

More information

This week, teams and drivers head to the Sochi Autodrom for

This week, teams and drivers head to the Sochi Autodrom for 0 RUSSIAN GRAND PRIX 0 September 0 This week, teams and drivers head to the Sochi Autodrom for Round of the 0 FIA Formula One World Championship: the Russian Grand Prix. After examining the opposing ends

More information

2015 Italian Grand Prix Preview

2015 Italian Grand Prix Preview Brackley Press Information 2015 Italian Grand Prix Preview 01 September 2015 The 2015 Formula One World Championship season continues with Round Twelve, the Italian Grand Prix, from Monza Contents Driver

More information

SERIES COMPLETES SUCCESSFUL FIRST EVENT AT ROAD ATLANTA

SERIES COMPLETES SUCCESSFUL FIRST EVENT AT ROAD ATLANTA SERIES COMPLETES SUCCESSFUL FIRST EVENT AT ROAD ATLANTA Competitors from the inaugural weekend of the PCA Club Racing Porsche GT4 Clubsport Trophy East series. BRASELTON, Ga. (April 3, 2016) - Nineteen

More information

Competition Management Online User Guide for Basketball

Competition Management Online User Guide for Basketball Competition Management Online User Guide for Basketball version 3.0 Acting Manager, Game Development Amy Clarke E: amy.clarke@basketball.net.au P: 03 9697 4315 Account Manager Katherine Bell E: k.bell@foxsportspulse.com

More information

REGULATIONS AND SPECIFICATIONS FOR THE 2018 BORDER MOTOSPORT CLUB Academy Racing CHAMPIONSHIP MSA BORDER MOTORSPORT CIRCULAR BOR 09/2018

REGULATIONS AND SPECIFICATIONS FOR THE 2018 BORDER MOTOSPORT CLUB Academy Racing CHAMPIONSHIP MSA BORDER MOTORSPORT CIRCULAR BOR 09/2018 REGULATIONS AND SPECIFICATIONS FOR THE 2018 BORDER MOTOSPORT CLUB Academy Racing CHAMPIONSHIP MSA BORDER MOTORSPORT CIRCULAR BOR 09/2018 1. CONTROLLERS The controllers of the championship will be the Academy

More information

This document provides information about all data that comes available for every sport.

This document provides information about all data that comes available for every sport. XML Contents by Sport XML Contents by Sport This document provides information about all data that comes available for every sport. Contact Email: support@scorespro.com Last Update: Date 01 Jun 2018 Distribution

More information

The 2018 FIA Formula One World Championship approaches

The 2018 FIA Formula One World Championship approaches 0 CANADIAN GRAND PRIX 0-0 June 0 The 0 FIA Formula One World Championship approaches its one-third point as teams make their way to Montréal for Round Seven of the campaign, the Canadian Grand Prix. While

More information

PRESENTS - POWERBOAT RACING SPONSORSHIP OPPORTUNITIES

PRESENTS - POWERBOAT RACING SPONSORSHIP OPPORTUNITIES PRESENTS - POWERBOAT RACING SPONSORSHIP OPPORTUNITIES 2013 With speeds potentially reaching in excess of 200kph this action packed, adrenaline filled water based form of racing is fast becoming the most

More information

SPORTING REGULATIONS 2018 S02 10/05/2018

SPORTING REGULATIONS 2018 S02 10/05/2018 SPORTING REGULATIONS 2018 S02 10/05/2018 TABLE OF CONTENT TABLE OF CONTENT... 2 FOREWORD... 3 REGULATIONS... 3 GENERAL UNDERTAKING... 3 LICENCES... 3 SERIES COMPETITIONS... 3 TCR BENELUX CHAMPIONSHIP TITLES...

More information

2 AT&T Real-time Problem-solving in F1

2 AT&T Real-time Problem-solving in F1 2 AT&T Real-time Problem-solving in F1 AT&T and Red Bull Racing It is hardly surprising that the collaboration between AT&T and Red Bull Racing has been so successful, because they share common values:

More information

2017 FORMULA FORD SPONSORSHIP PROPOSAL FOR WESLEY VOSLOO

2017 FORMULA FORD SPONSORSHIP PROPOSAL FOR WESLEY VOSLOO 2017 FORMULA FORD SPONSORSHIP PROPOSAL FOR WESLEY VOSLOO RACING 1 P a g e MY RACING CAREER IN MY OWN WORDS Although starting relatively late at the age of 13 and only racing for 4 years, it has been the

More information

PROMOTER OF THE HUNGARIAN GRAND PRIX. NEAR: Budapest

PROMOTER OF THE HUNGARIAN GRAND PRIX. NEAR: Budapest Page 1 of 8 PRICELIST FORMULA 1 HUNGARIAN F1 GRAND PRIX 2018 This price list was generated on 01.03.2018 (11:47) and shows the price and stock situation at this moment. For an up to date price list please

More information

Intersteps Championship Driver Package.

Intersteps Championship Driver Package. Intersteps Championship 2011 Driver Package www.motaworld.co.uk The Intertsteps Championship. For 2011 Motaworld Racing will be running a 3 car team in the UK Intersteps Championship. The Championship

More information

PERMIT NUMBER: KV0102/2018

PERMIT NUMBER: KV0102/2018 SUPPLEMENTARY REGULATIONS PERMIT NUMBER: KV0102/2018 1. STANDARD REQUIREMENTS 1. MEETING TITLE: Golden Power Series Round 2 2. DATE: Start: Saturday March 10 th 2018 End: Sunday March 11 th 2018 3. ORGANISATION:

More information

Crosskart NEZ Championship Competition regulations 2016

Crosskart NEZ Championship Competition regulations 2016 Crosskart NEZ Championship Competition regulations 2016 Black text = Text 2015 Black text cross off = 2015c text cancelled from 2016 Red text = new text for 2016 1A. Generally What is not mentioned here

More information

FORMULA LIBRE WESTERN CAPE Rules and regulations for 2018 Seasons

FORMULA LIBRE WESTERN CAPE Rules and regulations for 2018 Seasons FORMULA LIBRE WESTERN CAPE Rules and regulations for 2018 Seasons MSA WESTERN CAPE MOTORSPORT CIRCULAR WC 30/2018 These regulations will apply for the 2018 calendar year. CONTROLLERS OF THE CHAMPIONSHIP

More information

FORMULA ROLEX BRITISH GRAND PRIX. Thu 05 Jul Sun 08 Jul 2018 FORMULA ROLEX BRITISH GRAND PRIX CHAMPIONS CLUB

FORMULA ROLEX BRITISH GRAND PRIX. Thu 05 Jul Sun 08 Jul 2018 FORMULA ROLEX BRITISH GRAND PRIX CHAMPIONS CLUB Thu 05 Jul Sun 08 Jul 2018 FORMULA 1 2018 ROLEX BRITISH GRAND PRIX CHAMPIONS CLUB 1 SILVERSTONE England The unofficial home of F1, Silverstone, located in Northamptonshire, is a unique blend of beautiful

More information

CAMS Appendix I 2018 Formula Vee NSW Championship

CAMS Appendix I 2018 Formula Vee NSW Championship CAMS Appendix I 2018 Formula Vee NSW Championship I.1 CATEGORY ORGANISERS The organiser of the championship shall be the Formula Vee Association of NSW, herein referred to as The Organiser The Organiser

More information

Harder, Better, Faster - Enstone s systematic climb back to the top.

Harder, Better, Faster - Enstone s systematic climb back to the top. COVER STORY Harder, Better, Faster - Enstone s systematic climb back to the top. by Jay Eff F1 Traveler Magazine March 2013 If there were any doubts behind Kimi Raikkonen s return to F1 last season, the

More information

FR European Championship TEAM / DRIVER PRESENTATION.

FR European Championship TEAM / DRIVER PRESENTATION. FR European Championship TEAM / DRIVER PRESENTATION www.f3regional.com TABLE OF CONTENTS 01 SOME GOOD REASONS FOR ENTERING THE FR EUROPEAN CHAMPIONSHIP 02 CAR 03 PROVISIONAL CALENDAR 04 FORMAT & TRACK

More information

2(25), SUMMER Zaki FEYZULLAYEV. Baku charm of. Formula 1

2(25), SUMMER Zaki FEYZULLAYEV. Baku charm of. Formula 1 Sport 2(25), SUMMER 2016 Zaki FEYZULLAYEV Baku charm of Formula 1 Sport 6 www.irs-az.com 2(25), SUMMER 2016 Formula 1 has settled in Azerbaijan. The Grand Prix of Europe left practically nobody indifferent,

More information

PROGRAM OVERVIEW. Fan Packages 2018

PROGRAM OVERVIEW. Fan Packages 2018 PROGRAM OVERVIEW Fan Packages 2018 About F1 Experiences OVERVIEW F1 Experiences is the Official VIP Hospitality, Experiences and Travel Program of Formula One to its worldwide races. Official Ticket Packages

More information

2015 AUSTRALIAN KART CHAMPIONSHIP

2015 AUSTRALIAN KART CHAMPIONSHIP 2015 AUSTRALIAN KART CHAMPIONSHIP Round 1 Go-Kart Club of Victoria April 3-5, 2015 The 2015 Australian Kart Championship is presented by Karting Australia in conjunction with the State Karting Associations

More information

PERMIT NUMBER: KV251116

PERMIT NUMBER: KV251116 1. STANDARD REQUIREMENTS SUPPLEMENTARY REGULATIONS PERMIT NUMBER: KV251116 1. MEETING TITLE: Southern City Classic 2016 2. DATE: Start: Sunday, 20 November 2016 End: Sunday, 20 November 2016 3. ORGANISATION:

More information

2018 HQ Nationals Sporting Regulations

2018 HQ Nationals Sporting Regulations 2018 HQ Nationals Sporting Regulations Version 1 Published 29/06/2018 2018 HQ Nationals Sporting Regulations S1 TITLE AND JURISDICTION 3 S1.1 Title 3 S1.2 Authority/Jurisdiction 3 S2 ADMINISTRATION 3 S2.1

More information

2019 CAMS NSW Formula Ford Championship

2019 CAMS NSW Formula Ford Championship 2019 CAMS NSW Formula Ford Championship A.1 ELIGIBILITY (i) The objective of the championship is to promote and foster the competition of racing cars complying with the Cams regulations for Formula Ford

More information

PERMIT NUMBER: 17/2017

PERMIT NUMBER: 17/2017 SUPPLEMENTARY REGULATIONS PERMIT NUMBER: 17/2017 1. STANDARD REQUIREMENTS 1. MEETING TITLE: PILBARA PAY DAY PORT HEDLAND 2. DATE: Start: Sunday, 6 August 2017 End: Sunday, 6 August 2017 3. ORGANISATION:

More information

PERMIT NUMBER: 16/082

PERMIT NUMBER: 16/082 SUPPLEMENTARY REGULATIONS PERMIT NUMBER: 16/082 1. STANDARD REQUIREMENTS 1. MEETING TITLE: 2. DATE: 3. ORGANISATION: Cairns Club Championship Round 7 Start: Saturday, 30 July 2016 End: Saturday, 30 July

More information

Donington Park - June 3/4th

Donington Park - June 3/4th 37 th MSA BRITISH SUPERKART GP CIKFIA European Superkart Championships Donington Park - June 3/4th Division 1 Superkarts F250 National F450 National F125 Open Event Regulations THE MSA BRITISH SUPERKART

More information

MEDIA GUIDE HONG KONG FIA FORMULA E CHAMPIONSHIP MahindraRacing mahindraracing

MEDIA GUIDE HONG KONG FIA FORMULA E CHAMPIONSHIP MahindraRacing mahindraracing MEDIA GUIDE R1 HONG KONG FIA FORMULA E CHAMPIONSHIP 2016-17 /MahindraRacing @ MahindraRacing mahindraracing NEW FOR SEASON 3 Series changes hint at best Formula E season yet Mahindra Racing returns for

More information

AL AIN RACEWAY S 2015 RAMADAN SUPER PRIX CHALLENGE Series Sporting Regulations Version

AL AIN RACEWAY S 2015 RAMADAN SUPER PRIX CHALLENGE Series Sporting Regulations Version AL AIN RACEWAY S 2015 RAMADAN SUPER PRIX CHALLENGE Series Sporting Regulations Version 15.05.2015 The final text of these Sporting Regulations shall be the English version which will be used should any

More information

SUPPLEMENTARY REGULATIONS: ALESSI RENAULT GOLD RUSH DATE OF ISSUE: 25/09/2017 Page 1 of 6

SUPPLEMENTARY REGULATIONS: ALESSI RENAULT GOLD RUSH DATE OF ISSUE: 25/09/2017 Page 1 of 6 SUPPLEMENTARY REGULATIONS: ALESSI RENAULT GOLD RUSH DATE OF ISSUE: 25/09/2017 Page 1 of 6 SUPPLEMENTARY REGULATIONS PERMIT NUMBER: KV2110/2017 1. STANDARD REQUIREMENTS 1. MEETING TITLE: Alessi Renault

More information

2. Permit Number :- AKA/SKC To insert permit number when approved

2. Permit Number :- AKA/SKC To insert permit number when approved AUSTRALIAN KARTING ASSOCIATION SUPPLEMENTARY REGULATIONS 1. Authority The meeting will be held under the International Sporting Code of the FIA, the General Karting Regulations and National Competition

More information

Contents. 1 - Introduction. 2 The organizing team. 3 Registration and approval. 4 - Calendar. 5 The championship. 6- Results and scoring

Contents. 1 - Introduction. 2 The organizing team. 3 Registration and approval. 4 - Calendar. 5 The championship. 6- Results and scoring RULES Contents 1 - Introduction 2 The organizing team 3 Registration and approval 4 - Calendar 5 The championship A- Mod and categories B- Personnal skins and skin patch C- Race format and running time

More information

Race Preview. After two races in Europe, Formula One visits North 2014 CANADIAN GRAND PRIX 6 8 JUNE 2014

Race Preview. After two races in Europe, Formula One visits North 2014 CANADIAN GRAND PRIX 6 8 JUNE 2014 Race Preview 201 CANADIAN GRAND PRIX 8 JUNE 201 After two races in Europe, Formula One visits North America this week for the Canadian Grand Prix, round seven of the 201 FIA F1 World Championship. Following

More information

REGULATIONS AND SPECIFICATIONS FOR THE 2018 SHORT CIRCUIT SUPER KARTS CLUB CHAMPIONSHIP

REGULATIONS AND SPECIFICATIONS FOR THE 2018 SHORT CIRCUIT SUPER KARTS CLUB CHAMPIONSHIP REGULATIONS AND SPECIFICATIONS FOR THE 2018 SHORT CIRCUIT SUPER KARTS CLUB CHAMPIONSHIP MSA WESTERN CAPE MOTORSPORT CIRCULAR 61/2018 1. CONTROLLERS OF THE CHAMPIONSHIP The Controllers of the Championship

More information

PERMIT NUMBER: 16/142

PERMIT NUMBER: 16/142 SUPPLEMENTARY REGULATIONS PERMIT NUMBER: 16/142 1. STANDARD REQUIREMENTS 1. MEETING TITLE: Christmas Dash & Presentation Party 2. DATE: Saturday 10 December 2016 3. ORGANISATION: The Meeting will be held

More information

SUPPLEMENTARY REGULATIONS

SUPPLEMENTARY REGULATIONS SUPPLEMENTARY REGULATIONS PERMIT NUMBER: 16/045 1. STANDARD REQUIREMENTS 1.1 MEETING TITLE: SEKQLD 2016 Championship Rd 3 The Ipswich 12 Hour 1.2 DATE: 14 May 2016 1.3 ORGANISATION: The Meeting will be

More information

SUPPLEMENTARY REGULATIONS

SUPPLEMENTARY REGULATIONS SUPPLEMENTARY REGULATIONS ROUND 1-3 of 24H PROTO SERIES Hankook 12H CIRCUIT PAUL RICARD 18-19 August 2017 Version 13 July 2017 Approved with Permit number: KNAF Approved with Permit number: FFSA. 1 Article

More information

SPEED&PRECISION. Real-Time Problem-Solving in F1

SPEED&PRECISION. Real-Time Problem-Solving in F1 REV GRAND PRIX JOURNAL + AT&T + ASTON MARTIN RED BULL RACING F1 TEAM SPEED&PRECISION Real-Time Problem-Solving in F1 2 AT&T Real-time Problem-solving in F1 AT&T and Aston Martin Red Bull Racing It is hardly

More information

CAMS Victorian SuperSprint Championship Sporting Regulations 2019

CAMS Victorian SuperSprint Championship Sporting Regulations 2019 CAMS Victorian SuperSprint Championship Sporting Regulations 2019 1 AUTHORITY The CAMS Victorian SuperSprint Championship ( Championship ) shall be conducted under the provisions of the International Sporting

More information

2017 FORMULA 1 PETRONAS MALAYSIA GRAND PRIX

2017 FORMULA 1 PETRONAS MALAYSIA GRAND PRIX 2017 FORMULA 1 PETRONAS MALAYSIA GRAND PRIX Sepang International Circuit Kuala Lumpur, Malaysia Fri 29 Sep Sun 01 Oct 2017 2017 FORMULA 1 PETRONAS MALAYSIA GRAND PRIX YOUR RACE DESTINATION KUALA LUMPUR

More information

TWO HARD CARD INTERACTIVE STATIONS TEACHER S GUIDE LEVEL 1 LEVEL 2. nascarhall.com

TWO HARD CARD INTERACTIVE STATIONS TEACHER S GUIDE LEVEL 1 LEVEL 2. nascarhall.com nascarhall.com HARD CARD INTERACTIVE STATIONS TEACHER S GUIDE The NASCAR Hall of Fame provides a multiplatform educational experience between traditional exhibits, hands-on activities and multimedia stations.

More information

2017 USATF Alabama Association Junior Olympic Track & Field Championships University of South Alabama Saturday-Sunday June 17-18, 2017

2017 USATF Alabama Association Junior Olympic Track & Field Championships University of South Alabama Saturday-Sunday June 17-18, 2017 2017 USATF Alabama Association Junior Olympic Track & Field Championships University of South Alabama Saturday-Sunday June 17-18, 2017 AGE DIVISIONS & ELIGIBILITY REQUIREMENTS: Age Divisions 8 and Under

More information