OpenAPIOpenAPI
  • English
  • 简体中文
  • Indonesia
  • हिंदी
  • Русский
  • Tiếng Việt
  • German
  • português
  • English
  • 简体中文
  • Indonesia
  • हिंदी
  • Русский
  • Tiếng Việt
  • German
  • português
  • Croxy OpenAPI

Croxy OpenAPI

कोड उदाहरण, अनुरोध उदाहरण और प्रतिक्रिया उदाहरण देखने के लिए नीचे स्क्रॉल करें।

लॉग इन करने के बाद आप अपने व्यक्तिगत केंद्र के होमपेज पर app_key देख सकते हैं।

इस कुंजी को सुरक्षित रखें। यह आपकी खाते तक प्रशासक-स्तरीय पहुंच प्रदान करती है।

प्रमाणीकरण

App Key

POST पैरामीटर में app_key भेजें:

app_key: {your_app_key}

या इसे क्वेरी पैरामीटर के रूप में भेजें:

?app_key={your_app_key}

प्रतिक्रिया प्रारूप

सभी endpoint एक समान JSON संरचना लौटाते हैं:

{
	"code": 200,
	"message": "ऑपरेशन सफल",
	"data": {}
}
  • code: स्थिति कोड। 200 का अर्थ सफलता है; अन्य कोई भी मान अनुरोध विफल होने को दर्शाता है।
  • message: प्रतिक्रिया संदेश।
  • data: प्रतिक्रिया डेटा।

मूल URL:

  • https://api.croxy.com

प्रमाणीकरण

  • HTTP प्रमाणीकरण, स्कीम: bearer
  • API Key (apiKeyAuth)
    • पैरामीटर नाम: app_key, query में। GET और POST दोनों अनुरोध समर्थित हैं।

प्रॉक्सी खाता प्रबंधन

प्रॉक्सी खाता सूची

कोड उदाहरण

# You can also use wget
curl -X GET https://api.croxy.com/open/whitelist-account/list?app_key=pa%24%24word \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

GET /open/whitelist-account/list

पैरामीटर

NameInTypeRequiredDescription
app_keyquerystring(password)trueप्रमाणीकरण कुंजी

प्रतिक्रिया उदाहरण

200 Response

{
	"code": 200,
	"msg": "string",
	"data": {
		"list": [
			{
				"id": 0,
				"username": "string",
				"password": "string",
				"created_at": "string",
				"remark": "string",
				"product_type": 9,
				"usage_flow": 0,
				"limit_flow": 102400,
				"status": 0
			}
		]
	}
}

प्रतिक्रियाएँ

StatusMeaningDescriptionSchema
200OKअनुरोध सफलInline

प्रतिक्रिया संरचना

स्थिति कोड 200

NameTypeRequiredRestrictionsDescription
» coderesponseCodefalsenoneस्थिति कोड, 200 सफल, 3 ऐप_कुंजी अमान्य
» msgstringfalsenoneस्थिति संदेश
» dataobjectfalsenonenone
»» list[object]falsenonenone
»»» idintegerfalsenoneखाता संख्या
»»» usernamestringfalsenoneएजेंट खाता नाम
»»» passwordstringfalsenoneएजेंट खाता पासवर्ड
»»» created_atstringfalsenoneसमय जोड़ें
»»» remarkstringfalsenoneटिप्पणी
»»» product_typeproductTypesfalsenoneपैकेज प्रकार, 9 गतिशील आवासीय यातायात पैकेज, 11 गतिशील आवासीय आईपी, 14 स्थिर डेटा सेंटर आईपी, 25 स्थिर आवासीय आईपी
»»» usage_flowintegerfalsenoneप्रयुक्त ट्रैफ़िक, इकाई: KB
»»» limit_flowintegerfalsenoneअनुकूलित ट्रैफ़िक सीमा: अधिकतम यूनिट जीबी 102400 है, 0 कोई सीमा नहीं है
»»» statusintegerfalsenoneसक्षम स्थिति: 1 सक्षम, 0 अक्षम

Enumerated Values

PropertyValue
product_type9
product_type11
product_type14
product_type25
To perform this operation, you must be authenticated by means of one of the following methods: bearerAuth

प्रॉक्सी खाता जोड़ें

कोड उदाहरण

# You can also use wget
curl -X POST https://api.croxy.com/open/whitelist-account/add \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

POST /open/whitelist-account/add

Body parameter

{
	"app_key": "stringstringstringstringstringst",
	"accounts": "user01:pass,user02:pass,user03:pass",
	"remark": "",
	"product_type": 9
}

पैरामीटर

NameInTypeRequiredDescription
bodybodyobjectfalsenone
» app_keybodystringfalseप्राधिकरण कुंजी
» accountsbodystringfalseखाता पासवर्ड, कृपया इसे उपयोगकर्ता नाम: पासवर्ड प्रारूप में भरें। खाता और पासवर्ड केवल संख्याओं और अक्षरों का समर्थन करते हैं। किसी भी विशेष प्रतीक या रिक्त स्थान में प्रवेश करना निषिद्ध है। एक कोलन अकाउंट और पासवर्ड को अलग करता है। बैच जोड़ समर्थित है, और एजेंट खातों को अंग्रेजी अल्पविराम (,) द्वारा अलग किया जाता है।
» remarkbodystringfalseएजेंट खाता विवरण
» product_typebodyproductTypesfalseपैकेज प्रकार, 9 गतिशील आवासीय यातायात पैकेज, 11 गतिशील आवासीय आईपी, 14 स्थिर डेटा सेंटर आईपी, 25 स्थिर आवासीय आईपी

Enumerated Values

ParameterValue
» product_type9
» product_type11
» product_type14
» product_type25

प्रतिक्रिया उदाहरण

200 Response

{
	"code": 200,
	"msg": "string",
	"data": null
}

प्रतिक्रियाएँ

StatusMeaningDescriptionSchema
200OKअनुरोध सफलInline

प्रतिक्रिया संरचना

स्थिति कोड 200

NameTypeRequiredRestrictionsDescription
» codeintegerfalsenoneस्थिति कोड, 200 सफल, 3 ऐप_की अमान्य, 156 खाता प्रमाणित नहीं।
» msgstringfalsenoneस्थिति संदेश
» datanullfalsenonenone
To perform this operation, you must be authenticated by means of one of the following methods: bearerAuth

प्रॉक्सी खाता हटाएँ

कोड उदाहरण

# You can also use wget
curl -X POST https://api.croxy.com/open/whitelist-account/delete \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

POST /open/whitelist-account/delete

कृपया ध्यान दें कि हटाने के बाद इसे पुनर्स्थापित नहीं किया जा सकता है, और उपयोग किए गए ट्रैफ़िक के बारे में पूछताछ नहीं की जा सकती है। हटाने के लिए लगभग 5 मिनट का प्रतीक्षा समय होगा, इस दौरान शुल्क लग सकता है।

Body parameter

{
	"app_key": "stringstringstringstringstringst",
	"accounts": "user01,user02"
}

पैरामीटर

NameInTypeRequiredDescription
bodybodyobjectfalsenone
» app_keybodystringfalseप्राधिकरण कुंजी
» accountsbodystringfalseएजेंट खाता, केवल संख्याएँ और अक्षर समर्थित हैं। समर्थन बैच संचालन, अंग्रेजी अल्पविराम (,) अलग एजेंट खाते

प्रतिक्रिया उदाहरण

200 Response

{
	"code": 200,
	"msg": "string",
	"data": null
}

प्रतिक्रियाएँ

StatusMeaningDescriptionSchema
200OKअनुरोध सफलInline

प्रतिक्रिया संरचना

स्थिति कोड 200

NameTypeRequiredRestrictionsDescription
» codeintegerfalsenoneस्थिति कोड, 200 सफल, 3 ऐप_की अमान्य, 156 खाता प्रमाणित नहीं।
» msgstringfalsenoneस्थिति संदेश
» datanullfalsenonenone
To perform this operation, you must be authenticated by means of one of the following methods: bearerAuth

प्रॉक्सी खाता अक्षम करें

कोड उदाहरण

# You can also use wget
curl -X POST https://api.croxy.com/open/whitelist-account/disable \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

POST /open/whitelist-account/disable

अक्षम करने के लिए लगभग 5 मिनट का प्रतीक्षा समय होगा, इस दौरान शुल्क लग सकता है।

Body parameter

{
	"app_key": "stringstringstringstringstringst",
	"accounts": "user01,user02"
}

पैरामीटर

NameInTypeRequiredDescription
bodybodyobjectfalsenone
» app_keybodystringfalseप्राधिकरण कुंजी
» accountsbodystringfalseएजेंट खाता, केवल संख्याएँ और अक्षर समर्थित हैं। समर्थन बैच संचालन, अंग्रेजी अल्पविराम (,) अलग एजेंट खाते

प्रतिक्रिया उदाहरण

200 Response

{
	"code": 200,
	"msg": "string",
	"data": null
}

प्रतिक्रियाएँ

StatusMeaningDescriptionSchema
200OKअनुरोध सफलInline

प्रतिक्रिया संरचना

स्थिति कोड 200

NameTypeRequiredRestrictionsDescription
» codeintegerfalsenoneस्थिति कोड, 200 सफल, 3 ऐप_की अमान्य, 156 खाता प्रमाणित नहीं।
» msgstringfalsenoneस्थिति संदेश
» datanullfalsenonenone
To perform this operation, you must be authenticated by means of one of the following methods: bearerAuth

प्रॉक्सी खाता सक्षम करें

कोड उदाहरण

# You can also use wget
curl -X POST https://api.croxy.com/open/whitelist-account/enable \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

POST /open/whitelist-account/enable

Body parameter

{
	"app_key": "stringstringstringstringstringst",
	"accounts": "user01,user02"
}

पैरामीटर

NameInTypeRequiredDescription
bodybodyobjectfalsenone
» app_keybodystringfalseप्राधिकरण कुंजी
» accountsbodystringfalseएजेंट खाता, केवल संख्याएँ और अक्षर समर्थित हैं। समर्थन बैच संचालन, अंग्रेजी अल्पविराम (,) अलग एजेंट खाते

प्रतिक्रिया उदाहरण

200 Response

{
	"code": 200,
	"msg": "string",
	"data": null
}

प्रतिक्रियाएँ

StatusMeaningDescriptionSchema
200OKअनुरोध सफलInline

प्रतिक्रिया संरचना

स्थिति कोड 200

NameTypeRequiredRestrictionsDescription
» codeintegerfalsenoneस्थिति कोड, 200 सफल, 3 ऐप_की अमान्य, 156 खाता प्रमाणित नहीं।
» msgstringfalsenoneस्थिति संदेश
» datanullfalsenonenone
To perform this operation, you must be authenticated by means of one of the following methods: bearerAuth

प्रॉक्सी खाता पासवर्ड बदलें

कोड उदाहरण

# You can also use wget
curl -X POST https://api.croxy.com/open/whitelist-account/change-password \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

POST /open/whitelist-account/change-password

कृपया ध्यान दें कि संशोधन के बाद 5 मिनट की प्रतीक्षा अवधि है, जिसके दौरान पुराना पासवर्ड अभी भी सामान्य रूप से उपयोग किया जा सकता है।

Body parameter

