उपलब्ध प्लान की सूची
यह अनुभाग PinguProxy में उपलब्ध प्लान की सूची को विश्वसनीय रूप से कॉन्फ़िगर करना बताता है।
GET
/plans/list1const response = await fetch('https://api.pinguproxy.com/plans/list');2const plans = await response.json();
प्रतिक्रिया
स्थिति 200
[{"id": 1,"name": "Basic Plan","price": 9.99,"price_discount": null,"duration": 30,"description": ["5 proxies","24/7 support"],"hover": "Perfect for starters","is_suggested": false,"is_popular": true,"ip_class": 1,"proxy_limit": 5}]