GoalServe

GoalServe is a live sports data feeds provider founded in 2005, delivering live scores, fixtures, standings, odds, commentaries, and team/player data across 20+ sports and 500+ soccer leagues. Feeds are served as XML or JSON over HTTP GET with a unique API access key carried in the request path.

6 APIs 0 Features
Sports DataLive ScoresOddsFixturesSoccer

APIs

GoalServe Live Scores API

Real-time live score feeds for in-progress soccer matches, including goals, cards, substitutions and current minute, refreshed every few seconds and delivered as XML or JSON.

GoalServe Fixtures and Schedules API

Upcoming match fixtures, schedules and historical results by country and competition, supporting calendar and results-page use cases.

GoalServe Standings API

League and championship standings tables plus top scorers per competition, returned in XML or JSON.

GoalServe Odds API

Prematch and in-play bookmaker odds across 100+ betting markets and 30+ bookmakers, with low-latency in-play updates gated behind IP whitelisting.

GoalServe Commentaries API

Per-match textual commentaries and detailed event tracking (goals, cards, substitutions, lineups) keyed by match identifier.

GoalServe Team and Player Data API

Team and player profiles, squad data, statistics and injuries keyed by team or player identifier.

Collections

Pricing Plans

Goalserve Plans Pricing

4 plans

PLANS

Rate Limits

Goalserve Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: GoalServe Sports Data Feeds API
  version: '1.0'
items:
- info:
    name: Live Scores
    type: folder
  items:
  - info:
      name: Live soccer scores
      type: http
    http:
      method: GET
      url: https://www.goalserve.com/getfeed/{key}/soccernew/home?json=1
    docs: Returns currently live and recently played soccer matches across all covered leagues, including scores, current
      minute, goals, cards and substitutions.
  - info:
      name: Live scores by country
      type: http
    http:
      method: GET
      url: https://www.goalserve.com/getfeed/{key}/soccernew/{country}?json=1
    docs: Returns live and recent soccer matches for a single country.
- info:
    name: Fixtures
    type: folder
  items:
  - info:
      name: Soccer fixtures and schedules
      type: http
    http:
      method: GET
      url: https://www.goalserve.com/getfeed/{key}/soccerfixtures/{country}/{cat}?json=1
    docs: Returns upcoming fixtures, schedules and results for a given country and competition category.
- info:
    name: Standings
    type: folder
  items:
  - info:
      name: League standings and top scorers
      type: http
    http:
      method: GET
      url: https://www.goalserve.com/getfeed/{key}/standings/{competition}?json=1
    docs: Returns the standings table and top scorers for a given competition identifier.
- info:
    name: Commentaries
    type: folder
  items:
  - info:
      name: Match commentaries and events
      type: http
    http:
      method: GET
      url: https://www.goalserve.com/getfeed/{key}/commentaries/{matchid}?json=1
    docs: Returns textual commentaries, lineups and a chronological list of match events (goals, cards, substitutions) for
      a single match.
- info:
    name: Team and Player Data
    type: folder
  items:
  - info:
      name: Team profile and statistics
      type: http
    http:
      method: GET
      url: https://www.goalserve.com/getfeed/{key}/soccerstats/team/{team_id}?json=1
    docs: Returns the profile, squad and statistics for a single team.
  - info:
      name: Player profile and statistics
      type: http
    http:
      method: GET
      url: https://www.goalserve.com/getfeed/{key}/soccerstats/player/{player_id}?json=1
    docs: Returns the profile, biography and statistics for a single player.
bundled: true