{
	"app_key": "stringstringstringstringstringst",
	"account": "user",
	"password": "pass"
}

पैरामीटर

NameInTypeRequiredDescription
bodybodyobjectfalsenone
» app_keybodystringfalseप्राधिकरण कुंजी
» accountbodystringfalseएजेंट खाता, केवल संख्याएँ और अक्षर समर्थित हैं।
» passwordbodystringfalseएजेंट खाते के लिए नया पासवर्ड केवल संख्याओं और अक्षरों का समर्थन करता है।

प्रतिक्रिया उदाहरण

200 Response

{
	"code": 200,
	"msg": "string",
	"data": null
}

प्रतिक्रियाएँ

StatusMeaningDescriptionSchema
200OKअनुरोध सफलInline

प्रतिक्रिया संरचना

स्थिति कोड 200

NameTypeRequiredRestrictionsDescription
» codeintegerfalsenoneस्थिति कोड, 200 सफल, 3 ऐप_की अमान्य, 156 खाता प्रमाणित नहीं।
» msgstringfalsenoneस्थिति संदेश
» datanullfalsenonenone
To perform this operation, you must be authenticated by means of one of the following methods: bearerAuth

प्रॉक्सी खाता टिप्पणी अपडेट करें

कोड उदाहरण

# You can also use wget
curl -X POST https://api.croxy.com/open/whitelist-account/change-remark \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

POST /open/whitelist-account/change-remark

Body parameter

{
	"app_key": "stringstringstringstringstringst",
	"account": "user",
	"remark": ""
}

पैरामीटर

NameInTypeRequiredDescription
bodybodyobjectfalsenone
» app_keybodystringfalseप्राधिकरण कुंजी
» accountbodystringfalseएजेंट खाता, केवल संख्याएँ और अक्षर समर्थित हैं।
» remarkbodystringfalseएजेंसी खातों के लिए नई टिप्पणियाँ, 32 चीनी अक्षरों या 64 अंग्रेजी अक्षरों के भीतर।

प्रतिक्रिया उदाहरण

200 Response

{
	"code": 200,
	"msg": "string",
	"data": null
}

प्रतिक्रियाएँ

StatusMeaningDescriptionSchema
200OKअनुरोध सफलInline

प्रतिक्रिया संरचना

स्थिति कोड 200

NameTypeRequiredRestrictionsDescription
» codeintegerfalsenoneस्थिति कोड, 200 सफल, 3 ऐप_की अमान्य, 156 खाता प्रमाणित नहीं।
» msgstringfalsenoneस्थिति संदेश
» datanullfalsenonenone
To perform this operation, you must be authenticated by means of one of the following methods: bearerAuth

प्रॉक्सी खाता ट्रैफ़िक सीमा संशोधित करें

कोड उदाहरण

# You can also use wget
curl -X POST https://api.croxy.com/open/whitelist-account/change-limit \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

POST /open/whitelist-account/change-limit

कृपया ध्यान दें कि ट्रैफ़िक आँकड़े 5 मिनट के भीतर विलंबित हो सकते हैं, अर्थात, उपभोग किया गया वास्तविक ट्रैफ़िक इस सीमा से अधिक हो सकता है।

Body parameter

{
	"app_key": "stringstringstringstringstringst",
	"account": "user",
	"limit": 0
}

पैरामीटर

NameInTypeRequiredDescription
bodybodyobjectfalsenone
» app_keybodystringfalseप्राधिकरण कुंजी
» accountbodystringfalseएजेंट खाता, केवल संख्याएँ और अक्षर समर्थित हैं।
» limitbodyintegerfalseट्रैफ़िक सीमा, इकाई: GB, 0 का मतलब कोई ऊपरी सीमा नहीं है

प्रतिक्रिया उदाहरण

200 Response

{
	"code": 200,
	"msg": "string",
	"data": null
}

प्रतिक्रियाएँ

StatusMeaningDescriptionSchema
200OKअनुरोध सफलInline

प्रतिक्रिया संरचना

स्थिति कोड 200

NameTypeRequiredRestrictionsDescription
» codeintegerfalsenoneस्थिति कोड, 200 सफल, 3 ऐप_की अमान्य, 156 खाता प्रमाणित नहीं।
» msgstringfalsenoneस्थिति संदेश
» datanullfalsenonenone
To perform this operation, you must be authenticated by means of one of the following methods: bearerAuth

प्रॉक्सी खाता जानकारी अपडेट करें

कोड उदाहरण

# You can also use wget
curl -X POST https://api.croxy.com/open/proxy-account/change \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

POST /open/proxy-account/change

प्रॉक्सी खाता पासवर्ड, टिप्पणियाँ, ट्रैफ़िक सीमा, दैनिक ट्रैफ़िक सीमा, सक्षम स्थिति या यूडीपी स्विच को संशोधित करें।

Body parameter

{
	"app_key": "string",
	"account": "string",
	"password": "string",
	"remark": "string",
	"limit": 0,
	"daily_limit": 0,
	"status": 0,
	"udp": 0
}

पैरामीटर

NameInTypeRequiredDescription
bodybodyobjectfalsenone
» app_keybodystringfalseप्राधिकरण कुंजी
» accountbodystringfalseएजेंट खाता नाम
» passwordbodystringfalseनया पासवर्ड, 6-16 अंक या अक्षर; यदि पारित नहीं हुआ तो इसमें संशोधन नहीं किया जाएगा।
» remarkbodystringfalseनया नोट
» limitbodyintegerfalseट्रैफ़िक सीमा, यूनिट जीबी, 0 का मतलब कोई सीमा नहीं है
» daily_limitbodyintegerfalseजीबी में दैनिक ट्रैफ़िक सीमा, 0 का मतलब कोई सीमा नहीं है
» statusbodyintegerfalseसक्षम स्थिति
» udpbodyintegerfalseयूडीपी समर्थन स्विच, केवल पैकेज प्रकार 14, 16, 21 और 25 के लिए प्रभावी है

Enumerated Values

ParameterValue
» status0
» status1
» udp0
» udp1

प्रतिक्रिया उदाहरण

200 Response

{
	"code": 200,
	"msg": "string",
	"data": null
}

प्रतिक्रियाएँ

StatusMeaningDescriptionSchema
200OKअनुरोध सफलInline

प्रतिक्रिया संरचना

स्थिति कोड 200

NameTypeRequiredRestrictionsDescription
» codeintegerfalsenoneस्थिति कोड, 200 सफलता
» msgstringfalsenoneस्थिति संदेश
» datanullfalsenonenone
To perform this operation, you must be authenticated by means of one of the following methods: bearerAuth

IP श्वेतसूची

आईपी ​​श्वेतसूची सूची

कोड उदाहरण

# You can also use wget
curl -X GET https://api.croxy.com/open/proxy-ip/list?app_key=pa%24%24word \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

GET /open/proxy-ip/list

पैरामीटर

NameInTypeRequiredDescription
app_keyquerystring(password)trueप्रमाणीकरण कुंजी
product_typequeryintegerfalseपैकेज प्रकार संख्या

प्रतिक्रिया उदाहरण

200 Response

{
	"code": 200,
	"msg": "string",
	"data": {
		"list": [
			{
				"ip": "1.1.1.1",
				"remark": "string",
				"product_type": 0,
				"created_at": "string"
			}
		]
	}
}

प्रतिक्रियाएँ

StatusMeaningDescriptionSchema
200OKअनुरोध सफलInline

प्रतिक्रिया संरचना

स्थिति कोड 200

NameTypeRequiredRestrictionsDescription
» codeintegerfalsenoneस्थिति कोड, 200 सफलता
» msgstringfalsenoneस्थिति संदेश
» dataobjectfalsenonenone
»» list[object]falsenonenone
»»» ipstringfalsenoneश्वेतसूची आईपी
»»» remarkstringfalsenoneटिप्पणी
»»» product_typeintegerfalsenoneपैकेज का प्रकार
»»» created_atstringfalsenoneरचना समय
To perform this operation, you must be authenticated by means of one of the following methods: bearerAuth

आईपी ​​श्वेतसूची जोड़ें

कोड उदाहरण

# You can also use wget
curl -X POST https://api.croxy.com/open/proxy-ip/add \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

POST /open/proxy-ip/add

Body parameter

{
	"app_key": "string",
	"ips": "1.1.1.1,2.2.2.2",
	"remark": "string",
	"product_type": 0,
	"user_product_id": 0
}

पैरामीटर

NameInTypeRequiredDescription
bodybodyobjectfalsenone
» app_keybodystringfalseप्राधिकरण कुंजी
» ipsbodystringfalseश्वेतसूची आईपी जिन्हें जोड़ने की आवश्यकता है, एकाधिक आईपी को अल्पविराम या नई पंक्तियों से अलग करें।
» remarkbodystringfalseटिप्पणी
» product_typebodyintegerfalseपैकेज प्रकार संख्या
» user_product_idbodyintegerfalseउपयोगकर्ता पैकेज आईडी, पैकेज प्रकार 11 होने पर आवश्यक है

प्रतिक्रिया उदाहरण

200 Response

{
	"code": 200,
	"msg": "string",
	"data": null
}

प्रतिक्रियाएँ

StatusMeaningDescriptionSchema
200OKअनुरोध सफलInline

प्रतिक्रिया संरचना

स्थिति कोड 200

NameTypeRequiredRestrictionsDescription
» codeintegerfalsenoneस्थिति कोड, 200 सफलता
» msgstringfalsenoneस्थिति संदेश
» datanullfalsenonenone
To perform this operation, you must be authenticated by means of one of the following methods: bearerAuth

आईपी ​​श्वेतसूची हटाएँ

कोड उदाहरण

# You can also use wget
curl -X POST https://api.croxy.com/open/proxy-ip/delete \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

POST /open/proxy-ip/delete

Body parameter

{
	"app_key": "string",
	"ips": "1.1.1.1,2.2.2.2",
	"verify_type": "string",
	"verify_code": "string"
}

पैरामीटर

NameInTypeRequiredDescription
bodybodyobjectfalsenone
» app_keybodystringfalseप्राधिकरण कुंजी
» ipsbodystringfalseश्वेतसूची आईपी जिन्हें हटाने की आवश्यकता है, एकाधिक आईपी को अल्पविराम से अलग किया गया है
» verify_typebodystringfalseसत्यापन प्रकार: फ़ोन, ईमेल, वीचैट, टोटपी
» verify_codebodystringfalseसत्यापन कोड

प्रतिक्रिया उदाहरण

200 Response

{
	"code": 200,
	"msg": "string",
	"data": null
}

प्रतिक्रियाएँ

StatusMeaningDescriptionSchema
200OKअनुरोध सफलInline

प्रतिक्रिया संरचना

स्थिति कोड 200

NameTypeRequiredRestrictionsDescription
» codeintegerfalsenoneस्थिति कोड, 200 सफलता
» msgstringfalsenoneस्थिति संदेश
» datanullfalsenonenone
To perform this operation, you must be authenticated by means of one of the following methods: bearerAuth

ट्रैफ़िक लॉग

ट्रैफ़िक उपयोग को दिन के अनुसार संक्षेपित किया जाता है

कोड उदाहरण

# You can also use wget
curl -X GET https://api.croxy.com/open/user-usage-flow/total?app_key=pa%24%24word \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

GET /open/user-usage-flow/total

