Developer Docs

Cable

Get cable options

Sample Response

{
    "status": "ok",
    "message": "cable fetched",
    "data": {
        "category": {
            "id": 7,
            "name": "TV Subs",
            "type": "cable",
            "products": [
                {
                    "id": 51,
                    "name": "DSTV",
                    "code": "dstv",
                    "variations": [
                        {
                            "id": 696,
                            "name": "DStv Compact",
                            "code": "COMPE36",
                            "amount": 15700,
                            "options": [
                                {
                                    "name": "1 Month",
                                    "code": "1",
                                    "price": 15700
                                }
                            ]
                        },
                        {
                            "id": 703,
                            "name": "DStv Compact + HDPVR/XtraView",
                            "code": "COMPE36-HDPVRE36",
                            "amount": 20700,
                            "options": [
                                {
                                    "name": "1 Month",
                                    "code": "1",
                                    "price": 20700
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 50,
                    "name": "GOTv",
                    "code": "gotv",
                    "variations": [
                        {
                            "id": 695,
                            "name": "GOtv Smallie",
                            "code": "GOHAN",
                            "amount": 1575,
                            "options": [
                                {
                                    "name": "1 Month",
                                    "code": "1",
                                    "price": 1575
                                }
                            ]
                        },
                        {
                            "id": 690,
                            "name": "GOtv Max",
                            "code": "GOTVMAX",
                            "amount": 7200,
                            "options": [
                                {
                                    "name": "1 Month",
                                    "code": "1",
                                    "price": 7200
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 53,
                    "name": "ShowMax",
                    "code": "showmax",
                    "variations": [
                        {
                            "id": 727,
                            "name": "Showmax",
                            "code": "showmax",
                            "amount": 2900,
                            "options": [
                                {
                                    "name": "1 Month",
                                    "code": "1",
                                    "price": 2900
                                },
                                {
                                    "name": "12 Months",
                                    "code": "12",
                                    "price": 17400
                                },
                                {
                                    "name": "3 Months",
                                    "code": "3",
                                    "price": 5999
                                },
                                {
                                    "name": "6 Months",
                                    "code": "6",
                                    "price": 10400
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 52,
                    "name": "StarTimes",
                    "code": "startimes",
                    "variations": [
                        {
                            "id": 709,
                            "name": "Basic (Antenna) - Monthly",
                            "code": "basic",
                            "amount": 3000,
                            "options": [
                                {
                                    "name": "1 Month",
                                    "code": "1",
                                    "price": 3000
                                }
                            ]
                        }
                    ]
                }
            ]
        }
    }
}