IKEA DIRIGERA Smart Home Hub API (Unofficial, Local)

The DIRIGERA hub is IKEA's next-generation smart home gateway (replacing TRADFRI). It exposes a private, locally-served REST API on the LAN with bearer-token authentication (token obtained by pressing the action button on the hub). There is no public OpenAPI from IKEA; the community has produced several SDKs that document and consume the surface — Leggin/dirigera (Python), lpgera/dirigera (TypeScript), dvdgeisler/DirigeraClient (Java), bombsimon/dirigera-rs (Rust). Resources include lights, outlets, blinds, air purifiers, environment sensors, motion sensors, open/close sensors, scenes, rooms and an event listener websocket. Not an official IKEA developer API.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/dirigera-hub"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: ikea:dirigera-hub
name: IKEA DIRIGERA Smart Home Hub API (Unofficial, Local)
description: The DIRIGERA hub is IKEA's next-generation smart home gateway (replacing TRADFRI). It exposes
  a private, locally-served REST API on the LAN with bearer-token authentication (token obtained by pressing
  the action button on the hub). There is no public OpenAPI from IKEA; the community has produced several
  SDKs that document and consume the surface — Leggin/dirigera (Python), lpgera/dirigera (TypeScript),
  dvdgeisler/DirigeraClient (Java), bombsimon/dirigera-rs (Rust). Resources include lights, outlets, blinds,
  air purifiers, environment sensors, motion sensors, open/close sensors, scenes, rooms and an event listener
  websocket. Not an official IKEA developer API.
humanURL: https://github.com/Leggin/dirigera
tags:
- Smart Home
- DIRIGERA
- IoT
- Local API
- Unofficial API
- Open-Source
tags_raw:
- Smart Home
- DIRIGERA
- IoT
- Local API
- Unofficial API
- Opensource
properties:
- type: SDKs
  title: Python Client (Leggin/dirigera)
  url: https://github.com/Leggin/dirigera
- type: SDKs
  title: TypeScript Client (lpgera/dirigera)
  url: https://github.com/lpgera/dirigera
- type: SDKs
  title: Java Client (dvdgeisler/DirigeraClient)
  url: https://github.com/dvdgeisler/DirigeraClient
- type: SDKs
  title: Rust Client (bombsimon/dirigera-rs)
  url: https://github.com/bombsimon/dirigera-rs
- type: Integrations
  title: Home Assistant Integration (sanjoyg/dirigera_platform)
  url: https://github.com/sanjoyg/dirigera_platform
- type: Integrations
  title: Homebridge Plugin (uboness/homebridge-dirigera)
  url: https://github.com/uboness/homebridge-dirigera
- type: Tools
  title: Web UI (lpgera/dirigera-web)
  url: https://github.com/lpgera/dirigera-web