पैरामीटर

NameInTypeRequiredDescription
app_keyquerystring(password)trueप्रमाणीकरण कुंजी
start_timequerystring(Y-m-d H:i:s)falseप्रारंभ समय, सेकंड तक सटीक। कृपया ध्यान दें कि लॉगिंग में 5 मिनट की देरी होती है। डिफ़ॉल्ट 7 दिनों के भीतर है.
end_timequerystring(Y-m-d H:i:s)falseसमय सीमा, सेकंडों तक सटीक। कृपया ध्यान दें कि लॉगिंग में 5 मिनट की देरी होती है। डिफ़ॉल्ट वर्तमान समय.
usernamequerystringfalseउप-खाता नाम, डिफ़ॉल्ट रूप से सभी खातों को क्वेरी करें, उप-खाता निर्दिष्ट किया जा सकता है। कृपया ध्यान दें कि यदि आप एक ही नाम के साथ एक उप-खाता जोड़ते हैं, तो यह क्वेरी उसी नाम के साथ एजेंट खाते के सभी उपयोग रिकॉर्ड लौटा देगी।
product_typequerynumberfalseपैकेज का प्रकार

प्रतिक्रिया उदाहरण

200 Response

{
	"code": 200,
	"msg": "string",
	"data": {
		"list": [
			{
				"day": "2022-08-01",
				"flow": 0
			}
		]
	}
}

प्रतिक्रियाएँ

StatusMeaningDescriptionSchema
200OKअनुरोध सफलInline

प्रतिक्रिया संरचना

स्थिति कोड 200

NameTypeRequiredRestrictionsDescription
» codeintegerfalsenoneस्थिति कोड, 200 सफल, 3 ऐप_की अमान्य, 156 खाता प्रमाणित नहीं।
» msgstringfalsenoneस्थिति संदेश
» dataobjectfalsenonenone
»» list[object]falsenonenone
»»» daystringfalsenoneतारीख
»»» flowintegerfalsenoneउपभोग यातायात, इकाई KB
To perform this operation, you must be authenticated by means of one of the following methods: bearerAuth

पैकेज क्वेरी

खरीदे गए पैकेजों की सूची

कोड उदाहरण

# You can also use wget
curl -X GET https://api.croxy.com/open/user-product/list?app_key=pa%24%24word \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

GET /open/user-product/list

पैरामीटर

NameInTypeRequiredDescription
app_keyquerystring(password)trueप्रमाणीकरण कुंजी
trade_noquerystringfalseऑर्डर नंबर, कृपया पूरा ऑर्डर नंबर दर्ज करें। फ़ज़ी खोज समर्थित नहीं है.
pagequerynumberfalseपेजिनेशन, डिफ़ॉल्ट: 1
sizequerynumberfalseप्रदर्शित पृष्ठों की संख्या, डिफ़ॉल्ट: 20
product_typequerynumberfalseपैकेज का प्रकार

प्रतिक्रिया उदाहरण

200 Response

{
	"code": 200,
	"msg": "string",
	"data": {
		"list": [
			{
				"id": 0,
				"created_at": "2022-05-13 12:14:15",
				"expired_at": "2022-05-13 12:14:15",
				"product_type": 9,
				"trade_no": "2022051312134339861461465434",
				"order": {
					"created_at": "2022-05-13 12:13:43",
					"pay_at": "2022-05-13 12:13:43",
					"title": "प्रवेश के स्तर पर"
				}
			}
		],
		"page": 1,
		"page_size": 20,
		"total_count": 0,
		"total_page": 0
	}
}

प्रतिक्रियाएँ

StatusMeaningDescriptionSchema
200OKअनुरोध सफलInline

प्रतिक्रिया संरचना

स्थिति कोड 200

NameTypeRequiredRestrictionsDescription
» codeintegerfalsenoneस्थिति कोड, 200 सफल, 3 ऐप_की अमान्य, 156 खाता प्रमाणित नहीं।
» msgstringfalsenoneस्थिति संदेश
» dataobjectfalsenonenone
»» list[object]falsenonenone
»»» idintegerfalsenoneपैकेज संख्या
»»» created_atstringfalsenoneपैकेज प्रभावी समय
»»» expired_atstringfalsenoneपैकेज की समाप्ति समय. समाप्ति के बाद, यातायात का उपयोग नहीं किया जा सकता।
»»» product_typeproductTypesfalsenoneपैकेज प्रकार, 9 गतिशील आवासीय यातायात पैकेज, 11 गतिशील आवासीय आईपी, 14 स्थिर डेटा सेंटर आईपी, 25 स्थिर आवासीय आईपी
»»» trade_nostringfalsenoneऑर्डर लेनदेन संख्या
»»» orderobjectfalsenonenone
»»»» created_atstringfalsenoneआदेश निर्माण का समय
»»»» pay_atstringfalsenoneआदेश भुगतान समय
»»»» titlestringfalsenoneआदेश विवरण
»» pageintegerfalsenoneवर्तमान पृष्ठ
»» page_sizeintegerfalsenoneपेजिंग आकार
»» total_countintegerfalsenoneअभिलेखों की कुल संख्या
»» total_pageintegerfalsenoneपृष्ठों की कुल संख्या

Enumerated Values

PropertyValue
product_type9
product_type11
product_type14
product_type25
To perform this operation, you must be authenticated by means of one of the following methods: bearerAuth

उपयोगकर्ता पैकेज डेटा का सारांश

कोड उदाहरण

# You can also use wget
curl -X GET https://api.croxy.com/open/user-product/summary?app_key=pa%24%24word \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

GET /open/user-product/summary

उपयोगकर्ता पैकेजों की सांख्यिकीय सारांश जानकारी प्राप्त करें, जिसमें कुल राशि, प्रभावी राशि, आगामी राशि, समाप्त राशि आदि शामिल हैं।

पैरामीटर

NameInTypeRequiredDescription
app_keyquerystring(password)trueप्रमाणीकरण कुंजी
product_typequeryintegerfalseउत्पाद प्रकार, केवल 9 (डायनामिक ट्रैफ़िक पैकेज), 12 (दीर्घकालिक आईडीसी ट्रैफ़िक पैकेज) का समर्थन करता है

Enumerated Values

ParameterValue
product_type9
product_type12

प्रतिक्रिया उदाहरण

200 Response

{
	"code": 200,
	"msg": "सफलता",
	"data": {
		"total": 1048576,
		"total_count": 5,
		"effective": 524288,
		"effective_count": 3,
		"effective_total": 786432,
		"effective_used": 262144,
		"temporary": 102400,
		"temporary_count": 1,
		"expired": 51200,
		"expired_count": 1,
		"used": 473088
	}
}

प्रतिक्रियाएँ

StatusMeaningDescriptionSchema
200OKअनुरोध सफलInline

प्रतिक्रिया संरचना

स्थिति कोड 200

NameTypeRequiredRestrictionsDescription
» codeintegerfalsenoneस्थिति कोड, 200 सफल, 3 ऐप_की अमान्य, 156 खाता प्रमाणित नहीं।
» msgstringfalsenoneस्थिति संदेश
» dataobjectfalsenonenone
»» totalintegerfalsenoneट्रैफ़िक/कुल आईपी वॉल्यूम (इकाई: KB)
»» total_countintegerfalsenoneपैकेजों की कुल संख्या
»» effectiveintegerfalsenoneप्रभावी शेष राशि (इकाई: KB)
»» effective_countintegerfalsenoneवैध पैकेजों की संख्या
»» effective_totalintegerfalsenoneप्रभावी कुल राशि (इकाई: KB)
»» effective_usedintegerfalsenoneउपयोग की गई प्रभावी मात्रा (इकाई: KB)
»» temporaryintegerfalsenoneकुल देय राशि (7 दिनों के भीतर देय, इकाई: KB)
»» temporary_countintegerfalsenoneसमाप्त होने वाले पैकेजों की संख्या (7 दिनों के भीतर समाप्ति)
»» expiredintegerfalsenoneसमाप्त शेष राशि (इकाई: KB)
»» expired_countintegerfalsenoneसमाप्त हो चुके पैकेजों की संख्या
»» usedintegerfalsenoneउपयोग की गई कुल राशि (इकाई: KB)
To perform this operation, you must be authenticated by means of one of the following methods: bearerAuth

IP प्राप्त करें

आईपी ​​निकालें

कोड उदाहरण

# You can also use wget
curl -X GET https://api.croxy.com/open/ip/v3?app_key=pa%24%24word \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

GET /open/ip/v3

पैरामीटर

NameInTypeRequiredDescription
app_keyquerystring(password)trueप्रवेश की चाबी
ccquerystringfalseदेश या क्षेत्र
statequerystringfalseप्रांत या राज्य
cityquerystringfalseशहर
formatquerystringfalseप्रारूप प्राप्त करें
lbquerystringfalseविभाजक, केवल पाठ प्रारूप में मान्य है
numquerynumberfalseमात्रा निकालें
lifequerynumberfalseहोल्ड अवधि - मिनट
epquerystringfalseप्रॉक्सी नेटवर्क

Enumerated Values

ParameterValue
epus
ephk
epde

प्रतिक्रिया उदाहरण

200 Response

{
	"code": 200,
	"msg": "string",
	"data": {
		"list": [
			[
				"150.109.114.72:1140",
				"150.109.114.72:1141",
				"150.109.114.72:1142",
				"150.109.114.72:1143",
				"150.109.114.72:1144",
				"150.109.114.72:1145",
				"150.109.114.72:1146",
				"150.109.114.72:1147",
				"150.109.114.72:1148",
				"150.109.114.72:1149"
			]
		]
	}
}

प्रतिक्रियाएँ

StatusMeaningDescriptionSchema
200OKअनुरोध सफलInline

प्रतिक्रिया संरचना

स्थिति कोड 200

NameTypeRequiredRestrictionsDescription
» codeintegerfalsenoneस्थिति कोड, 200 सफल, 3 ऐप_की अमान्य, 156 खाता प्रमाणित नहीं।
» msgstringfalsenoneस्थिति संदेश
» dataobjectfalsenonenone
»» list[any]falsenonenone
To perform this operation, you must be authenticated by means of one of the following methods: bearerAuth

गतिशील क्षेत्रीय शहर सूची V4

कोड उदाहरण

# You can also use wget
curl -X GET https://api.croxy.com/open/ip/dcl4?username=string \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

GET /open/ip/dcl4

उपयोगकर्ता नाम से शहर की सूची प्राप्त करें, लॉगिन प्रमाणीकरण आवश्यक है, और खाता वर्तमान उपयोगकर्ता का होना चाहिए

पैरामीटर

NameInTypeRequiredDescription
usernamequerystringtrueएजेंट खाता उपयोगकर्ता नाम

प्रतिक्रिया उदाहरण

200 Response

{
	"code": 200,
	"msg": "string",
	"data": {
		"cache": true,
		"list": [
			{
				"City": "Los Angeles",
				"Area": "US",
				"State": "California"
			}
		]
	}
}

प्रतिक्रियाएँ

StatusMeaningDescriptionSchema
200OKअनुरोध सफलInline

प्रतिक्रिया संरचना

स्थिति कोड 200

