Skip to main content
GET
/
audio
/
list
list active audio sources
curl --request GET \
  --url http://localhost:3917/audio/list
{
  "count": 1,
  "sources": [
    {
      "clip": 0,
      "entity_id": 7,
      "looping": false,
      "playing": true,
      "spatial": true,
      "volume": 0.8
    }
  ]
}

Response

200 - application/json

Every entity with an AudioSource, each with its clip handle, volume, and spatial/playing/looping flags.