Jitsi Videobridge REST API

Administrative HTTP API exposed by Jitsi Videobridge for operators to read bridge state, list active conferences, inspect endpoints, gracefully drain a bridge, and scrape Prometheus metrics. Typically bound to the private network on port 8080 with paths like /colibri/conferences, /colibri/stats, /colibri/debug, /colibri/shutdown, and /metrics. Not a user-facing API — used by Jicofo, autoscalers, and monitoring stacks.

Jitsi Videobridge REST API is one of 10 APIs that Jitsi publishes on the APIs.io network.

Tagged areas include Videobridge, SFU, REST, Self-Hosted, and Operations. The published artifact set on APIs.io includes API documentation.

API entry from apis.yml

apis.yml Raw ↑
aid: jitsi:jitsi-videobridge-rest-api
name: Jitsi Videobridge REST API
tags:
- Videobridge
- SFU
- REST
- Self-Hosted
- Operations
humanURL: https://github.com/jitsi/jitsi-videobridge/blob/master/doc/rest.md
baseURL: http://localhost:8080
properties:
- url: https://github.com/jitsi/jitsi-videobridge/blob/master/doc/rest.md
  name: Videobridge REST API
  type: Documentation
- url: https://github.com/jitsi/jitsi-videobridge/blob/master/doc/statistics.md
  name: Videobridge Statistics
  type: Documentation
- url: https://github.com/jitsi/jitsi-videobridge
  type: SourceCode
description: Administrative HTTP API exposed by Jitsi Videobridge for operators to read bridge state,
  list active conferences, inspect endpoints, gracefully drain a bridge, and scrape Prometheus metrics.
  Typically bound to the private network on port 8080 with paths like /colibri/conferences, /colibri/stats,
  /colibri/debug, /colibri/shutdown, and /metrics. Not a user-facing API — used by Jicofo, autoscalers,
  and monitoring stacks.