NameTypeRequiredRestrictionsDescription
» codeintegerfalsenoneस्थिति कोड, 200 सफलता
» msgstringfalsenoneस्थिति संदेश
» dataobjectfalsenonenone
»» cachebooleanfalsenoneचाहे वह कैश से आता हो
»» list[object]falsenonenone
»»» Citystringfalsenoneशहर
»»» Areastringfalsenoneक्षेत्र
»»» Statestringfalsenoneराज्य/प्रांत
To perform this operation, you must be authenticated by means of one of the following methods: bearerAuth, apiKeyAuth

गतिशील क्षेत्रीय राज्य/प्रांत सूची V4

कोड उदाहरण

# You can also use wget
curl -X GET https://api.croxy.com/open/ip/dsl4?username=string \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

GET /open/ip/dsl4

उपयोगकर्ता नाम से राज्य/प्रांत सूची प्राप्त करें, लॉगिन प्रमाणीकरण आवश्यक है, और खाता वर्तमान उपयोगकर्ता का होना चाहिए

पैरामीटर

NameInTypeRequiredDescription
usernamequerystringtrueएजेंट खाता उपयोगकर्ता नाम

प्रतिक्रिया उदाहरण

200 Response

{
	"code": 200,
	"msg": "string",
	"data": {
		"cache": true,
		"list": [
			{
				"City": "Los Angeles",
				"Area": "US",
				"State": "California"
			}
		]
	}
}

प्रतिक्रियाएँ

StatusMeaningDescriptionSchema
200OKअनुरोध सफलInline

प्रतिक्रिया संरचना

स्थिति कोड 200

NameTypeRequiredRestrictionsDescription
» codeintegerfalsenoneस्थिति कोड, 200 सफलता
» msgstringfalsenoneस्थिति संदेश
» dataobjectfalsenonenone
»» cachebooleanfalsenoneचाहे वह कैश से आता हो
»» list[object]falsenonenone
»»» Citystringfalsenoneशहर
»»» Areastringfalsenoneक्षेत्र
»»» Statestringfalsenoneराज्य/प्रांत
To perform this operation, you must be authenticated by means of one of the following methods: bearerAuth, apiKeyAuth

गतिशील क्षेत्रीय राज्य/प्रांत शहर फ़्यूज़न सूची V4

कोड उदाहरण

# You can also use wget
curl -X GET https://api.croxy.com/open/ip/dal4?username=string \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

GET /open/ip/dal4

उपयोगकर्ता नाम, क्षेत्र के आधार पर समूहीकृत राज्यों/प्रांतों और शहरों की एक मर्ज की गई सूची प्राप्त करें। लॉगिन प्रमाणीकरण आवश्यक है, और खाता वर्तमान उपयोगकर्ता का होना चाहिए

पैरामीटर

NameInTypeRequiredDescription
usernamequerystringtrueएजेंट खाता उपयोगकर्ता नाम

प्रतिक्रिया उदाहरण

200 Response

{
	"code": 200,
	"msg": "string",
	"data": {
		"cache": true,
		"list": [
			{
				"Area": "US",
				"states": [
					{
						"State": "California",
						"cities": ["Los Angeles"]
					}
				]
			}
		]
	}
}

प्रतिक्रियाएँ

StatusMeaningDescriptionSchema
200OKअनुरोध सफलInline

प्रतिक्रिया संरचना

स्थिति कोड 200

NameTypeRequiredRestrictionsDescription
» codeintegerfalsenoneस्थिति कोड, 200 सफलता
» msgstringfalsenoneस्थिति संदेश
» dataobjectfalsenonenone
»» cachebooleanfalsenoneचाहे वह कैश से आता हो
»» list[object]falsenoneक्षेत्र सूची
»»» Areastringfalsenoneएरिया कोड
»»» states[object]falsenoneराज्य/प्रांत सूची
»»»» Statestringfalsenoneराज्य/प्रांत का नाम
»»»» cities[string]falsenoneशहर सूची
To perform this operation, you must be authenticated by means of one of the following methods: bearerAuth, apiKeyAuth

शहर सूची

कोड उदाहरण

# You can also use wget
curl -X GET https://api.croxy.com/open/ip/dynamic-citys \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

GET /open/ip/dynamic-citys

प्रतिक्रिया उदाहरण

200 Response

{
	"code": 200,
	"msg": "string",
	"data": {
		"list": [
			{
				"name_zh_cn": "यूएसए",
				"name_en": "United States",
				"continent_code": "NA",
				"country_code": "US",
				"items": [
					{
						"city": "Arlington",
						"state": "alabama",
						"continent_code": "NA",
						"country_code": "US"
					}
				]
			}
		]
	}
}

प्रतिक्रियाएँ

StatusMeaningDescriptionSchema
200OKअनुरोध सफलInline

प्रतिक्रिया संरचना

स्थिति कोड 200

NameTypeRequiredRestrictionsDescription
» codeintegerfalsenoneस्थिति कोड, 200 सफल, 3 ऐप_की अमान्य, 156 खाता प्रमाणित नहीं।
» msgstringfalsenoneस्थिति संदेश
» dataobjectfalsenonenone
»» list[object]falsenoneसूची
»»» name_zh_cnstringfalsenoneदेश या क्षेत्र का नाम
»»» name_enstringfalsenoneदेश या क्षेत्र का नाम
»»» continent_codestringfalsenoneमहाद्वीप कोड
»»» country_codestringfalsenoneदेश या क्षेत्र कोड
»»» items[any]falsenoneप्रांत या राज्य
»»»» citystringfalsenoneशहर का नाम
»»»» statestringfalsenoneप्रांत या राज्य का नाम कोड
»»»» continent_codestringfalsenoneमहाद्वीप कोड
»»»» country_codestringfalsenoneदेश या क्षेत्र कोड
To perform this operation, you must be authenticated by means of one of the following methods: bearerAuth

शहर की खोज

कोड उदाहरण

# You can also use wget
curl -X GET https://api.croxy.com/open/ip/dynamic-citys/search?country_code=string&state=string \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

GET /open/ip/dynamic-citys/search

पैरामीटर

NameInTypeRequiredDescription
country_codequerystringtrueदेश या क्षेत्र कोड
statequerystringtrueराज्य या प्रांत कोड

प्रतिक्रिया उदाहरण

200 Response

{
	"code": 200,
	"msg": "string",
	"data": {
		"list": ["string"]
	}
}

प्रतिक्रियाएँ

StatusMeaningDescriptionSchema
200OKअनुरोध सफलInline

प्रतिक्रिया संरचना

स्थिति कोड 200

NameTypeRequiredRestrictionsDescription
» codeintegerfalsenoneस्थिति कोड, 200 सफल, 3 ऐप_की अमान्य, 156 खाता प्रमाणित नहीं।
» msgstringfalsenoneस्थिति संदेश
» dataobjectfalsenonenone
»» list[string]falsenoneसूची
To perform this operation, you must be authenticated by means of one of the following methods: bearerAuth

राज्य सूची

कोड उदाहरण

# You can also use wget
curl -X GET https://api.croxy.com/open/ip/dynamic-states \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

GET /open/ip/dynamic-states

प्रतिक्रिया उदाहरण

200 Response

{
	"code": 200,
	"msg": "string",
	"data": {
		"list": [
			{
				"name_zh_cn": "यूएसए",
				"name_en": "United States",
				"continent_code": "NA",
				"country_code": "US",
				"items": [
					{
						"state": "alabama",
						"continent_code": "NA",
						"country_code": "US"
					}
				]
			}
		]
	}
}

प्रतिक्रियाएँ

StatusMeaningDescriptionSchema
200OKअनुरोध सफलInline

प्रतिक्रिया संरचना

स्थिति कोड 200

NameTypeRequiredRestrictionsDescription
» codeintegerfalsenoneस्थिति कोड, 200 सफल, 3 ऐप_की अमान्य, 156 खाता प्रमाणित नहीं।
» msgstringfalsenoneस्थिति संदेश
» dataobjectfalsenonenone
»» list[object]falsenoneसूची
»»» name_zh_cnstringfalsenoneदेश या क्षेत्र का नाम
»»» name_enstringfalsenoneदेश या क्षेत्र का नाम
»»» continent_codestringfalsenoneमहाद्वीप कोड
»»» country_codestringfalsenoneदेश या क्षेत्र कोड
»»» items[any]falsenoneप्रांत या राज्य
»»»» statestringfalsenoneप्रांत या राज्य का नाम कोड
»»»» continent_codestringfalsenoneमहाद्वीप कोड
»»»» country_codestringfalsenoneदेश या क्षेत्र कोड
To perform this operation, you must be authenticated by means of one of the following methods: bearerAuth

राज्य/प्रांत खोज

कोड उदाहरण

# You can also use wget
curl -X GET https://api.croxy.com/open/ip/dynamic-states/search?country_code=string \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

GET /open/ip/dynamic-states/search

पैरामीटर

NameInTypeRequiredDescription
country_codequerystringtrueदेश या क्षेत्र कोड

प्रतिक्रिया उदाहरण

200 Response

{
	"code": 200,
	"msg": "string",
	"data": {
		"list": ["string"]
	}
}

प्रतिक्रियाएँ

StatusMeaningDescriptionSchema
200OKअनुरोध सफलInline

प्रतिक्रिया संरचना

स्थिति कोड 200

NameTypeRequiredRestrictionsDescription
» codeintegerfalsenoneस्थिति कोड, 200 सफल, 3 ऐप_की अमान्य, 156 खाता प्रमाणित नहीं।
» msgstringfalsenoneस्थिति संदेश
» dataobjectfalsenonenone
»» list[string]falsenoneसूची
To perform this operation, you must be authenticated by means of one of the following methods: bearerAuth

खरीदी गई स्थिर आईपी सूची निकालें

कोड उदाहरण

# You can also use wget
curl -X GET https://api.croxy.com/open/ip/get-static-ip \
  -H 'Authorization: Bearer {access-token}'

GET /open/ip/get-static-ip

पैरामीटर

NameInTypeRequiredDescription
country_codequerystringfalseदेश या क्षेत्र कोड
product_typequerynumberfalseउत्पाद प्रकार, 25: स्टेटिक आवासीय आईपी, 14: डेटा सेंटर आईपी
trade_noquerystringfalseऑर्डर संख्या के आधार पर आईपी फ़िल्टर करें
pagequerynumberfalseपृष्ठ संख्या
sizequerynumberfalseप्रति पृष्ठ मात्रा
statusquerynumberfalseस्थिति, 1: वैध, 2: अमान्य, 3: समाप्त होने वाला है, 4: रखरखाव के अधीन

Enumerated Values

ParameterValue
product_type14
product_type25
status1 - 2 - 3 - 4

प्रतिक्रियाएँ

StatusMeaningDescriptionSchema
To perform this operation, you must be authenticated by means of one of the following methods: bearerAuth

क्षेत्र में बिक्री के लिए स्थिर आईपी की संख्या प्राप्त करें

कोड उदाहरण

# You can also use wget
curl -X GET https://api.croxy.com/open/ip/static-ip-region \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

GET /open/ip/static-ip-region

पैरामीटर

NameInTypeRequiredDescription
ispqueryintegerfalseआईएसपी फ़िल्टरिंग, प्रसारित नहीं होने पर कोई फ़िल्टरिंग नहीं (साइट 1/4/5 को छोड़कर डिफ़ॉल्ट 1 है)
asnqueryintegerfalseक्या ASN पैकेट डेटा वापस करना है
exclusivequeryintegerfalseक्या विशिष्ट सूची के अनुसार गिनती की जानी चाहिए

