Integration console

Sports Bridge

Connect provider feeds, normalize them into stable assistant-ready APIs, generate developer keys, and monitor request health from one local console.

Enabled integrations3
Healthy0
Degraded0
Avg latency-
Provider connections

Saved Integrations

not tested0 records
not tested0 records
not tested0 records
Developer access

API Keys

Generate a demo key to unlock the `/api/v1/*` endpoints.

Unified API endpoint

POST /api/sports

One endpoint dispatches to SportScore, ESPN, OpenLigaDB, or Jolpica F1 and returns the same normalized event, participant, and competition shapes.

Last run
SportScore / football / listLiveEvents
Result
Connected / 12 records
Source
Open provider request
Copy and run
curl -X POST https://sports-bridge.vercel.app/api/sports \
  -H "Content-Type: application/json" \
  -d '{
  "provider": "sportscore",
  "sport": "football",
  "action": "listLiveEvents",
  "limit": 12
}'
Protected v1 endpoint
curl -X GET "https://sports-bridge.vercel.app/api/v1/events?provider=sportscore&sport=football&limit=12" \
  -H "Authorization: Bearer sb_demo_generate_a_key_first"
Selected request body
{
  "provider": "sportscore",
  "sport": "football",
  "action": "listLiveEvents",
  "limit": 12
}
Normalized response preview
{
  "ok": true,
  "endpoint": "/api/sports",
  "provider": "sportscore",
  "sport": "football",
  "action": "listLiveEvents",
  "count": 12,
  "data": [
    {
      "id": "football_https-sportscore-com-football-match-iceland-vs-argentina_0",
      "name": "Argentina vs Iceland",
      "sport": "football",
      "startsAt": "2026-06-09T00:00:00+00:00",
      "status": "upcoming",
      "statusText": "Not started",
      "home": {
        "id": "football_argentina",
        "name": "Argentina",
        "type": "team",
        "sport": "football",
        "logoUrl": "https://img.thesports.com/football/team/e5e5e0f67481324ebdbd65d65890b2b8.png",
        "provider": "sportscore",
        "raw": {
          "home": "Argentina",
          "away": "Iceland",
          "home_logo": "https://img.thesports.com/football/team/e5e5e0f67481324ebdbd65d65890b2b8.png",
          "away_logo": "https://img.thesports.com/football/team/6cff443cdf72b6dbe440a7814ff9c171.png",
          "home_score": null,
          "away_score": null,
          "status": "upcoming",
          "status_text": "Not started",
          "time": "2026-06-09T00:00:00+00:00",
          "competition": "International Friendly",
          "competition_logo": "https://img.thesports.com/football/competition/4e7c9460ee862d47c2ce6debfef6aace.png",
          "url": "/football/match/iceland-vs-argentina/"
        }
      },
      "away": {
        "id": "football_iceland",
        "name": "Iceland",
        "type": "team",
        "sport": "football",
        "logoUrl": "https://img.thesports.com/football/team/6cff443cdf72b6dbe440a7814ff9c171.png",
        "provider": "sportscore",
        "raw": {
          "home": "Argentina",
          "away": "Iceland",
          "home_logo": "https://img.thesports.com/football/team/e5e5e0f67481324ebdbd65d65890b2b8.png",
          "away_logo": "https://img.thesports.com/football/team/6cff443cdf72b6dbe440a7814ff9c171.png",
          "home_score": null,
          "away_score": null,
          "status": "upcoming",
          "status_text": "Not started",
          "time": "2026-06-09T00:00:00+00:00",
          "competition": "International Friendly",
          "competition_logo": "https://img.thesports.com/football/competition/4e7c9460ee862d47c2ce6debfef6aace.png",
          "url": "/football/match/iceland-vs-argentina/"
        }
      },
      "homeScore": null,
      "awayScore": null,
      "competition": {
        "id": "football_international-friendly",
        "name": "International Friendly",
        "sport": "football",
        "logoUrl": "https://img.thesports.com/football/competition/4e7c9460ee862d47c2ce6debfef6aace.png",
        "provider": "sportscore",
        "raw": {
          "home": "Argentina",
          "away": "Iceland",
          "home_logo": "https://img.thesports.com/football/team/e5e5e0f67481324ebdbd65d65890b2b8.png",
          "away_logo": "https://img.thesports.com/football/team/6cff443cdf72b6dbe440a7814ff9c171.png",
          "home_score": null,
          "away_score": null,
          "status": "upcoming",
          "status_text": "Not started",
          "time": "2026-06-09T00:00:00+00:00",
          "competition": "International Friendly",
          "competition_logo": "https://img.thesports.com/football/competition/4e7c9460ee862d47c2ce6debfef6aace.png",
          "url": "/football/match/iceland-vs-argentina/"
        }
      },
      "sourceUrl": "https://sportscore.com/football/match/iceland-vs-argentina/",
      "provider": "sportscore",
      "raw": {
        "home": "Argentina",
        "away": "Iceland",
        "home_logo": "https://img.thesports.com/football/team/e5e5e0f67481324ebdbd65d65890b2b8.png",
        "away_logo": "https://img.thesports.com/football/team/6cff443cdf72b6dbe440a7814ff9c171.png",
        "home_score": null,
        "away_score": null,
        "status": "upcoming",
        "status_text": "Not started",
        "time": "2026-06-09T00:00:00+00:00",
        "competition": "International Friendly",
        "competition_logo": "https://img.thesports.com/football/competition/4e7c9460ee862d47c2ce6debfef6aace.png",
        "url": "/football/match/iceland-vs-argentina/"
      }
    },
    {
      "id": "football_https-sportscore-com-football-match-minnesota-united-b-vs-sporting-kansas-cityreserves_1",
      "name": "MINNESOTA United B vs Sporting Kansas CityReserves",
      "sport": "football",
      "startsAt": "2026-06-09T00:00:00+00:00",
      "status": "finished",
      "statusText": "Finished",
      "home": {
        "id": "football_minnesota-united-b",
        "name": "MINNESOTA United B",
        "type": "team",
        "sport": "football",
        "logoUrl": "https://img.thesports.com/football/team/0dea9d20b78bf22e53d6f5cdb94d2e5b.png",
        "provider": "sportscore",
        "raw": {
          "home": "MINNESOTA United B",
          "away": "Sporting Kansas CityReserves",
          "home_logo": "https://img.thesports.com/football/team/0dea9d20b78bf22e53d6f5cdb94d2e5b.png",
          "away_logo": "https://img.thesports.com/football/team/a3c5593b106980072677a648800a11d8.png",
          "home_score": 4,
          "away_score": 3,
          "status": "finished",
          "status_text": "Finished",
          "time": "2026-06-09T00:00:00+00:00",
          "competition": "MLS Next Pro",
          "competition_logo": "https://img.thesports.com/football/competition/3d0acf488c114882918b1a8f144e99db.png",
          "url": "/football/match/minnesota-united-b-vs-sporting-kansas-cityreserves/"
        }
      },
      "away": {
        "id": "football_sporting-kansas-cityreserves",
        "name": "Sporting Kansas CityReserves",
        "type": "team",
        "sport": "football",
        "logoUrl": "https://img.thesports.com/football/team/a3c5593b106980072677a648800a11d8.png",
        "provider": "sportscore",
        "raw": {
          "home": "MINNESOTA United B",
          "away": "Sporting Kansas CityReserves",
          "home_logo": "https://img.thesports.com/football/team/0dea9d20b78bf22e53d6f5cdb94d2e5b.png",
          "away_logo": "https://img.thesports.com/football/team/a3c5593b106980072677a648800a11d8.png",
          "home_score": 4,
          "away_score": 3,
          "status": "finished",
          "status_text": "Finished",
          "time": "2026-06-09T00:00:00+00:00",
          "competition": "MLS Next Pro",
          "competition_logo": "https://img.thesports.com/football/competition/3d0acf488c114882918b1a8f144e99db.png",
          "url": "/football/match/minnesota-united-b-vs-sporting-kansas-cityreserves/"
        }
      },
      "homeScore": 4,
      "awayScore": 3,
      "competition": {
        "id": "football_mls-next-pro",
        "name": "MLS Next Pro",
        "sport": "football",
        "logoUrl": "https://img.thesports.com/football/competition/3d0acf488c114882918b1a8f144e99db.png",
        "provider": "sportscore",
        "raw": {
          "home": "MINNESOTA United B",
          "away": "Sporting Kansas CityReserves",
          "home_logo": "https://img.thesports.com/football/team/0dea9d20b78bf22e53d6f5cdb94d2e5b.png",
          "away_logo": "https://img.thesports.com/football/team/a3c5593b106980072677a648800a11d8.png",
          "home_score": 4,
          "away_score": 3,
          "status": "finished",
          "status_text": "Finished",
          "time": "2026-06-09T00:00:00+00:00",
          "competition": "MLS Next Pro",
          "competition_logo": "https://img.thesports.com/football/competition/3d0acf488c114882918b1a8f144e99db.png",
          "url": "/football/match/minnesota-united-b-vs-sporting-kansas-cityreserves/"
        }
      },
      "sourceUrl": "https://sportscore.com/football/match/minnesota-united-b-vs-sporting-kansas-cityreserves/",
      "provider": "sportscore",
      "raw": {
        "home": "MINNESOTA United B",
        "away": "Sporting Kansas CityReserves",
        "home_logo": "https://img.thesports.com/football/team/0dea9d20b78bf22e53d6f5cdb94d2e5b.png",
        "away_logo": "https://img.thesports.com/football/team/a3c5593b106980072677a648800a11d8.png",
        "home_score": 4,
        "away_score": 3,
        "status": "finished",
        "status_text": "Finished",
        "time": "2026-06-09T00:00:00+00:00",
        "competition": "MLS Next Pro",
        "competition_logo": "https://img.thesports.com/football/competition/3d0acf488c114882918b1a8f144e99db.png",
        "url": "/football/match/minnesota-united-b-vs-sporting-kansas-cityreserves/"
      }
    }
  ]
}
Runnable provider examples
Tennis events from SportScore{ "provider": "sportscore", "sport": "tennis", "action": "listLiveEvents", "limit": 5 }
Basketball teams from ESPN{ "provider": "espn", "sport": "basketball", "action": "listParticipants", "limit": 5 }
Bundesliga matches from OpenLigaDB{ "provider": "openligadb", "sport": "football", "action": "listLiveEvents", "limit": 5 }
Formula 1 competitions from Jolpica{ "provider": "ergast", "sport": "formula1", "action": "listCompetitions", "limit": 5 }
Normalized data

