PS3838 Data API

PS3838 API for Sharp Pre-Match & Live Odds

Access sharp pre-match and live in-play odds from PS3838 across Soccer, Basketball, Tennis, American Football, Ice Hockey, Baseball, Rugby League, and Esports. Full Asian Handicap ladders, a live WebSocket feed, and a 30-day results archive. One API key for all bookmakers.

What a PS3838 API Response Looks Like

GET /api/ps3838/soccer/events?page=1&limit=5
{
  "total": 673,
  "page": 1,
  "limit": 5,
  "totalPages": 135,
  "hasNextPage": true,
  "events": [
    {
      "sport": "soccer",
      "league": "Italy - Serie A",
      "eventId": "1628786088",
      "home": "Pisa",
      "away": "Lecce",
      "live": false,
      "startTime": "2026-05-01T18:45:00.000Z",
      "updatedAt": "2026-04-30T09:12:44.108Z",
      "markets": [
        {
          "canonicalMarket": "ASIAN_HANDICAP",
          "rawName": "Asian Handicap 0.0",
          "period": "FULL_TIME",
          "line": 0,
          "isActive": true,
          "marketId": "1628786088_ah_FULL_TIME_56375590662",
          "selections": [
            {
              "canonicalOutcome": "HOME",
              "rawName": "Home",
              "odds": 2.18,
              "rawOdds": "2.180",
              "isActive": true,
              "selectionId": "56375590662_home",
              "line": 0
            },
            {
              "canonicalOutcome": "AWAY",
              "rawName": "Away",
              "odds": 1.735,
              "rawOdds": "1.735",
              "isActive": true,
              "selectionId": "56375590662_away",
              "line": 0
            }
          ]
        }
      ]
    }
  ]
}

Match Results — 30-Day Score Archive

GET /api/ps3838/results?sport=soccer&page=1&limit=5
{
  "total": 97,
  "page": 1,
  "limit": 5,
  "totalPages": 20,
  "hasNextPage": true,
  "results": [
    {
      "sport": "soccer",
      "league": "England - Professional Development League U21",
      "eventId": "1635228213",
      "home": "Bolton Wanderers",
      "away": "Coventry City",
      "startTime": "2026-08-31T12:00:00.000Z",
      "score": {
        "home": "3",
        "away": "1"
      },
      "matchClock": {
        "minute": 44,
        "period": "2H"
      }
    }
  ]
}

Discover what to filter on with /results/sports and /results/leagues?sport=soccer, or pull a single match with /results/events/:eventId.

Why Use PulseScore for PS3838 Data

Sharp Lines, Low Margins

PS3838 is the offshore reference for sharp pricing. Margins sit well below mainstream books, making the prices a strong signal for closing-line value and arbitrage.

Deep Asian Handicap Coverage

Every event is published with its full ladder of Asian Handicap and Over/Under lines, not just the headline number. Ideal for line shopping, hedging, and middling.

Normalized Market Data

All markets use canonical naming - MATCH_RESULT, ASIAN_HANDICAP, OVER_UNDER, etc. - with raw odds preserved alongside decimal. Same shape across every sport.

Live WebSocket Streaming

Real-time push of every in-play event for the chosen sport, broadcast roughly every second with match clocks and live scores where available. PRO, MAX, and ULTRA plans only — connect once and receive each update as it happens.

30-Day Match Results Feed

Every event that leaves the live feed keeps its last published score and match clock for 30 days — filter by sport, league, or team name to settle bets, grade closing-line models, or backfill your own database.

One Key, All Bookmakers

A single API key unlocks every bookmaker on your plan - PS3838, Bet365, Fanduel, Bwin, BetOnline, and more. No separate accounts or rotation logic.

Frequently Asked Questions

What data does the PS3838 API provide?

PulseScore provides pre-match odds, live in-play odds, and finished-match results from PS3838 across 8 sports. Each event includes normalized market data with canonical market types, full Asian Handicap and Over/Under ladders, and decimal odds.

What sports are covered?

Soccer, Basketball, Tennis, American Football, Ice Hockey, Baseball, Rugby League, and Esports. Each sport has paginated league listings, league-event lookups, and individual event endpoints with full market coverage.

Why use PS3838 odds instead of a mainstream book?

PS3838 prices the market sharply - low overround, high limits, no soft-line shading. Quants, traders, and arbitrage operators use PS3838 lines as the closing-line benchmark and as one side of a value comparison against soft books.

How are the markets structured?

All markets use a canonical format: each market has a type (e.g., MATCH_RESULT, ASIAN_HANDICAP, OVER_UNDER), period (FULL_TIME, FIRST_HALF), an optional handicap line, and selections with decimal odds. The same structure is used across all sports and bookmakers.

Does it include match results?

Yes. /api/ps3838/results returns events with the last score and match clock PS3838 published before they left the live feed, most recent first. Filter by sport, league, or team (exact name, case-insensitive), look up a single result with /results/events/:eventId, or discover what to filter on with /results/sports and /results/leagues. Results are retained for 30 days, and cover the sports PS3838 streams in-play.

Is there a free tier?

Yes. The BASIC plan is free and includes 500 API requests per month. Upgrade to PRO, MAX, or ULTRA for unlimited requests.

Can I access PS3838 and Bet365 with the same API key?

Yes. A single API key gives you access to all bookmakers included in your plan. No need for separate keys or accounts - useful for comparing PS3838 sharp lines against soft-book odds in one call.

How do I authenticate with the API?

Sign up for a free account, generate an API key from your dashboard, and pass it via the X-Secret header. The same key works for all bookmaker APIs.

Does PS3838 support live in-play data?

Yes. Live in-play events are available via REST (/api/ps3838/live-events, /live-events/sports, /live-events/events/:eventId) and via WebSocket at wss://api.pulsescore.net/api/ps3838/ws/live. The WebSocket pushes every in-play event for the subscribed sport roughly every second. PRO, MAX, and ULTRA plans only.

Start Using the PS3838 API Today

Free tier available. No credit card required. Get your API key in 30 seconds.