Detailed descriptions

isp: आईएसपी फ़िल्टरिंग, प्रसारित नहीं होने पर कोई फ़िल्टरिंग नहीं (साइट 1/4/5 को छोड़कर डिफ़ॉल्ट 1 है)

मूल्यविवरण
0डेटा सेंटर स्टेटिक आईपी (आईडीसी)
1होम स्टेटिक आईपी (आईएसपी)

asn: क्या ASN पैकेट डेटा वापस करना है

मूल्यविवरण
0ASN पैकेट डेटा वापस न करें (डिफ़ॉल्ट)
1ASN पैकेट डेटा लौटाएँ

exclusive: क्या विशिष्ट सूची के अनुसार गिनती की जानी चाहिए

मूल्यविवरण
0वर्तमान उपयोगकर्ता/साझाकरण समूह क्षमता पर आधारित आँकड़े (डिफ़ॉल्ट)
1सभी असाइन किए गए आईपी को छोड़ दें और केवल उपलब्ध इन्वेंट्री की गणना करें

Enumerated Values

ParameterValue
isp0
isp1
asn0
asn1
exclusive0
exclusive1

प्रतिक्रिया उदाहरण

200 Response

{
	"code": 200,
	"msg": "अनुरोध सफल",
	"data": {
		"list": [
			{
				"code": "US",
				"number": 55
			}
		]
	}
}

प्रतिक्रियाएँ

StatusMeaningDescriptionSchema
200OKअनुरोध सफलInline

प्रतिक्रिया संरचना

स्थिति कोड 200

NameTypeRequiredRestrictionsDescription
» codeintegerfalsenoneस्थिति कोड, 200 सफलता
» msgstringfalsenoneस्थिति संदेश
» dataobjectfalsenonenone
»» list[any]falsenonenone
»»» codestringfalsenoneदेश या क्षेत्र कोड
»»» numberintegerfalsenoneमात्रा
To perform this operation, you must be authenticated by means of one of the following methods: bearerAuth

होस्ट_पूल समर्थित देश/क्षेत्र प्राप्त करें

कोड उदाहरण

# You can also use wget
curl -X GET https://api.croxy.com/open/host-pool/regions \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

GET /open/host-pool/regions

होस्ट_पूल सेवा की वर्तमान साइट द्वारा समर्थित देशों/क्षेत्रों की सूची क्वेरी करें।

यह इंटरफ़ेस ट्रैफ़िक बिंदुओं के आधार पर डेटा सेंटर आईपी के यादृच्छिक निष्कर्षण परिदृश्य के लिए उन्मुख है, और केवल वर्तमान साइट पर उपलब्ध डेटा सेंटर आईपी इन्वेंट्री के आधार पर देशों/क्षेत्रों की गणना करता है। एएसएन, आईएसपी, विशेष इन्वेंट्री फ़िल्टरिंग समर्थित नहीं है, और आईपी को उपयोगकर्ता द्वारा खरीदे गए रिकॉर्ड से बाहर नहीं रखा गया है।

प्रतिक्रिया उदाहरण

200 Response

{
	"code": 200,
	"msg": "अनुरोध सफल",
	"data": {
		"list": [
			{
				"code": "US",
				"number": 55,
				"name_zh_cn": "यूएसए",
				"name_en": "United States",
				"square_flag": "https://example.com/static/flags/us.png"
			}
		]
	}
}

प्रतिक्रियाएँ

StatusMeaningDescriptionSchema
200OKअनुरोध सफलInline

प्रतिक्रिया संरचना

स्थिति कोड 200

NameTypeRequiredRestrictionsDescription
» codeintegerfalsenoneस्थिति कोड, 200 सफलता
» msgstringfalsenoneस्थिति संदेश
» dataobjectfalsenonenone
»» list[object]falsenonenone
»»» codestringfalsenoneदेश या क्षेत्र कोड, आईएसओ 3166-1 अल्फ़ा-2
»»» numberintegerfalsenoneवर्तमान साइट पर उपलब्ध डेटा सेंटर आईपी की संख्या
»»» name_zh_cnstringfalsenoneदेश या क्षेत्र का चीनी नाम
»»» name_enstringfalsenoneदेश या क्षेत्र का अंग्रेजी नाम
»»» square_flagstringfalsenoneवर्गाकार ध्वज छवि URL
To perform this operation, you must be authenticated by means of one of the following methods: bearerAuth

प्रबंधन को आदेश दें

आदेश सूची

कोड उदाहरण

# You can also use wget
curl -X GET https://api.croxy.com/open/order/list \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

GET /open/order/list

पैरामीटर

NameInTypeRequiredDescription
page_noqueryintegerfalsenone
page_sizequeryintegerfalsenone
trade_noquerystringfalseक्रम संख्या
start_timequerystring(date-time)falseप्रारंभ समय (समावेशी), जैसे 2024-01-01 00:00:00
end_timequerystring(date-time)falseसमाप्ति समय (शामिल नहीं)
statusqueryintegerfalseआदेश की स्थिति
product_typequeryintegerfalseउत्पाद प्रकार
invoicequeryintegerfalseचालान की स्थिति: 0 कोई सीमा नहीं 1 चालान किया गया -1 बिना चालान किया गया (पुनः जारी किया जा सकता है)
pay_fee_statusqueryintegerfalseलंबी और छोटी भुगतान स्क्रीनिंग: 1 अधिक भुगतान 2 कम भुगतान

Detailed descriptions

status: आदेश की स्थिति

स्थितिविवरण
0लंबित भुगतान
1भुगतान
2ओवरटाइम और भुगतान न करने के कारण रद्द कर दिया गया
3रिफंड किया गया

product_type: उत्पाद प्रकार | उत्पाद प्रकार | विवरण | |---|---| |3|बैलेंस रिचार्ज| |9|गतिशील यातायात पैकेज| |11|डायनामिक ग्लोबल टाइम पैकेज V2| |12|दीर्घकालिक आईडीसी यातायात पैकेज| |13|आवासीय स्थिर आईपी ट्रैफिक पैकेज| |14|डेटा सेंटर स्टेटिक आईपी पैकेज| |15|दीर्घकालिक आईएसपी ट्रैफिक पैकेज| |16|स्थैतिक यातायात पैकेज| |17|गतिशील आईपी मात्रा पैकेज| |18|वेब-स्क्रेपर| |19|स्टेटिक आईपी नवीनीकरण| |20|स्टेटिक आईपी प्रतिस्थापन कोटा| |21|स्थैतिक यातायात पैकेज v2| |24|स्टेटिक ट्रैफिक ऐड-ऑन पैकेज| |25|आवासीय स्टेटिक आईपी पैकेज| |26|प्रतिस्थापन आदेश - कुछ भुगतान चैनलों के लिए उपयोगकर्ताओं को मैन्युअल रूप से राशि भरने की आवश्यकता होती है, जैसे: आभासी मुद्रा। यदि कम भुगतान होता है, तो आपको इस उत्पाद के माध्यम से पुनर्भुगतान करने के लिए ग्राहक सेवा से संपर्क करना होगा |27|सर्प| |28|वीडियो|

Enumerated Values

ParameterValue
status0
status1
status2
status3
product_type3
product_type9
product_type11
product_type12
product_type14
product_type16
product_type17
product_type18
product_type19
product_type21
product_type24
product_type25
product_type26
product_type27
product_type28
invoice-1
invoice0
invoice1
pay_fee_status1
pay_fee_status2

प्रतिक्रिया उदाहरण

200 Response

{
	"code": 0,
	"message": "ऑपरेशन सफल",
	"data": {
		"list": [
			{
				"id": 0,
				"trade_no": "string",
				"out_trade_no": "string",
				"product_id": 0,
				"product_type": 0,
				"amount": 0,
				"unit_price": 0.1,
				"total_fee": 0.1,
				"goods_fee": 0.1,
				"pay_fee": 0.1,
				"discount_fee": 0.1,
				"handling_fee": 0.1,
				"refund_fee": 0.1,
				"pm_id": 0,
				"pm_title": "string",
				"pm_logo": "string",
				"status": 0,
				"title": "string",
				"detail": "string",
				"region_desc": "string",
				"pay_at": "2019-08-24T14:15:22Z",
				"pay_timestamp": 0,
				"created_at": "2019-08-24T14:15:22Z",
				"pay_fee_status": 0,
				"invoice": {
					"name": "string",
					"org_name": "string",
					"first_name": "string",
					"last_name": "string",
					"phone": "string",
					"email": "[email protected]",
					"role_type": 0,
					"vat_id": "string",
					"address_country": "string",
					"address_city": "string",
					"address_line1": "string",
					"address_line2": "string",
					"address_postal_code": "string"
				}
			}
		],
		"pagination": {
			"total": 0,
			"page_no": 0,
			"page_size": 0,
			"total_pages": 0
		}
	}
}

प्रतिक्रियाएँ

StatusMeaningDescriptionSchema
200OKसफलताInline

प्रतिक्रिया संरचना

To perform this operation, you must be authenticated by means of one of the following methods: bearerAuth

ऑर्डर बनाएं

कोड उदाहरण

# You can also use wget
curl -X POST https://api.croxy.com/open/order/create \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

POST /open/order/create

चूंकि कई प्रकार के पैकेज हैं और प्रत्येक पैकेज में अलग-अलग कॉन्फ़िगरेशन हैं, कृपया वास्तविक स्थिति के अनुसार पैरामीटर भरें। मापदंडों को गलत तरीके से भरने से ऑर्डर निर्माण विफल हो सकता है।

उदाहरण:

स्थिर आईपी नवीनीकृत करें

{
    "पिड": पैकेज आईडी, ///ओपन/प्रोडक्ट इंटरफ़ेस से प्राप्त किया गया
    "upids": "1,2,3,4,5,6", // /open/ip/get-static-ip इंटरफ़ेस से संबंधित आईडी फ़ील्ड प्राप्त करें
    "pm_id": 1 // /ओपन/पेमेंट/लिस्ट या /ओपन/पेमेंट/ग्रुप इंटरफ़ेस से प्राप्त किया गया
  }

स्थैतिक आवासीय आईपी खरीद

{
  "पिड": पैकेज आईडी, ///ओपन/प्रोडक्ट इंटरफ़ेस से प्राप्त किया गया
  "pm_id": भुगतान विधि आईडी, // /ओपन/पेमेंट/लिस्ट या /ओपन/पेमेंट/ग्रुप इंटरफ़ेस से प्राप्त की गई
  "क्षेत्र_सूची": "जेपी,15,333|डीई,10,444|यूएस,5,555" // प्रारूप: क्षेत्र, मात्रा, एएसएन|क्षेत्र, मात्रा, एएसएन (एएसएन नंबर वैकल्पिक)
}

स्टेटिक डेटा सेंटर आईपी खरीद

