StatsHub Docs
APIEndpoint referenceEvent

/event/lineup-analysis

GET
/api/event/lineup-analysis

Authorization

AuthorizationBearer <token>

Supabase access token.

In: header

Query Parameters

matchId?string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/event/lineup-analysis"
{  "data": {    "analysisGeneratedAt": "string",    "analysisModel": "string",    "awayAnalysis": "string",    "awayReliability": "string",    "awayTeamId": 0,    "awayTeamName": "string",    "competition": "string",    "competitionId": "string",    "createdAt": "string",    "gameweek": "string",    "homeAnalysis": "string",    "homeReliability": "string",    "homeTeamId": 0,    "homeTeamName": "string",    "id": 0,    "kickoffAt": "string",    "lineupsFetchedAt": "string",    "matchId": "string",    "payload": "string",    "region": "string",    "resolutionMethod": "string",    "resolutionScore": "string",    "sorareGameId": "string",    "sorareMatchKey": "string",    "updatedAt": "string"  }}