Producton Site URL: https://rnapi.rinknet.com
Full Documentation is available at https://rnapi.rinknet.com/documentation/index.html
Released: June 8 2026
Version: RNAPI v2.5.1
Updated EndPoints:
- Added "EPID" field to the response objects, represents the Elite Prospects ID for the team.
Miscellaneous Bug Fixes:
Released: May 29, 2026
Version: RNAPI v2.5.0
General Updates:
- In an ongoing initiative to improve usability, the RNAPI documentation has been updated to include examples of expected values for each filter including date formats
Whats New:
/GetDraftGrid
- Provides the current state of pick ownership in the requested draft year
- Requires either a "Year" filter (ie "2026" for this year's draft grid) or a "YearID" from /GetDraftYears
- An optional DraftType filter exists for teams which have multiple drafts each year. If provided this must be a draft type corresponding to a draft your team is participating in
- Teams with only one draft each year may omit the DraftType filter, the endpoint will default to your primary draft
- "Executive Summaries" are generated by PowerPlay AI to combine all reports in the organization for each player, typically generated after each game report is completed for a player.
- Can filter by Player or by Start/EndLastUpdate to fetch the most recent updates
- "Team Summaries" are generated by PowerPlay AI to combine reports by a select group of scouts within the organization (as configured in the "User Admin" screen of the Online program) for each player
- Can filter by Player or by Start/EndLastUpdate to fetch the most recent updates
- "Report Summaries" are generated by PowerPlay AI to combine all reports by a single scout on a player up to and including a particular completed game report
- Can filter by Player, Scout, or by Start/EndLastUpdate to fetch the most recent updates
- "Third-party Summaries" are generated by PowerPlay AI to combine reports from RinkNet's third-party contributor partners for each player
- For a list of third-party partners, including possible values for the ContributorID filter see /GetThirdPartyContributors
- Can filter by Player, Contributor, or by Start/EndLastUpdate to fetch the most recent updates
- Combines executive, team, third-party, and "personal" summaries on a player-by-player basis
- “Personal Summaries” are the most recent report summary by each scout on each player. They combine all reports up-to-date by the particular scout on the particular player
- Filtering is done by individual PlayerID or in bulk via an array of PlayerIDs
- Can find the most recently updated player summaries by requesting the most recent executive summaries via /GetPowerPlayExecutiveSummaries (which are updated on any new report completion), then passing the player ids into this endpoint's PlayerIDs filter
- Lists third-party contributor partners
- Provides possible contributor IDs to use in /GetPowerPlayThirdPartySummaries filtering
Released: July 31, 2025
Version: RNAPI v2.4.3
What's New
/GetPlayerInterviews
- Lists player interview records
- Each interview record denotes the player who was interview, the user who authored the interview record, interview comments, where & when the interview took place, as well as a list of "assets" that were noted by the author applying to the player interviewed
- Filter by "ID", "AuthorID" (from /GetUsers), "PlayerInterviewAssetID" (from /GetPlayerInterviewAssets), "PlayerID", "PlayerIDs" array, or DateCreated via "StartDateCreated" and "EndDateCreated"
- Lists different asset types that interviewers can assign to players
Released: June 11, 2025
Version: RNAPI v2.4.2
What's New
/GetLiveDraftFeed
- Returns live draft selections on an ongoing draft if your team is participating, otherwise returns { "DraftInfo": null }
- Supplying { "filter": { "AnyRecentDraft": true } } will allow users to test results and filters with previous drafts if no live draft if available
- Other available filters: PlayerID, PickingTeam (Team ID), RoundNumber, SubmittedPicks (true/false)
- Returns log of instances where two player records have been merged into one, resulting in one of the players being removed
- PlayerID corresponds to the kept Player ID, MergedPlayerID corresponds to the player ID which was removed
- Filters available: PlayerID, MergedPlayerID, StartDate, EndDate, Page
Released: June 1, 2025
Version: RNAPI v2.3.2 - 2.4.1
What's New
/GetPlayers - Updated
- Added "TPEID" and "SportLogiqID" fields to the output
- Added "EPID" filter
/GetPlayerReports - Updated
- "EndDate" and "LastUpdateEndDate" filters now include results up to the end of the supplied date
/GetConfigBioTypes - New
- Lists the different configurable bio report types used by your organization, IDs are to be used in /GetConfigBios and /GetConfigBioDetails
- Lists the player reports within your configurable bio reports
- Each player report denotes who it was created for, who authored the report, when it was created, and whether it is completed or still in progress
- Filter by "ConfigBioTypeID", "AuthorID" (from /GetUsers), "PlayerID", "PlayerIDs" array, or DateCreated via "StartDateCreated" and "EndDateCreated"
/GetConfigBioDetails - New
- Lists the data for configurable bio player reports
- Each item represents a single field in a single report
- "Value" is always a string in the response but might represent text, a number ("5"), or a boolean ("true"/"false")
- Accepts the same list of filters as /GetConfigBios as well as "ConfigBioID"
Released: July 18, 2024
Version: 2.3.0
What's New
- Optimizations to /GetPlayers
- Add EliteProspects ID and Game Type to /GetPlayerReports
Released: April 30, 2024
Version: 2.2.0
What's New
- Add /GetTopProspectTypes
- Add /GetTopProspects
Released: April 17, 2024
Version: 2.1.1
What's New
- Fixed filtering issues with /GetDraftInfo
- Top-level JSON tag for output of /GetDraftInfo is now "DraftInfo" instead of "DraftDetails" to match TeamConnect behavior
Released: March 25, 2024
Version: 2.1
What's New
- Added DepthChartOrder: string. This value shows the numerical order a player appears in a depth chart tier at their position.
- Added ProjectedFreeAgentType: {ID: string, Name: string}. This shows what type of free agent the player will be at the end of their current contract.
- Added ProjectedFreeAgentType: {ID: string, Name: string}. This shows which year the player will be a free agent. This is the first year without a contract rather than the final year of their current contract.
GetPlayers:
- Added ProjectedFreeAgentType: {ID: string, Name: string}. This shows what type of free agent the player will be at the end of their current contract.
- Added ProjectedFreeAgentType: {ID: string, Name: string}. This shows which year the player will be a free agent. This is the first year without a contract rather than the final year of their current contract.
- Added "Name" field previously in TeamConnect to the League object in the response. This shows the long name of the team's league (ie National Hockey League)
- Date filters now allow either MM/DD/YYYY or YYYY-MM-DD formats
- Endpoints involving larger data sets have added a "Page: string" filter. Page: "1" returns the first 2000 records, Page: "2" returns records 2001-4000, etc. Omitting the Page filter will return Page 1
Released: July 26, 2022
Version: 1.11
What's New
- Added multiple PlayerIDs filter to GetPlayers() endpointAdded.
- Added GetNZoneReports() endpoint to get Neutral Zone player reports
Released: March 1, 2022
Version: 1.10
What's New
- Added GetSkaterCurrentStats() and GetGoalieCurrentStats() endpoints
