Skip to main content

Sports & IDs

SportIDSlug
Football1football
Basketball2basketball
Tennis3tennis
Hockey4hockey
Handball5handball
American Football6american-football
Baseball7baseball
Volleyball8volleyball
Rugby9rugby

Response Format

All endpoints return:
{
  "success": true,
  "type": "live",
  "cacheHit": false,
  "sport": "football",
  "data": { ... }
}

Game Object Structure

{
  "id": 4467358,
  "sportId": 1,
  "competitionId": 11,
  "competitionDisplayName": "LaLiga",
  "seasonNum": 98,
  "stageNum": 1,
  "roundNum": 30,
  "startTime": "2026-04-04T14:15:00+00:00",
  "statusGroup": 4,
  "statusText": "Ended",
  "gameTime": 90.0,
  "hasStats": true,
  "hasStandings": true,
  "hasLineups": true,
  "homeCompetitor": {
    "id": 142,
    "name": "Mallorca",
    "longName": "RCD Mallorca",
    "score": 2.0,
    "isWinner": true,
    "color": "#D40034",
    "lineups": { "status": "Confirmed", "formation": "4-1-2-1-2", "members": [] }
  },
  "awayCompetitor": { ... },
  "events": [],
  "stages": [
    { "name": "Halftime", "homeCompetitorScore": 1.0, "awayCompetitorScore": 0.0 },
    { "name": "End of 90 Minutes", "homeCompetitorScore": 2.0, "awayCompetitorScore": 1.0 }
  ],
  "venue": { "id": 13515, "name": "Estadi Mallorca Son Moix", "capacity": 23142, "attendance": 23015 },
  "officials": [],
  "members": []
}

Status Groups

ValueMeaning
1Live / In Progress
2Scheduled / Pre-match
3Just Ended
4Ended

Competition Stats (16 Categories)

The /competition/{id}/stats endpoint returns stats across 16 categories:
IDCategory
1Goals
2Expected Goals
3Assists
4Expected Assists
5Goals and Assists
6Expected Goals + Assists
7Ratings
8Penalties Scored
9Tackles Won Per Game
10Interceptions Per Game
11Red Cards
12Yellow Cards
13Clean Sheets
14Goals Conceded Per Game
15Saves Per Game
16Penalties Saved

Image URLs

Team/Competition Logos

https://v1.football.sportsapipro.com/images/competitors/{competitorId}?imageVersion={v}
No API key required for V1 images.

Image CDN Pattern

https://imagecache.365scores.com/image/upload/f_png,w_48,h_48,c_limit,q_auto:eco,dpr_2,d_Competitors:default1.png/v{imageVersion}/Competitors/{competitorId}
TypePath
Competition logo/Competitions/{competitionId}
Team logo/Competitors/{competitorId}
Country flag/Countries/{countryId}

Standings Row Object

{
  "competitor": { "id": 132, "name": "FC Barcelona", "symbolicName": "BAR" },
  "position": 1,
  "gamePlayed": 29,
  "gamesWon": 24,
  "gamesLost": 4,
  "gamesEven": 1,
  "for": 78,
  "against": 28,
  "ratio": 50.0,
  "points": 73.0,
  "recentForm": [1, 1, 1, 1, 1],
  "destinationNum": 1
}

Cache TTLs

EndpointTTL
Live / Current scores5s
Game details10s
Competition games / results30s
Search30s
Standings / Brackets / Stats60s
News / Transfers60s
Competitions / Countries60s
Sports list300s