{"info":{"_postman_id":"54472873-97bf-4e2a-83e4-3fb2a7d380c7","name":"DataImpulse User API","description":"<html><head></head><body><p>The API endpoints below are designed to interact with the DataImpulse Gateway API. These endpoints provide information such as IP details, usage statistics, traffic history, and real-time data on proxy pools. Additionally, they offer functionalities to rotate IPs and retrieve proxy lists with various filters.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"7041120","collectionId":"54472873-97bf-4e2a-83e4-3fb2a7d380c7","publishedId":"2sAY4rGRZC","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-10-24T14:43:18.000Z"},"item":[{"name":"Get Plan Statistics","id":"18719fd7-250f-4a43-9ff7-6bd5767125fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://gw.dataimpulse.com:777/api/stats","description":"<p>This endpoint allows you to retrieve the statistics related to traffic and usage.</p>\n<h4 id=\"response-body\">Response Body</h4>\n<ul>\n<li><p><code>total_traffic</code> (number): The total traffic available.</p>\n</li>\n<li><p><code>traffic_used</code> (number): The amount of traffic used.</p>\n</li>\n<li><p><code>traffic_left</code> (number): The remaining traffic.</p>\n</li>\n<li><p><code>used_threads</code> (number): The number of threads in use.</p>\n</li>\n<li><p><code>login</code> (string): The login information.</p>\n</li>\n<li><p><code>status</code> (string): The status of the request.</p>\n</li>\n<li><p><code>message</code> (string): Any additional message related to the response.</p>\n</li>\n<li><p><code>elapsed</code> (string): The elapsed time for the request.</p>\n</li>\n</ul>\n<h4 id=\"json-schema\">JSON Schema</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-coffeescript\">{\n    \"type\": \"object\",\n    \"properties\": {\n        \"total_traffic\": {\n            \"type\": \"integer\"\n        },\n        \"traffic_used\": {\n            \"type\": \"integer\"\n        },\n        \"traffic_left\": {\n            \"type\": \"integer\"\n        },\n        \"used_threads\": {\n            \"type\": \"integer\"\n        },\n        \"login\": {\n            \"type\": \"string\"\n        },\n        \"status\": {\n            \"type\": \"string\"\n        },\n        \"message\": {\n            \"type\": \"string\"\n        },\n        \"elapsed\": {\n            \"type\": \"string\"\n        }\n    }\n}\n\n</code></pre>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"54472873-97bf-4e2a-83e4-3fb2a7d380c7","id":"54472873-97bf-4e2a-83e4-3fb2a7d380c7","name":"DataImpulse User API","type":"collection"}},"urlObject":{"protocol":"https","port":"777","path":["api","stats"],"host":["gw","dataimpulse","com"],"query":[],"variable":[]}},"response":[{"id":"00c8f682-3021-4b13-afb9-d507c15a0b8d","name":"example","originalRequest":{"method":"GET","header":[],"url":"https://gw.dataimpulse.com:777/api/stats"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 24 Oct 2024 12:54:19 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"total_traffic\": 32212254720,\n    \"traffic_used\": 24109104947,\n    \"traffic_left\": 8103149773,\n    \"used_threads\": 0,\n    \"login\": \"examplelogin\",\n    \"status\": \"ok\",\n    \"message\": null,\n    \"elapsed\": \"00:00:00.0023375\"\n}"}],"_postman_id":"18719fd7-250f-4a43-9ff7-6bd5767125fd"},{"name":"Get Plan Statistics with History","event":[{"listen":"test","script":{"id":"9271b91e-45a0-484d-8ece-d225dc39801d","exec":["var template = `\r","<style type=\"text/css\">\r","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}\r","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}\r","    .tftable tr {background-color:#ffffff;}\r","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}\r","    .tftable tr:hover {background-color:#e0ffff;}\r","</style>\r","\r","<table class=\"tftable\" border=\"1\">\r","    <tr>\r","        <th>Parameter</th>\r","        <th>Description</th>\r","    </tr>\r","    <tr>\r","        <td>Traffic History</td>\r","        <td>An array of traffic history objects</td>\r","    </tr>\r","    <tr>\r","        <td>Total Traffic</td>\r","        <td>The total traffic used</td>\r","    </tr>\r","    <tr>\r","        <td>Traffic Used</td>\r","        <td>The amount of traffic used</td>\r","    </tr>\r","    <tr>\r","        <td>Traffic Left</td>\r","        <td>The amount of remaining traffic</td>\r","    </tr>\r","    <tr>\r","        <td>Used Threads</td>\r","        <td>The number of threads used</td>\r","    </tr>\r","    <tr>\r","        <td>Login</td>\r","        <td>The login information</td>\r","    </tr>\r","    <tr>\r","        <td>Status</td>\r","        <td>The status of the request</td>\r","    </tr>\r","    <tr>\r","        <td>Message</td>\r","        <td>Any additional message</td>\r","    </tr>\r","    <tr>\r","        <td>Elapsed</td>\r","        <td>The elapsed time of the request</td>\r","    </tr>\r","</table>\r","`;\r","\r","function constructVisualizerPayload() {\r","    return { response: pm.response.json() }\r","}\r","\r","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{}}}],"id":"9c03c954-96c9-43e7-9864-d4f61fc799ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://gw.dataimpulse.com:777/api/stats_with_history","description":"<p>This endpoint retrieves plan statistics with historical data.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is in JSON format and includes the following fields:</p>\n<ul>\n<li><p><code>traffic_history(array)</code>: An array of objects containing historical traffic data, including group date, inbound traffic, outgoing traffic, total traffic, and requests count.</p>\n</li>\n<li><p><code>total_traffic</code>(number): Total traffic value.</p>\n</li>\n<li><p><code>traffic_used</code>(number): Amount of traffic used.</p>\n</li>\n<li><p><code>traffic_left</code>(number): Remaining traffic.</p>\n</li>\n<li><p><code>used_threads</code>(number): Number of threads used.</p>\n</li>\n<li><p><code>login</code>(string): User login information.</p>\n</li>\n<li><p><code>status</code>(string): Status of the request.</p>\n</li>\n<li><p><code>message</code>(string): Additional message related to response, if available.</p>\n</li>\n<li><p><code>elapsed</code>(string): Elapsed time for the request.</p>\n</li>\n</ul>\n<h4 id=\"json-schema\">JSON Schema</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"traffic_history\": {\n      \"type\": \"array\",\n      \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"group_date\": {\n            \"type\": \"string\"\n          },\n          \"inbound_traffic\": {\n            \"type\": \"number\"\n          },\n          \"outgoing_traffic\": {\n            \"type\": \"number\"\n          },\n          \"total_traffic\": {\n            \"type\": \"number\"\n          },\n          \"requests_count\": {\n            \"type\": \"number\"\n          },\n          \"errors\": {\n            \"type\": \"number\"\n          }\n        }\n      }\n    },\n    \"total_traffic\": {\n      \"type\": \"number\"\n    },\n    \"traffic_used\": {\n      \"type\": \"number\"\n    },\n    \"traffic_left\": {\n      \"type\": \"number\"\n    },\n    \"used_threads\": {\n      \"type\": \"number\"\n    },\n    \"login\": {\n      \"type\": \"string\"\n    },\n    \"status\": {\n      \"type\": \"string\"\n    },\n    \"message\": {\n      \"type\": \"string\"\n    },\n    \"elapsed\": {\n      \"type\": \"string\"\n    }\n  }\n}\n\n</code></pre>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"54472873-97bf-4e2a-83e4-3fb2a7d380c7","id":"54472873-97bf-4e2a-83e4-3fb2a7d380c7","name":"DataImpulse User API","type":"collection"}},"urlObject":{"protocol":"https","port":"777","path":["api","stats_with_history"],"host":["gw","dataimpulse","com"],"query":[{"disabled":true,"description":{"content":"<p>The start datetime for history. Default: 30 days ago.</p>\n","type":"text/plain"},"key":"from","value":null},{"disabled":true,"description":{"content":"<p>The end datetime for history. Default: current datetime.</p>\n","type":"text/plain"},"key":"to","value":null},{"disabled":true,"description":{"content":"<p>Specifies the grouping type for traffic history. Options are:\nminute\nhour\nday (default)\nmonth</p>\n","type":"text/plain"},"key":"group_type","value":null}],"variable":[]}},"response":[{"id":"176becb3-1b50-44f7-b198-f8ec2750f762","name":"example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://gw.dataimpulse.com:777/api/stats_with_history","protocol":"https","host":["gw","dataimpulse","com"],"port":"777","path":["api","stats_with_history"],"query":[{"key":"from","value":null,"description":"The start datetime for history. Default: 30 days ago.","type":"text","disabled":true},{"key":"to","value":null,"description":"The end datetime for history. Default: current datetime.","type":"text","disabled":true},{"key":"group_type","value":null,"description":"Specifies the grouping type for traffic history. Options are:\nminute\nhour\nday (default)\nmonth","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 24 Oct 2024 12:55:39 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"traffic_history\": [\n        {\n            \"group_date\": \"2024-09-25T00:00:00Z\",\n            \"inbound_traffic\": 3602,\n            \"outgoing_traffic\": 1067,\n            \"total_traffic\": 4669,\n            \"requests_count\": 1,\n            \"errors\": 0\n        },\n        {\n            \"group_date\": \"2024-09-26T00:00:00Z\",\n            \"inbound_traffic\": 634954,\n            \"outgoing_traffic\": 282895,\n            \"total_traffic\": 917849,\n            \"requests_count\": 259,\n            \"errors\": 0\n        },\n        {\n            \"group_date\": \"2024-10-07T00:00:00Z\",\n            \"inbound_traffic\": 2078543,\n            \"outgoing_traffic\": 166468,\n            \"total_traffic\": 2245011,\n            \"requests_count\": 23,\n            \"errors\": 0\n        },\n        {\n            \"group_date\": \"2024-10-08T00:00:00Z\",\n            \"inbound_traffic\": 14507,\n            \"outgoing_traffic\": 3449,\n            \"total_traffic\": 17956,\n            \"requests_count\": 9,\n            \"errors\": 0\n        },\n        {\n            \"group_date\": \"2024-10-10T00:00:00Z\",\n            \"inbound_traffic\": 8185129,\n            \"outgoing_traffic\": 88890,\n            \"total_traffic\": 8274019,\n            \"requests_count\": 35,\n            \"errors\": 0\n        },\n        {\n            \"group_date\": \"2024-10-11T00:00:00Z\",\n            \"inbound_traffic\": 18775280,\n            \"outgoing_traffic\": 2207446,\n            \"total_traffic\": 20982726,\n            \"requests_count\": 839,\n            \"errors\": 0\n        },\n        {\n            \"group_date\": \"2024-10-17T00:00:00Z\",\n            \"inbound_traffic\": 1008090,\n            \"outgoing_traffic\": 75264,\n            \"total_traffic\": 1083354,\n            \"requests_count\": 201,\n            \"errors\": 0\n        },\n        {\n            \"group_date\": \"2024-10-23T00:00:00Z\",\n            \"inbound_traffic\": 2554111,\n            \"outgoing_traffic\": 54875,\n            \"total_traffic\": 2608986,\n            \"requests_count\": 22,\n            \"errors\": 0\n        }\n    ],\n    \"total_traffic\": 32212254720,\n    \"traffic_used\": 24109104947,\n    \"traffic_left\": 8103149773,\n    \"used_threads\": 0,\n    \"login\": \"examplelogin\",\n    \"status\": \"ok\",\n    \"message\": null,\n    \"elapsed\": \"00:00:00.0183683\"\n}"}],"_postman_id":"9c03c954-96c9-43e7-9864-d4f61fc799ce"},{"name":"Get Errors Statistics","event":[{"listen":"test","script":{"id":"9271b91e-45a0-484d-8ece-d225dc39801d","exec":["var template = `\r","<style type=\"text/css\">\r","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}\r","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}\r","    .tftable tr {background-color:#ffffff;}\r","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}\r","    .tftable tr:hover {background-color:#e0ffff;}\r","</style>\r","\r","<table class=\"tftable\" border=\"1\">\r","    <tr>\r","        <th>Parameter</th>\r","        <th>Description</th>\r","    </tr>\r","    <tr>\r","        <td>Traffic History</td>\r","        <td>An array of traffic history objects</td>\r","    </tr>\r","    <tr>\r","        <td>Total Traffic</td>\r","        <td>The total traffic used</td>\r","    </tr>\r","    <tr>\r","        <td>Traffic Used</td>\r","        <td>The amount of traffic used</td>\r","    </tr>\r","    <tr>\r","        <td>Traffic Left</td>\r","        <td>The amount of remaining traffic</td>\r","    </tr>\r","    <tr>\r","        <td>Used Threads</td>\r","        <td>The number of threads used</td>\r","    </tr>\r","    <tr>\r","        <td>Login</td>\r","        <td>The login information</td>\r","    </tr>\r","    <tr>\r","        <td>Status</td>\r","        <td>The status of the request</td>\r","    </tr>\r","    <tr>\r","        <td>Message</td>\r","        <td>Any additional message</td>\r","    </tr>\r","    <tr>\r","        <td>Elapsed</td>\r","        <td>The elapsed time of the request</td>\r","    </tr>\r","</table>\r","`;\r","\r","function constructVisualizerPayload() {\r","    return { response: pm.response.json() }\r","}\r","\r","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"c40308b0-68b7-4f65-bf8e-63176038d335","exec":[""],"type":"text/javascript","packages":{}}}],"id":"14e3019f-f907-481e-83af-85efcba64c96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://gw.dataimpulse.com:777/api/errors_stats_with_parameters","description":"<p>This endpoint retrieves plan errors statistics.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is in JSON format and includes the following fields:</p>\n<ul>\n<li><p><code>items(array)</code>: An array of objects containing historical errors data, including count.</p>\n</li>\n<li><p><code>group_key</code>(object): Object that contains group fields. fields can be: <code>datetime</code>, <code>host</code>, <code>type</code></p>\n</li>\n<li><p><code>value(number)</code>: Number of total errors in group bucket.</p>\n</li>\n<li><p><code>login</code>(string): User login information.</p>\n</li>\n<li><p><code>status</code>(string): Status of the request.</p>\n</li>\n<li><p><code>message</code>(string): Additional message related to response, if available.</p>\n</li>\n<li><p><code>elapsed</code>(string): Elapsed time for the request.</p>\n</li>\n</ul>\n<h4 id=\"json-schema\">JSON Schema</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"items\": {\n      \"type\": \"array\",\n      \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"group_key\": {\n            \"type\": \"object\",\n            \"properties\": {\n              \"datetime\": {\n                \"type\": \"string\",\n              },\n              \"host\": {\n                \"type\": \"string\"\n              },\n              \"type\": {\n                \"type\": \"string\"\n               }\n            },\n          },\n          \"value\": {\n            \"type\": \"number\"\n          }\n        }\n      }\n    },\n    \"login\": {\n      \"type\": \"string\"\n    },\n    \"status\": {\n      \"type\": \"string\"\n    },\n    \"message\": {\n      \"type\": \"string\"\n    },\n    \"elapsed\": {\n      \"type\": \"string\"\n\n    }\n  }\n}\n\n</code></pre>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"54472873-97bf-4e2a-83e4-3fb2a7d380c7","id":"54472873-97bf-4e2a-83e4-3fb2a7d380c7","name":"DataImpulse User API","type":"collection"}},"urlObject":{"protocol":"https","port":"777","path":["api","errors_stats_with_parameters"],"host":["gw","dataimpulse","com"],"query":[{"disabled":true,"description":{"content":"<p>The start datetime for history. Default: 7 days ago.</p>\n","type":"text/plain"},"key":"from","value":""},{"disabled":true,"description":{"content":"<p>The end datetime for history. Default: current datetime.</p>\n","type":"text/plain"},"key":"to","value":""},{"disabled":true,"description":{"content":"<p>Specifies comma-separated fields in group key. Possible values: datetime, host, type. Where datetime is aggregated value by time. host - request hostname, type - error type. Default value: datetime,host</p>\n","type":"text/plain"},"key":"groupby","value":null},{"disabled":true,"description":{"content":"<p>Specifies time grouping interval. Possible values: minute, hour, day, month. Default value: minute</p>\n","type":"text/plain"},"key":"datetime_interval","value":null},{"disabled":true,"description":{"content":"<p>Maximum rows that returned in response. Default value: 1000</p>\n","type":"text/plain"},"key":"limit","value":null},{"disabled":true,"description":{"content":"<p>Specifies offset for result dataset. Default value: 0</p>\n","type":"text/plain"},"key":"offset","value":null}],"variable":[]}},"response":[{"id":"bba9595a-eacb-4ce5-9be1-ec1f69798b0d","name":"example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://gw.dataimpulse.com:777/api/errors_stats_with_parameters","protocol":"https","host":["gw","dataimpulse","com"],"port":"777","path":["api","errors_stats_with_parameters"],"query":[{"key":"from","value":"","description":"The start datetime for history. Default: 7 days ago.","type":"text","disabled":true},{"key":"to","value":"","description":"The end datetime for history. Default: current datetime.","type":"text","disabled":true},{"key":"group_type","value":"","description":"Specifies the grouping type for traffic history. Options are:\nminute\nhour\nday (default)\nmonth","type":"text","disabled":true},{"key":"groupby","value":null,"description":"Specifies comma-separated fields in group key. Possible values: datetime, host, type. Where datetime is aggregated value by time. host - request hostname, type - error type. Default value: datetime,host","type":"text","disabled":true},{"key":"datetime_interval","value":null,"description":"Specifies time grouping interval. Possible values: minute, hour, day, month. Default value: minute","type":"text","disabled":true},{"key":"limit","value":null,"description":"Maximum rows that returned in response. Default value: 1000","type":"text","disabled":true},{"key":"offset","value":null,"description":"Specifies offset for result dataset. Default value: 0","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 18 Jun 2025 12:18:00 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"group_key\": {\n                \"datetime\": \"2025-06-13T16:43:00.0000000Z\",\n                \"host\": \"www.google.com\"\n            },\n            \"value\": 5\n        },\n        {\n            \"group_key\": {\n                \"datetime\": \"2025-06-13T16:44:00.0000000Z\",\n                \"host\": \"www.facebook.com\"\n            },\n            \"value\": 1\n        }\n    ],\n    \"login\": \"examplelogin\",\n    \"status\": \"ok\",\n    \"message\": null,\n    \"elapsed\": \"00:00:00.0204287\"\n}"}],"_postman_id":"14e3019f-f907-481e-83af-85efcba64c96"},{"name":"Rotate IP","id":"7df976bf-988b-430c-8829-a7f2a56afd86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://gw.dataimpulse.com:777/api/rotate_ip","description":"<p>This endpoint resets the sticky session for a specified port or session ID. <strong>Either port or sessid must be provided.</strong> Minimal time interval between reset of single sticky session is 30 seconds.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is in JSON format and includes the following fields:</p>\n<ul>\n<li><p><code>login</code> (string): User login information.</p>\n</li>\n<li><p><code>status</code> (string): Status of the request.</p>\n</li>\n<li><p><code>message</code> (string): Additional message of the request, if available.</p>\n</li>\n<li><p><code>elapsed</code> (string): Elapsed time for the request.</p>\n</li>\n</ul>\n<h4 id=\"json-schema\">JSON Schema</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"properties\": {\n        \"login\": {\n            \"type\": \"string\"\n        },\n        \"status\": {\n            \"type\": \"string\"\n        },\n        \"message\": {\n            \"type\": \"string\"\n        },\n        \"elapsed\": {\n            \"type\": \"string\"\n        }\n    }\n}\n\n</code></pre>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"54472873-97bf-4e2a-83e4-3fb2a7d380c7","id":"54472873-97bf-4e2a-83e4-3fb2a7d380c7","name":"DataImpulse User API","type":"collection"}},"urlObject":{"protocol":"https","port":"777","path":["api","rotate_ip"],"host":["gw","dataimpulse","com"],"query":[{"disabled":true,"description":{"content":"<p>Integer value representing the port to reset.</p>\n","type":"text/plain"},"key":"port","value":null},{"disabled":true,"description":{"content":"<p>A string representing the session ID to reset.</p>\n","type":"text/plain"},"key":"sessid","value":null}],"variable":[]}},"response":[{"id":"1e13be43-269e-4f5a-8f15-ec0d2869886d","name":"example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://gw.dataimpulse.com:777/api/rotate_ip","protocol":"https","host":["gw","dataimpulse","com"],"port":"777","path":["api","rotate_ip"],"query":[{"key":"port","value":null,"description":"Integer value representing the port to reset.","disabled":true},{"key":"sessid","value":null,"description":"A string representing the session ID to reset.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 24 Oct 2024 13:18:14 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"login\": \"examplelogin\",\n    \"status\": \"ok\",\n    \"message\": \"ok\",\n    \"elapsed\": \"00:00:00.0018686\"\n}"}],"_postman_id":"7df976bf-988b-430c-8829-a7f2a56afd86"},{"name":"Get Real-Time Statistics with Filters","id":"99596afc-d7f7-4fb6-9992-60058f2dec0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://gw.dataimpulse.com:777/api/pool_stats_with_parameters","description":"<p>This endpoint retrieves pool statistics with specified parameters from the server.</p>\n<h2 id=\"response-fields\">Response Fields</h2>\n<p>The response is in JSON format and includes the following fields:</p>\n<ul>\n<li><p><code>login</code> (string): User login information.</p>\n</li>\n<li><p><code>status</code> (string): Status of the request.</p>\n</li>\n<li><p><code>message</code> (string): Additional message related to the response, if available.</p>\n</li>\n<li><p><code>elapsed</code> (string): Elapsed time for the request.</p>\n</li>\n<li><p><code>items</code> (array):</p>\n<ul>\n<li><p><code>key</code> (string): A short identifier representing the entity</p>\n</li>\n<li><p><code>label</code> (string): A descriptive name for the entity, like \"United States\" or \"Vietnam.\"</p>\n</li>\n<li><p><code>value</code> (number): An integer value that represents a count of the IP addresses</p>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response-json-schema\">Response JSON Schema</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"properties\": {\n        \"items\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"key\": {\n                        \"type\": \"string\"\n                    },\n                    \"label\": {\n                        \"type\": \"string\"\n                    },\n                    \"value\": {\n                        \"type\": \"integer\"\n                    }\n                }\n            }\n        },\n        \"login\": {\n            \"type\": \"string\"\n        },\n        \"status\": {\n            \"type\": \"string\"\n        },\n        \"message\": {\n            \"type\": \"string\"\n        },\n        \"elapsed\": {\n            \"type\": \"string\"\n        }\n    }\n}\n\n</code></pre>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"54472873-97bf-4e2a-83e4-3fb2a7d380c7","id":"54472873-97bf-4e2a-83e4-3fb2a7d380c7","name":"DataImpulse User API","type":"collection"}},"urlObject":{"protocol":"https","port":"777","path":["api","pool_stats_with_parameters"],"host":["gw","dataimpulse","com"],"query":[{"disabled":true,"description":{"content":"<p>Comma-separated list of country codes. All by default.</p>\n","type":"text/plain"},"key":"countries","value":""},{"disabled":true,"description":{"content":"<p>1 for anonymous proxies, 0 otherwise. Default: 0.</p>\n","type":"text/plain"},"key":"anonymous","value":""},{"disabled":true,"description":{"content":"<p>1 to exclude mobile networks, 0 otherwise. Default: 0.</p>\n","type":"text/plain"},"key":"exclude_mobile","value":""},{"disabled":true,"description":{"content":"<p>Comma-separated list of ASNs. All by default.</p>\n","type":"text/plain"},"key":"asns","value":""},{"disabled":true,"description":{"content":"<p>Comma-separated list of city names. All by default</p>\n","type":"text/plain"},"key":"cities","value":""},{"disabled":true,"description":{"content":"<p>Comma-separated list of state codes. All by default.</p>\n","type":"text/plain"},"key":"states","value":""},{"disabled":true,"description":{"content":"<p>Comma-separated list of zip codes. All by default.</p>\n","type":"text/plain"},"key":"zipcodes","value":""},{"disabled":true,"description":{"content":"<p>The grouping criteria. Options are country, city, asn, zip, or state. Default: country.</p>\n","type":"text/plain"},"key":"groupby","value":""},{"disabled":true,"description":{"content":"<p>Maximum number of items to return. Default: 5000.</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Comma-separated list of countries to exclude. None by default.</p>\n","type":"text/plain"},"key":"exclude_countries","value":""},{"disabled":true,"description":{"content":"<p>Comma-separated list of ASNs to exclude. None by default.</p>\n","type":"text/plain"},"key":"exclude_asns","value":""},{"disabled":true,"description":{"content":"<p>Comma-separated list of cities to exclude. None by default.</p>\n","type":"text/plain"},"key":"exclude_cities","value":null},{"disabled":true,"description":{"content":"<p>Comma-separated list of states/regions to exclude. None by default.</p>\n","type":"text/plain"},"key":"exclude_states","value":null},{"disabled":true,"description":{"content":"<p>Comma-separated list of postal codes to exclude. None by default.</p>\n","type":"text/plain"},"key":"exclude_zipcodes","value":null}],"variable":[]}},"response":[{"id":"b83ba038-8df2-407e-8d87-6742dcd8cf5e","name":"example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://gw.dataimpulse.com:777/api/pool_stats_with_parameters","protocol":"https","host":["gw","dataimpulse","com"],"port":"777","path":["api","pool_stats_with_parameters"],"query":[{"key":"countries","value":null,"description":"Comma-separated list of country codes.","type":"text","disabled":true},{"key":"anonymous","value":null,"description":"1 for anonymous proxies, 0 otherwise.","type":"text","disabled":true},{"key":"exclude_mobile","value":null,"description":"1 to exclude mobile networks, 0 otherwise.","type":"text","disabled":true},{"key":"asns","value":null,"description":"Comma-separated list of ASNs.","type":"text","disabled":true},{"key":"cities","value":null,"description":"Comma-separated list of city names.","type":"text","disabled":true},{"key":"states","value":null,"description":"Comma-separated list of state codes.","type":"text","disabled":true},{"key":"zipcodes","value":null,"description":"Comma-separated list of zip codes.","type":"text","disabled":true},{"key":"groupby","value":null,"description":"The grouping criteria. Options are country, city, asn, zip, or state.","type":"text","disabled":true},{"key":"limit","value":null,"description":"Maximum number of items to return.","type":"text","disabled":true},{"key":"exclude_countries","value":null,"description":"Comma-separated list of countries to exclude.","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 24 Oct 2024 13:24:16 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"key\": \"us\",\n            \"label\": \"United States\",\n            \"value\": 44075\n        },\n        {\n            \"key\": \"vn\",\n            \"label\": \"Vietnam\",\n            \"value\": 41246\n        },\n        {\n            \"key\": \"gb\",\n            \"label\": \"United Kingdom\",\n            \"value\": 13567\n        },\n        {\n            \"key\": \"de\",\n            \"label\": \"Germany\",\n            \"value\": 6590\n        },\n        {\n            \"key\": \"br\",\n            \"label\": \"Brazil\",\n            \"value\": 6199\n        }\n    ],\n    \"login\": \"examplelogin\",\n    \"status\": \"ok\",\n    \"message\": null,\n    \"elapsed\": \"00:00:00.0635759\"\n}"}],"_postman_id":"99596afc-d7f7-4fb6-9992-60058f2dec0c"},{"name":"Proxy List","id":"b02cd1ce-0afb-4661-b119-6e4bec1a3948","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"text"}}},"url":"https://gw.dataimpulse.com:777/api/list?quantity","description":"<p>This endpoint returns a list of proxies in the specified format. Various filters can be applied.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response returned with a status code of 200 and a content type of text/plain.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"54472873-97bf-4e2a-83e4-3fb2a7d380c7","id":"54472873-97bf-4e2a-83e4-3fb2a7d380c7","name":"DataImpulse User API","type":"collection"}},"urlObject":{"protocol":"https","port":"777","path":["api","list"],"host":["gw","dataimpulse","com"],"query":[{"disabled":true,"description":{"content":"<p>Comma-separated list of country codes. All by default.</p>\n","type":"text/plain"},"key":"countries","value":""},{"disabled":true,"description":{"content":"<p>1 for anonymous proxies, 0 otherwise. Default: 0.</p>\n","type":"text/plain"},"key":"anonymous","value":""},{"disabled":true,"description":{"content":"<p>Comma-separated list of ASNs to exclude. Default 0.</p>\n","type":"text/plain"},"key":"exclude_asns","value":""},{"disabled":true,"description":{"content":"<p>Comma-separated list of city names. All by default.</p>\n","type":"text/plain"},"key":"cities","value":""},{"disabled":true,"description":{"content":"<p>Comma-separated list of state codes. All by default.</p>\n","type":"text/plain"},"key":"states","value":""},{"disabled":true,"description":{"content":"<p>Comma-separated list of zip codes. All by default.</p>\n","type":"text/plain"},"key":"zipcodes","value":""},{"disabled":true,"description":{"content":"<p>Comma-separated list of ASNs. All by default.</p>\n","type":"text/plain"},"key":"asns","value":""},{"disabled":true,"description":{"content":"<p>Integer value for session Time-to-Live in minues. Default value is 30 minutes.</p>\n","type":"text/plain"},"key":"session_ttl","value":""},{"disabled":true,"description":{"content":"<p>Comma-separated list of countries to exclude. None by default.</p>\n","type":"text/plain"},"key":"exclude_countries","value":""},{"disabled":true,"description":{"content":"<p>Comma-separated list of cities to exclude. None by default.</p>\n","type":"text/plain"},"key":"exclude_cities","value":""},{"disabled":true,"description":{"content":"<p>Comma-separated list of states or regions to exclude. None by default.</p>\n","type":"text/plain"},"key":"exclude_states","value":""},{"disabled":true,"description":{"content":"<p>Comma-separated list of postal codes to exclude. None by default.</p>\n","type":"text/plain"},"key":"exclude_zipcodes","value":""},{"disabled":true,"description":{"content":"<p>Type of proxy. Options are rotating or sticky. Default: rotating.</p>\n","type":"text/plain"},"key":"type","value":""},{"disabled":true,"description":{"content":"<p>Proxy protocol. Options are http or socks5. Default: http.</p>\n","type":"text/plain"},"key":"protocol","value":""},{"disabled":true,"description":{"content":"<p>Format for the output. You can build your own string using keywords: login, password, hostname, port. Default format: login:password@hostname:port.</p>\n","type":"text/plain"},"key":"format","value":""},{"description":{"content":"<p> Quantity of proxies in proxy list. 3 by default</p>\n","type":"text/plain"},"key":"quantity","value":null}],"variable":[]}},"response":[{"id":"5fd5578a-828c-447c-8aed-f31148ef171e","name":"example","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"text"}}},"url":{"raw":"https://gw.dataimpulse.com:777/api/list","protocol":"https","host":["gw","dataimpulse","com"],"port":"777","path":["api","list"],"query":[{"key":"countries","value":null,"description":"Comma-separated list of country codes.","disabled":true},{"key":"anonymous","value":null,"description":"1 for anonymous proxies, 0 otherwise.","disabled":true},{"key":"exclude_asns","value":null,"description":"Comma-separated list of ASNs to exclude.","disabled":true},{"key":"cities","value":null,"description":"Comma-separated list of city names.","disabled":true},{"key":"states","value":null,"description":"Comma-separated list of state codes.","disabled":true},{"key":"zipcodes","value":null,"description":"Comma-separated list of zip codes.","disabled":true},{"key":"asns","value":null,"description":"Comma-separated list of ASNs.","disabled":true},{"key":"session_ttl","value":null,"description":"Integer value for session Time-to-Live in minues.","disabled":true},{"key":"exclude_countries","value":null,"description":"Comma-separated list of countries to exclude.","disabled":true},{"key":"type","value":null,"description":"Type of proxy. Options are rotating or sticky.","disabled":true},{"key":"protocol","value":null,"description":"Proxy protocol. Options are http or socks5.","disabled":true},{"key":"format","value":null,"description":"Format for the output.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Date","value":"Thu, 24 Oct 2024 13:42:07 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"examplelogin:examplepassword@gw.dataimpulse.com:823\nexamplelogin:examplepassword@gw.dataimpulse.com:823\nexamplelogin:examplepassword@gw.dataimpulse.com:823\n"}],"_postman_id":"b02cd1ce-0afb-4661-b119-6e4bec1a3948"}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]}},"event":[{"listen":"prerequest","script":{"id":"d60a87f4-8001-45c0-b835-01b0e3a52267","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"220d07d3-463f-4eec-8bef-d5962e61e60d","type":"text/javascript","packages":{},"exec":[""]}}]}