Blog

๐Ÿš€ n8n SportMonks Node (Open Source)

April 19, 2026 1 min read Arthur Rahimov

I recently built and published an open-source community node for n8n.

It connects directly to the SportMonks Football API v3 and helps to use football data inside automated workflows.


โšฝ What you can do with it

  • Get live match data (goals, cards, substitutions)
  • Query fixtures by date or head-to-head
  • Work with teams, players, leagues, and standings
  • Access season schedules
  • Use nested includes in one API request (participants, scores, events, etc.)
  • Handle API limits and subscription errors out of the box

It works on any self-hosted n8n instance. No extra coding needed in workflows.


๐Ÿ”ง Tech

  • TypeScript
  • n8n
  • SportMonks API v3
  • GitHub Actions (CI/CD)
  • npm

๐Ÿ“ฆ Installation

Install it from n8n Community Nodes:

npm i n8n-nodes-sportmonks

๐Ÿ“– Source code

https://github.com/ragmon/n8n-nodes-sportmonks


๐Ÿ’ก Why I built it

I wanted to understand how to build an n8n node end-to-end:

  • design
  • implementation
  • packaging
  • CI/CD
  • publishing

This project covers the full cycle.


๐Ÿค Feedback

If you use n8n for sports, analytics, or automation โ€” try it and share your feedback.