Events (12)

Status Filter
Not started

Argentina vs Iceland

International Friendly
vsJun 9, 2026, 12:00 AM
Finished

MINNESOTA United B vs Sporting Kansas CityReserves

MLS Next Pro
4 - 3Jun 9, 2026, 12:00 AM
Finished

Milwaukee Torrent vs Wisconsin Conquerors FC

National Premier Soccer League
2 - 3Jun 9, 2026, 12:00 AM
Finished

RKC Third Coast Women vs Edgewater Castle Women

USL WLW
2 - 2Jun 9, 2026, 12:00 AM
Finished

Panama Women vs Jamaica Women

International Friendly
0 - 0Jun 9, 2026, 1:00 AM
Finished

La Roca FC Women vs Griffins FC Women

United States Women's Premier League
1 - 0Jun 9, 2026, 1:00 AM
Finished

Peru vs Spain

International Friendly
1 - 3Jun 9, 2026, 2:00 AM
Finished

Kickstart U20 vs Bharat Bengaluru U20

International Club Friendly
3 - 3Jun 9, 2026, 5:20 AM
Finished

Ipswich knights SC vs Logan Roos

Australia Brisbane Capital League 1
6 - 4Jun 9, 2026, 6:00 AM
Finished

North Lakes United vs University of Queensland

