Back

Agones
https://agones.gr/.well-known/ai-plugin.json
{
"schema_version": "v1",
"name_for_human": "Agones",
"name_for_model": "Agones",
"description_for_human": "Agones provides soccer (football) results for matches played all over the world in the past 15 years.",
"description_for_model": "Access soccer match results from Agones. Keep in mind soccer is called football in Europe.\r\nResults go back to 2007 until current games being played right now and all scheduled matches for the next 10 days.\r\nResults cover most countries and leagues in the world.\r\nGuidelines:\r\n- Use single-line string for team1, team2 and all other parameters.\r\n- Pass date_from and date_until in a YYYY-MM-DD format\r\n- If one team is passed, returned matches will be about this team and any other opponent.\r\n- If two teams are passed, matches between these two teams will be returned.\r\n- if date_type is 'latest', then the most recent match will be returned.\r\n- If date_type is 'next', then the next match will be returned.\r\n- If date_type is 'range', then all matches between date_from and date_until will be returned.\r\n- Only use date_from and date_until when date_type is 'range' - otherwise these are not used.\r\n- If a match is currently live, the current minute will also be provided.\r\n\r\nResults are an array of dictionaries in the format:\r\n{\r\n \"home_team\": \"Liverpool\",\r\n \"away_team\": \"Arsenal\",\r\n \"match_date\": \"2023-05-02\",\r\n \"state\": \"finished\"\r\n \"score_halftime\": \"2 - 0\",\r\n \"score_current\": \"4 - 0\"\r\n}",
"auth": {
"type": "none"
},
"api": {
"type": "openapi",
"url": "https://agones.gr/.well-known/chatgpt.json",
"is_user_authenticated": false
},
"logo_url": "https://agones.gr/static/img/favicon/android-chrome-192x192.png",
"contact_email": "info@agones.gr",
"legal_info_url": "https://agones.gr/terms"
}
https://agones.gr/.well-known/chatgpt.json
{
"openapi": "3.1.0",
"info": {
"title": "Agones",
"version": "v0.2"
},
"servers": [
{
"url": "https://agones.gr",
"description": "Agones Server for ChatGPT"
}
],
"paths": {
"/api/chatgpt": {
"get": {
"operationId": "getAgonesResults",
"summary": "Get result of soccer game",
"responses": {
"200": {
"description": "The result of the Agones query",
"content": {
"text/plain": {}
}
},
"500": {
"description": "Agones was unable to generate a result"
},
"501": {
"description": "Agones was unable to generate a result"
},
"503": {
"description": "Service temporarily unavailable."
}
},
"parameters": [
{
"name": "team1",
"in": "query",
"description": "The first soccer team",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "team2",
"in": "query",
"description": "The second soccer team",
"required": false,
"schema": {
"type": "string"
}
},
{
"name": "date_type",
"in": "query",
"description": "A choice between: latest, next, range",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "date_from",
"in": "query",
"description": "A date in yyyy-mm-dd format, only for when date_type is range. Results for this date will be included.",
"required": false,
"schema": {
"type": "string"
}
},
{
"name": "date_until",
"in": "query",
"description": "A date in yyyy-mm-dd format, only for when date_type is range. Results for this date will be included.",
"required": false,
"schema": {
"type": "string"
}
}
]
}
}
}
}
Discover other plugins from the sports category

Keyplays Live Soccer
Latest live soccer standings, results, commentary, tv stations, keyplays (with and without scores).
0 Comments

TalkFPL
Talk with AI to help you manage your FPL team. Compare players, transfer options and more.
0 Comments

Basketball Stats
Find and analyze basketball stats from various databases of games, players, teams, and play-by-plays.
0 Comments

Tom Brady Bot
The ultimate trusted guide for all things about Tom Brady.
0 Comments

MLB Stats
Access up-to-date baseball news and statistics for players and teams across the MLB.
0 Comments