Ivs Stream List Structure
StreamList schema
StreamList is a JSON Structure definition published by Amazon Interactive Video Service. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-interactive-video-service/refs/heads/main/json-structure/ivs-stream-list-structure.json",
"name": "StreamList",
"description": "StreamList schema",
"type": "array",
"items": {
"type": "object",
"properties": {
"channelArn": {
"allOf": [
{
"$ref": "#/components/schemas/ChannelArn"
},
{
"description": "Channel ARN for the stream."
}
]
},
"health": {
"allOf": [
{
"$ref": "#/components/schemas/StreamHealth"
},
{
"description": "The stream\u2019s health."
}
]
},
"startTime": {
"allOf": [
{
"$ref": "#/components/schemas/StreamStartTime"
},
{
"description": "Time of the stream\u2019s start. This is an ISO 8601 timestamp; <i>note that this is returned as a string</i>. "
}
]
},
"state": {
"allOf": [
{
"$ref": "#/components/schemas/StreamState"
},
{
"description": "The stream\u2019s state. Do not rely on the <code>OFFLINE</code> state, as the API may not return it; instead, a \"NotBroadcasting\" error will indicate that the stream is not live."
}
]
},
"streamId": {
"allOf": [
{
"$ref": "#/components/schemas/StreamId"
},
{
"description": "Unique identifier for a live or previously live stream in the specified channel."
}
]
},
"viewerCount": {
"allOf": [
{
"$ref": "#/components/schemas/StreamViewerCount"
},
{
"description": "A count of concurrent views of the stream. Typically, a new view appears in <code>viewerCount</code> within 15 seconds of when video playback starts and a view is removed from <code>viewerCount</code> within 1 minute of when video playback ends. A value of -1 indicates that the request timed out; in this case, retry."
}
]
}
},
"description": "Summary information about a stream."
}
}
Work with this as data
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.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.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-structures/ivs-stream-list-structure"
curl "https://apis.io/api/v1/json-structures?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.