Australia Brisbane Capital League 1
1 - 1Jun 9, 2026, 6:00 AM
Finished

Yeronga Eagles vs Mount Gravatt Hawks

Australia Brisbane Capital League 1
6 - 0Jun 9, 2026, 6:00 AM
Finished

Vanuatu vs Fiji

International Friendly
2 - 2Jun 9, 2026, 6:00 AM
Schema map

Field Mapping Preview

Raw fieldNormalized fieldRaw sampleNormalized sampleMeaning
homeevent.home.nameArgentinaArgentinaParticipant name for home side
awayevent.away.nameIcelandIcelandParticipant name for away side
home_score / away_scoreevent.homeScore / event.awayScoren/an/aScore values preserved as returned
competitionevent.competition.nameInternational FriendlyInternational FriendlyCompetition/tournament label
competition_logoevent.competition.logoUrlhttps://img.thesports.com/football/competition/4e7c9460ee862d47c2ce6debfef6aace.https://img.thesports.com/football/competition/4e7c9460ee862d47c2ce6debfef6aace.Competition artwork URL
timeevent.startsAt2026-06-09T00:00:00+00:002026-06-09T00:00:00+00:00ISO-like match start time
status / status_textevent.status / event.statusTextupcomingNot startedMachine and readable status
urlevent.sourceUrl/football/match/iceland-vs-argentina/https://sportscore.com/football/match/iceland-vs-argentina/Source event link URL
Operations

Request Logs

