---
title: "Get information about configured clients"
method: GET
path: "/clients"
tags: ["clients"]
---

# Get information about configured clients

`GET /clients`

## Response `200`

OK.

- Clients
  - `clients` Client[] — Clients array
    - `name` string — Name
    - `ids` string[] — IP, CIDR, MAC, or ClientID.
    - `use_global_settings` boolean
    - `filtering_enabled` boolean
    - `parental_enabled` boolean
    - `safebrowsing_enabled` boolean
    - `safesearch_enabled` boolean
    - `use_global_blocked_services` boolean
    - `blocked_services` string[]
    - `upstreams` string[]
    - `tags` string[]
  - `auto_clients` ClientAuto[] — Auto-Clients array
    - `ip` string — IP address
    - `name` string — Name
    - `source` string — The source of this information
    - `whois_info` object
  - `supported_tags` string[]

---

[API](https://skmtc.net/guardllamanet/apis/adguard-home.md) · [All operations](https://skmtc.net/guardllamanet/apis/adguard-home/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/guardllamanet/adguard-home/revisions/14ff21aeb363/schema)
