-
The Racing API
- London, UK
- https://www.theracingapi.com
Pinned Loading
-
Python script to create a CSV report...
Python script to create a CSV report of jockey/trainer analysis for each runner on today's UK racecards (Standard Plan) 1import requests
2from requests.auth import HTTPBasicAuth
3from operator import itemgetter
4import csv
5from datetime import datetime
-
Racecard built with HTML, CSS and jQ...
Racecard built with HTML, CSS and jQuery using example racecard data (Basic Plan) 1<!DOCTYPE html>
2<html lang="en">
3<head>
4<meta charset="UTF-8">
5<meta name="viewport" content="width=device-width, initial-scale=1.0">
-
Python script to create a CSV report...
Python script to create a CSV report of horses on tomorrows racecards running for the first time since being gelded (Basic Plan) 1import requests
2from requests.auth import HTTPBasicAuth
3from operator import itemgetter
4import csv
5from datetime import datetime, timedelta
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.