Files
Ainar Garipov c4b4bd8af2
Some checks failed
build / test (macOS-latest) (push) Has been cancelled
build / test (ubuntu-latest) (push) Has been cancelled
build / test (windows-latest) (push) Has been cancelled
lint / go-lint (push) Has been cancelled
lint / eslint (push) Has been cancelled
build / build-release (push) Has been cancelled
build / notify (push) Has been cancelled
lint / notify (push) Has been cancelled
Pull request 2510: AGDNS-2591-web-start-time
Squashed commit of the following:

commit 5dfdf2aec4951e0483765f4a66091112ab901781
Merge: c4b2a5652 594849b5a
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Sat Nov 1 15:16:17 2025 +0300

    Merge branch 'master' into AGDNS-2591-web-start-time

commit c4b2a5652e
Merge: a0466dd49 3bebde610
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Fri Oct 31 15:50:34 2025 +0300

    Merge branch 'master' into AGDNS-2591-web-start-time

commit a0466dd49a
Author: Stanislav Chzhen <s.chzhen@adguard.com>
Date:   Fri Oct 24 09:47:20 2025 +0300

    all: imp code

commit 5e093562bb
Author: Stanislav Chzhen <s.chzhen@adguard.com>
Date:   Thu Oct 23 09:14:32 2025 +0300

    all: web start time
2025-11-01 15:40:04 +03:00
..
2023-04-06 14:21:46 +03:00
2025-06-10 16:58:45 +03:00

AdGuard Home OpenAPI

We are using OpenAPI specification to generate AdGuard Home API specification.

How to edit the API spec

The easiest way would be to use Swagger Editor and just copy/paste the YAML file there.

Changelog

See CHANGELOG.md where we keep track of all non-compatible changes that are being made.

Authentication

If AdGuard Homes web user is password-protected, a web client must use authentication mechanism when sending requests to server. Basic access authentication is the most simple method: a client must pass Authorization HTTP header along with all requests:

Authorization: Basic BASE64_DATA

Where BASE64_DATA is base64-encoded data for username:password string.