SoccersAPI Widgets V2

Overview

What Widgets V2 is, when to use it, and how it fits with SoccersAPI.

Widgets V2 is the embeddable UI layer for SoccersAPI. It turns SoccersAPI football data into live score, match, league, team and player experiences that can be published without building every screen from scratch.

Use the API when you need raw football data for your own product. Use Widgets V2 when you want ready-made football UI that still follows saved configurations, domain validation, traffic limits and plan feature flags.

Delivery modes

ModeAvailable onBest for
Free iframeFreeFast installation on one approved domain
Native web componentStarter, Pro, Ultra, CustomSEO-ready pages and deeper site integration

The iframe is hosted from embed.soccersapi.com. The native web component is loaded from static.soccersapi.com/widgets/ls-soccersapi/ls-soccersapi.umd.js and renders directly inside your DOM.

Core workflow

  1. Create or open a Widgets V2 configuration in the SoccersAPI admin.
  2. Select the widget type and configure the UI.
  3. Add the allowed production domain.
  4. Save the configuration.
  5. Copy the iframe or native code.
  6. Test the published page from the exact approved domain.

Do not copy the embed before saving the configuration. The public runtime loads the saved configuration by uid and widget-id.

On this page