Skip to main content
GET
/
dataList
curl --location 'https://api.bleeprs.com/api/dataList?network=globacom' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
  "gatewayStatus": "<string>",
  "gatewayMessage": "<string>",
  "requestReference": "<string>",
  "data": [
    {}
  ],
  "ID": 123,
  "Network": "<string>",
  "Operator": "<string>",
  "ProductCode": "<string>",
  "ProductGroup": "<string>",
  "NetworkLogo": "<string>",
  "VoucherCode": "<string>",
  "Description": "<string>",
  "DataValue": 123,
  "CreatedAt": "<string>",
  "UpdatedAt": "<string>"
}

Overview

Retrieve a list of available data plans for a specific network. This endpoint allows you to browse all data bundles offered by each network provider.

Request

curl --location 'https://api.bleeprs.com/api/dataList?network=globacom' \
--header 'Authorization: Bearer YOUR_API_KEY'

Parameters

Response

gatewayStatus
string
Status code indicating success (“00”) or error
gatewayMessage
string
Human-readable status message
requestReference
string
Unique reference ID for tracking this request
data
array
Array of available data plans

Data Plan Object Fields

ID
number
Unique identifier for the data plan
Network
string
Network name (e.g., “GLOBACOM”, “MTN”, “AIRTEL”)
Operator
string
Operator name (e.g., “GLOBACOM”)
ProductCode
string
Unique product code for this data plan
ProductGroup
string
Product category (e.g., “DATA”)
Network logo identifier
VoucherCode
string
Voucher code for this data plan
Description
string
Human-readable description of the data plan
DataValue
number
Cost of the data plan in Naira
CreatedAt
string
Timestamp when the plan was added
UpdatedAt
string
Timestamp when the plan was last updated

Example Response

{
  "gatewayStatus": "00",
  "gatewayMessage": "Successfully Processed",
  "requestReference": "oodwwrNrMbP9grMPFKVW",
  "data": [
    {
      "ID": 275,
      "Network": "GLOBACOM",
      "Operator": "GLOBACOM",
      "ProductCode": "LV_GLOBACOM_DATA_14DAYS_1800MB_500",
      "ProductGroup": "DATA",
      "NetworkLogo": "GLOBACOM",
      "VoucherCode": "LV_GLOBACOM",
      "Description": "1.8GB 14 Days",
      "DataValue": 500,
      "CreatedAt": "2025-09-17T18:07:59.785969Z",
      "UpdatedAt": "2025-09-17T18:07:59.785969Z"
    },
    {
      "ID": 276,
      "Network": "GLOBACOM",
      "Operator": "GLOBACOM",
      "ProductCode": "LV_GLOBACOM_DATA_1DAY_1GB_300",
      "ProductGroup": "DATA",
      "NetworkLogo": "GLOBACOM",
      "VoucherCode": "LV_GLOBACOM",
      "Description": "Special_Plan 1024MB 1 Day",
      "DataValue": 300,
      "CreatedAt": "2025-09-17T18:07:59.785969Z",
      "UpdatedAt": "2025-09-17T18:07:59.785969Z"
    },
    {
      "ID": 277,
      "Network": "GLOBACOM",
      "Operator": "GLOBACOM",
      "ProductCode": "LV_GLOBACOM_DATA_1DAY_50MB_50",
      "ProductGroup": "DATA",
      "NetworkLogo": "GLOBACOM",
      "VoucherCode": "LV_GLOBACOM",
      "Description": "50MB 1 Day",
      "DataValue": 50,
      "CreatedAt": "2025-09-17T18:07:59.785969Z",
      "UpdatedAt": "2025-09-17T18:07:59.785969Z"
    }
  ]
}

Supported Networks

  • globacom - Glo Nigeria data plans
  • airtel - Airtel Nigeria data plans
  • mtn - MTN Nigeria data plans
  • 9mobile - 9mobile Nigeria data plans

Notes

  • Data plans vary by network and are updated regularly
  • Use the ProductCode from the response when purchasing data
  • DataValue represents the cost in Naira
  • Descriptions include data amount and validity period