उपलब्ध ऑफ़र की सूची

यह अनुभाग PinguProxy में उपलब्ध ऑफ़र की सूची को विश्वसनीय रूप से कॉन्फ़िगर करना बताता है।

GET/deals/list
1const response = await fetch('https://api.pinguproxy.com/deals/list');
2const deals = await response.json();

प्रतिक्रिया

स्थिति 200
[
{
"name": "New Year Deal",
"end_date": "2026-01-30T14:20:41.654Z",
"plan_name": "Basic Plan",
"plan_duration": 30,
"message": "Save 20% on Basic"
},
{
"name": "Global Spring Sale",
"end_date": "2026-03-15T00:00:00.000Z",
"plan_name": null,
"plan_duration": null,
"message": "10% off all plans"
}
]