1Reg Docs
APIWebhook
APIWebhook
  1. Domains
  • 📝 How to start?
  • Account
    • payments
      • Payments history
    • Account details
  • Domains
    • DNS
      • Bulk get dns records
      • Get dns records
      • Bulk update dns
    • Domains list
      GET
    • Bulk query domains
      POST
    • Register Domain
      POST
APIWebhook
APIWebhook
  1. Domains

Domains list

Developing
Prod Env
https://api.onereg.org/v1
Prod Env
https://api.onereg.org/v1
GET
/domains
Last modified:2025-11-09 08:18:47

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.onereg.org/v1/domains?page=1&size=100&sort=ASC&query=example' \
--header 'Authorization: Bearer <token>'

Responses

🟢200Not Found
application/json
Body

Example
{
    "status": true,
    "result": {
        "data": [
            {
                "id": 173780,
                "registrar": "webnic",
                "name": "example.com",
                "shared_access": [],
                "status": "active",
                "nameservers": [
                    "alfred.ns.cloudflare.com",
                    "kiki.ns.cloudflare.com"
                ],
                "dtcreate": "2025-09-24T00:46:07.000Z",
                "dtexpire": "2026-09-23T21:46:06.000Z",
                "reputation": {
                    "blocked": true,
                    "abuses": [
                        {
                            "service": "Google Safe Browsing",
                            "category": "SOCIAL_ENGINEERING"
                        }
                    ]
                },
                "addons": {
                    "cloudflare": true
                }
            }
        ],
        "size": 100,
        "current_page": 1,
        "previous_page": null,
        "items": 1,
        "total_items": 1
    }
}
🟠400Bad Request
🟠401 Unauthorized
🟠403Forbidden
Modified at 2025-11-09 08:18:47
Previous
Bulk update dns
Next
Bulk query domains
Built with