Skip to content

getSports

Get a list of sports

GEThttps://api.sportsgameodds.com/v2/sports/

Response 200 OK

{
  "success": true,
  "data": [
    {
      "sportID": "BASEBALL",
      "enabled": true,
      "hasMeaningfulHomeAway": true,
      "name": "Baseball",
      "shortName": "Baseball",
      "pointWord": {
        "short": {
          "singular": "run",
          "plural": "runs"
        },
        "long": {
          "singular": "run",
          "plural": "runs"
        }
      },
      "eventWord": {
        "short": {
          "singular": "game",
          "plural": "games"
        },
        "long": {
          "singular": "game",
          "plural": "games"
        }
      },
      "defaultPopularityScore": 7,
      "clockType": "NO_CLOCK",
      "basePeriods": [
        "1i",
        "2i",
        "3i",
        "4i",
        "5i",
        "6i",
        "7i",
        "8i",
        "9i"
      ],
      "extraPeriods": [
        "ot"
      ],
      "defaultTeamType": "DEFAULT"
    }
  ]
}

Error Responses

401Invalid API key
403Inactive API key
429Rate limit exceeded