{
  "पिड": पैकेज आईडी, ///ओपन/प्रोडक्ट इंटरफ़ेस से प्राप्त किया गया
  "pm_id": भुगतान विधि आईडी, // /ओपन/पेमेंट/लिस्ट या /ओपन/पेमेंट/ग्रुप इंटरफ़ेस से प्राप्त की गई
  "क्षेत्र_सूची": "जेपी,15,333|डीई,10,444|यूएस,5,555" // प्रारूप: क्षेत्र, मात्रा, एएसएन|क्षेत्र, मात्रा, एएसएन (एएसएन नंबर वैकल्पिक)
}

गतिशील आवासीय यातायात खरीद

{
  "पिड": पैकेज आईडी, ///ओपन/प्रोडक्ट इंटरफ़ेस से प्राप्त किया गया
  "pm_id": भुगतान विधि आईडी // /ओपन/पेमेंट/लिस्ट या /ओपन/पेमेंट/ग्रुप इंटरफ़ेस से प्राप्त की गई
}

स्टेटिक रोटेशन ट्रैफिक खरीद

{
  "पिड": पैकेज आईडी, ///ओपन/प्रोडक्ट इंटरफ़ेस से प्राप्त किया गया
  "pm_id": भुगतान विधि आईडी // /ओपन/पेमेंट/लिस्ट या /ओपन/पेमेंट/ग्रुप इंटरफ़ेस से प्राप्त की गई
}

गतिशील असीमित ट्रैफ़िक खरीदारी

{
  "पिड": पैकेज आईडी, ///ओपन/प्रोडक्ट इंटरफ़ेस से प्राप्त किया गया
  "pm_id": भुगतान विधि आईडी, // /ओपन/पेमेंट/लिस्ट या /ओपन/पेमेंट/ग्रुप इंटरफ़ेस से प्राप्त की गई
  "product_sku_bandwidth_id": बैंडविड्थ विनिर्देश आईडी,
  "product_sku_concurrency_id": समवर्ती विशिष्टता आईडी
}

बैलेंस रिचार्ज

{
  "पिड": पैकेज आईडी, ///ओपन/प्रोडक्ट इंटरफ़ेस से प्राप्त किया गया
  "pm_id": भुगतान विधि आईडी, // /ओपन/पेमेंट/लिस्ट या /ओपन/पेमेंट/ग्रुप इंटरफ़ेस से प्राप्त की गई
  "रिचार्ज_राशि": रिचार्ज राशि
}

Body parameter

{
	"pid": 0,
	"upids": "string",
	"amount": 0,
	"pm_id": 0,
	"region_list": "string",
	"coupon_sn": "string",
	"use_invitation_registration_discount": true,
	"renew_duration": 0,
	"product_sku_bandwidth_id": 0,
	"product_sku_concurrency_id": 0,
	"product_sku_duration_id": 0,
	"etd": 1,
	"recharge_amount": 0
}

पैरामीटर

| Name | In | Type | Required | Description | | --- | --- | --- | --- | --- | --- | --- | --- | | body | body | object | true | none | | » pid | body | integer | true | पैकेज आईडी, /ओपन/प्रोडक्ट इंटरफ़ेस द्वारा लौटाए गए आईडी फ़ील्ड से | | » upids | body | string | false | /open/user-product/list या /open/ip/get-static-ip इंटरफ़ेस द्वारा लौटाए गए आईडी फ़ील्ड से नवीनीकरण पैकेज आईडी (अल्पविराम से अलग) की सूची | | » amount | body | number | false | खरीदे गए नए पैकेजों की संख्या | | » pm_id | body | integer | true | भुगतान विधि आईडी, /ओपन/भुगतान/सूची या /ओपन/भुगतान/समूह इंटरफ़ेस द्वारा लौटाए गए आईडी फ़ील्ड से | | » region_list | body | string | false | स्थिर आईपी खरीदते समय, क्षेत्र + मात्रा + एएसएन संख्या निर्दिष्ट करें। प्रारूप है: क्षेत्र, मात्रा, एएसएन | क्षेत्र, मात्रा, एएसएन। उदाहरण के लिए: JP,15,333 | DE,10,444 | US,5,555 (ASN नंबर वैकल्पिक है) | | » coupon_sn | body | string | false | कूपन नंबर | | » use_invitation_registration_discount | body | boolean | false | निमंत्रण पंजीकरण छूट का उपयोग करना है या नहीं | | » renew_duration | body | integer | false | नवीनीकरण समय-स्थैतिक आईपी वैकल्पिक | | » product_sku_bandwidth_id | body | integer | false | पैकेज 11: बैंडविड्थ पैकेज आईडी | | » product_sku_concurrency_id | body | integer | false | पैकेज 11: समवर्ती पैकेज आईडी | | » product_sku_duration_id | body | integer | false | पैकेज प्रकार=11आवश्यक: अवधि विशिष्टता आईडी | | » etd | body | integer | false | पैकेज एक्सटेंशनऑफटाइम_डेज़ से प्राप्त अवधि गुणक, 2 दिनों की संख्या × 2 को दर्शाता है, कीमत बढ़ जाएगी | | » recharge_amount | body | integer | false | पैकेज 3: रिचार्ज राशि |

प्रतिक्रिया उदाहरण

200 Response

{
	"code": 0,
	"message": "ऑपरेशन सफल",
	"data": {
		"id": 0,
		"trade_no": "string",
		"out_trade_no": "string",
		"product_id": 0,
		"product_type": 0,
		"amount": 0,
		"unit_price": 0.1,
		"total_fee": 0.1,
		"goods_fee": 0.1,
		"pay_fee": 0.1,
		"discount_fee": 0.1,
		"handling_fee": 0.1,
		"refund_fee": 0.1,
		"pm_id": 0,
		"pm_title": "string",
		"pm_logo": "string",
		"status": 0,
		"title": "string",
		"detail": "string",
		"region_desc": "string",
		"pay_at": "2019-08-24T14:15:22Z",
		"pay_timestamp": 0,
		"created_at": "2019-08-24T14:15:22Z",
		"pay_fee_status": 0,
		"invoice": {
			"name": "string",
			"org_name": "string",
			"first_name": "string",
			"last_name": "string",
			"phone": "string",
			"email": "[email protected]",
			"role_type": 0,
			"vat_id": "string",
			"address_country": "string",
			"address_city": "string",
			"address_line1": "string",
			"address_line2": "string",
			"address_postal_code": "string"
		}
	}
}

प्रतिक्रियाएँ

StatusMeaningDescriptionSchema
200OKसफलतापूर्वक बनाया गयाInline

प्रतिक्रिया संरचना

To perform this operation, you must be authenticated by means of one of the following methods: bearerAuth

आदेश रद्द

कोड उदाहरण

# You can also use wget
curl -X POST https://api.croxy.com/open/order/close \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

POST /open/order/close

Body parameter

{
	"trade_no": "string"
}

पैरामीटर

NameInTypeRequiredDescription
bodybodyobjecttruenone
» trade_nobodystringtruenone

प्रतिक्रिया उदाहरण

200 Response

{
	"code": 0,
	"message": "ऑपरेशन सफल",
	"data": {}
}

प्रतिक्रियाएँ

StatusMeaningDescriptionSchema
200OKऑपरेशन सफलSuccessResponse
To perform this operation, you must be authenticated by means of one of the following methods: bearerAuth

पूर्व जांच का आदेश दें

कोड उदाहरण

# You can also use wget
curl -X POST https://api.croxy.com/open/order/check \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

POST /open/order/check

ऑर्डर बनाने से पहले कॉल किया जाता है, इसका उपयोग कीमतों, छूट, आईपी नवीनीकरण विवरण आदि का पूर्वावलोकन करने के लिए किया जाता है। ऑर्डर वास्तव में नहीं बनाया जाएगा। पैरामीटर बिल्कुल /open/order/create के समान हैं।

Body parameter

{
	"pid": 0,
	"upids": "string",
	"amount": 1,
	"pm_id": 0,
	"region_list": "string",
	"coupon_sn": "string",
	"renew_duration": "1m",
	"product_sku_bandwidth_id": 0,
	"product_sku_concurrency_id": 0,
	"product_sku_duration_id": 0,
	"etd": 1,
	"recharge_amount": 0
}

पैरामीटर

| Name | In | Type | Required | Description | | ---------------------------- | ---- | ------- | -------- | -------------------------------------------------------------------------- | -------------------- | | body | body | object | true | none | | » pid | body | integer | true | पैकेज आईडी | | » upids | body | string | false | आईपी ​​नवीनीकरण: उपयोगकर्ता पैकेज आईडी की सूची, अल्पविराम द्वारा अलग की गई | | » amount | body | integer | false | खरीद की मात्रा | | » pm_id | body | integer | true | भुगतान विधि आईडी | | » region_list | body | string | false | स्टेटिक आईपी खरीद क्षेत्र + मात्रा, प्रारूप: क्षेत्र आईडी, मात्रा | क्षेत्र आईडी, मात्रा | | » coupon_sn | body | string | false | कूपन नंबर | | » renew_duration | body | string | false | आईपी ​​नवीनीकरण अवधि: 1m=1 महीना, 2m=2 महीने, em=अगले महीने का अंत | | » product_sku_bandwidth_id | body | integer | false | पैकेज प्रकार=11आवश्यक: बैंडविड्थ विशिष्टता आईडी | | » product_sku_concurrency_id | body | integer | false | पैकेज प्रकार=11आवश्यक: समवर्ती विशिष्टता आईडी | | » product_sku_duration_id | body | integer | false | पैकेज प्रकार=11आवश्यक: अवधि विशिष्टता आईडी | | » etd | body | integer | false | अवधि गुणक, पैकेज एक्सटेंशनऑफटाइम_डेज़ से प्राप्त किया गया | | » recharge_amount | body | number | false | पैकेज प्रकार=3आवश्यक: पुनर्भरण राशि |

Enumerated Values

ParameterValue
» renew_duration1m
» renew_duration2m
» renew_durationem

प्रतिक्रिया उदाहरण

200 Response

{
	"code": 0,
	"message": "ऑपरेशन सफल",
	"data": {
		"product_id": 0,
		"amount": 0,
		"discount_fee": 0.1,
		"total_fee": 0.1,
		"pay_fee": 0.1,
		"product_type": 0,
		"title": "string",
		"detail": "string",
		"ip_result": [
			{
				"ip": "string",
				"price": 0.1,
				"country_code": "string",
				"current_time": "2019-08-24T14:15:22Z",
				"renewal_time": "2019-08-24T14:15:22Z",
				"country": {
					"name_zh_cn": "string",
					"flag": "string",
					"square_flag": "string"
				}
			}
		]
	}
}

प्रतिक्रियाएँ

StatusMeaningDescriptionSchema
200OKप्रीफ्लाइट सफलInline

प्रतिक्रिया संरचना

To perform this operation, you must be authenticated by means of one of the following methods: bearerAuth

भुगतान प्रबंधन

भुगतान विधियों की एक सूची प्राप्त करें

कोड उदाहरण

# You can also use wget
curl -X GET https://api.croxy.com/open/payment/groups \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

GET /open/payment/groups

पैरामीटर

NameInTypeRequiredDescription
trade_noqueryundefinedfalseऑर्डर संख्या - तब पारित किया जा सकता है जब कुछ ऑर्डर के लिए एक विशिष्ट भुगतान विधि की आवश्यकता होती है

प्रतिक्रिया उदाहरण

200 Response

