Domains
Finden Sie Ihren Domain


Method | Description |
---|---|
GET | GET Request: Retrieve detailed information about a specified resource |
POST | POST Request: Create a new resource |
PUT | PUT Request: Fully update the specified resource |
DELETE | DELETE Request: Remove the specified resource |
{ "domainName": "domain.com", "showPrice": "yes", "currency": "USD" }
{ "Code": "200", "Message": "Success", "Data": {} }
Price level | Thread Count | Rate Limit |
---|---|---|
Regular | 1 thread | 60/min (1/sec) |
Bulk | 5 threads | 600/min (10/sec) |
Super Bulk | 25 threads | 6000/min (100/sec) |
<Response> <status> <code>429</code> <message>Too Many Requests</message> </status> <error> <description>You have reached the maximum allowed requests within the concurrent limit of your account. Please try again later.</description> </error> </Response>
{ "code": 429, "message": "Too Many Requests", "error": { "description": "You have reached the maximum allowed requests within the concurrent limit of your account. Please try again later." } }