API Documentation

Simple, powerful API for rotating proxies. Just one request with your auth token to get started.

Quick Start
Get your first proxy in seconds
cURL
curl "https://ifconfig.me/" \
      --proxy "http://user:password@p.proxik.cloud:8080"

Response

xxx.xxx.xxx.xxx
Code Examples
Integrate Proxik in your favorite language
JavaScript/Node.js
const axios = require('axios');

const proxy = {
  host: 'p.proxik.cloud',
  port: 8080,
  auth: {
    username: 'user',
    password: 'password'
  }
};

axios.get('https://ifconfig.me', {
  proxy: proxy
})
.then(response => {
  console.log('My new IP is', response.data);
})
.catch(error => {
  console.error('Error:', error);
});
Error Handling
Common error responses and solutions

401 Unauthorized

Invalid or missing API key

429 Too Many Requests

Rate limit exceeded

503 Service Unavailable

No proxies available

400 Bad Request

Invalid parameters

Next Steps
Ready to get started?
🔑

Get API Key

Sign up and get your API key instantly

💰

View Pricing

Choose the plan that fits your needs

💬

Get Support

Need help? We're here for you

Proxik - Ultra-fast rotating HTTP proxies | cheap & global