Discover/neds.com.au API
live

neds.com.au APIneds.com.au

Access Neds.com.au racing data via API: next-to-jump races, daily meetings, race details, and official results for thoroughbred, harness, and greyhound racing.

Endpoints
4
Updated
3mo ago
Try it
Number of upcoming races to fetch.
api.parse.bot/scraper/6a5dfa2c-4d36-46b5-bfcf-3eb558434309/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/6a5dfa2c-4d36-46b5-bfcf-3eb558434309/get_next_to_jump_races?limit=5' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Fetches the next races about to start across all racing codes (horse racing, harness, greyhounds). Returns race summaries ordered by start time, including form data, track conditions, and race comments.

Input
ParamTypeDescription
limitintegerNumber of upcoming races to fetch.
Response
{
  "type": "object",
  "fields": {
    "races": "array of race summary objects containing race_id, race_name, race_number, meeting_name, advertised_start, venue details, distance, track_condition, weather, and race_comment",
    "total": "integer count of races returned"
  },
  "sample": {
    "data": {
      "races": [
        {
          "class": "MDN",
          "race_id": "dfbb096a-c2c1-4f5f-a778-320e74021698",
          "weather": null,
          "distance": 366,
          "race_name": "2F Stakes",
          "meeting_id": "bb256967-1559-5be3-b756-20ad21792252",
          "start_type": "",
          "venue_name": "Delta Downs",
          "category_id": "4a2788f8-e825-4d36-9894-efd4baf1cfae",
          "race_number": 5,
          "venue_state": "LA",
          "meeting_name": "Delta Downs",
          "race_comment": "SL WATCHME ZOOM (8) is returning from a spell...",
          "distance_unit": "m",
          "venue_country": "USA",
          "track_condition": "Fast",
          "advertised_start": "2026-05-14T01:03:00Z"
        }
      ],
      "total": 5
    },
    "status": "success"
  }
}

About the neds.com.au API

This API exposes 4 endpoints covering Neds.com.au racing data across three codes — thoroughbred, harness, and greyhound. Use get_next_to_jump_races to retrieve upcoming race summaries ordered by start time, or get_racing_events to pull all meetings and event schedules for the current day. Response fields include race IDs, advertised start times, venue details, distance, market IDs, and official results for completed races.

Race Discovery and Scheduling

The get_next_to_jump_races endpoint returns an ordered list of races about to start across all codes. Each race object in the races array includes race_id, race_name, race_number, meeting_name, advertised_start, venue details, distance, form data, track conditions, and race comments. The limit parameter controls how many upcoming races are returned. The total field indicates the count of races in the response.

The get_racing_events endpoint retrieves all meetings and individual race events scheduled for the current day. Filter by code using the sport_ids parameter: 1 for thoroughbred, 2 for harness, 3 for greyhound. The meetings array includes id, name, advertised_date, category_id, venue_id, and race_ids. The events array includes id, meeting_id, name, number, advertised_start, actual_start, and market_ids.

Race Detail and Results

get_race_detail accepts a required event_id and returns an event object alongside a markets array for that specific race. This is the endpoint to use when building a race card view or displaying runner and market information for a single event.

get_race_results also takes an event_id and returns a results array for completed races. Use this to display finishing positions and official outcomes once a race has been run. Both detail endpoints are designed to be called after obtaining an event_id from get_next_to_jump_races or get_racing_events.

Common use cases
  • Display a live next-to-jump widget showing upcoming races with track conditions and race comments
  • Build a daily race calendar filtered by code (thoroughbred, harness, or greyhound) using get_racing_events
  • Retrieve market IDs from event objects to map races to betting markets in a custom interface
  • Show official finishing results for completed races using get_race_results and a stored event_id
  • Aggregate advertised start times across meetings to power race schedule notifications
  • Pull venue and distance data from get_next_to_jump_races to enrich a form guide application
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Neds have an official public developer API?+
Neds does not publish a documented public developer API. The data available through this Parse API reflects what is accessible from neds.com.au's public-facing racing data.
What does get_racing_events return and how do I filter by racing code?+
It returns two arrays: meetings (with venue, date, category, and associated race IDs) and events (with scheduling fields including advertised_start, actual_start, and market_ids). Pass a value to the sport_ids parameter to filter: 1 for thoroughbred horse racing, 2 for harness, and 3 for greyhound.
Does the API cover historical race data beyond the current day?+
The get_racing_events endpoint covers the current day's meetings and events. get_race_results returns results for a completed race when you supply an event_id, but there is no dedicated historical results or past-meeting listing endpoint. You can fork this API on Parse and revise it to add a historical endpoint if your use case requires multi-day lookups.
Does the API expose individual runner or jockey/trainer data?+
Runner-level fields such as jockey names, trainer details, and barrier draws are not directly surfaced as named fields in the current endpoint responses. get_race_detail returns a markets array and an event object that may carry deeper race card data. You can fork this API on Parse and revise it to expose individual runner fields if that level of detail is required.
How do I get the event_id needed for get_race_detail and get_race_results?+
Both get_race_detail and get_race_results require an event_id. You can obtain event IDs from the races array returned by get_next_to_jump_races (via race_id) or from the events array returned by get_racing_events (via the id field).
Page content last updated . Spec covers 4 endpoints from neds.com.au.
Related APIs in SportsSee all →
athletic.net API
Search and analyze cross country and track & field performance data across the US, including athlete profiles, meet results, team rosters, and rankings. Access comprehensive meet information, historical records, and state-level competition data to track athlete progress and discover top performers.
maxpreps.com API
Access high school sports data from MaxPreps. Search for schools, retrieve team rosters and schedules, look up athlete profiles, and browse national or state rankings across all sports.
vg.no API
Access VG.no's latest news, articles, sports scores, and TV guides through a single interface where you can browse the front page, search articles by topic, view category-specific content, and find related stories. Get real-time sports scores and television schedules alongside comprehensive news coverage from Norway's leading news outlet.
vegasinsider.com API
Retrieve MLB betting odds from major sportsbooks including bet365, FanDuel, and DraftKings, covering Moneyline, Total, and Runline markets for any supported date. Easily compare odds across books to identify the best available lines.
puntoticket.com API
Browse and search events happening in Chile with PuntoTicket, viewing featured shows, filtering by category, and checking detailed pricing and availability for concerts, theater, sports, and more. Find the perfect event by exploring all listings or discovering what's trending right now.
130point.com API
Search for sold trading cards across eBay, Goldin, Heritage Auctions, Pristine Auction, MySlabs, and Fanatics Collect to find historical prices, sale dates, and marketplace information all in one place. Get comprehensive sales data to research card values and track market trends across multiple platforms instantly.
wynncraft.com API
Access detailed Wynncraft game information to look up item metadata and search across the complete item database, retrieve player statistics and character inventories, and browse guild information and global search results. Use this data to compare gear, track player progress, analyze guild rosters, or build tools for the Wynncraft community.
whoscored.com API
Search for players and teams, then dive deep into their performance metrics, match statistics, and detailed passing data to analyze football games and player abilities. Get comprehensive insights on team performance, individual player stats, and play-by-play event information to power your football analysis and decision-making.