No request history yet. Test an integration or run a v1 endpoint.

Inspector

Raw Provider Payload

JSON Response Data
{
  "sport": "football",
  "count": 12,
  "matches": [
    {
      "home": "Argentina",
      "away": "Iceland",
      "home_logo": "https://img.thesports.com/football/team/e5e5e0f67481324ebdbd65d65890b2b8.png",
      "away_logo": "https://img.thesports.com/football/team/6cff443cdf72b6dbe440a7814ff9c171.png",
      "home_score": null,
      "away_score": null,
      "status": "upcoming",
      "status_text": "Not started",
      "time": "2026-06-09T00:00:00+00:00",
      "competition": "International Friendly",
      "competition_logo": "https://img.thesports.com/football/competition/4e7c9460ee862d47c2ce6debfef6aace.png",
      "url": "/football/match/iceland-vs-argentina/"
    },
    {
      "home": "MINNESOTA United B",
      "away": "Sporting Kansas CityReserves",
      "home_logo": "https://img.thesports.com/football/team/0dea9d20b78bf22e53d6f5cdb94d2e5b.png",
      "away_logo": "https://img.thesports.com/football/team/a3c5593b106980072677a648800a11d8.png",
      "home_score": 4,
      "away_score": 3,
      "status": "finished",
      "status_text": "Finished",
      "time": "2026-06-09T00:00:00+00:00",
      "competition": "MLS Next Pro",
      "competition_logo": "https://img.thesports.com/football/competition/3d0acf488c114882918b1a8f144e99db.png",
      "url": "/football/match/minnesota-united-b-vs-sporting-kansas-cityreserves/"
    },
    {
      "home": "Milwaukee Torrent",
      "away": "Wisconsin Conquerors FC",
      "home_logo": "https://img.thesports.com/football/team/a67b65965660bd4e83100b6a4a33840e.png",
      "away_logo": "https://img.thesports.com/football/team/a4520a7fbc28d658de819b648544a693.png",
      "home_score": 2,
      "away_score": 3,
      "status": "finished",
      "status_text": "Finished",
      "time": "2026-06-09T00:00:00+00:00",
      "competition": "National Premier Soccer League",
      "competition_logo": "https://img.thesports.com/football/competition/6149972dacd181730aef928a2a92c618.png",
      "url": "/football/match/wisconsin-conquerors-fc-vs-milwaukee-torrent/"
    },
    {
      "home": "RKC Third Coast Women",
      "away": "Edgewater Castle Women",
      "home_logo": "https://img.thesports.com/football/team/eae2c8f56387d953bcb874c5862ae0d3.png",
      "away_logo": "https://img.thesports.com/football/team/4c58e31bead26c4d74b891e86a5a3c96.png",
      "home_score": 2,
      "away_score": 2,
      "status": "finished",
      "status_text": "Finished",
      "time": "2026-06-09T00:00:00+00:00",
      "competition": "USL WLW",
      "competition_logo": "https://img.thesports.com/football/competition/734b0c24b8be3496a278e46da79be8e6.png",
      "url": "/football/match/edgewater-castle-women-vs-rkc-third-coast-women/"
    },
    {
      "home": "Panama Women",
      "away": "Jamaica Women",
      "home_logo": "https://img.thesports.com/football/team/438c7bb1094785a397b98eaee7bb34b4.png",
      "away_logo": "https://img.thesports.com/football/team/5ec78ab9f400821df23fca51b08140b9.png",
      "home_score": 0,
      "away_score": 0,
      "status": "finished",
      "status_text": "Finished",
      "time": "2026-06-09T01:00:00+00:00",
      "competition": "International Friendly",
      "competition_logo": "https://img.thesports.com/football/competition/4e7c9460ee862d47c2ce6debfef6aace.png",
      "url": "/football/match/jamaica-women-vs-panama-women/"
    },
    {
      "home": "La Roca FC Women",
      "away": "Griffins FC Women",
      "home_logo": "https://img.thesports.com/football/team/b3837d51a3fdc37df0553aaa23f06755.png",
      "away_logo": "https://img.thesports.com/football/team/b9dda3e64250e6cb24b5b3a4483de64c.png",
      "home_score": 1,
      "away_score": 0,
      "status": "finished",
      "status_text": "Finished",
      "time": "2026-06-09T01:00:00+00:00",
      "competition": "United States Women's Premier League",
      "competition_logo": "https://img.thesports.com/football/competition/9f78213cf535a1c2a63de67b0673d599.png",
      "url": "/football/match/griffins-fc-women-vs-la-roca-fc-women/"
    },
    {
      "home": "Peru",
      "away": "Spain",
      "home_logo": "https://img.thesports.com/football/team/108b99fb7105d3b4aff12756817825d1.png",
      "away_logo": "https://img.thesports.com/football/team/330b1095d20af4bc1f6a415ae5717ba2.png",
      "home_score": 1,
      "away_score": 3,
      "status": "finished",
      "status_text": "Finished",
      "time": "2026-06-09T02:00:00+00:00",
      "competition": "International Friendly",
      "competition_logo": "https://img.thesports.com/football/competition/4e7c9460ee862d47c2ce6debfef6aace.png",
      "url": "/football/match/peru-vs-spain/"
    },
    {
      "home": "Kickstart U20",
      "away": "Bharat Bengaluru U20",
      "home_logo": "https://img.thesports.com/football/team/207317a7a4d9e5b484d1adcc294c0be6.png",
      "away_logo": "https://img.thesports.com/football/team/3fcd06d430ffd05765f160d655b0eb40.png",
      "home_score": 3,
      "away_score": 3,
      "status": "finished",
      "status_text": "Finished",
      "time": "2026-06-09T05:20:00+00:00",
      "competition": "International Club Friendly",
      "competition_logo": "https://img.thesports.com/football/competition/2440249cd19586c39de8e05d55cc6b0d.png",
      "url": "/football/match/kickstart-u20-vs-bharat-bengaluru-u20/"
    },
    {
      "home": "Ipswich knights SC",
      "away": "Logan Roos",
      "home_logo": "https://img.thesports.com/football/team/4442adaa19047493e57bd4f5108766a0.png",
      "away_logo": "https://img.thesports.com/football/team/85223998a0e2d6bcd6c378adb4633e98.png",
      "home_score": 6,
      "away_score": 4,
      "status": "finished",
      "status_text": "Finished",
      "time": "2026-06-09T06:00:00+00:00",
      "competition": "Australia Brisbane Capital League 1",
      "competition_logo": "https://img.thesports.com/football/competition/71933bcfaca57135cf93a4107cf82052.png",
      "url": "/football/match/logan-roos-vs-ipswich-knights-sc/"
    },
    {
      "home": "North Lakes United",
      "away": "University of Queensland",
      "home_logo": "https://img.thesports.com/football/team/0358c38eb4fe92007c919d84587370b5.png",
      "away_logo": "https://img.thesports.com/football/team/ccb96c81ae5e75edd311b4431ad8faae.png",
      "home_score": 1,
      "away_score": 1,
      "status": "finished",
      "status_text": "Finished",
      "time": "2026-06-09T06:00:00+00:00",
      "competition": "Australia Brisbane Capital League 1",
      "competition_logo": "https://img.thesports.com/football/competition/71933bcfaca57135cf93a4107cf82052.png",
      "url": "/football/match/university-of-queensland-vs-north-lakes-united/"
    },
    {
      "home": "Yeronga Eagles",
      "away": "Mount Gravatt Hawks",
      "home_logo": "https://img.thesports.com/football/team/fba175f19fd961ee50f7e80aeb1b8a77.png",
      "away_logo": "https://img.thesports.com/football/team/20ac4ada1900286bdf63263ed4c2171b.png",
      "home_score": 6,
      "away_score": 0,
      "status": "finished",
      "status_text": "Finished",
      "time": "2026-06-09T06:00:00+00:00",
      "competition": "Australia Brisbane Capital League 1",
      "competition_logo": "https://img.thesports.com/football/competition/71933bcfaca57135cf93a4107cf82052.png",
      "url": "/football/match/mount-gravatt-hawks-vs-yeronga-eagles/"
    },
    {
      "home": "Vanuatu",
      "away": "Fiji",
      "home_logo": "https://img.thesports.com/football/team/d1ac549dbfdec4a0d49baec903648bb4.jpg",
      "away_logo": "https://img.thesports.com/football/team/81bff08bd846db23755fe4639e3c6839.png",
      "home_score": 2,
      "away_score": 2,
      "status": "finished",
      "status_text": "Finished",
      "time": "2026-06-09T06:00:00+00:00",
      "competition": "International Friendly",
      "competition_logo": "https://img.thesports.com/football/competition/4e7c9460ee862d47c2ce6debfef6aace.png",
      "url": "/football/match/vanuatu-vs-fiji/"
    }
  ],
  "updated": "2026-06-09T15:44:43.080806+00:00"
}