{
	"code": 0,
	"message": "ऑपरेशन सफल",
	"data": {
		"list": [
			{
				"name": "string",
				"logos": ["string"],
				"items": [
					{
						"id": 0,
						"title": "string",
						"logo": "string",
						"group": "string",
						"disabled": false,
						"min": 0,
						"max": 0
					}
				]
			}
		]
	}
}

प्रतिक्रियाएँ

StatusMeaningDescriptionSchema
200OKसफलता प्राप्त करेंInline

प्रतिक्रिया संरचना

To perform this operation, you must be authenticated by means of one of the following methods: bearerAuth

मार्केटिंग

रिचार्ज बोनस अनुपात

कोड उदाहरण

# You can also use wget
curl -X GET https://api.croxy.com/open/activity/balance-recharge-gift-ratio \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

GET /open/activity/balance-recharge-gift-ratio

रिचार्ज बोनस अनुपात

प्रतिक्रिया उदाहरण

200 Response

{
	"code": 0,
	"message": "ऑपरेशन सफल",
	"data": {
		"list": [null]
	}
}

प्रतिक्रियाएँ

StatusMeaningDescriptionSchema
200OKOKInline

प्रतिक्रिया संरचना

To perform this operation, you must be authenticated by means of one of the following methods: bearerAuth

उत्पाद

उत्पादों की सूची

कोड उदाहरण

# You can also use wget
curl -X GET https://api.croxy.com/open/product \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

GET /open/product

वर्तमान साइट पर खरीद के लिए उपलब्ध पैकेजों की सूची प्राप्त करें, और प्रकार, वैधता अवधि और अन्य शर्तों के आधार पर फ़िल्टरिंग का समर्थन करें।

पैरामीटर

NameInTypeRequiredDescription
typequeryintegerfalseपैकेज प्रकार, Product.type गणना विवरण देखें। यदि पारित नहीं हुआ तो सभी प्रकार वापस कर दिये जायेंगे।
parent_product_typequeryintegerfalseमूल पैकेज प्रकार, केवल तब मान्य होता है जब टाइप=19 (आईपी नवीनीकरण), उत्पाद लाइनों को फ़िल्टर करने के लिए उपयोग किया जाता है: 14=डेटा सेंटर 25=आवासीय
time_daysqueryanyfalseवैधता अवधि फ़िल्टरिंग, एकल मान या सरणी का समर्थन करता है, जैसे 30 / [30,90,365]
show_typequeryanyfalseप्रदर्शन प्रकार फ़िल्टरिंग, एकल मान या सरणी का समर्थन करता है

Enumerated Values

ParameterValue
parent_product_type14
parent_product_type25

प्रतिक्रिया उदाहरण

200 Response

{
	"code": 0,
	"message": "ऑपरेशन सफल",
	"data": [
		{
			"id": 0,
			"title": "string",
			"type": 0,
			"show_type": 0,
			"status": 0,
			"price": 0.1,
			"usd_price": 0.1,
			"price_hkd": 0.1,
			"original_price": 0.1,
			"original_usd_price": 0.1,
			"original_price_hkd": 0.1,
			"local_price": 0.1,
			"local_original_price": 0.1,
			"preferred_currency": "string",
			"support_currencies": "string",
			"flow_value": 0.1,
			"flow_give": 0.1,
			"balance_give": 0.1,
			"balance_value": 0.1,
			"time_validity": 0.1,
			"time_price": 0.1,
			"time_days": 0,
			"tip1": "string",
			"tip2": "string",
			"introduce": ["string"],
			"region_list_id": 0,
			"renew_product_list": "string",
			"parent_product_type": 0,
			"total_count": 0,
			"remain_count": 0,
			"extension_of_time_days": [0],
			"time_days_price_rate": 0.1,
			"desc": {
				"subtitle": "string",
				"flow_value": 0.1,
				"flow_give": 0.1,
				"balance_give": 0.1,
				"time_validity": 0.1,
				"time_price": 0.1,
				"tip1": "string",
				"tip2": "string",
				"introduce": ["string"]
			},
			"sku": {
				"bandwidth_list": [
					{
						"id": 0,
						"value": 0,
						"price": 0.1,
						"price_usd": 0.1,
						"price_hkd": 0.1
					}
				],
				"duration_list": [
					{
						"id": 0,
						"value": 0,
						"price": 0.1,
						"price_usd": 0.1,
						"price_hkd": 0.1
					}
				],
				"concurrency_list": [
					{
						"id": 0,
						"value": 0,
						"price": 0.1,
						"price_usd": 0.1,
						"price_hkd": 0.1
					}
				]
			}
		}
	]
}

प्रतिक्रियाएँ

StatusMeaningDescriptionSchema
200OKOKInline

प्रतिक्रिया संरचना

To perform this operation, you must be authenticated by means of one of the following methods: bearerAuth

Schemas

productTypes

9

पैकेज प्रकार, 9 गतिशील आवासीय यातायात पैकेज, 11 गतिशील आवासीय आईपी, 14 स्थिर डेटा सेंटर आईपी, 25 स्थिर आवासीय आईपी

Properties

NameTypeRequiredRestrictionsDescription
anonymousintegerfalsenoneपैकेज प्रकार, 9 गतिशील आवासीय यातायात पैकेज, 11 गतिशील आवासीय आईपी, 14 स्थिर डेटा सेंटर आईपी, 25 स्थिर आवासीय आईपी

Enumerated Values

PropertyValue
anonymous9
anonymous11
anonymous14
anonymous25

apiKey

{}

प्रमाणीकरण कुंजी

Properties

None

responseCode

200

स्थिति कोड, 200 सफल, 3 ऐप_कुंजी अमान्य

Properties

NameTypeRequiredRestrictionsDescription
anonymousintegerfalsenoneस्थिति कोड, 200 सफल, 3 ऐप_कुंजी अमान्य

responseMsg

"सफल"

प्रतिक्रिया संदेश

Properties

NameTypeRequiredRestrictionsDescription
anonymousstringfalsenoneप्रतिक्रिया संदेश

SuccessResponse

{
	"code": 0,
	"message": "ऑपरेशन सफल",
	"data": {}
}

Properties

NameTypeRequiredRestrictionsDescription
codeintegerfalsenonenone
messagestringfalsenonenone
dataobjectfalsenonenone

ErrorResponse

{
	"code": 400,
	"message": "पैरामीटर त्रुटि",
	"errors": {}
}

Properties

NameTypeRequiredRestrictionsDescription
codeintegerfalsenonenone
messagestringfalsenonenone
errorsobjectfalsenonenone

User

{
	"id": 0,
	"email": "[email protected]",
	"phone": "string",
	"balance": 0.1,
	"status": 0,
	"is_real_name": true,
	"created_at": "2019-08-24T14:15:22Z"
}

Properties

NameTypeRequiredRestrictionsDescription
idintegerfalsenonenone
emailstring(email)falsenonenone
phonestringfalsenonenone
balancenumber(float)falsenonenone
statusintegerfalsenonenone
is_real_namebooleanfalsenonenone
created_atstring(date-time)falsenonenone

Order

{
	"id": 0,
	"trade_no": "string",
	"out_trade_no": "string",
	"product_id": 0,
	"product_type": 0,
	"amount": 0,
	"unit_price": 0.1,
	"total_fee": 0.1,
	"goods_fee": 0.1,
	"pay_fee": 0.1,
	"discount_fee": 0.1,
	"handling_fee": 0.1,
	"refund_fee": 0.1,
	"pm_id": 0,
	"pm_title": "string",
	"pm_logo": "string",
	"status": 0,
	"title": "string",
	"detail": "string",
	"region_desc": "string",
	"pay_at": "2019-08-24T14:15:22Z",
	"pay_timestamp": 0,
	"created_at": "2019-08-24T14:15:22Z",
	"pay_fee_status": 0,
	"invoice": {
		"name": "string",
		"org_name": "string",
		"first_name": "string",
		"last_name": "string",
		"phone": "string",
		"email": "[email protected]",
		"role_type": 0,
		"vat_id": "string",
		"address_country": "string",
		"address_city": "string",
		"address_line1": "string",
		"address_line2": "string",
		"address_postal_code": "string"
	}
}

Properties

| Name | Type | Required | Restrictions | Description | | --------------------- | ----------------- | -------- | ------------ | ---------------------------------------------------------------------------------- | ----- | ----- | ---- | --- | --- | ---- | --- | ------------ | ---- | --- | ------ | ---- | --- | ---------------- | ---- | --- | -------------- | --- | | id | integer | false | none | आदेश कामतत्व | | trade_no | string | false | none | आंतरिक आदेश संख्या | | out_trade_no | string | false | none | बाहरी आदेश संख्या | | product_id | integer | false | none | पैकेज आईडी | | product_type | integer | false | none | पैकेज प्रकार, उत्पाद प्रकार गणना देखें | | amount | integer | false | none | खरीद की मात्रा | | unit_price | number(float) | false | none | यूनिट मूल्य | | total_fee | number(float) | false | none | कुल ऑर्डर मूल्य (छूट और हैंडलिंग शुल्क को छोड़कर) | | goods_fee | number(float) | false | none | उत्पाद की कीमत (छूट सहित, हैंडलिंग शुल्क को छोड़कर) | | pay_fee | number(float) | false | none | भुगतान की गई वास्तविक राशि (छूट और हैंडलिंग शुल्क सहित) | | discount_fee | number(float) | false | none | छूट की रकम | | handling_fee | number(float) | false | none | संचालन शुल्क | | refund_fee | number(float) | false | none | धनवापसी राशि | | pm_id | integer | false | none | भुगतान विधि आईडी (/खुले/भुगतान/सूची से) | | pm_title | string | false | none | भुगतान विधि का नाम | | pm_logo | string | false | none | भुगतान विधि लोगो यूआरएल | | status | integer | false | none | आदेश की स्थिति
| मूल्य | विवरण |
| --- | --- |
| 0 | लंबित भुगतान |
| 1 | भुगतान |
| 2 | टाइमआउट रद्दीकरण |
| 3 | रिफंड किया गया | | | title | string | false | none | पैकेज का शीर्षक | | detail | string | false | none | पैकेज विवरण | | region_desc | string | false | none | क्षेत्र विशिष्टता विवरण | | pay_at | string(date-time) | false | none | भुगतान का समय | | pay_timestamp | integer | false | none | भुगतान टाइमस्टैम्प | | created_at | string(date-time) | false | none | रचना समय | | pay_fee_status | integer | false | none | लंबे और छोटे भुगतान की स्थिति: 0 सामान्य 1 लंबे भुगतान (अधिक भुगतान) 2 छोटे भुगतान | | invoice | object | false | none | चालान जानकारी (केवल ऑनलाइन भुगतान आदेशों के लिए मूल्यवान) | | » name | string | false | none | पूरा नाम | | » org_name | string | false | none | कंपनी का नाम | | » first_name | string | false | none | none | | » last_name | string | false | none | none | | » phone | string | false | none | none | | » email | string(email) | false | none | none | | » role_type | integer | false | none | 1 व्यक्ति 2 कंपनियाँ | | » vat_id | string | false | none | कर आईडी संख्या | | » address_country | string | false | none | none | | » address_city | string | false | none | none | | » address_line1 | string | false | none | none | | » address_line2 | string | false | none | none | | » address_postal_code | string | false | none | none |

