ChatGPT
Use the Sportmonks OpenAPI spec to create a Custom GPT that can query live football data directly from ChatGPT - no code required.
What you can build
A Custom GPT that lets anyone ask questions like:
Who are the top scorers in the Premier League right now?
Show me live scores
What fixtures does Real Madrid have this week?
Without writing a single line of integration code.
Prerequisites
A ChatGPT Plus, Team, or Enterprise account (Custom GPTs require a paid plan)
A Sportmonks API token from my.sportmonks.com
Setup
1. Open the GPT editor
Go to chat.openai.com β your profile β My GPTs β Create a GPT
2. Configure the GPT
In the Create tab, set a name and description. Suggested:
Name: Sportmonks Football Assistant
Description: Live football data powered by Sportmonks - fixtures, standings, squads, odds, and more.
In the Instructions field, paste:
3. Add the Action
Go to the Configure tab β scroll to Actions β Create new action
Set the Authentication type to
API KeySet Auth Type to
Query ParamSet the Parameter Name to
api_tokenEnter your Sportmonks API token as the value
Import the schema by pasting the OpenAPI spec URL:
Or download the spec and paste it directly into the schema editor.
4. Save and test
Click Save, then open your new GPT and ask:
Sharing your GPT
Once created, your Custom GPT can be shared with a link or published to the GPT Store. Anyone with the link can use it - they'll query through your API token, so monitor usage from your Sportmonks dashboard.
Limitations
Custom GPTs can't maintain state between conversations
Complex multi-step queries may require more explicit prompting
Rate limits apply based on your Sportmonks plan
Last updated
Was this helpful?