Pagina 1 van 1

DIGI TV Essentials/Max mogelijke prijs?

Geplaatst: 30 aug 2025, 13:46
door fibonacci
Ik was even lekker aan het rondkijken op de digi-belgium.be website, toen een bepaalde HTTP response me opviel. Daarin worden de volgende producten, met de volgende prijzen vernoemd:
  • mobile
    • DIGI Mobile 5 GB (3 EUR)
    • DIGI Mobile 15 GB (5 EUR)
  • tv
    • DIGI TV Essentials (Dutch) (7 EUR)
    • DIGI TV Essentials (French) (7 EUR)
    • DIGI TV Max (Dutch) (14 EUR)
    • DIGI TV Max (French) (14 EUR)

  • internet
    • DIGI Fiber 500 Mbps (10 EUR)
    • DIGI Fiber 1 Gbps (15 EUR)
    • DIGI Fiber 10 Gbps (20 EUR)
  • landline
    • DIGI Tel (2.5 EUR)
De omschrijving van de vier tv producten, in de JSON response, is als volgt:
A wide range of channels
Available on your TV, smartphone or tablet
DIGI TV App and DIGI TV Box included
All at fair prices
Ik dacht dat de DIGI TV producten, en hun details, reeds gekend waren. Maar de prijzen waren tot nu toe nog niet bekend?

URL van de API response:
https://api.digi-belgium.be/v1/bundle-c ... or?lang=en

JSON response:

Code: Selecteer alles