OrderCheckResult

{
	"product_id": 0,
	"amount": 0,
	"discount_fee": 0.1,
	"total_fee": 0.1,
	"pay_fee": 0.1,
	"product_type": 0,
	"title": "string",
	"detail": "string",
	"ip_result": [
		{
			"ip": "string",
			"price": 0.1,
			"country_code": "string",
			"current_time": "2019-08-24T14:15:22Z",
			"renewal_time": "2019-08-24T14:15:22Z",
			"country": {
				"name_zh_cn": "string",
				"flag": "string",
				"square_flag": "string"
			}
		}
	]
}

परिणामों की पूर्व-जांच का आदेश दें

Properties

NameTypeRequiredRestrictionsDescription
product_idintegerfalsenoneपैकेज आईडी
amountintegerfalsenoneमात्रा
discount_feenumber(float)falsenoneछूट की रकम
total_feenumber(float)falsenoneकुल आर्डर
pay_feenumber(float)falsenoneभुगतान की गई वास्तविक राशि
product_typeintegerfalsenoneपैकेज का प्रकार
titlestringfalsenoneपैकेज का शीर्षक
detailstringfalsenoneपैकेज विवरण
ip_result[object]falsenoneआईपी ​​बैच नवीनीकरण परिणाम (केवल आईपी नवीनीकरण के दौरान लौटाए गए)
» ipstringfalsenonenone
» pricenumber(float)falsenonenone
» country_codestringfalsenonenone
» current_timestring(date-time)falsenonenone
» renewal_timestring(date-time)falsenonenone
» countryobjectfalsenonenone
»» name_zh_cnstringfalsenonenone
»» flagstringfalsenoneवृत्त ध्वज यूआरएल
»» square_flagstringfalsenoneवर्गाकार ध्वज यूआरएल

Product

{
	"id": 0,
	"title": "string",
	"type": 0,
	"show_type": 0,
	"status": 0,
	"price": 0.1,
	"usd_price": 0.1,
	"price_hkd": 0.1,
	"original_price": 0.1,
	"original_usd_price": 0.1,
	"original_price_hkd": 0.1,
	"local_price": 0.1,
	"local_original_price": 0.1,
	"preferred_currency": "string",
	"support_currencies": "string",
	"flow_value": 0.1,
	"flow_give": 0.1,
	"balance_give": 0.1,
	"balance_value": 0.1,
	"time_validity": 0.1,
	"time_price": 0.1,
	"time_days": 0,
	"tip1": "string",
	"tip2": "string",
	"introduce": ["string"],
	"region_list_id": 0,
	"renew_product_list": "string",
	"parent_product_type": 0,
	"total_count": 0,
	"remain_count": 0,
	"extension_of_time_days": [0],
	"time_days_price_rate": 0.1,
	"desc": {
		"subtitle": "string",
		"flow_value": 0.1,
		"flow_give": 0.1,
		"balance_give": 0.1,
		"time_validity": 0.1,
		"time_price": 0.1,
		"tip1": "string",
		"tip2": "string",
		"introduce": ["string"]
	},
	"sku": {
		"bandwidth_list": [
			{
				"id": 0,
				"value": 0,
				"price": 0.1,
				"price_usd": 0.1,
				"price_hkd": 0.1
			}
		],
		"duration_list": [
			{
				"id": 0,
				"value": 0,
				"price": 0.1,
				"price_usd": 0.1,
				"price_hkd": 0.1
			}
		],
		"concurrency_list": [
			{
				"id": 0,
				"value": 0,
				"price": 0.1,
				"price_usd": 0.1,
				"price_hkd": 0.1
			}
		]
	}
}

Properties

| Name | Type | Required | Restrictions | Description | | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | | id | integer | false | none | पैकेज आईडी | | title | string | false | none | पैकेज का मुख्य शीर्षक | | type | integer | false | none | पैकेज का प्रकार
| मूल्य | विवरण |
| --- | --- |
| 3 | बैलेंस रिचार्ज |
| 9 | गतिशील आवासीय यातायात पैकेज |
| 10 | गतिशील वैश्विक पैकेज पैकेज |
| 11 | अनुकूलित गतिशील वैश्विक पैकेज V2 (SKU सहित) |
| 12 | दीर्घकालिक आईडीसी यातायात पैकेज |
| 13 | आवासीय स्टेटिक आईपी ट्रैफिक पैकेज |
| 14 | डेटा सेंटर स्टेटिक आईपी पैकेज |
| 15 | दीर्घकालिक आईएसपी ट्रैफ़िक पैकेज |
| 16 | स्थैतिक यातायात पैकेज |
| 17 | गतिशील आवासीय आईपी पैकेज |
| 19 | स्टेटिक आईपी नवीनीकरण पैकेज |
| 20 | स्टेटिक आईपी प्रतिस्थापन योग्यताएँ |
| 21 | स्थैतिक आवासीय आईपी पैकेज |
| 24 | स्थैतिक यातायात ऐड-ऑन पैकेज |
| 25 | स्टेटिक आईपी दर पैकेज | | | show_type | integer | false | none | प्रदर्शन प्रकार: 1 साधारण 2 बड़ी अनुशंसा 3 खरीद के लिए उपलब्ध नहीं (अनुकूलन की आवश्यकता) 4 परीक्षण | | status | integer | false | none | स्थिति: 1 शेल्फ़ पर 0 शेल्फ़ से बाहर | | price | number(float) | false | none | आरएमबी कीमत | | usd_price | number(float) | false | none | डॉलर की कीमत | | price_hkd | number(float) | false | none | हांगकांग डॉलर की कीमत | | original_price | number(float) | false | none | मूल कीमत (CNY) | | original_usd_price | number(float) | false | none | मूल कीमत (USD) | | original_price_hkd | number(float) | false | none | मूल कीमत (HKD) | | local_price | number(float) | false | none | स्थानीयकृत मूल्य (पसंदीदा_मुद्रा पर निर्भर करता है) | | local_original_price | number(float) | false | none | स्थानीयकृत मूल मूल्य (पसंदीदा_मुद्रा पर निर्भर करता है) | | preferred_currency | string | false | none | मुद्रा को प्रदर्शित करने की अनुशंसा की जाती है, जैसे यूएसडी/सीएनवाई/एचकेडी | | support_currencies | string | false | none | समर्थित मुद्राओं की सूची, अल्पविराम द्वारा अलग की गई, जैसे यूएसडी, सीएनवाई | | flow_value | number(float) | false | none | डेटा प्लान का डिफ़ॉल्ट ट्रैफ़िक (GB) | | flow_give | number(float) | false | none | मुफ़्त ट्रैफ़िक (जीबी) | | balance_give | number(float) | false | none | बैलेंस रिचार्ज बोनस | | balance_value | number(float) | false | none | पुनर्भरण राशि | | time_validity | number(float) | false | none | मानक योजनाओं की डिफ़ॉल्ट वैधता अवधि | | time_price | number(float) | false | none | प्रति आईपी मानक पैकेज मूल्य | | time_days | integer | false | none | वैधता के दिनों की संख्या, जैसे 30/90/180/365 | | tip1 | string | false | none | लेबल विवरण 1 | | tip2 | string | false | none | लेबल विवरण 2 | | introduce | [string] | false | none | पाठ परिचय सूची | | region_list_id | integer | false | none | क्षेत्र आईडी | | renew_product_list | string | false | none | नवीकरणीय पैकेज आईडी की सूची (अल्पविराम से अलग) | | parent_product_type | integer | false | none | मूल पैकेज प्रकार (प्रकार=19 होने पर मान्य): 14 या 25 | | total_count | integer | false | none | कुल इन्वेंटरी, 0 का मतलब कोई सीमा नहीं है | | remain_count | integer | false | none | शेष स्टॉक | | extension_of_time_days | [integer] | false | none | अवधि गुणकों की सूची. यदि यह खाली है या इसमें केवल 1 है, तो इसका मतलब है कि यह समर्थित नहीं है। | | time_days_price_rate | number(float) | false | none | अवधि कीमत गुणांक, कीमत × (1 + (गुणा-1) × दर) | | desc | object | false | none | पैकेज विवरण जानकारी | | » subtitle | string | false | none | उपशीर्षक | | » flow_value | number(float) | false | none | none | | » flow_give | number(float) | false | none | none | | » balance_give | number(float) | false | none | none | | » time_validity | number(float) | false | none | none | | » time_price | number(float) | false | none | none | | » tip1 | string | false | none | none | | » tip2 | string | false | none | none | | » introduce | [string] | false | none | none | | sku | object | false | none | विशिष्टता पैरामीटर (प्रकार = 11 होने पर लौटाया गया) | | » bandwidth_list | [object] | false | none | बैंडविड्थ विशिष्टता सूची | | »» id | integer | false | none | none | | »» value | integer | false | none | बैंडविड्थ मान (एमबीपीएस) | | »» price | number(float) | false | none | none | | »» price_usd | number(float) | false | none | none | | »» price_hkd | number(float) | false | none | none | | » duration_list | [object] | false | none | अवधि विशिष्टता सूची | | »» id | integer | false | none | none | | »» value | integer | false | none | अवधि (दिन) | | »» price | number(float) | false | none | none | | »» price_usd | number(float) | false | none | none | | »» price_hkd | number(float) | false | none | none | | » concurrency_list | [object] | false | none | समवर्ती विशिष्टता सूची | | »» id | integer | false | none | none | | »» value | integer | false | none | समवर्ती की संख्या | | »» price | number(float) | false | none | none | | »» price_usd | number(float) | false | none | none | | »» price_hkd | number(float) | false | none | none |

WhiteIp

{
	"id": 0,
	"ip": "string",
	"remark": "string",
	"created_at": "2019-08-24T14:15:22Z"
}

Properties

NameTypeRequiredRestrictionsDescription
idintegerfalsenonenone
ipstringfalsenonenone
remarkstringfalsenonenone
created_atstring(date-time)falsenonenone

WhitelistAccount

{
	"id": 0,
	"username": "string",
	"limit": 0,
	"used": 0,
	"status": 0
}

Properties

NameTypeRequiredRestrictionsDescription
idintegerfalsenonenone
usernamestringfalsenonenone
limitintegerfalsenonenone
usedintegerfalsenonenone
statusintegerfalsenonenone

Coupon

{
	"id": 0,
	"name": "string",
	"code": "string",
	"discount": 0.1,
	"expire_time": "2019-08-24T14:15:22Z"
}

Properties

NameTypeRequiredRestrictionsDescription
idintegerfalsenonenone
namestringfalsenonenone
codestringfalsenonenone
discountnumber(float)falsenonenone
expire_timestring(date-time)falsenonenone

Article

{
	"id": 0,
	"title": "string",
	"content": "string",
	"created_at": "2019-08-24T14:15:22Z"
}

Properties

NameTypeRequiredRestrictionsDescription
idintegerfalsenonenone
titlestringfalsenonenone
contentstringfalsenonenone
created_atstring(date-time)falsenonenone

Pagination

{
	"total": 0,
	"page_no": 0,
	"page_size": 0,
	"total_pages": 0
}

Properties

NameTypeRequiredRestrictionsDescription
totalintegerfalsenonenone
page_nointegerfalsenonenone
page_sizeintegerfalsenonenone
total_pagesintegerfalsenonenone