PUBLIC / READ-ONLY / NO ACCOUNT REQUIRED
Sports Picks API Playground
Model the delivery contract before you scope an integration. Switch between nine sport packages, four lifecycle states, and three delivery formats in a safe, fictional specimen.
- Nine licensed sport packages
- REST, JSON, and CSV
- Lifecycle-aware records
01 / Configure specimen
Shape the contract.
Choose a licensed sport package, lifecycle state, and delivery format. The specimen updates instantly without calling a live feed.
- Publishing unit
- Per fixture
- Target package
- 5 team picks + 3 player props
- Selections
- 8
02 / Inspect output
Soccer contract specimen
GET /api/v1/picks?sport=Soccer&status=upcoming&limit=1{
"data": [
{
"id": "pk_example_soccer_001",
"sport": "Soccer",
"league": "Example Premier Division",
"eventDescription": "Northbridge FC at Riverside Athletic",
"eventDate": "2030-08-15T18:00:00.000Z",
"homeTeam": "Riverside Athletic",
"awayTeam": "Northbridge FC",
"marketType": "team_total",
"selection": "Northbridge FC over 1.5 goals",
"line": 1.5,
"odds": 1.91,
"oddsFormat": "decimal",
"bookmaker": "Licensed market source",
"probability": 64.2,
"confidenceTier": "qualified",
"reasoning": "Illustrative reasoning: the licensed record can carry a concise, publication-ready rationale when the customer licence includes this field.",
"status": "upcoming",
"result": null,
"settledAt": null,
"publishedAt": "2030-08-15T12:00:00.000Z",
"attribution": "PowerHouse Enterprise"
}
],
"page": {
"hasMore": false,
"nextCursor": null
},
"requestId": "req_example_123",
"specimen": true
}Names, events, selection, odds, probability, rationale, dates, and results are fictional format examples. Production fields and availability depend on the active customer licence.
FROM SPECIMEN TO PILOT
Validate the contract against your publishing workflow.
Bring the sports, channels, fields, and delivery mode you need. PowerHouse will map the licence, confirm the record contract, and define a controlled technical pilot.