Integration GuidesReference Docs
Coverage MatrixDocumentationChange LogLog InContact Us
Reference Docs

Find all updates to the NBA v5 API and its documentation

Draft Rounds - Start Times and Broadcast Info

Release DateFeeds AffectedBenefit
04/17/2025Draft Summary

Team Draft Picks
We've enhanced the round information in our NBA Draft endpoints.

Broadcast by round

Each round will now include a broadcast node, where previously this was only available for the overall draft. Now you can identify a specific round broadcast, as these can differ between rounds/days. See below for sample data.

Start time

Each round of the draft will now include a specific start time, in addition to the date.

- round.start_time - Scheduled start time of a round (ex. start_time="2024-04-26 00:00:00 +0000")
{
    "draft":
    {
        "id": "2dc77141-fc00-4003-b4f1-525db827ddf4",
        "year": 2024,
        "start_date": "2024-04-25",
        "end_date": "2024-04-27",
        "status": "closed",
        "league":
        {
            "id": "3c6d318a-6164-4290-9bbc-bf9bb21cc4b8",
            "name": "National Football League",
            "alias": "NFL"
        },
        "broadcast":
        {
            "channel": "206",
            "network": "ABC, ESPN, NFL Network"
        },
        "venue":
        {
            "name": "Campus Martius Park",
            "address": "800 Woodward Ave",
            "city": "Detroit",
            "state": "MI",
            "country": "USA"
        }
    },
    "rounds":
    [
        {
            "id": "5cf0e822-cc30-413c-9845-4da898c92392",
            "number": 1,
            "start_date": "2024-04-25",
            "end_date": "2024-04-25",
            "start_time": "2024-04-26 00:00:00 +0000",
            "status": "closed",
            "broadcast":
            {
                "channel": "327",
                "network": "ESPN",
                "internet": "https://www.espn.com"
            },
            "picks":
            [
                {
                    "id": "7efecd77-7159-4861-a3f2-72368103b95a",
                    "number": 1,
                    "overall": 1,
                    "traded": true,
                    "team":
                    {
                        "id": "7b112545-38e6-483c-a55c-96cf6ee49cb8",
                        "name": "Bears",
                        "market": "Chicago",
                        "alias": "CHI"
                    },
                    "prospect":
                    {
                        "id": "7e4a90d9-e19b-48f6-9978-5a3ada3b71c0",
                        "source_id": "8a3303bd-5625-4840-a539-3be7299339ae",
                        "league_id": "49d4b627-3f19-49a8-ae33-f539e0fb1f88",
                        "first_name": "Caleb",
                        "last_name": "Williams",
                        "name": "Caleb Williams",
                        "position": "QB",
                        "team_name": "USC",
                        "height": 73,
                        "weight": 215,
                        "experience": "JR",
                        "birth_place": "Washington, DC, USA",
                        "top_prospect": true
                    },
                    "trades":
                    [
                        {
                            "id": "a1723613-b48a-4d49-92e0-aea830892874"
                        }
                    ]
                },
                {
                    "id": "8727614c-7451-4604-a081-8b8c09118508",
                    "number": 2,
                    "overall": 2,
                    "team":
                    {
                        "id": "22052ff7-c065-42ee-bc8f-c4691c50e624",
                        "name": "Commanders",
                        "market": "Washington",
                        "alias": "WAS"
                    },
                    "prospect":
                    {
                        "id": "f656455e-f11c-45ea-9251-d4a7d18a3ebc",
                        "source_id": "85e9db64-4d69-4885-9fbb-d8a1c5e4a8c2",
                        "league_id": "bab8c65a-9fff-410d-8e34-dc2f636d890e",
                        "first_name": "Jayden",
                        "last_name": "Daniels",
                        "name": "Jayden Daniels",
                        "position": "QB",
                        "team_name": "LSU",
                        "height": 76,
                        "weight": 210,
                        "experience": "SR",
                        "birth_place": "San Bernardino, CA, USA",
                        "top_prospect": true
                    }
                },
                {
                    "id": "52750d59-f4e4-45a6-b8c6-896f5987ff2f",
                    "number": 3,
                    "overall": 3,
                    "team":
                    {
                        "id": "97354895-8c77-4fd4-a860-32e62ea7382a",
                        "name": "Patriots",
                        "market": "New England",
                        "alias": "NE"
                    },
                    "prospect":
                    {
                        "id": "2f2c4ea7-e6c1-4bc0-9c48-2b55d0f985e5",
                        "source_id": "37899236-cd21-4817-96b8-014a0e824260",
                        "league_id": "d0c0630e-8925-4b81-a32b-e4146d95f01f",
                        "first_name": "Drake",
                        "last_name": "Maye",
                        "name": "Drake Maye",
                        "position": "QB",
                        "team_name": "North Carolina",
                        "height": 76,
                        "weight": 230,
                        "experience": "SO",
                        "birth_place": "Charlotte, NC, USA",
                        "top_prospect": true
                    }
                },
                {
                    "id": "80bb5c47-2b3d-430b-ad63-f2943ddab7dc",
                    "number": 4,
                    "overall": 4,
                    "team":
                    {
                        "id": "de760528-1dc0-416a-a978-b510d20692ff",
                        "name": "Cardinals",
                        "market": "Arizona",
                        "alias": "ARI"
                    },
                    "prospect":
                    {
                        "id": "56bace17-2c61-4efe-a208-6229bf8be044",
                        "source_id": "b89d93a7-7197-4bb5-91f7-5e73d954a5ab",
                        "league_id": "e8da21a8-796d-48a2-b644-57d08983ae01",
                        "first_name": "Marvin",
                        "last_name": "Harrison",
                        "name": "Marvin Harrison",
                        "position": "WR",
                        "team_name": "Ohio State",
                        "height": 75,
                        "weight": 209,
                        "experience": "JR",
                        "birth_place": "Philadelphia, PA, USA",
                        "top_prospect": true
                    }
                },
                {
                    "id": "5008d92b-97db-40ab-8f61-54d913581b62",
                    "number": 5,
                    "overall": 5,
                    "team":
                    {
                        "id": "1f6dcffb-9823-43cd-9ff4-e7a8466749b5",
                        "name": "Chargers",
                        "market": "Los Angeles",
                        "alias": "LAC"
                    },
                    "prospect":
                    {
                        "id": "3b3a9e57-a471-4282-a35e-285d9f9b5e03",
                        "source_id": "3a931031-9732-41fb-91d0-707b382710ec",
                        "league_id": "653dd688-fe1e-4e05-81d9-487823177f2b",
                        "first_name": "Joe",
                        "last_name": "Alt",
                        "name": "Joe Alt",
                        "position": "OL",
                        "team_name": "Notre Dame",
                        "height": 79,
                        "weight": 321,
                        "experience": "JR",
                        "birth_place": "North Oaks, MN, USA",
                        "top_prospect": true
                    }
                },
                {
                    "id": "4eef8521-ab32-4263-ba48-8faa6934b4e6",
                    "number": 6,
                    "overall": 6,
                    "team":
                    {
                        "id": "04aa1c9d-66da-489d-b16a-1dee3f2eec4d",
                        "name": "Giants",
                        "market": "New York",
                        "alias": "NYG"
                    },
                    "prospect":
                    {
                        "id": "dbcd37f8-3546-48e3-bb1b-5463c866f5e0",
                        "source_id": "964a5dc8-053a-41a3-9235-6d3722dccf7b",
                        "league_id": "55ef2022-50c2-465b-839e-c0f4c9e7c55c",
                        "first_name": "Malik",
                        "last_name": "Nabers",
                        "name": "Malik Nabers",
                        "position": "WR",
                        "team_name": "LSU",
                        "height": 72,
                        "weight": 200,
                        "experience": "JR",
                        "birth_place": "Youngsville, LA, USA",
                        "top_prospect": true
                    }
                },
                {
                    "id": "db58a8da-f070-4d96-9a4d-f12a7bc9a6f5",
                    "number": 7,
                    "overall": 7,
                    "team":
                    {
                        "id": "d26a1ca5-722d-4274-8f97-c92e49c96315",
                        "name": "Titans",
                        "market": "Tennessee",
                        "alias": "TEN"
                    },
                    "prospect":
                    {
                        "id": "9ccd1cef-9fec-466c-b053-a74166bc0828",
                        "source_id": "b49df21d-0091-4906-b09b-32724e5dac22",
                        "league_id": "f610a744-8d29-4bc3-99d6-595aae0ace8f",
                        "first_name": "JC",
                        "last_name": "Latham",
                        "name": "JC Latham",
                        "position": "OL",
                        "team_name": "Alabama",
                        "height": 78,
                        "weight": 342,
                        "experience": "JR",
                        "birth_place": "Oak Creek, WI, USA",
                        "top_prospect": true
                    }
                },
                {
                    "id": "e50752ab-c8fb-449b-865c-121d81cc7bec",
                    "number": 8,
                    "overall": 8,
                    "team":
                    {
                        "id": "e6aa13a4-0055-48a9-bc41-be28dc106929",
                        "name": "Falcons",
                        "market": "Atlanta",
                        "alias": "ATL"
                    },
                    "prospect":
                    {
                        "id": "5ef8dc8d-5ec0-413f-8bf2-fee0c7a49049",
                        "source_id": "6a0a6511-0031-434f-b4fd-af0a4304d619",
                        "league_id": "6499a161-b221-4591-b122-d99ece1be64b",
                        "first_name": "Michael",
                        "last_name": "Penix",
                        "name": "Michael Penix",
                        "position": "QB",
                        "team_name": "Washington",
                        "height": 75,
                        "weight": 213,
                        "experience": "SR",
                        "birth_place": "Cookeville, TN, USA",
                        "top_prospect": true
                    }
                },
                {
                    "id": "6e3f55df-9526-4b0f-be83-4d73a1c6d308",
                    "number": 9,
                    "overall": 9,
                    "team":
                    {
                        "id": "7b112545-38e6-483c-a55c-96cf6ee49cb8",
                        "name": "Bears",
                        "market": "Chicago",
                        "alias": "CHI"
                    },
                    "prospect":
                    {
                        "id": "d2a67700-4c6d-4c4e-a24d-adada7b622d2",
                        "source_id": "515ec194-a753-4a35-bfe7-cc1e0611226b",
                        "league_id": "f64694e0-0381-11ef-973d-5176a0ecbee4",
                        "first_name": "Rome",
                        "last_name": "Odunze",
                        "name": "Rome Odunze",
                        "position": "WR",
                        "team_name": "Washington",
                        "height": 75,
                        "weight": 212,
                        "experience": "JR",
                        "birth_place": "Las Vegas, NV, USA",
                        "top_prospect": true
                    }
                },
                {
                    "id": "0eb6a1f1-cc67-4459-87bc-a065df9fbdc8",
                    "number": 10,
                    "overall": 10,
                    "traded": true,
                    "team":
                    {
                        "id": "33405046-04ee-4058-a950-d606f8c30852",
                        "name": "Vikings",
                        "market": "Minnesota",
                        "alias": "MIN"
                    },
                    "prospect":
                    {
                        "id": "dcce9f80-f62d-44c4-b78e-b8e8d30e4ff1",
                        "source_id": "8d2fc425-6af1-4a61-b0db-53f5c94a6302",
                        "league_id": "587cc3c3-aeda-4ac7-8803-a7e4db195534",
                        "first_name": "J.J.",
                        "last_name": "McCarthy",
                        "name": "J.J. McCarthy",
                        "position": "QB",
                        "team_name": "Michigan",
                        "height": 75,
                        "weight": 202,
                        "experience": "JR",
                        "birth_place": "La Grange Park, IL, USA",
                        "top_prospect": true
                    },
                    "trades":
                    [
                        {
                            "id": "92864436-cd7b-40ab-9379-aa744299d21b"
                        }
                    ]
                },
--snip--
<draft xmlns="http://feed.elasticstats.com/schema/draft/summary-v1.0.xsd" id="2dc77141-fc00-4003-b4f1-525db827ddf4" year="2024" start_date="2024-04-25" end_date="2024-04-27" status="closed">
  <league id="3c6d318a-6164-4290-9bbc-bf9bb21cc4b8" name="National Football League" alias="NFL"/>
  <broadcast channel="206" network="ABC, ESPN, NFL Network"/>
  <venue name="Campus Martius Park" address="800 Woodward Ave" city="Detroit" state="MI" country="USA"/>
  <rounds>
    <round id="5cf0e822-cc30-413c-9845-4da898c92392" number="1" start_date="2024-04-25" end_date="2024-04-25" start_time="2024-04-26 00:00:00 +0000" status="closed">
      <broadcast channel="327" network="ESPN" internet="https://www.espn.com"/>
      <pick id="7efecd77-7159-4861-a3f2-72368103b95a" number="1" overall="1" traded="true">
        <team id="7b112545-38e6-483c-a55c-96cf6ee49cb8" name="Bears" market="Chicago" alias="CHI"/>
        <prospect id="7e4a90d9-e19b-48f6-9978-5a3ada3b71c0" source_id="8a3303bd-5625-4840-a539-3be7299339ae" league_id="49d4b627-3f19-49a8-ae33-f539e0fb1f88" first_name="Caleb" last_name="Williams" name="Caleb Williams" position="QB" team_name="USC" height="73" weight="215" experience="JR" birth_place="Washington, DC, USA" top_prospect="true"/>
        <trades>
          <trade id="a1723613-b48a-4d49-92e0-aea830892874"/>
        </trades>
      </pick>
      <pick id="8727614c-7451-4604-a081-8b8c09118508" number="2" overall="2">
        <team id="22052ff7-c065-42ee-bc8f-c4691c50e624" name="Commanders" market="Washington" alias="WAS"/>
        <prospect id="f656455e-f11c-45ea-9251-d4a7d18a3ebc" source_id="85e9db64-4d69-4885-9fbb-d8a1c5e4a8c2" league_id="bab8c65a-9fff-410d-8e34-dc2f636d890e" first_name="Jayden" last_name="Daniels" name="Jayden Daniels" position="QB" team_name="LSU" height="76" weight="210" experience="SR" birth_place="San Bernardino, CA, USA" top_prospect="true"/>
      </pick>
      <pick id="52750d59-f4e4-45a6-b8c6-896f5987ff2f" number="3" overall="3">
        <team id="97354895-8c77-4fd4-a860-32e62ea7382a" name="Patriots" market="New England" alias="NE"/>
        <prospect id="2f2c4ea7-e6c1-4bc0-9c48-2b55d0f985e5" source_id="37899236-cd21-4817-96b8-014a0e824260" league_id="d0c0630e-8925-4b81-a32b-e4146d95f01f" first_name="Drake" last_name="Maye" name="Drake Maye" position="QB" team_name="North Carolina" height="76" weight="230" experience="SO" birth_place="Charlotte, NC, USA" top_prospect="true"/>
      </pick>
      <pick id="80bb5c47-2b3d-430b-ad63-f2943ddab7dc" number="4" overall="4">
        <team id="de760528-1dc0-416a-a978-b510d20692ff" name="Cardinals" market="Arizona" alias="ARI"/>
        <prospect id="56bace17-2c61-4efe-a208-6229bf8be044" source_id="b89d93a7-7197-4bb5-91f7-5e73d954a5ab" league_id="e8da21a8-796d-48a2-b644-57d08983ae01" first_name="Marvin" last_name="Harrison" name="Marvin Harrison" position="WR" team_name="Ohio State" height="75" weight="209" experience="JR" birth_place="Philadelphia, PA, USA" top_prospect="true"/>
      </pick>
      <pick id="5008d92b-97db-40ab-8f61-54d913581b62" number="5" overall="5">
        <team id="1f6dcffb-9823-43cd-9ff4-e7a8466749b5" name="Chargers" market="Los Angeles" alias="LAC"/>
        <prospect id="3b3a9e57-a471-4282-a35e-285d9f9b5e03" source_id="3a931031-9732-41fb-91d0-707b382710ec" league_id="653dd688-fe1e-4e05-81d9-487823177f2b" first_name="Joe" last_name="Alt" name="Joe Alt" position="OL" team_name="Notre Dame" height="79" weight="321" experience="JR" birth_place="North Oaks, MN, USA" top_prospect="true"/>
      </pick>
      <pick id="4eef8521-ab32-4263-ba48-8faa6934b4e6" number="6" overall="6">
        <team id="04aa1c9d-66da-489d-b16a-1dee3f2eec4d" name="Giants" market="New York" alias="NYG"/>
        <prospect id="dbcd37f8-3546-48e3-bb1b-5463c866f5e0" source_id="964a5dc8-053a-41a3-9235-6d3722dccf7b" league_id="55ef2022-50c2-465b-839e-c0f4c9e7c55c" first_name="Malik" last_name="Nabers" name="Malik Nabers" position="WR" team_name="LSU" height="72" weight="200" experience="JR" birth_place="Youngsville, LA, USA" top_prospect="true"/>
      </pick>
      <pick id="db58a8da-f070-4d96-9a4d-f12a7bc9a6f5" number="7" overall="7">
        <team id="d26a1ca5-722d-4274-8f97-c92e49c96315" name="Titans" market="Tennessee" alias="TEN"/>
        <prospect id="9ccd1cef-9fec-466c-b053-a74166bc0828" source_id="b49df21d-0091-4906-b09b-32724e5dac22" league_id="f610a744-8d29-4bc3-99d6-595aae0ace8f" first_name="JC" last_name="Latham" name="JC Latham" position="OL" team_name="Alabama" height="78" weight="342" experience="JR" birth_place="Oak Creek, WI, USA" top_prospect="true"/>
      </pick>
      <pick id="e50752ab-c8fb-449b-865c-121d81cc7bec" number="8" overall="8">
        <team id="e6aa13a4-0055-48a9-bc41-be28dc106929" name="Falcons" market="Atlanta" alias="ATL"/>
        <prospect id="5ef8dc8d-5ec0-413f-8bf2-fee0c7a49049" source_id="6a0a6511-0031-434f-b4fd-af0a4304d619" league_id="6499a161-b221-4591-b122-d99ece1be64b" first_name="Michael" last_name="Penix" name="Michael Penix" position="QB" team_name="Washington" height="75" weight="213" experience="SR" birth_place="Cookeville, TN, USA" top_prospect="true"/>
      </pick>
      <pick id="6e3f55df-9526-4b0f-be83-4d73a1c6d308" number="9" overall="9">
        <team id="7b112545-38e6-483c-a55c-96cf6ee49cb8" name="Bears" market="Chicago" alias="CHI"/>
        <prospect id="d2a67700-4c6d-4c4e-a24d-adada7b622d2" source_id="515ec194-a753-4a35-bfe7-cc1e0611226b" league_id="f64694e0-0381-11ef-973d-5176a0ecbee4" first_name="Rome" last_name="Odunze" name="Rome Odunze" position="WR" team_name="Washington" height="75" weight="212" experience="JR" birth_place="Las Vegas, NV, USA" top_prospect="true"/>
      </pick>
      <pick id="0eb6a1f1-cc67-4459-87bc-a065df9fbdc8" number="10" overall="10" traded="true">
        <team id="33405046-04ee-4058-a950-d606f8c30852" name="Vikings" market="Minnesota" alias="MIN"/>
        <prospect id="dcce9f80-f62d-44c4-b78e-b8e8d30e4ff1" source_id="8d2fc425-6af1-4a61-b0db-53f5c94a6302" league_id="587cc3c3-aeda-4ac7-8803-a7e4db195534" first_name="J.J." last_name="McCarthy" name="J.J. McCarthy" position="QB" team_name="Michigan" height="75" weight="202" experience="JR" birth_place="La Grange Park, IL, USA" top_prospect="true"/>
        <trades>
          <trade id="92864436-cd7b-40ab-9379-aa744299d21b"/>
        </trades>
      </pick>
      <pick id="8a68f13f-3160-4a34-b5a4-2097cd405be6" number="11" overall="11" traded="true">
        <team id="5fee86ae-74ab-4bdd-8416-42a9dd9964f3" name="Jets" market="New York" alias="NYJ"/>
        <prospect id="993966bf-1878-43a7-81e5-adc2d685ea70" source_id="4ffa2329-a4ef-4030-b79f-48cdee71bc7b" league_id="e85b075a-5ca5-4ebe-b5d7-c14149b07ca5" first_name="Olumuyiwa" last_name="Fashanu" name="Olumuyiwa Fashanu" position="OL" team_name="Penn State" height="78" weight="312" experience="SR" birth_place="Waldorf, MD, USA" top_prospect="true"/>
        <trades>
          <trade id="92864436-cd7b-40ab-9379-aa744299d21b"/>
        </trades>
      </pick>
      <pick id="2bb31bfe-7843-45e5-9d24-bf0a49335749" number="12" overall="12">
        <team id="ce92bd47-93d5-4fe9-ada4-0fc681e6caa0" name="Broncos" market="Denver" alias="DEN"/>
        <prospect id="31feed79-3512-4618-80e9-ecd45715a58f" source_id="1cf14b57-2bb2-442b-8bea-d77bb9d6cf47" league_id="f056c8ed-6ee5-492c-af11-3f7e3d97195c" first_name="Bo" last_name="Nix" name="Bo Nix" position="QB" team_name="Oregon" height="74" weight="217" experience="SR" birth_place="Arkadelphia, AR, USA" top_prospect="true"/>
      </pick>
      <pick id="67d80772-93b8-4a62-8ca3-ace2c5f54e89" number="13" overall="13">
        <team id="7d4fcc64-9cb5-4d1b-8e75-8a906d1e1576" name="Raiders" market="Las Vegas" alias="LV"/>
        <prospect id="1dd15fbe-94b4-40d5-a8c6-e04744bb980a" source_id="1170296d-f969-4e3a-923f-1bbed598415a" league_id="ad9fc7e3-0a6d-4e41-84c2-cf43b71aee13" first_name="Brock" last_name="Bowers" name="Brock Bowers" position="TE" team_name="Georgia" height="75" weight="243" experience="JR" birth_place="Napa, CA, USA" top_prospect="true"/>
      </pick>
      <pick id="8e625837-5961-4e3b-8176-c0684fcebf06" number="14" overall="14">
        <team id="0d855753-ea21-4953-89f9-0e20aff9eb73" name="Saints" market="New Orleans" alias="NO"/>
        <prospect id="9f704bd7-35e6-47e1-8507-28c6152d9885" source_id="967d9c1b-7297-41dc-a5ca-57ce4256f4de" league_id="ee26f53a-2ec5-48fe-9f00-697be6e4c31f" first_name="Taliese" last_name="Fuaga" name="Taliese Fuaga" position="OL" team_name="Oregon State" height="78" weight="324" experience="JR" birth_place="Tacoma, WA, USA" top_prospect="true"/>
      </pick>
      <pick id="e6a7aeb2-f653-45e9-819e-2dc60674d950" number="15" overall="15">
        <team id="82cf9565-6eb9-4f01-bdbd-5aa0d472fcd9" name="Colts" market="Indianapolis" alias="IND"/>
        <prospect id="d30c3426-b775-48fd-9801-50bb9cf15c3e" source_id="99b8a042-c37f-43ca-8f53-660b86ff2940" league_id="234d2423-bb97-4dfe-9a56-7c14b276720c" first_name="Laiatu" last_name="Latu" name="Laiatu Latu" position="DL" team_name="UCLA" height="77" weight="259" experience="SR" birth_place="Sacramento, CA, USA" top_prospect="true"/>
      </pick>
      <pick id="dfd7d388-20cf-4ff6-9374-ba67ebefc009" number="16" overall="16">
        <team id="3d08af9e-c767-4f88-a7dc-b920c6d2b4a8" name="Seahawks" market="Seattle" alias="SEA"/>
        <prospect id="3274f1b2-28d7-4623-83b0-8e06c97e40f1" source_id="3052ad9d-b65b-4a81-a816-f8d4ba57c9f7" league_id="d7cd56ba-a624-4149-83d0-a2c66df65804" first_name="Byron" last_name="Murphy" name="Byron Murphy" position="DL" team_name="Texas" height="73" weight="297" experience="JR" birth_place="DeSoto, TX, USA" top_prospect="true"/>
      </pick>
      <pick id="4a8abe4b-c58b-4bdd-81d7-02554aee4070" number="17" overall="17" traded="true">
        <team id="33405046-04ee-4058-a950-d606f8c30852" name="Vikings" market="Minnesota" alias="MIN"/>
        <prospect id="4a219fc0-68de-468a-8835-5b255526885e" source_id="122c6a03-68b1-4904-8808-b98ecf25bb69" league_id="1455441c-7e0e-484e-8e8a-5c7606b59709" first_name="Dallas" last_name="Turner" name="Dallas Turner" position="LB" team_name="Alabama" height="75" weight="247" experience="JR" birth_place="Fort Lauderdale, FL, USA" top_prospect="true"/>
        <trades>
          <trade id="27af66c1-53d8-45ff-956d-777cf5e10cc6"/>
        </trades>
      </pick>
      <pick id="c9b37509-24b6-4baa-9ba5-af7f6e2b53e5" number="18" overall="18">
        <team id="ad4ae08f-d808-42d5-a1e6-e9bc4e34d123" name="Bengals" market="Cincinnati" alias="CIN"/>
        <prospect id="dcf856b1-7466-492e-83b8-a71d9998e6bf" source_id="66232b82-1b85-4dfe-8b46-2277c2f65be8" league_id="01dee31c-a9cb-4017-8c7b-bd69ee8d96b6" first_name="Amarius" last_name="Mims" name="Amarius Mims" position="OL" team_name="Georgia" height="80" weight="340" experience="JR" birth_place="Cochran, GA, USA" top_prospect="true"/>
      </pick>
      <pick id="2bd4dfdf-2a87-4c21-870b-1325daa8d81a" number="19" overall="19">
        <team id="2eff2a03-54d4-46ba-890e-2bc3925548f3" name="Rams" market="Los Angeles" alias="LA"/>
        <prospect id="0e45ab5b-1024-4cfe-8c0d-8a39b18ce44f" source_id="f77a26ad-e1d2-48bc-b677-d27cdc129426" league_id="6c0c2ab2-8333-4eb0-adb5-d8e0095d50ec" first_name="Jared" last_name="Verse" name="Jared Verse" position="DL" team_name="Florida State" height="76" weight="254" experience="JR" birth_place="Dayton, OH, USA" top_prospect="true"/>
      </pick>
      <pick id="3feafaf9-8717-4335-a0a9-0e93c73c3101" number="20" overall="20">
        <team id="cb2f9f1f-ac67-424e-9e72-1475cb0ed398" name="Steelers" market="Pittsburgh" alias="PIT"/>
        <prospect id="2eb8dde0-4f2c-4b5c-83cb-f79c73f1a965" source_id="3af57cbc-8e9c-4b3e-b817-9a00f4f72ac3" league_id="6646a5d5-9d75-4ba8-a4f9-05ba3b639095" first_name="Troy" last_name="Fautanu" name="Troy Fautanu" position="OL" team_name="Washington" height="76" weight="317" experience="JR" birth_place="Henderson, NV, USA" top_prospect="true"/>
      </pick>
      <pick id="a32f3884-10ec-47da-a598-77898f5c8571" number="21" overall="21">
        <team id="4809ecb0-abd3-451d-9c4a-92a90b83ca06" name="Dolphins" market="Miami" alias="MIA"/>
        <prospect id="2ecc48b1-f59f-474c-bb27-634c5712fdac" source_id="48dc4685-3f42-441c-a635-6c3a7dbd1206" league_id="9838dba3-f510-494b-b3ad-8639f792d182" first_name="Chop" last_name="Robinson" name="Chop Robinson" position="DE" team_name="Penn State" height="75" weight="254" experience="JR" birth_place="Gaithersburg, MD, USA" top_prospect="true"/>
      </pick>
      <pick id="21778e2a-1494-4985-b8ba-fd3de6016caa" number="22" overall="22">
        <team id="386bdbf9-9eea-4869-bb9a-274b0bc66e80" name="Eagles" market="Philadelphia" alias="PHI"/>
        <prospect id="c9bc2432-9283-4d4d-aef1-27e60a7c5293" source_id="d4662fa1-33c8-4125-94b8-9b112ef06e7f" league_id="93e6a6eb-a91e-4705-b5de-faa10f741913" first_name="Quinyon" last_name="Mitchell" name="Quinyon Mitchell" position="CB" team_name="Toledo" height="72" weight="195" experience="JR" birth_place="Williston, FL, USA" top_prospect="true"/>
      </pick>
      <pick id="3d2cd979-24a7-4895-b54c-b19a27dd3589" number="23" overall="23" traded="true">
        <team id="f7ddd7fa-0bae-4f90-bc8e-669e4d6cf2de" name="Jaguars" market="Jacksonville" alias="JAC"/>
        <prospect id="4947b38e-7d14-4936-9ba4-a617c0cf17fc" source_id="572f5c43-5525-4ca6-94e6-f7304048734a" league_id="271a233e-68b3-4261-a3aa-7667eaf9d3cc" first_name="Brian" last_name="Thomas" name="Brian Thomas" position="WR" team_name="LSU" height="75" weight="209" experience="JR" birth_place="Walker, LA, USA" top_prospect="true"/>
        <trades>
          <trade id="f9c61317-a3fd-4c3f-9b25-299f61267a27"/>
          <trade id="27af66c1-53d8-45ff-956d-777cf5e10cc6"/>
          <trade id="5f5bf3ab-de77-491b-a157-90eaad65be91"/>
        </trades>
      </pick>
      <pick id="6232f14a-3b06-4e9e-91b9-427e8657157e" number="24" overall="24" traded="true">
        <team id="c5a59daa-53a7-4de0-851f-fb12be893e9e" name="Lions" market="Detroit" alias="DET"/>
        <prospect id="d54fd16e-7d5c-4bc5-b169-7e2595c7b3b7" source_id="6b57aebe-4679-4c31-9e19-da113e570845" league_id="bee08d8d-3b1a-4375-9ea3-e627da925807" first_name="Terrion" last_name="Arnold" name="Terrion Arnold" position="DB" team_name="Alabama" height="72" weight="189" experience="SO" birth_place="Tallahassee, FL, USA" top_prospect="true"/>
        <trades>
          <trade id="f4ec2d57-2420-4a50-844a-2faa2d67b120"/>
        </trades>
      </pick>
      <pick id="7cc2e527-575e-440f-8bc6-f9088c071c5b" number="25" overall="25">
        <team id="a20471b4-a8d9-40c7-95ad-90cc30e46932" name="Packers" market="Green Bay" alias="GB"/>
        <prospect id="b3ed5583-38b2-4cc8-91e5-e4dce165a9c3" source_id="a154a70f-dad2-46a0-ba8e-449c13be3284" league_id="43786378-9086-4abd-9757-e62617570dc8" first_name="Jordan" last_name="Morgan" name="Jordan Morgan" position="OL" team_name="Arizona" height="77" weight="311" experience="SR" birth_place="Marana, AZ, USA" top_prospect="true"/>
      </pick>
      <pick id="80823293-860d-40b6-9fde-092424bf28a5" number="26" overall="26">
        <team id="4254d319-1bc7-4f81-b4ab-b5e6f3402b69" name="Buccaneers" market="Tampa Bay" alias="TB"/>
        <prospect id="a29f348d-a22b-4c24-bf73-a7f0bfff91c5" source_id="769c6fec-2a4a-4fac-89b0-31bb4ade7163" league_id="8e0e175e-ab3d-42e1-8494-e6b56f051c79" first_name="Graham" last_name="Barton" name="Graham Barton" position="OL" team_name="Duke" height="77" weight="313" experience="SR" birth_place="Brentwood, TN, USA" top_prospect="true"/>
      </pick>
      <pick id="990b8113-7cd3-4360-ac1e-02bcaa4d0380" number="27" overall="27" traded="true">
        <team id="de760528-1dc0-416a-a978-b510d20692ff" name="Cardinals" market="Arizona" alias="ARI"/>
        <prospect id="c92902f3-d9bb-423f-8a09-ce98f3bc7fc2" source_id="a583f7c0-0928-41a3-ac56-1b4614a32141" league_id="7ceb8b7a-9797-4186-8dbe-4446b415c0fb" first_name="Darius" last_name="Robinson" name="Darius Robinson" position="DL" team_name="Missouri" height="77" weight="285" experience="GR" birth_place="Southfield, MI, USA" top_prospect="true"/>
        <trades>
          <trade id="48869c9b-a1a1-4639-b78a-eb46de410282"/>
        </trades>
      </pick>
      <pick id="453546ee-0f4b-4699-ac36-632b4e5f0794" number="28" overall="28" traded="true">
        <team id="6680d28d-d4d2-49f6-aace-5292d3ec02c2" name="Chiefs" market="Kansas City" alias="KC"/>
        <prospect id="747df213-9885-42dc-a744-91321e737a30" source_id="2ad6ebe0-e615-4bc3-9ae3-4dfd9d903fce" league_id="52e049b1-0a7a-4e7f-9866-d2848e9cc478" first_name="Xavier" last_name="Worthy" name="Xavier Worthy" position="WR" team_name="Texas" height="71" weight="165" experience="JR" birth_place="Fresno, CA, USA" top_prospect="true"/>
        <trades>
          <trade id="d81bdb3c-9732-4038-b68a-94889e2923f0"/>
        </trades>
      </pick>
      <pick id="f8672427-c697-4c4f-8cb8-10ef3521001d" number="29" overall="29" traded="true">
        <team id="e627eec7-bbae-4fa4-8e73-8e1d6bc5c060" name="Cowboys" market="Dallas" alias="DAL"/>
        <prospect id="5fcea3af-4810-4f5b-904e-e11c51145069" source_id="244c80f6-104e-425a-a633-5e34853aa21c" league_id="c5ef57f0-4ab8-491c-8c39-3af7d085dde8" first_name="Tyler" last_name="Guyton" name="Tyler Guyton" position="OL" team_name="Oklahoma" height="80" weight="322" experience="JR" birth_place="Manor, TX, USA" top_prospect="true"/>
        <trades>
          <trade id="f4ec2d57-2420-4a50-844a-2faa2d67b120"/>
        </trades>
      </pick>
      <pick id="01d58045-677c-4ace-bca6-f9629741d060" number="30" overall="30">
        <team id="ebd87119-b331-4469-9ea6-d51fe3ce2f1c" name="Ravens" market="Baltimore" alias="BAL"/>
        <prospect id="fbb8b71e-4012-4984-960e-81e7fbeb8fd6" source_id="c6cb3e4b-b4bf-471e-a807-08b9fe9a9166" league_id="f6731363-93ed-4717-910c-317648e93139" first_name="Nate" last_name="Wiggins" name="Nate Wiggins" position="CB" team_name="Clemson" height="73" weight="173" experience="JR" birth_place="Atlanta, GA, USA" top_prospect="true"/>
      </pick>
      <pick id="0df7dae6-c47b-4c2b-8d65-3570803698a6" number="31" overall="31">
        <team id="f0e724b0-4cbf-495a-be47-013907608da9" name="49ers" market="San Francisco" alias="SF"/>
        <prospect id="4df71972-9b51-4cdb-814c-60d0caa5d074" source_id="29c3d58c-aced-4ecf-8808-f414dcd0917c" league_id="aca4c1b8-915f-4295-92e4-05b51feee6b1" first_name="Ricky" last_name="Pearsall" name="Ricky Pearsall" position="WR" team_name="Florida" height="73" weight="189" experience="SR" birth_place="Chandler, AZ, USA" top_prospect="true"/>
      </pick>
      <pick id="0c1014ce-3b9f-4dcf-a526-d8d835c5091e" number="32" overall="32" traded="true">
        <team id="f14bf5cc-9a82-4a38-bc15-d39f75ed5314" name="Panthers" market="Carolina" alias="CAR"/>
        <prospect id="ef658c2f-f078-4d44-acea-af21dacedb48" source_id="cd88bd06-9e70-4694-bd00-f92f5299b3b6" league_id="0bb0c37c-e76b-4529-92b0-b026be4f7d6c" first_name="Xavier" last_name="Legette" name="Xavier Legette" position="WR" team_name="South Carolina" height="73" weight="221" experience="SR" birth_place="Mullins, SC, USA" top_prospect="true"/>
        <trades>
          <trade id="d5f74ae4-6f9f-452d-83da-8f5e0d5c96fd"/>
          <trade id="d81bdb3c-9732-4038-b68a-94889e2923f0"/>
        </trades>
      </pick>
    </round>
    <round id="63fec1cd-df3c-4076-a2ac-ccb881ab633f" number="2" start_date="2024-04-26" end_date="2024-04-26" start_time="2024-04-27 01:00:00 +0000" status="closed">
      <broadcast/>
      <pick id="35072d07-82c4-4661-9b3b-4a5f3c962772" number="1" overall="33" traded="true">
        <team id="768c92aa-75ff-4a43-bcc0-f2798c2e1724" name="Bills" market="Buffalo" alias="BUF"/>
        <prospect id="e1dd13eb-ba17-45b3-887c-e5a7bd006b11" source_id="82278f0f-caf8-4add-9c0f-9d71afce2d4f" league_id="6752915f-efe5-473d-a520-78cadfab6dda" first_name="Keon" last_name="Coleman" name="Keon Coleman" position="WR" team_name="Florida State" height="75" weight="213" experience="JR" birth_place="Opelousas, LA, USA" top_prospect="true"/>
        <trades>
          <trade id="d5f74ae4-6f9f-452d-83da-8f5e0d5c96fd"/>
        </trades>
      </pick>
      <pick id="d9c48e70-9974-4023-b33a-710f35caa4f2" number="2" overall="34" traded="true">
        <team id="1f6dcffb-9823-43cd-9ff4-e7a8466749b5" name="Chargers" market="Los Angeles" alias="LAC"/>
        <prospect id="af781dad-2dc2-4eae-add5-344863fca647" source_id="204fc0ef-7f9f-4e4c-974e-2c153603a379" league_id="473bc7e5-c393-4f21-9e49-3ffc16711238" first_name="Ladd" last_name="McConkey" name="Ladd McConkey" position="WR" team_name="Georgia" height="72" weight="186" experience="JR" birth_place="Chatsworth, GA, USA" top_prospect="true"/>
        <trades>
          <trade id="5b5ca9a5-076f-4c5c-bd17-a5a565b591be"/>
        </trades>
      </pick>
      <pick id="7bd98e5a-1067-4a5f-873d-b5134c4f039d" number="3" overall="35" traded="true">
        <team id="e6aa13a4-0055-48a9-bc41-be28dc106929" name="Falcons" market="Atlanta" alias="ATL"/>
        <prospect id="211eb509-7b12-474c-8447-92b6355d326e" source_id="3888ddaa-ff50-4220-9fc9-eaab1607e054" league_id="9f88e08f-2988-445e-bcc5-9dad063a9cda" first_name="Ruke" last_name="Orhorhoro" name="Ruke Orhorhoro" position="DT" team_name="Clemson" height="76" weight="294" experience="GR" birth_place="Lagos,, NGA" top_prospect="true"/>
        <trades>
          <trade id="5bd6647d-c599-4c04-b138-8720935bd8f4"/>
        </trades>
      </pick>
      <pick id="a653b41d-8e80-48a7-ac23-36dfab9b1e84" number="4" overall="36">
        <team id="22052ff7-c065-42ee-bc8f-c4691c50e624" name="Commanders" market="Washington" alias="WAS"/>
        <prospect id="bfcbf3cf-9c03-4a44-8df0-6c3d8f78783f" source_id="63043c93-e316-4c8a-bc37-267b9791844f" league_id="9d373d6d-66f7-4ba9-9226-5d5e89a23a5e" first_name="Jer'Zhan" last_name="Newton" name="Jer'Zhan Newton" position="DL" team_name="Illinois" height="74" weight="304" experience="JR" birth_place="St. Petersburg, FL, USA" top_prospect="true"/>
      </pick>
      <pick id="e4946421-5ac7-4921-8b7f-badc43d37adc" number="5" overall="37" traded="true">
        <team id="97354895-8c77-4fd4-a860-32e62ea7382a" name="Patriots" market="New England" alias="NE"/>
        <prospect id="6bae1e0c-fe7c-4b9b-99dc-effd7434454a" source_id="d8b1c8e1-cb2c-4d5d-bcfb-83e83e31c7a9" league_id="446ecdc5-470d-4cb6-9a77-b54c108e3d3a" first_name="Ja'Lynn" last_name="Polk" name="Ja'Lynn Polk" position="WR" team_name="Washington" height="73" weight="203" experience="SO" birth_place="Lufkin, TX, USA" top_prospect="true"/>
        <trades>
          <trade id="5b5ca9a5-076f-4c5c-bd17-a5a565b591be"/>
        </trades>
      </pick>
      <pick id="3ddd09aa-46fb-4060-b9c7-2331c4e1a683" number="6" overall="38">
        <team id="d26a1ca5-722d-4274-8f97-c92e49c96315" name="Titans" market="Tennessee" alias="TEN"/>
        <prospect id="7242166e-15db-4e8f-a7ea-51a017e76fc8" source_id="350bbf97-60a9-4ebf-8be5-923128c32c4b" league_id="136f06ed-a718-4551-b1b2-feda889b9b98" first_name="T'Vondre" last_name="Sweat" name="T'Vondre Sweat" position="DL" team_name="Texas" height="77" weight="366" experience="SR" birth_place="Huntsville, TX, USA" top_prospect="true"/>
      </pick>
      <pick id="44062f66-3167-4ddf-8f3e-c911d7249577" number="7" overall="39" traded="true">
        <team id="2eff2a03-54d4-46ba-890e-2bc3925548f3" name="Rams" market="Los Angeles" alias="LA"/>
        <prospect id="9e5839b1-1e95-409c-a96c-2b7e452fdbcb" source_id="b2b0e1a3-9f20-412d-8923-31beceaa927a" league_id="905fb2a2-6fc0-4af5-9f3c-860956cd164b" first_name="Braden" last_name="Fiske" name="Braden Fiske" position="DL" team_name="Florida State" height="76" weight="292" experience="SR" birth_place="Michigan City, IN, USA" top_prospect="true"/>
        <trades>
          <trade id="63b6c291-0638-417b-8fa0-4427ed3722ba"/>
          <trade id="35e6b0c1-7d64-446a-a9ff-b8ce99e8d087"/>
        </trades>
      </pick>
      <pick id="d1c9f615-96f6-43f2-8407-61979065ed47" number="8" overall="40" traded="true">
        <team id="386bdbf9-9eea-4869-bb9a-274b0bc66e80" name="Eagles" market="Philadelphia" alias="PHI"/>
        <prospect id="a61a0349-0592-4444-8429-faf71014b304" source_id="4ac2f750-3c56-4d5f-85b0-70c7fba84521" league_id="f213bbc9-1294-4bce-84b0-3752e63ff363" first_name="Cooper" last_name="DeJean" name="Cooper DeJean" position="DB" team_name="Iowa" height="73" weight="203" experience="JR" birth_place="Odebolt, IA, USA" top_prospect="true"/>
        <trades>
          <trade id="1ce76ddc-2617-49a5-8259-e9b886452935"/>
          <trade id="e4b7483c-bd4a-442d-861d-b97f606feab4"/>
        </trades>
      </pick>
      <pick id="8748b4d2-a10e-4b23-b2c9-6e1f497af488" number="9" overall="41" traded="true">
        <team id="0d855753-ea21-4953-89f9-0e20aff9eb73" name="Saints" market="New Orleans" alias="NO"/>
        <prospect id="639e3847-dd0a-41ed-bea6-d0a46d479897" source_id="37fad87a-3aef-4b1e-acd2-02b3548cb2f6" league_id="db912dac-e488-4c39-806b-a10e990d6bf4" first_name="Kool-Aid" last_name="McKinstry" name="Kool-Aid McKinstry" position="DB" team_name="Alabama" height="72" weight="199" experience="JR" birth_place="Birmingham, AL, USA" top_prospect="true"/>
        <trades>
          <trade id="19dea2e3-d483-4c1c-9ab3-483aee8632e1"/>
          <trade id="d3995cce-eb60-429a-aec2-b076bac2af6d"/>
        </trades>
      </pick>
      <pick id="7833efec-ef6c-4136-8726-93d6f3134c7c" number="10" overall="42" traded="true">
        <team id="82d2d380-3834-4938-835f-aec541e5ece7" name="Texans" market="Houston" alias="HOU"/>
        <prospect id="a5fb7b3e-7572-40f8-98bd-4bea4055ba31" source_id="9a354f0f-37db-42a4-bcd9-0941b8bf8993" league_id="b85f8a10-e1c2-4e5d-8aa5-08091feb1883" first_name="Kamari" last_name="Lassiter" name="Kamari Lassiter" position="DB" team_name="Georgia" height="72" weight="186" experience="JR" birth_place="Savannah, GA, USA" top_prospect="true"/>
        <trades>
          <trade id="5f5bf3ab-de77-491b-a157-90eaad65be91"/>
        </trades>
      </pick>
      <pick id="14dff00a-8d64-4925-bdee-1d21900a0c98" number="11" overall="43" traded="true">
        <team id="de760528-1dc0-416a-a978-b510d20692ff" name="Cardinals" market="Arizona" alias="ARI"/>
        <prospect id="7a13ef14-8222-453a-90bf-325fe4bd61d8" source_id="71741072-eb6a-4d21-9645-31f67d764e3d" league_id="5f3ab1fc-cdc0-499d-8cc2-36433b9ac7f6" first_name="Max" last_name="Melton" name="Max Melton" position="DB" team_name="Rutgers" height="71" weight="187" experience="JR" birth_place="Mays Landing, NJ, USA" top_prospect="true"/>
        <trades>
          <trade id="5bd6647d-c599-4c04-b138-8720935bd8f4"/>
        </trades>
      </pick>
      <pick id="da236674-0787-4698-8c00-0442125408bb" number="12" overall="44">
        <team id="7d4fcc64-9cb5-4d1b-8e75-8a906d1e1576" name="Raiders" market="Las Vegas" alias="LV"/>
        <prospect id="34baf199-e72e-473f-a4cf-6e7f40cda999" source_id="e4473656-83ec-4c0c-b46a-654e0dd0f993" league_id="756376bf-35dd-41b8-8be4-ab7f1a6681a8" first_name="Jackson" last_name="Powers-Johnson" name="Jackson Powers-Johnson" position="OL" team_name="Oregon" height="75" weight="328" experience="JR" birth_place="Draper, UT, USA" top_prospect="true"/>
      </pick>
      <pick id="e988f301-75e3-44a6-8c1c-3e8849c30dfc" number="13" overall="45" traded="true">
        <team id="a20471b4-a8d9-40c7-95ad-90cc30e46932" name="Packers" market="Green Bay" alias="GB"/>
        <prospect id="033e837b-fd43-4d6f-b69b-6831417ca9d4" source_id="e61eede1-9b6c-42ff-928d-dc7ee11f7337" league_id="5424462c-3f8e-4e2a-832d-c29916d395cb" first_name="Edgerrin" last_name="Cooper" name="Edgerrin Cooper" position="LB" team_name="Texas A&M" height="74" weight="230" experience="JR" birth_place="Covington, LA, USA" top_prospect="true"/>
        <trades>
          <trade id="06024c1d-f2cf-4716-a670-23592b1861a3"/>
          <trade id="d3995cce-eb60-429a-aec2-b076bac2af6d"/>
        </trades>
      </pick>
      <pick id="2947170e-5d17-4d83-ae84-8200a70c997c" number="14" overall="46" traded="true">
        <team id="f14bf5cc-9a82-4a38-bc15-d39f75ed5314" name="Panthers" market="Carolina" alias="CAR"/>
        <prospect id="35f538ce-f111-4663-a2c3-0060775345a9" source_id="921c8db6-497d-4f0b-8bf8-9741e19345ec" league_id="5c842941-844b-4f6a-bce4-26b377146674" first_name="Jonathon" last_name="Brooks" name="Jonathon Brooks" position="RB" team_name="Texas" height="72" weight="216" experience="SO" birth_place="Hallettsville, TX, USA" top_prospect="true"/>
        <trades>
          <trade id="35903d2b-88bc-44da-98e1-6b115828efaf"/>
        </trades>
      </pick>
      <pick id="b9a4e1f5-2593-48a9-a756-6c128c8403d1" number="15" overall="47" traded="true">
        <team id="04aa1c9d-66da-489d-b16a-1dee3f2eec4d" name="Giants" market="New York" alias="NYG"/>
        <prospect id="9ce488d5-3e14-4577-ab6f-05b2c270066a" source_id="0c05f1cf-bd29-4f0e-9300-bf1f59c6fa22" league_id="be2b6a6f-0e18-4394-a681-d414a3a306b8" first_name="Tyler" last_name="Nubin" name="Tyler Nubin" position="DB" team_name="Minnesota" height="74" weight="199" experience="SR" birth_place="St. Charles, IL, USA" top_prospect="true"/>
        <trades>
          <trade id="b0052518-02be-4f16-ae3d-2d005d91b34d"/>
        </trades>
      </pick>
      <pick id="03731ff9-2ee2-47fc-923b-8c094301efba" number="16" overall="48">
        <team id="f7ddd7fa-0bae-4f90-bc8e-669e4d6cf2de" name="Jaguars" market="Jacksonville" alias="JAC"/>
        <prospect id="b00fd66f-d3b7-4781-845f-c8cc783d917f" source_id="ebaf9355-b8c4-408f-a65f-467587737dfa" league_id="32f98e05-a998-4e0c-8131-0e4b17cb7dd5" first_name="Maason" last_name="Smith" name="Maason Smith" position="DT" team_name="LSU" height="77" weight="306" experience="SO" birth_place="Houma, LA, USA" top_prospect="true"/>
      </pick>
      <pick id="55799c85-bd89-4c1a-a132-bfaa77e46812" number="17" overall="49">
        <team id="ad4ae08f-d808-42d5-a1e6-e9bc4e34d123" name="Bengals" market="Cincinnati" alias="CIN"/>
        <prospect id="604ef7b2-0180-42d9-a959-fbe20b2c01e5" source_id="f5946173-ebd2-4585-a5e5-b3369d3267a8" league_id="ffb4ddbb-f7be-47e8-b5de-19c32d68fc49" first_name="Kris" last_name="Jenkins" name="Kris Jenkins" position="DL" team_name="Michigan" height="75" weight="299" experience="SR" birth_place="Olney, MD, USA" top_prospect="true"/>
      </pick>
      <pick id="0219b994-fda4-4e49-9fe7-fb58eaf670cb" number="18" overall="50" traded="true">
        <team id="22052ff7-c065-42ee-bc8f-c4691c50e624" name="Commanders" market="Washington" alias="WAS"/>
        <prospect id="c97e3cfd-4def-48b5-8d4a-69cd2c7aac4c" source_id="cd7c9d2b-d374-4d30-baeb-5a49a1eabbed" league_id="f20bc1dc-7243-4c87-8274-a6e311c21ef9" first_name="Mike" last_name="Sainristil" name="Mike Sainristil" position="DB" team_name="Michigan" height="69" weight="182" experience="GR" birth_place="Everett, MA, USA" top_prospect="true"/>
        <trades>
          <trade id="0b040880-e45a-4f73-bf0b-c450b96dd00b"/>
          <trade id="1ce76ddc-2617-49a5-8259-e9b886452935"/>
        </trades>
      </pick>
      <pick id="06edd318-0ade-4f28-baed-d05d20edc9ba" number="19" overall="51">
        <team id="cb2f9f1f-ac67-424e-9e72-1475cb0ed398" name="Steelers" market="Pittsburgh" alias="PIT"/>
        <prospect id="36becfef-2f36-4d15-8fec-ce6d2f054251" source_id="abda94a5-62f5-48e9-997e-7881577af813" league_id="ab7a4eef-8591-448d-ad78-02b21a38504e" first_name="Zach" last_name="Frazier" name="Zach Frazier" position="OL" team_name="West Virginia" height="75" weight="313" experience="JR" birth_place="Fairmont, WV, USA" top_prospect="true"/>
      </pick>
      <pick id="cf8bedac-23a0-4ae3-bf88-2d12f38f0c0c" number="20" overall="52" traded="true">
        <team id="82cf9565-6eb9-4f01-bdbd-5aa0d472fcd9" name="Colts" market="Indianapolis" alias="IND"/>
        <prospect id="66c580b2-b279-49f9-a169-c460e3953a4b" source_id="46e96060-b073-4ea2-ad26-dff32979b3fb" league_id="190dbc97-2b7c-4023-b6b0-5729b854b60b" first_name="Adonai" last_name="Mitchell" name="Adonai Mitchell" position="WR" team_name="Texas" height="74" weight="205" experience="JR" birth_place="Missouri City, TX, USA" top_prospect="true"/>
        <trades>
          <trade id="63b6c291-0638-417b-8fa0-4427ed3722ba"/>
          <trade id="35903d2b-88bc-44da-98e1-6b115828efaf"/>
        </trades>
      </pick>
      <pick id="42f69dcf-7795-4719-ab3c-a64949e2afcc" number="21" overall="53" traded="true">
        <team id="22052ff7-c065-42ee-bc8f-c4691c50e624" name="Commanders" market="Washington" alias="WAS"/>
        <prospect id="b7bf9ed4-6d0d-485d-8c57-295a32a78b9d" source_id="835d204f-c470-40f8-a812-91aff288395c" league_id="b5c717af-9116-483c-9ab3-c9db0a988ab8" first_name="Ben" last_name="Sinnott" name="Ben Sinnott" position="TE" team_name="Kansas State" height="76" weight="250" experience="JR" birth_place="Waterloo, IA, USA" top_prospect="true"/>
        <trades>
          <trade id="1ce76ddc-2617-49a5-8259-e9b886452935"/>
        </trades>
      </pick>
      <pick id="d32ea20b-ee9c-435a-823b-ea91475677c9" number="22" overall="54">
        <team id="d5a2eb42-8065-4174-ab79-0a6fa820e35e" name="Browns" market="Cleveland" alias="CLE"/>
        <prospect id="31b54c47-d01e-437d-8cff-2e04dc781f3c" source_id="1ee960cb-12c2-45f3-b517-0d08b7b59780" league_id="593fdfcf-8852-457e-bb9a-0411533eca32" first_name="Michael" last_name="Hall" name="Michael Hall" position="DT" team_name="Ohio State" height="75" weight="290" experience="JR" birth_place="Streetsboro, OH, USA" top_prospect="true"/>
      </pick>
      <pick id="97d7167d-bc1c-4d64-a460-3a8118127112" number="23" overall="55">
        <team id="4809ecb0-abd3-451d-9c4a-92a90b83ca06" name="Dolphins" market="Miami" alias="MIA"/>
        <prospect id="f366812e-adc4-4b07-ab24-8d6ca41ef71d" source_id="f40a1cf3-7b4c-45a9-bf3f-c68ce6de21f3" league_id="1c049a8d-42ba-480b-89dc-764477c6c3f2" first_name="Patrick" last_name="Paul" name="Patrick Paul" position="OL" team_name="Houston" height="80" weight="331" experience="JR" birth_place="Houston, TX, USA" top_prospect="true"/>
      </pick>
      <pick id="72e55497-ee9e-4df1-ad4f-0cbad4abea99" number="24" overall="56">
        <team id="e627eec7-bbae-4fa4-8e73-8e1d6bc5c060" name="Cowboys" market="Dallas" alias="DAL"/>
        <prospect id="7c9c9e20-f34d-45fa-b9eb-4ff3153375b1" source_id="1f545e30-6338-4d6c-982a-4ee4f57e2aca" league_id="7495a11d-6782-4dc1-9186-d2a2cca205d4" first_name="Marshawn" last_name="Kneeland" name="Marshawn Kneeland" position="DL" team_name="Western Michigan" height="75" weight="267" experience="JR" birth_place="Grand Rapids, MI, USA" top_prospect="true"/>
      </pick>
      <pick id="8a61fdea-9be8-4238-a016-86c773cfd975" number="25" overall="57">
        <team id="4254d319-1bc7-4f81-b4ab-b5e6f3402b69" name="Buccaneers" market="Tampa Bay" alias="TB"/>
        <prospect id="65d60bd9-581f-49f0-91cb-e24121b7cee1" source_id="bad8a29e-e48d-452d-bdac-4265ac39bd1e" league_id="5bd59487-cd06-4286-bc62-17cae182abf9" first_name="Chris" last_name="Braswell" name="Chris Braswell" position="LB" team_name="Alabama" height="75" weight="251" experience="SR" birth_place="Baltimore, MD, USA" top_prospect="true"/>
      </pick>
      <pick id="5d9e90b0-fef7-49a2-ad49-c60e5e27484d" number="26" overall="58">
        <team id="a20471b4-a8d9-40c7-95ad-90cc30e46932" name="Packers" market="Green Bay" alias="GB"/>
        <prospect id="71483eab-3b51-4060-bf7c-ea3d9b747dae" source_id="4194ab2b-e329-4430-a922-d3b3f5289e8f" league_id="0bf54af0-cd8f-48ac-96b9-b742562a3e53" first_name="Javon" last_name="Bullard" name="Javon Bullard" position="DB" team_name="Georgia" height="71" weight="198" experience="JR" birth_place="Milledgeville, GA, USA" top_prospect="true"/>
      </pick>
      <pick id="83242f19-2d44-405f-9704-9988308b2d10" number="27" overall="59">
        <team id="82d2d380-3834-4938-835f-aec541e5ece7" name="Texans" market="Houston" alias="HOU"/>
        <prospect id="2242d59c-5377-4235-b9d2-dedd8afeb921" source_id="8a8c8f84-df86-4f76-94cc-82afaf531cd2" league_id="b38af46f-8c06-42e1-952e-d992da83eaca" first_name="Blake" last_name="Fisher" name="Blake Fisher" position="OL" height="78" weight="310" experience="JR" birth_place="Avon, IN, USA"/>
      </pick>
      <pick id="5dbff95c-39f8-473a-833d-a87e27556dc0" number="28" overall="60">
        <team id="768c92aa-75ff-4a43-bcc0-f2798c2e1724" name="Bills" market="Buffalo" alias="BUF"/>
        <prospect id="ba7a2dd4-3bf0-4492-b93e-ab4df0f71fa3" source_id="23a47450-5813-480c-a905-2f7c340d6421" league_id="9098b52a-bc60-4a3d-9eaa-4611966a576e" first_name="Cole" last_name="Bishop" name="Cole Bishop" position="SAF" team_name="Utah" height="74" weight="206" experience="JR" birth_place="Peachtree City, GA, USA" top_prospect="true"/>
      </pick>
      <pick id="9d551e4c-f485-4b77-9b2a-4c024d866add" number="29" overall="61">
        <team id="c5a59daa-53a7-4de0-851f-fb12be893e9e" name="Lions" market="Detroit" alias="DET"/>
        <prospect id="c26d4135-c075-4d60-bfa7-8804f941244f" source_id="e1b2260d-d7c3-4fa6-9990-e12c0ea635ea" league_id="c4da8885-d3f7-4593-b325-3e3dc408d1b6" first_name="Ennis" last_name="Rakestraw" name="Ennis Rakestraw" position="DB" team_name="Missouri" height="71" weight="183" experience="JR" birth_place="Dallas, TX, USA" top_prospect="true"/>
      </pick>
      <pick id="f3d139fd-323e-47ad-8080-48c3222716fc" number="30" overall="62">
        <team id="ebd87119-b331-4469-9ea6-d51fe3ce2f1c" name="Ravens" market="Baltimore" alias="BAL"/>
        <prospect id="567870a6-fc5b-4270-b47f-2ac26565aca2" source_id="48929b74-ab35-434f-b00c-92e499bb94f4" league_id="6ced226c-387c-47d4-a4ce-cf4d583e9e65" first_name="Roger" last_name="Rosengarten" name="Roger Rosengarten" position="OL" team_name="Washington" height="77" weight="308" experience="SO" birth_place="Highlands Ranch, CO, USA" top_prospect="true"/>
      </pick>
      <pick id="9be4b7dd-9e3b-44c8-bc2c-741ec686957e" number="31" overall="63" traded="true">
        <team id="6680d28d-d4d2-49f6-aace-5292d3ec02c2" name="Chiefs" market="Kansas City" alias="KC"/>
        <prospect id="1f45e49d-3224-457c-b84c-2996a97f1fb4" source_id="237b5d7b-988b-4f92-9737-44e1cf8778d0" league_id="6f3a80b4-9b7b-4429-aec1-bc508ef8e0e6" first_name="Kingsley" last_name="Suamataia" name="Kingsley Suamataia" position="OL" team_name="BYU" height="77" weight="326" experience="SO" birth_place="Orem, UT, USA" top_prospect="true"/>
        <trades>
          <trade id="128c121f-369f-407a-aa43-61bdcf85bbec"/>
        </trades>
      </pick>
      <pick id="0b7fd34d-b03c-4590-bd55-b377859764bb" number="32" overall="64" traded="true">
        <team id="f0e724b0-4cbf-495a-be47-013907608da9" name="49ers" market="San Francisco" alias="SF"/>
        <prospect id="af7af183-2868-4013-bef0-9db02a861024" source_id="19a438b6-e898-47e3-bc2f-d9cff4f800eb" league_id="2b93704f-fab1-40b3-b13e-07d85303bb25" first_name="Renardo" last_name="Green" name="Renardo Green" position="DB" height="72" weight="186" experience="SR" birth_place="Orlando, FL, USA"/>
        <trades>
          <trade id="128c121f-369f-407a-aa43-61bdcf85bbec"/>
        </trades>
      </pick>
    </round>
  </rounds>
</draft>



Ten-Day Contract Status

Release DateFeeds AffectedBenefit
10/28/2024Player Profile

Team Profile
We've added a status (TEN-DAY) for players currently on a 10-day contract.


Parent Ids

Release DateBenefit
09/23/2024Added a standard parent Id (parent_id) to games and series.

Use this Id to group events (like the All-Star game or NBA Finals) across seasons.
{
  "id": "54d776dc-0e88-4c77-8fe0-021d4ed7b250",
  "status": "closed",
  "title": "2024 NBA All-Star Game",
  "coverage": "full",
  "scheduled": "2024-02-19T01:00:00Z",
  "home_points": 211,
  "away_points": 186,
  "neutral_site": true,
  "parent_id": "e4986bda-2f75-4228-8295-44b2449088b1",
  "track_on_court": true,
  "reference": "0032300001",
  "time_zones": {
    "venue": "US/Eastern"
  },
  "venue": {
    "id": "24bb478e-eb31-5f8a-8c8d-07f513169ec1",
    "name": "Gainbridge Fieldhouse",
    "capacity": 20000,
    "address": "125 S. Pennsylvania Street",
    "city": "Indianapolis",
    "state": "IN",
    "zip": "46204",
    "country": "USA",
    "sr_id": "sr:venue:6924",
    "location": {
      "lat": "39.763975",
      "lng": "-86.15542"
    }
  },
  "broadcasts": [
    {
      "network": "TNT",
      "type": "TV",
      "locale": "National",
      "channel": "245"
    },
    {
      "network": "TBS",
      "type": "TV",
      "locale": "National",
      "channel": "247"
    }
  ],
  "home": {
    "name": "East NBA All Stars",
    "alias": "EST",
    "id": "592d3144-895b-43e9-ab15-e84666a845d5",
    "reference": "1610616833"
  },
  "away": {
    "name": "West NBA All Stars",
    "alias": "WST",
    "id": "787ff06f-f0cc-484e-8114-04e0cdc444fa",
    "reference": "1610616834"
  }
},
<series id="a6c5f648-2028-457f-84cd-bf301886648c" parent_id="a8187e6d-8b68-40bc-9767-fe78cbda3311" title="NBA Finals - MIA vs DEN" round="4" start_date="2023-06-01" status="closed">
  <participant name="Heat" seed="8" record="1">
    <team id="583ecea6-fb46-11e1-82cb-f4ce4684ea4c" name="Heat" alias="MIA" market="Miami" reference="1610612748"/>
    <source id="e75bdf18-b87a-4651-b1d6-b90a6d923ce5" title="Eastern Conference - Finals - MIA vs BOS" round="3" outcome="win"/>
  </participant>
  <participant name="Nuggets" seed="1" record="4">
    <team id="583ed102-fb46-11e1-82cb-f4ce4684ea4c" name="Nuggets" alias="DEN" market="Denver" reference="1610612743"/>
    <source id="79030c40-c3e0-4c01-9692-af0d7ce97a45" title="Western Conference - Finals - LAL vs DEN" round="3" outcome="win"/>
  </participant>


Characters Added for Player Names

Release DateBenefit
09/16/2024Each league-specific Basketball API will now display player names containing special characters and diacritical markings. The change aims to ensure an accurate representation of a player’s given name.

Going forward, player names such as Davis Bertans (id: c1bb78ed-4ce7-4e8c-b30c-06f8148d550a) will change to Dāvis Bertāns in each API endpoint.

Ensure that your systems can handle these special characters and diacritics.

Some examples of player names with special characters include:

- Luka Dončić
- Dāvis Bertāns
- Ömer Aşık
- Nikola Ðurišić.
{
  "id": "d2ee92e9-3e72-45eb-b156-2dc5adc1e6f7",
  "status": "ACT",
  "full_name": "Luka Dončić",
  "first_name": "Luka",
  "last_name": "Dončić",
  "abbr_name": "L.Dončić",
  "height": 79,
  "weight": 230,
  "position": "F-G",
  "primary_position": "PG",
  "jersey_number": "77",
  "experience": "6",
  "birth_place": "Ljubljana,, SVN",
  "birthdate": "1999-02-28",
  "updated": "2024-09-16T12:56:48Z",
  "sr_id": "sr:player:926008",
  "rookie_year": 2018,
  "reference": "1629029",
  "draft": {
    "team_id": "583ecb8f-fb46-11e1-82cb-f4ce4684ea4c",
    "year": 2018,
    "round": "1",
    "pick": "3"
  }
},
<player id="d2ee92e9-3e72-45eb-b156-2dc5adc1e6f7" status="ACT" full_name="Luka Dončić" 
        first_name="Luka" last_name="Dončić" abbr_name="L.Dončić" height="79" weight="230" 
        position="F-G" primary_position="PG" jersey_number="77" experience="6" birth_place="Ljubljana,, SVN" 
        birthdate="1999-02-28" updated="2024-09-16T12:56:48Z" sr_id="sr:player:926008" rookie_year="2018" 
        reference="1629029">



Neutral Site Records

Release DateFeeds AffectedBenefit
09/06/2024StandingsAdded data points into the Standings endpoint for neutral site losses, wins, and win_pct.

This will be used for the NBA In-Season Tournament.
<league xmlns="http://feed.elasticstats.com/schema/basketball/nba/standings-v4.0.xsd" id="4353138d-4c22-4396-95d8-5f587d2df25c" name="NBA" alias="NBA">
    <season id="f1162fd1-29c5-4c29-abb4-57b78f16d238" year="2023" type="REG">
        <conference id="7fe7e212-de01-4f8f-a31d-b9f0a95731e3" name="WESTERN CONFERENCE" alias="WESTERN">
            <division id="1d29f94c-9587-494b-a232-feb20a40eb4c" name="Southwest" alias="SOUTHWEST">
                <team id="583ecf50-fb46-11e1-82cb-f4ce4684ea4c" name="Mavericks" market="Dallas" wins="50" losses="32" win_pct="0.61" points_for="117.85" points_against="115.65" point_diff="2.21" sr_id="sr:team:3411" reference="1610612742">
                    <games-behind league="14.0" conference="7.0" division="0.0"/>
                    <streak>
                        <loss length="2"/>
                    </streak>
                    <calc_rank div_rank="1" conf_rank="5"/>
                    <records>
                        <atlantic wins="6" losses="4" win_pct="0.6"/>
                        <below_500 wins="27" losses="8" win_pct="0.771"/>
                        <central wins="3" losses="7" win_pct="0.3"/>
                        <conference wins="31" losses="21" win_pct="0.596"/>
                        <division wins="11" losses="5" win_pct="0.688"/>
                        <equal_rebounds wins="1" losses="1" win_pct="0.5"/>
                        <equal_turnovers wins="3" losses="2" win_pct="0.6"/>
                        <fewer_turnovers wins="30" losses="15" win_pct="0.667"/>
                        <home wins="25" losses="16" win_pct="0.61"/>
                        <last_10 wins="7" losses="3" win_pct="0.7"/>
                        <last_10_home wins="7" losses="3" win_pct="0.7"/>
                        <last_10_road wins="7" losses="3" win_pct="0.7"/>
                        <leads_field_goal_pct wins="37" losses="3" win_pct="0.925"/>
                        <leads_rebounds wins="22" losses="8" win_pct="0.733"/>
                        <neutral wins="0" losses="0" win_pct="0.0"/>
                        <northwest wins="10" losses="9" win_pct="0.526"/>
                        <opponent_fewer_turnovers wins="17" losses="15" win_pct="0.531"/>
                        <opponent_leads_field_goal_pct wins="13" losses="29" win_pct="0.31"/>
                        <opponent_leads_rebounds wins="27" losses="23" win_pct="0.54"/>
                        <opponent_scores_100_or_more wins="41" losses="32" win_pct="0.562"/>
                        <over_500 wins="23" losses="24" win_pct="0.489"/>
                        <overtime wins="1" losses="0" win_pct="1.0"/>
                        <pacific wins="10" losses="7" win_pct="0.588"/>
                        <road wins="25" losses="16" win_pct="0.61"/>
                        <scores_100_or_more wins="50" losses="25" win_pct="0.667"/>
                        <southeast wins="10" losses="0" win_pct="1.0"/>
                        <southwest wins="11" losses="5" win_pct="0.688"/>
                        <ten_points wins="31" losses="21" win_pct="0.596"/>
                        <three_points wins="5" losses="2" win_pct="0.714"/>
                    </records>
                </team>
{
    "league": {
        "id": "4353138d-4c22-4396-95d8-5f587d2df25c",
        "name": "NBA",
        "alias": "NBA"
    },
    "season": {
        "id": "f1162fd1-29c5-4c29-abb4-57b78f16d238",
        "year": 2023,
        "type": "REG"
    },
    "conferences": [
        {
            "id": "7fe7e212-de01-4f8f-a31d-b9f0a95731e3",
            "name": "WESTERN CONFERENCE",
            "alias": "WESTERN",
            "divisions": [
                {
                    "id": "1d29f94c-9587-494b-a232-feb20a40eb4c",
                    "name": "Southwest",
                    "alias": "SOUTHWEST",
                    "teams": [
                        {
                            "id": "583ecf50-fb46-11e1-82cb-f4ce4684ea4c",
                            "name": "Mavericks",
                            "market": "Dallas",
                            "wins": 50,
                            "losses": 32,
                            "win_pct": 0.61,
                            "points_for": 117.85,
                            "points_against": 115.65,
                            "point_diff": 2.21,
                            "sr_id": "sr:team:3411",
                            "reference": "1610612742",
                            "games_behind": {
                                "league": 14.0,
                                "conference": 7.0,
                                "division": 0.0
                            },
                            "streak": {
                                "kind": "loss",
                                "length": 2
                            },
                            "calc_rank": {
                                "div_rank": 1,
                                "conf_rank": 5
                            },
                            "records": [
                                {
                                    "record_type": "atlantic",
                                    "wins": 6,
                                    "losses": 4,
                                    "win_pct": 0.6
                                },
                                {
                                    "record_type": "below_500",
                                    "wins": 27,
                                    "losses": 8,
                                    "win_pct": 0.771
                                },
                                {
                                    "record_type": "central",
                                    "wins": 3,
                                    "losses": 7,
                                    "win_pct": 0.3
                                },
                                {
                                    "record_type": "conference",
                                    "wins": 31,
                                    "losses": 21,
                                    "win_pct": 0.596
                                },
                                {
                                    "record_type": "division",
                                    "wins": 11,
                                    "losses": 5,
                                    "win_pct": 0.688
                                },
                                {
                                    "record_type": "equal_rebounds",
                                    "wins": 1,
                                    "losses": 1,
                                    "win_pct": 0.5
                                },
                                {
                                    "record_type": "equal_turnovers",
                                    "wins": 3,
                                    "losses": 2,
                                    "win_pct": 0.6
                                },
                                {
                                    "record_type": "fewer_turnovers",
                                    "wins": 30,
                                    "losses": 15,
                                    "win_pct": 0.667
                                },
                                {
                                    "record_type": "home",
                                    "wins": 25,
                                    "losses": 16,
                                    "win_pct": 0.61
                                },
                                {
                                    "record_type": "last_10",
                                    "wins": 7,
                                    "losses": 3,
                                    "win_pct": 0.7
                                },
                                {
                                    "record_type": "last_10_home",
                                    "wins": 7,
                                    "losses": 3,
                                    "win_pct": 0.7
                                },
                                {
                                    "record_type": "last_10_road",
                                    "wins": 7,
                                    "losses": 3,
                                    "win_pct": 0.7
                                },
                                {
                                    "record_type": "leads_field_goal_pct",
                                    "wins": 37,
                                    "losses": 3,
                                    "win_pct": 0.925
                                },
                                {
                                    "record_type": "leads_rebounds",
                                    "wins": 22,
                                    "losses": 8,
                                    "win_pct": 0.733
                                },
                                {
                                    "record_type": "neutral",
                                    "wins": 0,
                                    "losses": 0,
                                    "win_pct": 0.0
                                },
                                {
                                    "record_type": "northwest",
                                    "wins": 10,
                                    "losses": 9,
                                    "win_pct": 0.526
                                },
                                {
                                    "record_type": "opponent_fewer_turnovers",
                                    "wins": 17,
                                    "losses": 15,
                                    "win_pct": 0.531
                                },
                                {
                                    "record_type": "opponent_leads_field_goal_pct",
                                    "wins": 13,
                                    "losses": 29,
                                    "win_pct": 0.31
                                },
                                {
                                    "record_type": "opponent_leads_rebounds",
                                    "wins": 27,
                                    "losses": 23,
                                    "win_pct": 0.54
                                },
                                {
                                    "record_type": "opponent_scores_100_or_more",
                                    "wins": 41,
                                    "losses": 32,
                                    "win_pct": 0.562
                                },
                                {
                                    "record_type": "overtime",
                                    "wins": 1,
                                    "losses": 0,
                                    "win_pct": 1.0
                                },
                                {
                                    "record_type": "over_500",
                                    "wins": 23,
                                    "losses": 24,
                                    "win_pct": 0.489
                                },
                                {
                                    "record_type": "pacific",
                                    "wins": 10,
                                    "losses": 7,
                                    "win_pct": 0.588
                                },
                                {
                                    "record_type": "road",
                                    "wins": 25,
                                    "losses": 16,
                                    "win_pct": 0.61
                                },
                                {
                                    "record_type": "scores_100_or_more",
                                    "wins": 50,
                                    "losses": 25,
                                    "win_pct": 0.667
                                },
                                {
                                    "record_type": "southeast",
                                    "wins": 10,
                                    "losses": 0,
                                    "win_pct": 1.0
                                },
                                {
                                    "record_type": "southwest",
                                    "wins": 11,
                                    "losses": 5,
                                    "win_pct": 0.688
                                },
                                {
                                    "record_type": "ten_points",
                                    "wins": 31,
                                    "losses": 21,
                                    "win_pct": 0.596
                                },
                                {
                                    "record_type": "three_points",
                                    "wins": 5,
                                    "losses": 2,
                                    "win_pct": 0.714
                                }
                            ]
                        },


Play-in Berth Clinch Status

Release DateFeeds AffectedBenefit
08/22/2024RankingsWe've added a new clinched play_in_berth status to the Rankings endpoint.

This status denotes a team has secured at least the play-in game.
<conference id="3960cfac-7361-4b30-bc25-8d393de6f62f" name="EASTERN CONFERENCE" alias="EASTERN">
  <division id="582d6502-9a93-4a8d-8785-69374d732875" name="Atlantic" alias="ATLANTIC">
    <team id="583eccfa-fb46-11e1-82cb-f4ce4684ea4c" name="Celtics" market="Boston" sr_id="sr:team:3422" reference="1610612738">
      <rank conference="1" division="1" clinched="conference"/>
    </team>
    <team id="583ec70e-fb46-11e1-82cb-f4ce4684ea4c" name="Knicks" market="New York" sr_id="sr:team:3421" reference="1610612752">
      <rank conference="2" division="2" clinched="playoff_berth"/>
    </team>
    <team id="583ec87d-fb46-11e1-82cb-f4ce4684ea4c" name="76ers" market="Philadelphia" sr_id="sr:team:3420" reference="1610612755">
      <rank conference="7" division="3" clinched="play_in_berth"/>
    </team>
    <team id="583ec9d6-fb46-11e1-82cb-f4ce4684ea4c" name="Nets" market="Brooklyn" sr_id="sr:team:3436" reference="1610612751">
      <rank conference="11" division="4" clinched="eliminated"/>
    </team>
    <team id="583ecda6-fb46-11e1-82cb-f4ce4684ea4c" name="Raptors" market="Toronto" sr_id="sr:team:3433" reference="1610612761">
      <rank conference="12" division="5" clinched="eliminated"/>
    </team>

Added Language Translations

Release DateFeeds AffectedBenefit
06/11/2024All feeds with teams, players,
and play-by-play descriptions.
We added language translations for all feeds with teams, players, and play-by-play descriptions.

The following languages are now available:

- Brazilian Portuguese
- English
- French
- Russian
- Simplified Chinese
- Spanish

TBD vs. TBD Support

Release DateFeeds AffectedBenefit
04/11/2024Daily Schedule

Schedule

Series Schedule
We are introducing support for Team TBD as a placeholder team.

This means you will now be able to obtain scheduled future games with known dates, even when one or both participants are yet to be determined.

See below for sample data.
<league xmlns="http://feed.elasticstats.com/schema/basketball/schedule-v5.0.xsd" id="4353138d-4c22-4396-95d8-5f587d2df25c" name="NBA" alias="NBA">
    <season-schedule id="851f97e4-c830-4590-88e9-e1286383148c" year="2023" type="PIT">
        <series id="4d8021ed-288b-4585-ad97-f82e6bc1ddf5" title="Eastern Conference - Play-in Round - #10 vs #9" round="1" start_date="2024-04-17" status="scheduled">
            <games>
                <game id="adafa13c-68d5-4127-bad0-48f46dc3485d" status="time-tbd" coverage="full" scheduled="2024-04-17T17:00:00+00:00" neutral_site="false" track_on_court="true" home_team="907dc4e5-6957-4d19-b7d4-b1b7003b91e6" away_team="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
                    <time_zones/>
                    <home name="Team TBD" alias="TBD" id="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
          </home>
                    <away name="Team TBD" alias="TBD" id="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
          </away>
                </game>
            </games>
        </series>
        <series id="6171e123-afe8-4c67-b198-a33a29e7a572" title="Western Conference - Play-in Round - #8 vs #7" round="1" start_date="2024-04-16" status="scheduled">
            <games>
                <game id="34fbb07b-8985-45e8-b0e0-00a717230b90" status="time-tbd" coverage="full" scheduled="2024-04-16T17:00:00+00:00" neutral_site="false" track_on_court="true" home_team="907dc4e5-6957-4d19-b7d4-b1b7003b91e6" away_team="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
                    <time_zones/>
                    <home name="Team TBD" alias="TBD" id="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
          					</home>
                    <away name="Team TBD" alias="TBD" id="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
          					</away>
                </game>
            </games>
        </series>
        <series id="6f9c0c8d-0cc2-4c14-bc8c-5b0de7942b1a" title="Western Conference - Play-in Round - TBD vs TBD" round="1" start_date="2024-04-19" status="scheduled">
            <participant name="Western Conference - Play-in Round - #8 vs #7" record="0">
                <source id="6171e123-afe8-4c67-b198-a33a29e7a572" title="Western Conference - Play-in Round - #8 vs #7" round="1" outcome="loss"/>
            </participant>
            <participant name="Western Conference - Play-in Round - #10 vs #9" record="0">
                <source id="bf5f0c02-ba3e-4cbc-94e4-c3c1d5864ad8" title="Western Conference - Play-in Round - #10 vs #9" round="1" outcome="win"/>
            </participant>
            <games>
                <game id="75da7f44-61fd-4590-b97a-074d863b20a7" status="time-tbd" coverage="full" scheduled="2024-04-19T17:00:00+00:00" neutral_site="false" track_on_court="true" home_team="907dc4e5-6957-4d19-b7d4-b1b7003b91e6" away_team="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
                    <time_zones/>
                    <home name="Team TBD" alias="TBD" id="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
          					</home>
                    <away name="Team TBD" alias="TBD" id="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
          					</away>
                </game>
            </games>
        </series>
        <series id="bf5f0c02-ba3e-4cbc-94e4-c3c1d5864ad8" title="Western Conference - Play-in Round - #10 vs #9" round="1" start_date="2024-04-17" status="scheduled">
            <games>
                <game id="658de491-08be-4279-a8a7-6f98f1637e70" status="time-tbd" coverage="full" scheduled="2024-04-17T17:00:00+00:00" neutral_site="false" track_on_court="true" home_team="907dc4e5-6957-4d19-b7d4-b1b7003b91e6" away_team="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
                    <time_zones/>
                    <home name="Team TBD" alias="TBD" id="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
          					</home>
                    <away name="Team TBD" alias="TBD" id="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
          					</away>
                </game>
            </games>
        </series>
        <series id="ca09ddfd-fe0c-4914-8847-da15e23d251b" title="Eastern Conference - Play-in Round - #8 vs #7" round="1" start_date="2024-04-16" status="scheduled">
            <games>
                <game id="bd80d85f-28e4-4ae9-8dea-97b14951e8c2" status="time-tbd" coverage="full" scheduled="2024-04-16T17:00:00+00:00" neutral_site="false" track_on_court="true" home_team="907dc4e5-6957-4d19-b7d4-b1b7003b91e6" away_team="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
                    <time_zones/>
                    <home name="Team TBD" alias="TBD" id="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
          					</home>
                    <away name="Team TBD" alias="TBD" id="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
          					</away>
                </game>
            </games>
        </series>
        <series id="ec633fa3-3c1c-4560-98ac-5f75850d70e1" title="Eastern Conference - Play-in Round - TBD vs TBD" round="1" start_date="2024-04-19" status="scheduled">
            <participant name="Eastern Conference - Play-in Round - #8 vs #7" record="0">
                <source id="ca09ddfd-fe0c-4914-8847-da15e23d251b" title="Eastern Conference - Play-in Round - #8 vs #7" round="1" outcome="loss"/>
            </participant>
            <participant name="Eastern Conference - Play-in Round - #10 vs #9" record="0">
                <source id="4d8021ed-288b-4585-ad97-f82e6bc1ddf5" title="Eastern Conference - Play-in Round - #10 vs #9" round="1" outcome="win"/>
            </participant>
            <games>
                <game id="b1c9bbbe-feb8-43e8-8226-4df5f013c0ff" status="time-tbd" coverage="full" scheduled="2024-04-19T17:00:00+00:00" neutral_site="false" track_on_court="true" home_team="907dc4e5-6957-4d19-b7d4-b1b7003b91e6" away_team="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
                    <time_zones/>
                    <home name="Team TBD" alias="TBD" id="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
          					</home>
                    <away name="Team TBD" alias="TBD" id="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
          					</away>
                </game>
            </games>
        </series>
    </season-schedule>
</league>


{
    "league": {
        "id": "4353138d-4c22-4396-95d8-5f587d2df25c",
        "name": "NBA",
        "alias": "NBA"
    },
    "season": {
        "id": "851f97e4-c830-4590-88e9-e1286383148c",
        "year": 2023,
        "type": "PIT"
    },
    "series": [
        {
            "id": "4d8021ed-288b-4585-ad97-f82e6bc1ddf5",
            "title": "Eastern Conference - Play-in Round - #10 vs #9",
            "round": 1,
            "start_date": "2024-04-17",
            "status": "scheduled",
            "participants": [],
            "games": [
                {
                    "id": "adafa13c-68d5-4127-bad0-48f46dc3485d",
                    "status": "time-tbd",
                    "coverage": "full",
                    "scheduled": "2024-04-17T17:00:00+00:00",
                    "neutral_site": false,
                    "track_on_court": true,
                    "home": {
                        "name": "Team TBD",
                        "alias": "TBD",
                        "id": "907dc4e5-6957-4d19-b7d4-b1b7003b91e6"
                    },
                    "away": {
                        "name": "Team TBD",
                        "alias": "TBD",
                        "id": "907dc4e5-6957-4d19-b7d4-b1b7003b91e6"
                    }
                }
            ]
        },
        {
            "id": "6171e123-afe8-4c67-b198-a33a29e7a572",
            "title": "Western Conference - Play-in Round - #8 vs #7",
            "round": 1,
            "start_date": "2024-04-16",
            "status": "scheduled",
            "participants": [],
            "games": [
                {
                    "id": "34fbb07b-8985-45e8-b0e0-00a717230b90",
                    "status": "time-tbd",
                    "coverage": "full",
                    "scheduled": "2024-04-16T17:00:00+00:00",
                    "neutral_site": false,
                    "track_on_court": true,
                    "home": {
                        "name": "Team TBD",
                        "alias": "TBD",
                        "id": "907dc4e5-6957-4d19-b7d4-b1b7003b91e6"
                    },
                    "away": {
                        "name": "Team TBD",
                        "alias": "TBD",
                        "id": "907dc4e5-6957-4d19-b7d4-b1b7003b91e6"
                    }
                }
            ]
        },
        {
            "id": "6f9c0c8d-0cc2-4c14-bc8c-5b0de7942b1a",
            "title": "Western Conference - Play-in Round - TBD vs TBD",
            "round": 1,
            "start_date": "2024-04-19",
            "status": "scheduled",
            "participants": [
                {
                    "name": "Western Conference - Play-in Round - #8 vs #7",
                    "record": 0,
                    "source": {
                        "id": "6171e123-afe8-4c67-b198-a33a29e7a572",
                        "title": "Western Conference - Play-in Round - #8 vs #7",
                        "round": 1,
                        "outcome": "loss"
                    }
                },
                {
                    "name": "Western Conference - Play-in Round - #10 vs #9",
                    "record": 0,
                    "source": {
                        "id": "bf5f0c02-ba3e-4cbc-94e4-c3c1d5864ad8",
                        "title": "Western Conference - Play-in Round - #10 vs #9",
                        "round": 1,
                        "outcome": "win"
                    }
                }
            ],
            "games": [
                {
                    "id": "75da7f44-61fd-4590-b97a-074d863b20a7",
                    "status": "time-tbd",
                    "coverage": "full",
                    "scheduled": "2024-04-19T17:00:00+00:00",
                    "neutral_site": false,
                    "track_on_court": true,
                    "home": {
                        "name": "Team TBD",
                        "alias": "TBD",
                        "id": "907dc4e5-6957-4d19-b7d4-b1b7003b91e6"
                    },
                    "away": {
                        "name": "Team TBD",
                        "alias": "TBD",
                        "id": "907dc4e5-6957-4d19-b7d4-b1b7003b91e6"
                    }
                }
            ]
        },
        {
            "id": "bf5f0c02-ba3e-4cbc-94e4-c3c1d5864ad8",
            "title": "Western Conference - Play-in Round - #10 vs #9",
            "round": 1,
            "start_date": "2024-04-17",
            "status": "scheduled",
            "participants": [],
            "games": [
                {
                    "id": "658de491-08be-4279-a8a7-6f98f1637e70",
                    "status": "time-tbd",
                    "coverage": "full",
                    "scheduled": "2024-04-17T17:00:00+00:00",
                    "neutral_site": false,
                    "track_on_court": true,
                    "home": {
                        "name": "Team TBD",
                        "alias": "TBD",
                        "id": "907dc4e5-6957-4d19-b7d4-b1b7003b91e6"
                    },
                    "away": {
                        "name": "Team TBD",
                        "alias": "TBD",
                        "id": "907dc4e5-6957-4d19-b7d4-b1b7003b91e6"
                    }
                }
            ]
        },
        {
            "id": "ca09ddfd-fe0c-4914-8847-da15e23d251b",
            "title": "Eastern Conference - Play-in Round - #8 vs #7",
            "round": 1,
            "start_date": "2024-04-16",
            "status": "scheduled",
            "participants": [],
            "games": [
                {
                    "id": "bd80d85f-28e4-4ae9-8dea-97b14951e8c2",
                    "status": "time-tbd",
                    "coverage": "full",
                    "scheduled": "2024-04-16T17:00:00+00:00",
                    "neutral_site": false,
                    "track_on_court": true,
                    "home": {
                        "name": "Team TBD",
                        "alias": "TBD",
                        "id": "907dc4e5-6957-4d19-b7d4-b1b7003b91e6"
                    },
                    "away": {
                        "name": "Team TBD",
                        "alias": "TBD",
                        "id": "907dc4e5-6957-4d19-b7d4-b1b7003b91e6"
                    }
                }
            ]
        },
        {
            "id": "ec633fa3-3c1c-4560-98ac-5f75850d70e1",
            "title": "Eastern Conference - Play-in Round - TBD vs TBD",
            "round": 1,
            "start_date": "2024-04-19",
            "status": "scheduled",
            "participants": [
                {
                    "name": "Eastern Conference - Play-in Round - #8 vs #7",
                    "record": 0,
                    "source": {
                        "id": "ca09ddfd-fe0c-4914-8847-da15e23d251b",
                        "title": "Eastern Conference - Play-in Round - #8 vs #7",
                        "round": 1,
                        "outcome": "loss"
                    }
                },
                {
                    "name": "Eastern Conference - Play-in Round - #10 vs #9",
                    "record": 0,
                    "source": {
                        "id": "4d8021ed-288b-4585-ad97-f82e6bc1ddf5",
                        "title": "Eastern Conference - Play-in Round - #10 vs #9",
                        "round": 1,
                        "outcome": "win"
                    }
                }
            ],
            "games": [
                {
                    "id": "b1c9bbbe-feb8-43e8-8226-4df5f013c0ff",
                    "status": "time-tbd",
                    "coverage": "full",
                    "scheduled": "2024-04-19T17:00:00+00:00",
                    "neutral_site": false,
                    "track_on_court": true,
                    "home": {
                        "name": "Team TBD",
                        "alias": "TBD",
                        "id": "907dc4e5-6957-4d19-b7d4-b1b7003b91e6"
                    },
                    "away": {
                        "name": "Team TBD",
                        "alias": "TBD",
                        "id": "907dc4e5-6957-4d19-b7d4-b1b7003b91e6"
                    }
                }
            ]
        }
    ]
}


Play-In Tournament Bracket

Release DateFeeds AffectedBenefit
04/09/2024Series ScheduleAdded Play-In Tournament data to the Series Schedule endpoint.

You may now make use of this endpoint to easily build out a bracket for the Play-in Tournament.

Ex. https://api.sportradar.com/nba/trial/v8/en/series/2023/PIT/schedule.json
<league xmlns="http://feed.elasticstats.com/schema/basketball/schedule-v5.0.xsd" id="4353138d-4c22-4396-95d8-5f587d2df25c" name="NBA" alias="NBA">
    <season-schedule id="851f97e4-c830-4590-88e9-e1286383148c" year="2023" type="PIT">
        <series id="4d8021ed-288b-4585-ad97-f82e6bc1ddf5" title="Eastern Conference - Play-in Round - #10 vs #9" round="1" start_date="2024-04-17" status="scheduled">
            <games>
      </games>
        </series>
        <series id="6171e123-afe8-4c67-b198-a33a29e7a572" title="Western Conference - Play-in Round - #8 vs #7" round="1" start_date="2024-04-16" status="scheduled">
            <games>
      </games>
        </series>
        <series id="6f9c0c8d-0cc2-4c14-bc8c-5b0de7942b1a" title="Western Conference - Play-in Round - TBD vs TBD" round="1" start_date="2024-04-19" status="scheduled">
            <participant name="Western Conference - Play-in Round - #8 vs #7" record="0">
                <source id="6171e123-afe8-4c67-b198-a33a29e7a572" title="Western Conference - Play-in Round - #8 vs #7" round="1" outcome="loss"/>
            </participant>
            <participant name="Western Conference - Play-in Round - #10 vs #9" record="0">
                <source id="bf5f0c02-ba3e-4cbc-94e4-c3c1d5864ad8" title="Western Conference - Play-in Round - #10 vs #9" round="1" outcome="win"/>
            </participant>
            <games>
      </games>
        </series>
        <series id="bf5f0c02-ba3e-4cbc-94e4-c3c1d5864ad8" title="Western Conference - Play-in Round - #10 vs #9" round="1" start_date="2024-04-17" status="scheduled">
            <games>
      </games>
        </series>
        <series id="ca09ddfd-fe0c-4914-8847-da15e23d251b" title="Eastern Conference - Play-in Round - #8 vs #7" round="1" start_date="2024-04-16" status="scheduled">
            <games>
      </games>
        </series>
        <series id="ec633fa3-3c1c-4560-98ac-5f75850d70e1" title="Eastern Conference - Play-in Round - TBD vs TBD" round="1" start_date="2024-04-19" status="scheduled">
            <participant name="Eastern Conference - Play-in Round - #8 vs #7" record="0">
                <source id="ca09ddfd-fe0c-4914-8847-da15e23d251b" title="Eastern Conference - Play-in Round - #8 vs #7" round="1" outcome="loss"/>
            </participant>
            <participant name="Eastern Conference - Play-in Round - #10 vs #9" record="0">
                <source id="4d8021ed-288b-4585-ad97-f82e6bc1ddf5" title="Eastern Conference - Play-in Round - #10 vs #9" round="1" outcome="win"/>
            </participant>
            <games>
      </games>
        </series>
    </season-schedule>
</league>
{
    "league": {
        "id": "4353138d-4c22-4396-95d8-5f587d2df25c",
        "name": "NBA",
        "alias": "NBA"
    },
    "season": {
        "id": "851f97e4-c830-4590-88e9-e1286383148c",
        "year": 2023,
        "type": "PIT"
    },
    "series": [
        {
            "id": "4d8021ed-288b-4585-ad97-f82e6bc1ddf5",
            "title": "Eastern Conference - Play-in Round - #10 vs #9",
            "round": 1,
            "start_date": "2024-04-17",
            "status": "scheduled",
            "participants": [],
            "games": []
        },
        {
            "id": "6171e123-afe8-4c67-b198-a33a29e7a572",
            "title": "Western Conference - Play-in Round - #8 vs #7",
            "round": 1,
            "start_date": "2024-04-16",
            "status": "scheduled",
            "participants": [],
            "games": []
        },
        {
            "id": "6f9c0c8d-0cc2-4c14-bc8c-5b0de7942b1a",
            "title": "Western Conference - Play-in Round - TBD vs TBD",
            "round": 1,
            "start_date": "2024-04-19",
            "status": "scheduled",
            "participants": [
                {
                    "name": "Western Conference - Play-in Round - #8 vs #7",
                    "record": 0,
                    "source": {
                        "id": "6171e123-afe8-4c67-b198-a33a29e7a572",
                        "title": "Western Conference - Play-in Round - #8 vs #7",
                        "round": 1,
                        "outcome": "loss"
                    }
                },
                {
                    "name": "Western Conference - Play-in Round - #10 vs #9",
                    "record": 0,
                    "source": {
                        "id": "bf5f0c02-ba3e-4cbc-94e4-c3c1d5864ad8",
                        "title": "Western Conference - Play-in Round - #10 vs #9",
                        "round": 1,
                        "outcome": "win"
                    }
                }
            ],
            "games": []
        },
        {
            "id": "bf5f0c02-ba3e-4cbc-94e4-c3c1d5864ad8",
            "title": "Western Conference - Play-in Round - #10 vs #9",
            "round": 1,
            "start_date": "2024-04-17",
            "status": "scheduled",
            "participants": [],
            "games": []
        },
        {
            "id": "ca09ddfd-fe0c-4914-8847-da15e23d251b",
            "title": "Eastern Conference - Play-in Round - #8 vs #7",
            "round": 1,
            "start_date": "2024-04-16",
            "status": "scheduled",
            "participants": [],
            "games": []
        },
        {
            "id": "ec633fa3-3c1c-4560-98ac-5f75850d70e1",
            "title": "Eastern Conference - Play-in Round - TBD vs TBD",
            "round": 1,
            "start_date": "2024-04-19",
            "status": "scheduled",
            "participants": [
                {
                    "name": "Eastern Conference - Play-in Round - #8 vs #7",
                    "record": 0,
                    "source": {
                        "id": "ca09ddfd-fe0c-4914-8847-da15e23d251b",
                        "title": "Eastern Conference - Play-in Round - #8 vs #7",
                        "round": 1,
                        "outcome": "loss"
                    }
                },
                {
                    "name": "Eastern Conference - Play-in Round - #10 vs #9",
                    "record": 0,
                    "source": {
                        "id": "4d8021ed-288b-4585-ad97-f82e6bc1ddf5",
                        "title": "Eastern Conference - Play-in Round - #10 vs #9",
                        "round": 1,
                        "outcome": "win"
                    }
                }
            ],
            "games": []
        }
    ]
}


Player Preseason Stats

Release DateFeeds AffectedBenefit
02/08/2024Player ProfileAdded preseason and postseason statistics to player profiles.


Player Statuses

Release DateFeeds AffectedBenefit
01/03/2024Player Profile

Team Profile
Added two new player statuses:

- DUP - Duplicate

- M-LEAGUE - Sent to minor league team

Technical Foul Update

Release DateFeeds
Affected
Benefit
12/19/2023Game Boxscore

Game Summary

League
Leaders

Play-by-Play

Player Profile

Push Events

Push Statistics

Seasonal
Statistics

Series Statistics

Splits
Added support for non-unsportsmanlike technical fouls to accurately reflect the number of technicals that lead to a player ejection.

This update includes:

- A new event_type of technicalfoulnonunsportsmanlike in the Play-by-Play endpoint.- A tech_fouls_non_unsportsmanlike player attribute at the game and season level. This attribute will account for non-unsportsmanlike technical fouls and will be handled in the same manner as the existing tech_fouls attribute within the API.

In-Season Tournament

Release DateFeeds AffectedBenefit
10/17/2023Schedule &
Game Endpoints
Added support for the new In-Season Tournament.

In-Season Tournament games will fall within the new IST season parameter and appear in the regular season schedule with a inseason_tournament=true attribute included.

New Shot Type Descriptions

Release DateFeeds AffectedBenefit
11/10/2022Play-by-PlayAdded several new shot type descriptions (shot_type_desc) for all games in the Play-by-Play endpoint. For a complete list of the new descriptions please see our FAQs.

Draft Endpoints Added

Release DateFeeds AffectedBenefit
04/11/2019Draft Summary
Prospects
Team Draft Summary
Top Prospects
Trades
Push Draft Summary
New feeds added to support draft information.

Sportradar IDs

Release DateFeeds AffectedBenefit
06/22/2018AllAdded SR IDs for games, venues, teams, and players.

Sportradar IDs

Release DateFeeds AffectedBenefit
06/22/2018AllAdded SR IDs for games, venues, teams, and players.

Broadcast Info

Release DateFeeds AffectedBenefit
06/22/2018Daily Schedule
Schedule
Series Schedule
Added broadcast channel, locale, and type.

Timezone Info

Release DateFeeds AffectedBenefit
06/22/2018Daily Schedule
Game Boxscore
Game Summary
Play-by-Play
Schedule
Series Schedule
Push Clock
Push Events
Push Statistics
Added time zone information for the venue, away and home teams.

Jersey Numbers in Free Agents Endpoint

Release DateFeeds AffectedBenefit
06/22/2018Free AgentsAdded jersey numbers for players.

New Standings Data

Release DateFeeds AffectedBenefit
06/22/2018StandingsAdded wins, losses, and winning percentage for the following standings categories: equal rebounds, equal turnovers, fewer turnovers, leads field goal percentage, leads rebounds, opponent fewer turnovers, opponent leads field goal percentage, opponent leads rebounds, opponent scores 100 or more, and scores 100 or more.

Splits Endpoints

Release DateFeeds AffectedBenefit
06/22/2018SplitsAdded 4 endpoints of splits (Game, Hierarchy, In-game, and Schedule).

API Release

Release DateFeeds AffectedBenefit
06/22/2018AllInitial release for NBA API v5.