{
  "mobile": [
    {
      "i": "03F6CE1E-8C5F-4E71-987F-F5157566096E",
      "wpId": 50315,
      "t": "DIGI Mobile 5 GB",
      "d": "",
      "prc": "3",
      "l": [
        "5 GB data included",
        "Unlimited calls/SMS DIGI to DIGI",
        "€0,01/min & €0,07/SMS to other networks",
        "Need more data? It's €0.60 per extra GB. Pretty cheap, right?"
      ],
      "dl": [
        {
          "ecommerce": null
        },
        {
          "event": "select_item",
          "ecommerce": {
            "item_list_id": "mobile_offers_page",
            "item_list_name": "Mobile offers page",
            "items": [
              {
                "item_id": "03F6CE1E-8C5F-4E71-987F-F5157566096E",
                "item_name": "DIGI Mobile 5 GB",
                "item_category": "Mobile",
                "item_variant": "5 GB",
                "price": "3"
              }
            ]
          }
        }
      ]
    },
    {
      "i": "8775DF13-2511-466C-AA94-09698A336C2A",
      "wpId": 50288,
      "t": "DIGI Mobile 15 GB",
      "d": "",
      "prc": "5",
      "l": [
        "15 GB data included",
        "Unlimited calls & SMS",
        "Need more data? It's €0.60 per extra GB. Pretty cheap, right?"
      ],
      "dl": [
        {
          "ecommerce": null
        },
        {
          "event": "select_item",
          "ecommerce": {
            "item_list_id": "mobile_offers_page",
            "item_list_name": "Mobile offers page",
            "items": [
              {
                "item_id": "8775DF13-2511-466C-AA94-09698A336C2A",
                "item_name": "DIGI Mobile 15 GB",
                "item_category": "Mobile",
                "item_variant": "15 GB",
                "price": "5"
              }
            ]
          }
        }
      ]
    }
  ],
  "tv": [
    {
      "i": "E73523CA-F68F-E311-93BD-001A64353830",
      "wpId": 50282,
      "t": "DIGI TV Essentials (Dutch)",
      "d": "",
      "prc": 0,
      "l": [
        {
          "t": "",
          "l": [
            "A wide range of channels",
            "Available on your TV, smartphone or tablet",
            "DIGI TV App and DIGI TV Box included",
            "All at fair prices"
          ]
        }
      ],
      "dl": [
        {
          "ecommerce": null
        },
        {
          "event": "select_item",
          "ecommerce": {
            "item_list_id": "tv_offers_page",
            "item_list_name": "TV offers page",
            "items": [
              {
                "item_id": "E73523CA-F68F-E311-93BD-001A64353830",
                "item_name": "DIGI TV Essentials (Dutch)",
                "item_category": "TV",
                "item_variant": "DIGI TV app",
                "price": "7"
              }
            ]
          }
        }
      ]
    },
    {
      "i": "6DAE7F7B-BDC4-E911-8446-E04F430636E0",
      "wpId": 50291,
      "t": "DIGI TV Essentials (French)",
      "d": "",
      "prc": 0,
      "l": [
        {
          "t": "",
          "l": [
            "A wide range of channels",
            "Available on your TV, smartphone or tablet",
            "DIGI TV App and DIGI TV Box included",
            "All at fair prices"
          ]
        }
      ],
      "dl": [
        {
          "ecommerce": null
        },
        {
          "event": "select_item",
          "ecommerce": {
            "item_list_id": "tv_offers_page",
            "item_list_name": "TV offers page",
            "items": [
              {
                "item_id": "6DAE7F7B-BDC4-E911-8446-E04F430636E0",
                "item_name": "DIGI TV Essentials (French)",
                "item_category": "TV",
                "item_variant": "DIGI TV app",
                "price": "7"
              }
            ]
          }
        }
      ]
    },
    {
      "i": "FE93F4E2-B497-E311-93BD-001A64353830",
      "wpId": 50309,
      "t": "DIGI TV Max (Dutch)",
      "d": "",
      "prc": 0,
      "l": [
        {
          "t": "",
          "l": [
            "A wide range of channels",
            "Available on your TV, smartphone or tablet",
            "DIGI TV App and DIGI TV Box included",
            "All at fair prices"
          ]
        }
      ],
      "dl": [
        {
          "ecommerce": null
        },
        {
          "event": "select_item",
          "ecommerce": {
            "item_list_id": "tv_offers_page",
            "item_list_name": "TV offers page",
            "items": [
              {
                "item_id": "FE93F4E2-B497-E311-93BD-001A64353830",
                "item_name": "DIGI TV Max (Dutch)",
                "item_category": "TV",
                "item_variant": "DIGI TV app",
                "price": "14"
              }
            ]
          }
        }
      ]
    },
    {
      "i": "11DE9B05-6577-EB11-B81C-02E0EC3117F3",
      "wpId": 50312,
      "t": "DIGI TV Max (French)",
      "d": "",
      "prc": 0,
      "l": [
        {
          "t": "",
          "l": [
            "A wide range of channels",
            "Available on your TV, smartphone or tablet",
            "DIGI TV App and DIGI TV Box included",
            "All at fair prices"
          ]
        }
      ],
      "dl": [
        {
          "ecommerce": null
        },
        {
          "event": "select_item",
          "ecommerce": {
            "item_list_id": "tv_offers_page",
            "item_list_name": "TV offers page",
            "items": [
              {
                "item_id": "11DE9B05-6577-EB11-B81C-02E0EC3117F3",
                "item_name": "DIGI TV Max (French)",
                "item_category": "TV",
                "item_variant": "DIGI TV Max Content",
                "price": "14"
              }
            ]
          }
        }
      ]
    }
  ],
  "internet": [
    {
      "i": "E7526BB1-1014-EC11-B823-02E0EC3117F3",
      "wpId": 50318,
      "t": "DIGI Fiber 500 Mbps",
      "d": "",
      "prc": "10",
      "l": [
        "Symmetrical download and upload speed",
        "500 Mbps",
        "Unlimited surfing",
        "DIGI Internet Box (WiFi 6)"
      ],
      "dl": [
        {
          "ecommerce": null
        },
        {
          "event": "select_item",
          "ecommerce": {
            "item_list_id": "internet_offers_page",
            "item_list_name": "Internet offers page",
            "items": [
              {
                "item_id": "E7526BB1-1014-EC11-B823-02E0EC3117F3",
                "item_name": "DIGI Fiber 500 Mbps",
                "item_category": "Internet",
                "item_variant": "Up to 500 Mbps / 500 Mbps. Unlimited surfing. DIGI Internet Box (WiFi 6)",
                "price": "10"
              }
            ]
          }
        }
      ]
    },
    {
      "i": "4E3A070A-BF96-E611-80D9-6C0B846288C4",
      "wpId": 50324,
      "t": "DIGI Fiber 1 Gbps",
      "d": "",
      "prc": "15",
      "l": [
        "Symmetrical download and upload speed",
        "1 Gbps",
        "Unlimited surfing",
        "DIGI Internet Box (WiFi 6)"
      ],
      "dl": [
        {
          "ecommerce": null
        },
        {
          "event": "select_item",
          "ecommerce": {
            "item_list_id": "internet_offers_page",
            "item_list_name": "Internet offers page",
            "items": [
              {
                "item_id": "4E3A070A-BF96-E611-80D9-6C0B846288C4",
                "item_name": "DIGI Fiber 1 Gbps",
                "item_category": "Internet",
                "item_variant": "1 GB/s",
                "price": "15"
              }
            ]
          }
        }
      ]
    },
    {
      "i": "4B3A070A-BF96-E611-80D9-6C0B846288C4",
      "wpId": 50330,
      "t": "DIGI Fiber 10 Gbps",
      "d": "",
      "prc": "20",
      "l": [
        "Symmetrical download and upload speed",
        "8 Gbps for actual use + 2 Gbps of reserved bandwidth ensuring optimal performance and reliability",
        "Unlimited surfing",
        "DIGI Internet Box (WiFi 7)"
      ],
      "dl": [
        {
          "ecommerce": null
        },
        {
          "event": "select_item",
          "ecommerce": {
            "item_list_id": "internet_offers_page",
            "item_list_name": "Internet offers page",
            "items": [
              {
                "item_id": "4B3A070A-BF96-E611-80D9-6C0B846288C4",
                "item_name": "DIGI Fiber 10 Gbps",
                "item_category": "Internet",
                "item_variant": "10 GB/s",
                "price": "20"
              }
            ]
          }
        }
      ]
    }
  ],
  "landline": [
    {
      "i": "5FE94176-F78F-E311-93BD-001A64353830",
      "wpId": 50285,
      "t": "DIGI Tel",
      "d": "",
      "prc": "2.5",
      "l": [
        "1 phone number",
        "Unlimited calls in Belgium"
      ],
      "dl": [
        {
          "ecommerce": null
        },
        {
          "event": "select_item",
          "ecommerce": {
            "item_list_id": "landline_offers_page",
            "item_list_name": "Landline offers page",
            "items": [
              {
                "item_id": "5FE94176-F78F-E311-93BD-001A64353830",
                "item_name": "DIGI Tel",
                "item_category": "Landline",
                "item_variant": "",
                "price": "2.5"
              }
            ]
          }
        }
      ]
    }
  ]
}

