v1

latestOpenAPI 3.0.32026-07-17687987.2 KB
global

Gets information about the latest available version of AdGuard

post/version.json

Request body

recheck_nowboolean

If false, server will check for a new version data only once in several hours.

Example request

{
  "recheck_now": true
}

Response

Version info. If response message is empty, UI does not show a version update message.

disabledboolean required

If true then other fields doesn't appear.

new_versionstring
announcementstring
announcement_urlstring
can_autoupdateboolean

Example response

{
  "can_autoupdate": true,
  "announcement_url": "https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.9\n",
  "disabled": true,
  "new_version": "v0.9",
  "announcement": "AdGuard Home v0.9 is now available!"
}