Producton Site URL: https://rnapi.rinknet.com
Full Documentation is available at https://rnapi.rinknet.com/documentation/index.html
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)
/GetPlayerMerges
- 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
Miscellaneous bug fixes
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
/GetConfigBios - New
- 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"
Miscellaneous bug fixes
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
We have released a new version of RNAPI (v2.1) with the following updates:
GetDepthChart:
- 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.
GetTeams:
- 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)
General Updates:
- 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