Re: DIGI TV Essentials/Max op komst?

Geplaatst: 30 aug 2025, 16:39
door Data technicus
Waarom dan antwoord van @DIGI Belgium in dit topic "viewtopic.php?f=122&t=66256 " dat ze eerst concentreren op de uitbreiding van hun 5G en fiber netwerk en dat ze zelf nog geen zicht hebben op de lancering datum van digi TV. Mss eerst eens andere topic zoeken over tv hier en dan daar in antwoorden of niet antwoorden want mss is het nog lang niet aan de orde dat de tv diensten er komen.

Re: DIGI TV Essentials/Max op komst?

Geplaatst: 30 aug 2025, 16:42
door Vaganzza
Het is wel de eerste keer dat iemand iets vindt over de prijszetting. Vind ik nieuwswaardig genoeg!

Re: DIGI TV Essentials/Max mogelijke prijs?

Geplaatst: 30 aug 2025, 17:00
door fibonacci
@Data technicus mijn excuses, het was inderdaad niet mijn bedoeling om in te gaan tegen de recente post(s) van o.a. @DIGI Belgium. Dit is inderdaad geen indicatie dat hun TV aanbod er aan zit te komen op een specifieke termijn. Ik heb dan ook de titel van deze post aangepast (wat denk ik de reden was van je reactie).

Het was mij inderdaad meer te doen om de speculatie van een mogelijke prijs.
Ook dit: het is niet omdat dit reeds ergens (tijdelijk? test?) geconfigureerd zit in hun API, dat dit ook de prijs zal worden. Maar mogelijks kan dit een indicatie zijn van wat hun plannen zijn in de toekomst, hoever die ook nog zijn.

Re: DIGI TV Essentials/Max mogelijke prijs?

Geplaatst: 01 sep 2025, 16:12
door DIGI Belgium
Goedemiddag,

Zoals we in dit forumtopic viewtopic.php?f=122&t=66256 hebben aangegeven, richten we ons momenteel op de uitbreiding van ons snelle glasvezel- en 5G-netwerk. Zodra we meer nieuws hebben over een mogelijke lanceringsdatum, zullen we dat met jullie delen.

Ons doel is om kwalitatieve telecom betaalbaar te maken voor iedereen, en een televisieaanbod tegen een eerlijke prijs past perfect in dit plaatje.

We hopen jullie snel van meer nieuws te kunnen voorzien.

Groeten,
Noah van DIGI