Pull request for Form data and available races with Form

API to Pull

https://form.racebookhq.com/prod/meeting/:MeetingDate?meetingType=R

Query Parameters

KeyValue
meetingTypeRR - Racing Thoroughbreds
H - Harness Racing
G- Greyhound Racing

Path Variables

KeyValue
MeetingDate2021-11-24date for the meeting in the format YYYY-MM-DD

The API provides a list of RacebookHQ meetings for a given day that have form details available

Meeting Level Keys Description

KeyDescription
meetingIdUnique Id for the Meeting as referred to in RacebookHQ MTS services
meetingDateScheduled date of the Meeting
meetingTypeThe type of the meeting (R-Thoroughbreds ,H-Harness , G- Greyhounds)
venueMeeting Venue Name
eventsThe no of events scheduled for the meeting
countrycountry of the venue
statestate of the venue if available
trackConditionThe track condition rating for the venue
weatherThe weather conditions
railThe rail for the meeting
formAvailablewhether racing form is available for the given meeting
{
    "meetings": [
        {
            "meetingId": "1372238",
            "meetingDate": "2021-11-24",
            "meetingType": "R",
            "venue": "GOSFORD",
            "events": "6",
            "country": "AU",
            "state": "NSW",
            "trackCondition": "SOFT 7",
            "weather": "Rain (Max: 23)",
            "rail": "Rail  True  ",
            "formAvailable": "Yes"
        },
        {
            "meetingId": "1372232",
            "meetingDate": "2021-11-24",
            "meetingType": "R",
            "venue": "BALAKLAVA",
            "events": "7",
            "country": "AU",
            "state": "SA",
            "trackCondition": "GOOD 4",
            "weather": "Rain (Max: 20)",
            "rail": "Rail  Out 3m 950m 400m  Out 2m 400m W Post  ",
            "formAvailable": "Yes"
        },
        {
            "meetingId": "1372239",
            "meetingDate": "2021-11-24",
            "meetingType": "R",
            "venue": "LAUNCESTON",
            "events": "9",
            "country": "AU",
            "state": "TAS",
            "trackCondition": "SOFT 5",
            "weather": "Clouds (Max: 24)",
            "rail": "Rail  Out 11m 1200m W Post  Out 7m Remainder   Pent  4 6   ",
            "formAvailable": "Yes"
        },
        {
            "meetingId": "1372237",
            "meetingDate": "2021-11-24",
            "meetingType": "R",
            "venue": "DOOMBEN",
            "events": "8",
            "country": "AU",
            "state": "QLD",
            "trackCondition": "SOFT 6",
            "weather": "Rain (Max: 24)",
            "rail": "Rail  Out 8m Entire Course  ",
            "formAvailable": "Yes"
        },
        {
            "meetingId": "1372233",
            "meetingDate": "2021-11-24",
            "meetingType": "R",
            "venue": "SANDOWN",
            "events": "8",
            "country": "AU",
            "state": "VIC",
            "trackCondition": "GOOD 4",
            "weather": "Rain (Max: 25)",
            "rail": "Rail  Out 5m Entire Circuit  ",
            "formAvailable": "Yes"
        },
        {
            "meetingId": "1372249",
            "meetingDate": "2021-11-24",
            "meetingType": "R",
            "venue": "BELMONT",
            "events": "8",
            "country": "AU",
            "state": "WA",
            "trackCondition": "GOOD 4",
            "weather": "Clear (Max: 27)",
            "rail": "Rail  Out 11m Entire   Pent  6 4   ",
            "formAvailable": "Yes"
        },
        {
            "meetingId": "1372262",
            "meetingDate": "2021-11-24",
            "meetingType": "R",
            "venue": "GAVEA",
            "events": "9",
            "country": "BR",
            "state": "NA",
            "trackCondition": "NA",
            "weather": "NA",
            "rail": "NA",
            "formAvailable": "No"
        },
        {
            "meetingId": "1372250",
            "meetingDate": "2021-11-24",
            "meetingType": "R",
            "venue": "HAPPY VALLEY",
            "events": "8",
            "country": "HK",
            "state": "NA",
            "trackCondition": "GOOD",
            "weather": "Clear (Max: 19)",
            "rail": "NA",
            "formAvailable": "Yes"
        },
        {
            "meetingId": "1372347",
            "meetingDate": "2021-11-24",
            "meetingType": "R",
            "venue": "MYSORE",
            "events": "8",
            "country": "IN",
            "state": "NA",
            "trackCondition": "NA",
            "weather": "NA",
            "rail": "NA",
            "formAvailable": "No"
        },
        {
            "meetingId": "1372345",
            "meetingDate": "2021-11-24",
            "meetingType": "R",
            "venue": "HYDERABAD",
            "events": "6",
            "country": "IN",
            "state": "NA",
            "trackCondition": "NA",
            "weather": "NA",
            "rail": "NA",
            "formAvailable": "No"
        },
        {
            "meetingId": "1372303",
            "meetingDate": "2021-11-24",
            "meetingType": "R",
            "venue": "SONODA",
            "events": "12",
            "country": "JP",
            "state": "NA",
            "trackCondition": "NA",
            "weather": "NA",
            "rail": "NA",
            "formAvailable": "Yes"
        },
        {
            "meetingId": "1372304",
            "meetingDate": "2021-11-24",
            "meetingType": "R",
            "venue": "URAWA",
            "events": "11",
            "country": "JP",
            "state": "NA",
            "trackCondition": "NA",
            "weather": "NA",
            "rail": "NA",
            "formAvailable": "Yes"
        },
        {
            "meetingId": "1372302",
            "meetingDate": "2021-11-24",
            "meetingType": "R",
            "venue": "KASAMATSU",
            "events": "11",
            "country": "JP",
            "state": "NA",
            "trackCondition": "NA",
            "weather": "NA",
            "rail": "NA",
            "formAvailable": "Yes"
        },
        {
            "meetingId": "1372161",
            "meetingDate": "2021-11-24",
            "meetingType": "R",
            "venue": "TAURANGA",
            "events": "10",
            "country": "NZ",
            "state": "NA",
            "trackCondition": "DEAD5",
            "weather": "Rain (Max: 20)",
            "rail": "Rail  Out 10m ",
            "formAvailable": "Yes"
        },
        {
            "meetingId": "1372278",
            "meetingDate": "2021-11-24",
            "meetingType": "R",
            "venue": "WETHERBY",
            "events": "6",
            "country": "UK",
            "state": "NA",
            "trackCondition": "GOOD ",
            "weather": "NA",
            "rail": "NA",
            "formAvailable": "Yes"
        },
        {
            "meetingId": "1372276",
            "meetingDate": "2021-11-24",
            "meetingType": "R",
            "venue": "HEREFORD",
            "events": "7",
            "country": "UK",
            "state": "NA",
            "trackCondition": "GOOD",
            "weather": "Clouds (Max: 8)",
            "rail": "NA",
            "formAvailable": "Yes"
        },
        {
            "meetingId": "1372216",
            "meetingDate": "2021-11-24",
            "meetingType": "R",
            "venue": "WOLVERHAMPTON",
            "events": "8",
            "country": "UK",
            "state": "NA",
            "trackCondition": "STANDARD",
            "weather": "Clouds (Max: 9)",
            "rail": "NA",
            "formAvailable": "Yes"
        },
        {
            "meetingId": "1372285",
            "meetingDate": "2021-11-24",
            "meetingType": "R",
            "venue": "PENN NATIONAL",
            "events": "8",
            "country": "US",
            "state": "PA",
            "trackCondition": "NA",
            "weather": "NA",
            "rail": "NA",
            "formAvailable": "Yes"
        },
        {
            "meetingId": "1372272",
            "meetingDate": "2021-11-24",
            "meetingType": "R",
            "venue": "PHILADELPHIA PARK",
            "events": "10",
            "country": "US",
            "state": "PA",
            "trackCondition": "NA",
            "weather": "NA",
            "rail": "NA",
            "formAvailable": "Yes"
        },
        {
            "meetingId": "1372286",
            "meetingDate": "2021-11-24",
            "meetingType": "R",
            "venue": "REMINGTON PARK",
            "events": "8",
            "country": "US",
            "state": "OK",
            "trackCondition": "NA",
            "weather": "NA",
            "rail": "NA",
            "formAvailable": "Yes"
        },
        {
            "meetingId": "1372284",
            "meetingDate": "2021-11-24",
            "meetingType": "R",
            "venue": "MOUNTAINEER PARK",
            "events": "8",
            "country": "US",
            "state": "WV",
            "trackCondition": "NA",
            "weather": "NA",
            "rail": "NA",
            "formAvailable": "Yes"
        },
        {
            "meetingId": "1372287",
            "meetingDate": "2021-11-24",
            "meetingType": "R",
            "venue": "TURF PARADISE",
            "events": "8",
            "country": "US",
            "state": "AZ",
            "trackCondition": "NA",
            "weather": "NA",
            "rail": "NA",
            "formAvailable": "Yes"
        },
        {
            "meetingId": "1372288",
            "meetingDate": "2021-11-24",
            "meetingType": "R",
            "venue": "ZIA PARK",
            "events": "10",
            "country": "US",
            "state": "NM",
            "trackCondition": "NA",
            "weather": "NA",
            "rail": "NA",
            "formAvailable": "Yes"
        },
        {
            "meetingId": "1372281",
            "meetingDate": "2021-11-24",
            "meetingType": "R",
            "venue": "DELTA DOWNS",
            "events": "9",
            "country": "US",
            "state": "LA",
            "trackCondition": "NA",
            "weather": "NA",
            "rail": "NA",
            "formAvailable": "Yes"
        },
        {
            "meetingId": "1372282",
            "meetingDate": "2021-11-24",
            "meetingType": "R",
            "venue": "FINGER LAKES",
            "events": "9",
            "country": "US",
            "state": "NY",
            "trackCondition": "NA",
            "weather": "NA",
            "rail": "NA",
            "formAvailable": "Yes"
        },
        {
            "meetingId": "1372283",
            "meetingDate": "2021-11-24",
            "meetingType": "R",
            "venue": "MAHONING VALLEY",
            "events": "8",
            "country": "US",
            "state": "OH",
            "trackCondition": "NA",
            "weather": "NA",
            "rail": "NA",
            "formAvailable": "Yes"
        },
        {
            "meetingId": "1372346",
            "meetingDate": "2021-11-24",
            "meetingType": "R",
            "venue": "KENILWORTH",
            "events": "8",
            "country": "ZA",
            "state": "NA",
            "trackCondition": "GOOD",
            "weather": "Clear (Max: 21)",
            "rail": "NA",
            "formAvailable": "Yes"
        }
    ]
}
Language
Click Try It! to start a request and see the response here!