snapd REST API

The local REST API exposed by snapd over a Unix domain socket on every Ubuntu system running snaps. Enables local clients and tools to query snap state, install / refresh / remove snaps, manage interfaces and connections, and read system information.

API entry from apis.yml

apis.yml Raw ↑
aid: canonical:snapd-rest-api
name: snapd REST API
description: The local REST API exposed by snapd over a Unix domain socket on every Ubuntu system running
  snaps. Enables local clients and tools to query snap state, install / refresh / remove snaps, manage
  interfaces and connections, and read system information.
humanURL: https://snapcraft.io/docs/reference/development/snapd-rest-api/
tags:
- Local
- System
- Snaps
properties:
- type: Documentation
  url: https://snapcraft.io/docs/reference/development/snapd-rest-api/
- type: HowTo
  url: https://snapcraft.io/docs/how-to-guides/snap-development/use-the-rest-api/