pE-API documentation
Overview
An initial note, this documentation is far from complete and currently only covers the
completely open parts of the pE-API. Anything requiring an API key or API auth will be
added at a later time.
The pE-API functions over HTTP and exposes various parts of our proxy database. In most cases,
parameters are to be submitted via the querystring. Results for proxy list queries are in simple
text formats, more complex results (e.g. IP lookups) are returned as JSON strings.
The API URL is - http://proxyElite.net/API/index.php
Functions
Basic Proxy List
The basic proxy list is what you will recieve if you view the API URL without any parameters.
This is a list of 3 IP:port combinations from our "currently working" proxy list, seperated by
newlines (\n).
Basic Lookup
By adding the GET parameter "proxy" to the API URL, you can get basic information about the IP
address from our database. This will be a JSON string containing either basic infomration (
current status and number of ports) or a message that we don't have information on the IP address.
Code
Sample Code
- Basic proxy list - getProxies.py
- Basic lookup - queryIP.py
pE-API libraries
- autotumbler (python HTTP proxy tumbling library) - autotumbler.py
proxyElite is brought to you as part of the
psych0tik network
© psych0tik network 2010
Overview
An initial note, this documentation is far from complete and currently only covers the completely open parts of the pE-API. Anything requiring an API key or API auth will be added at a later time.The pE-API functions over HTTP and exposes various parts of our proxy database. In most cases, parameters are to be submitted via the querystring. Results for proxy list queries are in simple text formats, more complex results (e.g. IP lookups) are returned as JSON strings.
The API URL is - http://proxyElite.net/API/index.php
Functions
Basic Proxy List
The basic proxy list is what you will recieve if you view the API URL without any parameters. This is a list of 3 IP:port combinations from our "currently working" proxy list, seperated by newlines (\n).Basic Lookup
By adding the GET parameter "proxy" to the API URL, you can get basic information about the IP address from our database. This will be a JSON string containing either basic infomration ( current status and number of ports) or a message that we don't have information on the IP address.Code
Sample Code
- Basic proxy list - getProxies.py
- Basic lookup - queryIP.py
pE-API libraries
- autotumbler (python HTTP proxy tumbling library) - autotumbler.py
© psych0tik network 2010