---
title: "List DNS Zones"
method: GET
path: "/dnszone"
tags: ["DNS Zone"]
---

# List DNS Zones

`GET /dnszone`

## Query parameters

- `page` integer
- `perPage` integer
- `search` string, nullable
- `view` 0 | 1 — 0 = Full 1 = Lite

## Response `200`

The list of DNS Zones on the account.

- PaginationListModelOfDnsZoneModel
  - `Items` DnsZoneModel[], nullable
    - `Id` integer
    - `Domain` string, nullable
    - `Records` DnsRecordModel[], nullable
      - `Id` integer
      - `Type` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 — 0 = A 1 = AAAA 2 = CNAME 3 = TXT 4 = MX 5 = Redirect 6 = Flatten 7 = PullZone 8 = SRV 9 = CAA 10 = PTR 11 = Script 12 = NS 13 = SVCB 14 = HTTPS 15 = TLSA
      - `Ttl` integer
      - `Value` string, nullable
      - `Name` string, nullable
      - `Weight` integer
      - `Priority` integer
      - `Port` integer
      - `Flags` integer
      - `Tag` string, nullable
      - `Accelerated` boolean
      - `AcceleratedPullZoneId` integer
      - `LinkName` string, nullable
      - `IPGeoLocationInfo` GeoDnsLocationModel
        - `CountryCode` string, nullable — The ISO country code of the location
        - `Country` string, nullable — The name of the country of the location
        - `ASN` integer — The ASN of the IP organization
        - `OrganizationName` string, nullable — The mame of the organization that owns the IP
        - `City` string, nullable — The name of the city of the location
      - `GeolocationInfo` DnsRecordGeoLocationInfo
        - `Country` string, nullable
        - `City` string, nullable
        - `Latitude` number, double
        - `Longitude` number, double
      - `MonitorStatus` 0 | 1 | 2 — 0 = Unknown 1 = Online 2 = Offline
      - `MonitorType` 0 | 1 | 2 | 3 — 0 = None 1 = Ping 2 = Http 3 = Monitor
      - `GeolocationLatitude` number, double
      - `GeolocationLongitude` number, double
      - `EnviromentalVariables` DnsRecordEnviromentalVariableModel[], nullable
        - `Name` string, nullable
        - `Value` string, nullable
      - `LatencyZone` string, nullable
      - `SmartRoutingType` 0 | 1 | 2 — 0 = None 1 = Latency 2 = Geolocation
      - `Disabled` boolean
      - `Comment` string, nullable
      - `AutoSslIssuance` boolean
      - `AccelerationStatus` 0 | 1 | 2 | 3 | 4 — 0 = None 1 = Pending 2 = Processing 3 = Completed 4 = Failed
    - `DateModified` string, date-time
    - `DateCreated` string, date-time
    - `NameserversDetected` boolean
    - `CustomNameserversEnabled` boolean
    - `Nameserver1` string, nullable
    - `Nameserver2` string, nullable
    - `SoaEmail` string, nullable
    - `NameserversNextCheck` string, date-time
    - `LoggingEnabled` boolean
    - `LoggingIPAnonymizationEnabled` boolean — Determines if the TLS 1 is enabled on the DNS Zone
    - `LogAnonymizationType` 0 | 1 — 0 = OneDigit 1 = Drop
    - `DnsSecEnabled` boolean — Determines if DNSSEC is enabled for this DNS Zone
    - `CertificateKeyType` 0 | 1 — 0 = Ecdsa 1 = Rsa
  - `CurrentPage` integer
  - `TotalItems` integer
  - `HasMoreItems` boolean

## Other responses

- `401` — The request authorization failed
- `500` — Internal Server Error

---

[API](https://skmtc.net/bunny/apis/bunny-net-cdn-logging.md) · [All operations](https://skmtc.net/bunny/apis/bunny-net-cdn-logging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunny/bunny-net-cdn-logging/versions/9e622620664b/schema)
