Zort Tips API

This endpoint provides betting tips for the Zort app.

Note: Access the JSON API by adding ?json=true to the URL.

API Endpoints:

Sample JSON Response

{
    "tips": [
        {
            "id": "1",
            "date": "2026-07-11 21:00",
            "league": "World Cup 2026 \u00b7 Quarter-final",
            "stage": "Quarter-final",
            "probabilityPct": 44,
            "kickoffUtc": "2026-07-11T21:00:00Z",
            "homeTeam": "Norway",
            "awayTeam": "England",
            "prediction": "1:2",
            "odds": 1.95,
            "confidence": 3,
            "originalId": "20260711_2100_Norway_England"
        },
        {
            "id": "2",
            "date": "2026-07-12 01:00",
            "league": "World Cup 2026 \u00b7 Quarter-final",
            "stage": "Quarter-final",
            "probabilityPct": 49,
            "kickoffUtc": "2026-07-12T01:00:00Z",
            "homeTeam": "Argentina",
            "awayTeam": "Switzerland",
            "prediction": "1:0",
            "odds": 1.7,
            "confidence": 3,
            "originalId": "20260712_0100_Argentina_Switzerland"
        }
    ],
    "lastUpdated": "2026-07-11T17:26:56.419Z"
}