Get Data Plans
The Get Data Plans API allows you to retrieve a list of available data plans for mobile numbers. With this API, you can obtain detailed information about data packages offered by various mobile network providers. This information can be invaluable in helping your users make informed decisions when purchasing data through the DiscountData platform.
Get Available Data Plans
GET
https://app.discountdata.ng/public/api/plans/{network_id}
Replace {network_id} to filter specific network plans.
Headers
Authorization*
Bearer
Your API Bearer Token
{
"status": true,
"data": {
"plans": [{
"id": "19",
"price": "200",
"size": "500",
"name": "500MB",
"type": "CORPORATE GIFTING",
"network": {
"id": "1",
"name": "MTN",
"other_name": "mtn",
"code": "1"
}
}, {
"id": "20",
"price": "245",
"size": "1000",
"name": "1GB",
"type": "CORPORATE GIFTING",
"network": {
"id": "1",
"name": "MTN",
"other_name": "mtn",
"code": "1"
}
}, {
"id": "21",
"price": "490",
"size": "2000",
"name": "2GB",
"type": "CORPORATE GIFTING",
"network": {
"id": "1",
"name": "MTN",
"other_name": "mtn",
"code": "1"
}
}, {
"id": "22",
"price": "735",
"size": "3000",
"name": "3GB",
"type": "CORPORATE GIFTING",
"network": {
"id": "1",
"name": "MTN",
"other_name": "mtn",
"code": "1"
}
}, {
"id": "23",
"price": "1200",
"size": "5000",
"name": "5GB",
"type": "CORPORATE GIFTING",
"network": {
"id": "1",
"name": "MTN",
"other_name": "mtn",
"code": "1"
}
}, {
"id": "53",
"price": "2400",
"size": "10000",
"name": "10GB",
"type": "CORPORATE GIFTING",
"network": {
"id": "1",
"name": "MTN",
"other_name": "mtn",
"code": "1"
}
}, {
"id": "54",
"price": "3600",
"size": "15000",
"name": "15GB",
"type": "CORPORATE GIFTING",
"network": {
"id": "1",
"name": "MTN",
"other_name": "mtn",
"code": "1"
}
}, {
"id": "76",
"price": "4800",
"size": "20GB",
"name": "20GB (30 days Validty",
"type": "CORPORATE GIFTING",
"network": {
"id": "1",
"name": "MTN",
"other_name": "mtn",
"code": "1"
}
}, {
"id": "24",
"price": "900",
"size": "1500",
"name": "1.5GB",
"type": "DIRECT GIFTING",
"network": {
"id": "3",
"name": "9mobile",
"other_name": "etisalat",
"code": "3"
}
}, {
"id": "25",
"price": "1080",
"size": "2000",
"name": "2GB",
"type": "DIRECT GIFTING",
"network": {
"id": "3",
"name": "9mobile",
"other_name": "etisalat",
"code": "3"
}
}, {
"id": "26",
"price": "1350",
"size": "3000",
"name": "3GB",
"type": "DIRECT GIFTING",
"network": {
"id": "3",
"name": "9mobile",
"other_name": "etisalat",
"code": "3"
}
}, {
"id": "27",
"price": "1800",
"size": "4500",
"name": "4.5GB",
"type": "DIRECT GIFTING",
"network": {
"id": "3",
"name": "9mobile",
"other_name": "etisalat",
"code": "3"
}
}, {
"id": "28",
"price": "3600",
"size": "11000",
"name": "11GB",
"type": "DIRECT GIFTING",
"network": {
"id": "3",
"name": "9mobile",
"other_name": "etisalat",
"code": "3"
}
}, {
"id": "29",
"price": "4500",
"size": "15000",
"name": "15GB",
"type": "DIRECT GIFTING",
"network": {
"id": "3",
"name": "9mobile",
"other_name": "etisalat",
"code": "3"
}
}, {
"id": "30",
"price": "9000",
"size": "40000",
"name": "40GB",
"type": "DIRECT GIFTING",
"network": {
"id": "3",
"name": "9mobile",
"other_name": "etisalat",
"code": "3"
}
}, {
"id": "31",
"price": "13500",
"size": "75000",
"name": "75GB",
"type": "DIRECT GIFTING",
"network": {
"id": "3",
"name": "9mobile",
"other_name": "etisalat",
"code": "3"
}
}, {
"id": "78",
"price": "100",
"size": "100MB",
"name": "100 MB CG",
"type": "CORPORATE GIFTING",
"network": {
"id": "3",
"name": "9mobile",
"other_name": "etisalat",
"code": "3"
}
}, {
"id": "79",
"price": "150",
"size": "500 MB",
"name": "500MB - 30 Days Validity",
"type": "CORPORATE GIFTING",
"network": {
"id": "3",
"name": "9mobile",
"other_name": "etisalat",
"code": "3"
}
}, {
"id": "80",
"price": "275",
"size": "1GB",
"name": "1GB - 30 Days Validity (N275 \/GB)",
"type": "CORPORATE GIFTING",
"network": {
"id": "3",
"name": "9mobile",
"other_name": "etisalat",
"code": "3"
}
}, {
"id": "81",
"price": "415",
"size": "1.5GB",
"name": "1.5GB - 30 Days Validity (N275 \/GB)",
"type": "CORPORATE GIFTING",
"network": {
"id": "3",
"name": "9mobile",
"other_name": "etisalat",
"code": "3"
}
}, {
"id": "82",
"price": "550",
"size": "2GB",
"name": "2GB - 30 Days Validity (N275 \/GB)",
"type": "CORPORATE GIFTING",
"network": {
"id": "3",
"name": "9mobile",
"other_name": "etisalat",
"code": "3"
}
}, {
"id": "83",
"price": "825",
"size": "3GB",
"name": "3GB - 30 Days Validity (N275 \/GB)",
"type": "CORPORATE GIFTING",
"network": {
"id": "3",
"name": "9mobile",
"other_name": "etisalat",
"code": "3"
}
}, {
"id": "84",
"price": "1250",
"size": "4.5 GB",
"name": "4.5GB - 30 Days Validity (N275 \/GB)",
"type": "CORPORATE GIFTING",
"network": {
"id": "3",
"name": "9mobile",
"other_name": "etisalat",
"code": "3"
}
}, {
"id": "86",
"price": "2750",
"size": "11GB",
"name": "11B - 30 Days Validity (N250 \/GB)",
"type": "CORPORATE GIFTING",
"network": {
"id": "3",
"name": "9mobile",
"other_name": "etisalat",
"code": "3"
}
}, {
"id": "87",
"price": "3750",
"size": "15GB",
"name": "15GB - 30 Days Validity (@250\/GB)",
"type": "CORPORATE GIFTING",
"network": {
"id": "3",
"name": "9mobile",
"other_name": "etisalat",
"code": "3"
}
}, {
"id": "88",
"price": "9000",
"size": "40GB",
"name": "40 GB - 30 Days Validity (N225 \/GB)",
"type": "CORPORATE GIFTING",
"network": {
"id": "3",
"name": "9mobile",
"other_name": "etisalat",
"code": "3"
}
}, {
"id": "73",
"price": "4500",
"size": "20GB",
"name": "20GB 30 Days Validity (@ 10% Discount)",
"type": "DIRECT GIFTING",
"network": {
"id": "2",
"name": "Airtel",
"other_name": "airtel",
"code": "2"
}
}, {
"id": "74",
"price": "9000",
"size": "40GB",
"name": "40GB - 30 Days Validity (10% Discount)",
"type": "DIRECT GIFTING",
"network": {
"id": "2",
"name": "Airtel",
"other_name": "airtel",
"code": "2"
}
}, {
"id": "75",
"price": "13500",
"size": "75GB",
"name": "75GB - 30 Days Validity (10% Discount)",
"type": "DIRECT GIFTING",
"network": {
"id": "2",
"name": "Airtel",
"other_name": "airtel",
"code": "2"
}
}, {
"id": "45",
"price": "0.5",
"size": "500",
"name": "500MB",
"type": "CORPORATE GIFTING",
"network": {
"id": "2",
"name": "Airtel",
"other_name": "airtel",
"code": "2"
}
}, {
"id": "46",
"price": "1",
"size": "1000",
"name": "1GB",
"type": "CORPORATE GIFTING",
"network": {
"id": "2",
"name": "Airtel",
"other_name": "airtel",
"code": "2"
}
}, {
"id": "48",
"price": "2",
"size": "2000",
"name": "2GB",
"type": "CORPORATE GIFTING",
"network": {
"id": "2",
"name": "Airtel",
"other_name": "airtel",
"code": "2"
}
}, {
"id": "50",
"price": "5",
"size": "5000",
"name": "5GB",
"type": "CORPORATE GIFTING",
"network": {
"id": "2",
"name": "Airtel",
"other_name": "airtel",
"code": "2"
}
}, {
"id": "55",
"price": "10",
"size": "10000",
"name": "10GB",
"type": "CORPORATE GIFTING",
"network": {
"id": "2",
"name": "Airtel",
"other_name": "airtel",
"code": "2"
}
}, {
"id": "58",
"price": "0.1",
"size": "100MB",
"name": "100 MB 7 Days Valid",
"type": "CORPORATE GIFTING",
"network": {
"id": "2",
"name": "Airtel",
"other_name": "airtel",
"code": "2"
}
}, {
"id": "59",
"price": "15",
"size": "15GB",
"name": "15GB",
"type": "CORPORATE GIFTING",
"network": {
"id": "2",
"name": "Airtel",
"other_name": "airtel",
"code": "2"
}
}, {
"id": "89",
"price": "0.3",
"size": "300MB",
"name": "300MB For 7 Days",
"type": "CORPORATE GIFTING",
"network": {
"id": "2",
"name": "Airtel",
"other_name": "airtel",
"code": "2"
}
}, {
"id": "91",
"price": "20",
"size": "20GB",
"name": "20GB",
"type": "CORPORATE GIFTING",
"network": {
"id": "2",
"name": "Airtel",
"other_name": "airtel",
"code": "2"
}
}, {
"id": "32",
"price": "465",
"size": "1.8",
"name": "1.8GB = (800MB + 1GB Night) 14Days",
"type": "DIRECT GIFTING",
"network": {
"id": "4",
"name": "Glo",
"other_name": "glo",
"code": "4"
}
}, {
"id": "33",
"price": "930",
"size": "3900MB",
"name": "3.9GB = (1.9GB + 2GB Night) 14Days",
"type": "DIRECT GIFTING",
"network": {
"id": "4",
"name": "Glo",
"other_name": "glo",
"code": "4"
}
}, {
"id": "34",
"price": "1400",
"size": "7.5GB",
"name": "7.5GB = (3.5GB + 4GB Night) 30 Days",
"type": "DIRECT GIFTING",
"network": {
"id": "4",
"name": "Glo",
"other_name": "glo",
"code": "4"
}
}, {
"id": "35",
"price": "1860",
"size": "9.2GB",
"name": "9.2GB = (5.2GB + 4GB Night) 30 Days",
"type": "DIRECT GIFTING",
"network": {
"id": "4",
"name": "Glo",
"other_name": "glo",
"code": "4"
}
}, {
"id": "36",
"price": "2330",
"size": "10.8GB",
"name": "10.8GB = (6.8GB + 4GB) 30 Days",
"type": "DIRECT GIFTING",
"network": {
"id": "4",
"name": "Glo",
"other_name": "glo",
"code": "4"
}
}, {
"id": "37",
"price": "2800",
"size": "14GB",
"name": "14GB = (10GB + 4GB) 30 Days",
"type": "DIRECT GIFTING",
"network": {
"id": "4",
"name": "Glo",
"other_name": "glo",
"code": "4"
}
}, {
"id": "38",
"price": "3800",
"size": "18GB",
"name": "18GB = (14GB + 4GB) 30 Days",
"type": "DIRECT GIFTING",
"network": {
"id": "4",
"name": "Glo",
"other_name": "glo",
"code": "4"
}
}, {
"id": "39",
"price": "4650",
"size": "24GB",
"name": "24GB = (20GB + 4GB) 30 Days",
"type": "DIRECT GIFTING",
"network": {
"id": "4",
"name": "Glo",
"other_name": "glo",
"code": "4"
}
}, {
"id": "40",
"price": "7450",
"size": "29500",
"name": "29.5GB = (27.5GB + 2GB) 30 Days",
"type": "DIRECT GIFTING",
"network": {
"id": "4",
"name": "Glo",
"other_name": "glo",
"code": "4"
}
}, {
"id": "41",
"price": "9300",
"size": "50000",
"name": "50.0GB = (46GB + 4GB) 30 Days",
"type": "DIRECT GIFTING",
"network": {
"id": "4",
"name": "Glo",
"other_name": "glo",
"code": "4"
}
}, {
"id": "42",
"price": "13050",
"size": "93000",
"name": "93.0GB",
"type": "DIRECT GIFTING",
"network": {
"id": "4",
"name": "Glo",
"other_name": "glo",
"code": "4"
}
}, {
"id": "43",
"price": "16200",
"size": "119000",
"name": "119.0GB",
"type": "DIRECT GIFTING",
"network": {
"id": "4",
"name": "Glo",
"other_name": "glo",
"code": "4"
}
}, {
"id": "44",
"price": "18000",
"size": "138000",
"name": "138.0GB",
"type": "DIRECT GIFTING",
"network": {
"id": "4",
"name": "Glo",
"other_name": "glo",
"code": "4"
}
}, {
"id": "60",
"price": "100",
"size": "50MB",
"name": "50MB -test",
"type": "DIRECT GIFTING",
"network": {
"id": "4",
"name": "Glo",
"other_name": "glo",
"code": "4"
}
}, {
"id": "63",
"price": "300",
"size": "1GB",
"name": "1GB - 30 Days",
"type": "CORPORATE GIFTING",
"network": {
"id": "4",
"name": "Glo",
"other_name": "glo",
"code": "4"
}
}, {
"id": "64",
"price": "100",
"size": "200MB",
"name": "200MB - 14 Days",
"type": "CORPORATE GIFTING",
"network": {
"id": "4",
"name": "Glo",
"other_name": "glo",
"code": "4"
}
}, {
"id": "65",
"price": "200",
"size": "500MB",
"name": "500MB - 30 Days",
"type": "CORPORATE GIFTING",
"network": {
"id": "4",
"name": "Glo",
"other_name": "glo",
"code": "4"
}
}, {
"id": "66",
"price": "600",
"size": "2GB",
"name": "2GB - 30 Days Validy",
"type": "CORPORATE GIFTING",
"network": {
"id": "4",
"name": "Glo",
"other_name": "glo",
"code": "4"
}
}, {
"id": "67",
"price": "900",
"size": "3GB",
"name": "3GB - 30 Days Validity",
"type": "CORPORATE GIFTING",
"network": {
"id": "4",
"name": "Glo",
"other_name": "glo",
"code": "4"
}
}, {
"id": "68",
"price": "1500",
"size": "5GB",
"name": "5GB - 30 Days",
"type": "CORPORATE GIFTING",
"network": {
"id": "4",
"name": "Glo",
"other_name": "glo",
"code": "4"
}
}, {
"id": "69",
"price": "2700",
"size": "10GB",
"name": "10GB - 30Days",
"type": "CORPORATE GIFTING",
"network": {
"id": "4",
"name": "Glo",
"other_name": "glo",
"code": "4"
}
}]
}
}
In the example response above, you can see a list of available data plans. Each data plan entry provides details such as the plan name, a brief description, pricing information, and any applicable usage limits or restrictions. These details can help you display accurate and up-to-date information to your users when they are selecting data plans.
Please note that the example response above is for illustrative purposes only, and the actual response may include additional fields or vary based on the current data plans available.
Feel free to consult the complete documentation for more details on the request structure, response format, and any other relevant information provided by the Get Data Plans API.
Now that you have an understanding of how to retrieve data plans, you can incorporate this information into your application and provide your users with a comprehensive selection of available data options.
If you have any further questions or require assistance regarding the Get Data Plans API or any other aspect of the DiscountData platform, please don't hesitate to reach out to our support team.
Let's continue exploring the other APIs and functionalities provided by the DiscountData platform!
Last updated