- 2
- 8
Dear [ Blast.HK Members ],
I am excited to introduce our cutting-edge Anti-VPN/Proxy API services designed to enhance your online security and ensure the integrity of your web applications. As cyber threats continue to evolve, it’s crucial to implement robust measures to protect your digital assets. Our API services offer:
Real-time Detection:
- Identify and block connections from VPNs and proxy servers in real-time.
Seamless Integration:
- Easily integrate our API into your existing systems with minimal setup and disruption.
Customizable Solutions:
- Tailor our services to fit your specific needs and requirements.
Pricing Details:
- €1 ( 110,91 RUB) for 50,000 requests per month
For every additional €1, you will receive an extra 50,000 requests!
Whether you are looking to secure your online platform, prevent fraudulent activities, or maintain compliance with regional regulations, our Anti-VPN/Proxy API services are the perfect solution.
If you're interested in learning more or would like to schedule a demo, please feel free to reach out. I look forward to helping you enhance your security measures.
Usage:
Contact:
- Telegram: @raknetwork
- Discord: raknetwork_services
Pricing method:
- PayPal.
For more information or help, contact, us on telegram or discord!
Best regards,
[services@raknetwork.org]
[https://raknetwork.org/api/v1/ip_check]
[https://www.blast.hk/members/562890/]
I am excited to introduce our cutting-edge Anti-VPN/Proxy API services designed to enhance your online security and ensure the integrity of your web applications. As cyber threats continue to evolve, it’s crucial to implement robust measures to protect your digital assets. Our API services offer:
Real-time Detection:
- Identify and block connections from VPNs and proxy servers in real-time.
Seamless Integration:
- Easily integrate our API into your existing systems with minimal setup and disruption.
Customizable Solutions:
- Tailor our services to fit your specific needs and requirements.
Pricing Details:
- €1 ( 110,91 RUB) for 50,000 requests per month
For every additional €1, you will receive an extra 50,000 requests!
Whether you are looking to secure your online platform, prevent fraudulent activities, or maintain compliance with regional regulations, our Anti-VPN/Proxy API services are the perfect solution.
If you're interested in learning more or would like to schedule a demo, please feel free to reach out. I look forward to helping you enhance your security measures.
Usage:
curl:
curl -X GET https://raknetwork.org/api/v1/ip_check -H "x-api-key: <your-api-key>" -H "x-ip-key: 219.100.37.208"
Python:
import requests
url = "https://raknetwork.org/api/v1/ip_check"
headers = {
"x-api-key": "<your-api-key>",
"x-ip-key": "219.100.37.208"
}
response = requests.get(url, headers=headers)
# Print the response
print(response.status_code)
print(response.json()) # or response.text if you want the raw response
JavaScript:
const axios = require('axios');
const apiKey = '<your-api-key>'; // Replace with your actual API key
const ipKey = '219.100.37.208'; // The IP address you want to check
axios.get('https://raknetwork.org/api/v1/ip_check', {
headers: {
'x-api-key': apiKey,
'x-ip-key': ipKey
}
})
.then(response => {
console.log(response.data); // Handle the response data
})
.catch(error => {
console.error('Error occurred:', error); // Handle the error
});
response:
{
"is_proxy": true,
"score": 49999,
"have_errors": false,
"error_name": ""
}
/* Request response for IP 219.100.37.208 */
/* - is_proxy: Check if sended ip is vpn/proxy */
/* - score: Your score is number of allowed requests for each key per month */
/* - have_errors: True is anti vpn-proxy api encounter different problems */
/* - error_name: Invalid ip format, lack of headers such x-api-header, x-key-header */
Contact:
- Telegram: @raknetwork
- Discord: raknetwork_services
Pricing method:
- PayPal.
For more information or help, contact, us on telegram or discord!
Best regards,
[services@raknetwork.org]
[https://raknetwork.org/api/v1/ip_check]
[https://www.blast.hk/members/562890/]