Unrivaled Basketball League API

The League API from Unrivaled Basketball — 7 operation(s) for league.

OpenAPI Specification

unrivaled-basketball-league-api-openapi.yml Raw ↑
openapi: 3.0.0
info:
  title: Unrivaled Games League API
  version: v8
  description: Official real-time data API for the Unrivaled professional women's 3x3 basketball league, operated by Sportradar as the league's Official Data Provider. Feeds cover schedules, standings, rosters, real-time scores, play-by-play, injuries, transfers, and season statistics, in JSON or XML. Assembled by API Evangelist on 2026-07-21 from the per-endpoint OpenAPI definitions embedded in the 23 Unrivaled reference pages at https://developer.sportradar.com/basketball/reference/unrivaled-overview; operation content is preserved verbatim from the source definitions.
  contact:
    url: https://developer.sportradar.com/basketball/reference/unrivaled-overview
  x-provenance:
    generated: '2026-07-21'
    method: searched
    source: https://developer.sportradar.com/basketball/reference/unrivaled-overview
servers:
- url: https://api.sportradar.com/unrivaled/
security:
- sec0: []
tags:
- name: League
paths:
  /{access_level}/v8/{language_code}/league/{year}/{month}/{day}/changes.{format}:
    get:
      summary: Daily Change Log
      description: '**Unrivaled Daily Change Log** provides IDs and timestamps for teams, players, game statistics, schedules, and standings that have been modified on a given date. To receive the data updates, use these unique IDs to pull relevant API feeds.'
      operationId: get_new-endpoint
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              examples:
                Result:
                  summary: Result
                  value:
                    league:
                      id: 844ee10a-00c8-4dc1-9c17-52598de2ef47
                      name: Unrivaled
                      alias: UNRIVALED
                    start_time: '2026-01-02T05:00:00Z'
                    end_time: '2026-01-03T04:59:59Z'
                    players:
                    - id: 69d001d2-b7a5-4bd9-bcde-d5cbbfb005df
                      full_name: Tiffany Hayes
                      last_modified: '2026-01-02T17:04:22+00:00'
                    - id: c1841a50-2629-47bb-8c9b-ddd141372f71
                      full_name: Georgia Amoore
                      last_modified: '2026-01-02T17:10:20+00:00'
              schema:
                type: object
                properties:
                  league:
                    type: object
                    properties:
                      id:
                        type: string
                        example: 844ee10a-00c8-4dc1-9c17-52598de2ef47
                      name:
                        type: string
                        example: Unrivaled
                      alias:
                        type: string
                        example: UNRIVALED
                  start_time:
                    type: string
                    example: '2026-01-02T05:00:00Z'
                  end_time:
                    type: string
                    example: '2026-01-03T04:59:59Z'
                  players:
                    type: array
                    items:
                      type: object
                      properties:
                        id:
                          type: string
                          example: 69d001d2-b7a5-4bd9-bcde-d5cbbfb005df
                        full_name:
                          type: string
                          example: Tiffany Hayes
                        last_modified:
                          type: string
                          example: '2026-01-02T17:04:22+00:00'
      parameters:
      - in: path
        name: access_level
        schema:
          type: string
          default: trial
          enum:
          - trial
          - production
        required: true
        description: The access level of your API key<br><br>`trial`, `production`
      - in: path
        name: language_code
        schema:
          type: string
          enum:
          - en
          default: en
        required: true
        description: 2-letter code for supported languages<br><br>`en` (English)
      - in: path
        name: year
        schema:
          type: string
          enum:
          - '2026'
          default: '2026'
        required: true
        description: Year in `YYYY` format
      - in: path
        name: month
        schema:
          type: string
          enum:
          - '01'
          - '02'
          - '03'
          - '04'
          - '05'
          - '06'
          - '07'
          - 08
          - 09
          - '10'
          - '11'
          - '12'
          default: '01'
        required: true
        description: Month in `MM` format
      - in: path
        name: day
        schema:
          type: string
          enum:
          - '01'
          - '02'
          - '03'
          - '04'
          - '05'
          - '06'
          - '07'
          - 08
          - 09
          - '10'
          - '11'
          - '12'
          - '13'
          - '14'
          - '15'
          - '16'
          - '17'
          - '18'
          - '19'
          - '20'
          - '21'
          - '22'
          - '23'
          - '24'
          - '25'
          - '26'
          - '27'
          - '28'
          - '29'
          - '30'
          - '31'
          default: '16'
        required: true
        description: Date in `DD` format
      - in: path
        name: format
        schema:
          type: string
          enum:
          - json
          - xml
          default: json
        required: true
        description: Format returned<br><br>`json`, `xml`
      tags:
      - League
  /{access_level}/v8/{language_code}/league/{year}/{month}/{day}/daily_injuries.{format}:
    get:
      summary: Daily Injuries
      description: '**Unrivaled Daily Injuries** provides details for all injuries updated on a given date.'
      operationId: get_{access_level}v8{language_code}league{year}{month}{day}changes.{format}-1
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              examples:
                Result:
                  summary: Result
                  value:
                    league:
                      id: 844ee10a-00c8-4dc1-9c17-52598de2ef47
                      name: Unrivaled
                      alias: UNRIVALED
                    date: '2026-01-02'
                    teams:
                    - id: 865d71fd-8173-4f06-ba93-fe886dd78330
                      name: Breeze
                      franchise_id: 8e8152ab-ab83-4647-adb4-e1fb1d5d5831
                      players:
                      - id: 285bb3a5-6359-4aa7-8f5d-b0692b92a675
                        full_name: Aari McDonald
                        first_name: Aari
                        last_name: McDonald
                        position: G
                        primary_position: NA
                        jersey_number: '3'
                        injuries:
                        - id: c4fee2ce-efa6-49a1-bf4a-0499abbd8aef
                          comment: The Breeze have listed McDonald as OUT for Friday's game (Jan. 2) against the Lunar Owls.
                          desc: R Lower Extremity
                          status: Out
                          start_date: '2026-01-02'
                          update_date: '2026-01-02'
                    - id: 67c22115-2385-458f-8632-a67a025fef55
                      name: Lunar Owls
                      franchise_id: 0fe49837-e922-47d2-a063-3025ab8359db
                      players:
                      - id: fd8d4b11-3d70-450a-b65c-016bec29cc9d
                        full_name: Napheesa Collier
                        first_name: Napheesa
                        last_name: Collier
                        position: F
                        primary_position: NA
                        jersey_number: '24'
                        injuries:
                        - id: f7b1c392-afdc-4f4d-8417-851cfee9190f
                          comment: The Lunar Owls announced that F Napheesa Collier will miss the season while recovering from surgeries on both ankles.
                          desc: Ankles
                          status: Out For Season
                          start_date: '2026-01-02'
                          update_date: '2026-01-02'
              schema:
                type: object
                properties:
                  league:
                    type: object
                    properties:
                      id:
                        type: string
                        example: 844ee10a-00c8-4dc1-9c17-52598de2ef47
                      name:
                        type: string
                        example: Unrivaled
                      alias:
                        type: string
                        example: UNRIVALED
                  date:
                    type: string
                    example: '2026-01-02'
                  teams:
                    type: array
                    items:
                      type: object
                      properties:
                        id:
                          type: string
                          example: 865d71fd-8173-4f06-ba93-fe886dd78330
                        name:
                          type: string
                          example: Breeze
                        franchise_id:
                          type: string
                          example: 8e8152ab-ab83-4647-adb4-e1fb1d5d5831
                        players:
                          type: array
                          items:
                            type: object
                            properties:
                              id:
                                type: string
                                example: 285bb3a5-6359-4aa7-8f5d-b0692b92a675
                              full_name:
                                type: string
                                example: Aari McDonald
                              first_name:
                                type: string
                                example: Aari
                              last_name:
                                type: string
                                example: McDonald
                              position:
                                type: string
                                example: G
                              primary_position:
                                type: string
                                example: NA
                              jersey_number:
                                type: string
                                example: '3'
                              injuries:
                                type: array
                                items:
                                  type: object
                                  properties:
                                    id:
                                      type: string
                                      example: c4fee2ce-efa6-49a1-bf4a-0499abbd8aef
                                    comment:
                                      type: string
                                      example: The Breeze have listed McDonald as OUT for Friday's game (Jan. 2) against the Lunar Owls.
                                    desc:
                                      type: string
                                      example: R Lower Extremity
                                    status:
                                      type: string
                                      example: Out
                                    start_date:
                                      type: string
                                      example: '2026-01-02'
                                    update_date:
                                      type: string
                                      example: '2026-01-02'
      parameters:
      - in: path
        name: access_level
        schema:
          type: string
          default: trial
          enum:
          - trial
          - production
        required: true
        description: The access level of your API key<br><br>`trial`, `production`
      - in: path
        name: language_code
        schema:
          type: string
          enum:
          - en
          default: en
        required: true
        description: 2-letter code for supported languages<br><br>`en` (English)
      - in: path
        name: year
        schema:
          type: string
          enum:
          - '2026'
          default: '2026'
        required: true
        description: Year in `YYYY` format
      - in: path
        name: month
        schema:
          type: string
          enum:
          - '01'
          - '02'
          - '03'
          - '04'
          - '05'
          - '06'
          - '07'
          - 08
          - 09
          - '10'
          - '11'
          - '12'
          default: '01'
        required: true
        description: Month in `MM` format
      - in: path
        name: day
        schema:
          type: string
          enum:
          - '01'
          - '02'
          - '03'
          - '04'
          - '05'
          - '06'
          - '07'
          - 08
          - 09
          - '10'
          - '11'
          - '12'
          - '13'
          - '14'
          - '15'
          - '16'
          - '17'
          - '18'
          - '19'
          - '20'
          - '21'
          - '22'
          - '23'
          - '24'
          - '25'
          - '26'
          - '27'
          - '28'
          - '29'
          - '30'
          - '31'
          default: '16'
        required: true
        description: Date in `DD` format
      - in: path
        name: format
        schema:
          type: string
          enum:
          - json
          - xml
          default: json
        required: true
        description: Format returned<br><br>`json`, `xml`
      tags:
      - League
  /{access_level}/v8/{language}/league/{year}/{month}/{day}/transfers.{format}:
    get:
      description: '**Unrivaled Daily Transfers** provides information for all transfers created during the league-defined day, regardless of the transaction''s effective date.'
      operationId: get_{access_level}v8{language}league{year}{month}{day}transfers.{format}
      responses:
        '200':
          description: ''
          content:
            application/json:
              examples:
                Result:
                  summary: Result
                  value:
                    league:
                      id: 59c24590-0adb-4b3d-80a8-10450f83f4a1
                      name: WNBA
                      alias: WNBA
                    start_time: '2022-07-26T04:00:00Z'
                    end_time: '2022-07-27T03:59:59Z'
                    players:
                    - id: 73a473b9-844b-4f21-8281-42a42217ae14
                      full_name: Kianna Smith
                      first_name: Kianna
                      last_name: Smith
                      position: G
                      primary_position: NA
                      transfers:
                      - id: 4c961a6d-ac95-4629-a589-5a99a12009d2
                        desc: The Los Angeles Sparks re-signed G Kianna Smith.
                        effective_date: '2022-07-26'
                        last_modified: '2022-07-26T17:07:46Z'
                        transaction_type: Re-Signed
                        transaction_code: RSGN
                        to_team:
                          id: 0a5ad38d-2fe3-43ba-894b-1ba3d5042ea9
                          name: Sparks
                          market: Los Angeles
                    - id: ceee01db-30cb-404f-860c-7acddd358a19
                      full_name: Liz Cambage
                      first_name: Liz
                      last_name: Cambage
                      position: C
                      primary_position: NA
                      transfers:
                      - id: 7cb28538-87e7-4e2e-9cec-2a3942c26e9e
                        desc: C Liz Cmabage and the Los Angeles Sparks agreed to a contract buyout.
                        effective_date: '2022-07-26'
                        last_modified: '2022-07-26T15:35:36Z'
                        transaction_type: Other Transaction
                        transaction_code: TRAN
                        from_team:
                          id: 0a5ad38d-2fe3-43ba-894b-1ba3d5042ea9
                          name: Sparks
                          market: Los Angeles
              schema:
                type: object
                properties:
                  league:
                    type: object
                    properties:
                      id:
                        type: string
                        example: 59c24590-0adb-4b3d-80a8-10450f83f4a1
                      name:
                        type: string
                        example: WNBA
                      alias:
                        type: string
                        example: WNBA
                  start_time:
                    type: string
                    example: '2022-07-26T04:00:00Z'
                  end_time:
                    type: string
                    example: '2022-07-27T03:59:59Z'
                  players:
                    type: array
                    items:
                      type: object
                      properties:
                        id:
                          type: string
                          example: 73a473b9-844b-4f21-8281-42a42217ae14
                        full_name:
                          type: string
                          example: Kianna Smith
                        first_name:
                          type: string
                          example: Kianna
                        last_name:
                          type: string
                          example: Smith
                        position:
                          type: string
                          example: G
                        primary_position:
                          type: string
                          example: NA
                        transfers:
                          type: array
                          items:
                            type: object
                            properties:
                              id:
                                type: string
                                example: 4c961a6d-ac95-4629-a589-5a99a12009d2
                              desc:
                                type: string
                                example: The Los Angeles Sparks re-signed G Kianna Smith.
                              effective_date:
                                type: string
                                example: '2022-07-26'
                              last_modified:
                                type: string
                                example: '2022-07-26T17:07:46Z'
                              transaction_type:
                                type: string
                                example: Re-Signed
                              transaction_code:
                                type: string
                                example: RSGN
                              to_team:
                                type: object
                                properties:
                                  id:
                                    type: string
                                    example: 0a5ad38d-2fe3-43ba-894b-1ba3d5042ea9
                                  name:
                                    type: string
                                    example: Sparks
                                  market:
                                    type: string
                                    example: Los Angeles
      parameters:
      - in: path
        name: access_level
        schema:
          type: string
          default: trial
          enum:
          - trial
          - production
        required: true
        description: The access level of your API key<br><br>`trial`, `production`
      - in: path
        name: language
        schema:
          type: string
          enum:
          - en
          default: en
        required: true
        description: 2-letter code for supported languages<br><br>`en` (English)
      - in: path
        name: year
        schema:
          type: string
          enum:
          - '2026'
          default: '2026'
        required: true
        description: Year in `YYYY` format
      - in: path
        name: month
        schema:
          type: string
          enum:
          - '01'
          - '02'
          - '03'
          - '04'
          - '05'
          - '06'
          - '07'
          - 08
          - 09
          - '10'
          - '11'
          - '12'
          default: '01'
        required: true
        description: Month in `MM` format
      - in: path
        name: day
        schema:
          type: string
          enum:
          - '01'
          - '02'
          - '03'
          - '04'
          - '05'
          - '06'
          - '07'
          - 08
          - 09
          - '10'
          - '11'
          - '12'
          - '13'
          - '14'
          - '15'
          - '16'
          - '17'
          - '18'
          - '19'
          - '20'
          - '21'
          - '22'
          - '23'
          - '24'
          - '25'
          - '26'
          - '27'
          - '28'
          - '29'
          - '30'
          - '31'
          default: '06'
        required: true
        description: Date in `DD` format
      - in: path
        name: format
        schema:
          type: string
          enum:
          - json
          - xml
          default: json
        required: true
        description: Format returned<br><br>`json`, `xml`
      summary: Daily Transfers
      tags:
      - League
  /{access_level}/v8/{language}/league/injuries.{format}:
    get:
      description: '**Unrivaled Injuries** Information concerning all active player injuries for each Unrivaled team.'
      operationId: get_{access_level}v8{language}leagueinjuries.{format}
      responses:
        '200':
          description: ''
          content:
            application/json:
              examples:
                Result:
                  summary: Result
                  value:
                    league:
                      id: 59c24590-0adb-4b3d-80a8-10450f83f4a1
                      name: WNBA
                      alias: WNBA
                    teams:
                    - id: 5d70a9af-8c2b-4aec-9e68-9acc6ddb93e4
                      name: Dream
                      market: Atlanta
                      franchise_id: ee925c0c-3e72-4e8c-a45b-8acf3b71e473
                      sr_id: sr:team:35545
                      players:
                      - id: 58c646ba-6e6f-409a-a1cf-83e253991797
                        full_name: Nia Coffey
                        first_name: Nia
                        last_name: Coffey
                        position: F
                        primary_position: NA
                        jersey_number: '12'
                        sr_id: sr:player:1156814
                        injuries:
                        - id: f2eec019-5df6-4d71-b92f-9426190c72f8
                          comment: The Dream announced that Coffey will miss the rest of the season.
                          desc: Knee
                          status: Out For Season
                          start_date: '2022-08-05'
                          update_date: '2022-08-05'
              schema:
                type: object
                properties:
                  league:
                    type: object
                    properties:
                      id:
                        type: string
                        example: 59c24590-0adb-4b3d-80a8-10450f83f4a1
                      name:
                        type: string
                        example: WNBA
                      alias:
                        type: string
                        example: WNBA
                  teams:
                    type: array
                    items:
                      type: object
                      properties:
                        id:
                          type: string
                          example: 5d70a9af-8c2b-4aec-9e68-9acc6ddb93e4
                        name:
                          type: string
                          example: Dream
                        market:
                          type: string
                          example: Atlanta
                        franchise_id:
                          type: string
                          example: ee925c0c-3e72-4e8c-a45b-8acf3b71e473
                        sr_id:
                          type: string
                          example: sr:team:35545
                        players:
                          type: array
                          items:
                            type: object
                            properties:
                              id:
                                type: string
                                example: 58c646ba-6e6f-409a-a1cf-83e253991797
                              full_name:
                                type: string
                                example: Nia Coffey
                              first_name:
                                type: string
                                example: Nia
                              last_name:
                                type: string
                                example: Coffey
                              position:
                                type: string
                                example: F
                              primary_position:
                                type: string
                                example: NA
                              jersey_number:
                                type: string
                                example: '12'
                              sr_id:
                                type: string
                                example: sr:player:1156814
                              injuries:
                                type: array
                                items:
                                  type: object
                                  properties:
                                    id:
                                      type: string
                                      example: f2eec019-5df6-4d71-b92f-9426190c72f8
                                    comment:
                                      type: string
                                      example: The Dream announced that Coffey will miss the rest of the season.
                                    desc:
                                      type: string
                                      example: Knee
                                    status:
                                      type: string
                                      example: Out For Season
                                    start_date:
                                      type: string
                                      example: '2022-08-05'
                                    update_date:
                                      type: string
                                      example: '2022-08-05'
      parameters:
      - in: path
        name: access_level
        schema:
          type: string
          enum:
          - trial
          - production
          default: trial
        required: true
        description: The access level of your API key<br><br>`trial`, `production`
      - in: path
        name: language
        schema:
          type: string
          enum:
          - en
          default: en
        required: true
        description: 2-letter code for supported languages<br><br>`en` (English)
      - in: path
        name: format
        schema:
          type: string
          enum:
          - json
          - xml
          default: json
        required: true
        description: Format returned<br><br>`json`, `xml`
      summary: Injuries
      tags:
      - League
  /{access_level}/v8/{language_code}/league/hierarchy.{format}:
    get:
      summary: Copy of Copy of Copy of New Endpoint
      description: This is your first endpoint! Edit this page to start documenting your API.
      operationId: get_{access_level}v8{language_code}leagueinjuries.{format}-1
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              examples:
                Result:
                  summary: Result
                  value:
                    league:
                      id: 844ee10a-00c8-4dc1-9c17-52598de2ef47
                      name: Unrivaled
                      alias: UNRIVALED
                    conferences:
                    - id: 56089804-dbb3-4621-96eb-ec520ab26988
                      name: Unrivaled
                      alias: UNRIVALED
                      teams:
                      - id: 0780b080-347b-407b-b8d6-fa109ec23908
                        name: Mist
                        alias: MST
                        franchise_id: a730984c-2f67-4d33-aabf-dcd9d45b2e2b
                        founded: 2025
                        team_colors:
                        - type: secondary
                          hex_color: '#a3d3e7'
                          rgb_color:
                            red: 163
                            green: 211
                            blue: 231
                        - type: primary
                          hex_color: '#083860'
                          rgb_color:
                            red: 8
                            green: 56
                            blue: 96
                        venue:
                          id: 67e49419-cb04-4ce0-ab33-ae42af8d8634
                          name: Unrivaled Arena
                          capacity: 850
                          address: 7321 NW 75th Street
                          city: Medley
                          state: FL
                          zip: '33166'
                          country: USA
                          location:
                            lat: '25.842035'
                            lng: '-80.317192'
                      - id: 3b7f5d56-3586-4d58-98a7-562e267a965e
                        name: Rose
                        alias: ROS
                        franchise_id: 05f487c9-1fe6-4253-a49a-e7870662f445
                        founded: 2025
                        team_colors:
                        - type: secondary
                          hex_color: '#dda493'
                          rgb_color:
                            red: 221
                            green: 164
                            blue: 147
                        - type: primary
                          hex_color: '#1b5751'
                          rgb_color:
                            red: 27
                            green: 87
                            blue: 81
                        venue:
                          id: 67e49419-cb04-4ce0-ab33-ae42af8d8634
                          name: Unrivaled Arena
                          capacity: 850
                          address: 7321 NW 75th Street
                          city: Medley
                          state: FL
                          zip: '33166'
                          country: USA
                          location:
                            lat: '25.842035'
                            lng: '-80.317192'
              schema:
                type: object
                properties:
                  league:
                    type: object
                    properties:
                      id:
                        type: string
                        example: 844ee10a-00c8-4dc1-9c17-52598de2ef47
                      name:
                        type: string
                        example: Unrivaled
                      alias:
                        type: string
                        example: UNRIVALED
                  conferences:
                    type: array
                    items:
                      type: object
                      properties:
                        id:
                          type: string
                          example: 56089804-dbb3-4621-96eb-ec520ab26988
                        name:
                          type: string
                          example: Unrivaled
                        alias:
             

# --- truncated at 32 KB (44 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/unrivaled-basketball/refs/heads/main/openapi/unrivaled-basketball-league-api-openapi.yml