# Stream Show
Get single stream from project
Reference API link: https://api.mov.mediaoutcast.com/documentation#/Streams/stream_show (opens new window)
GET
/api/streams/{stream_id}
Response:
{
"data": {
"id": 81,
"hash": "Kxe9jn8L",
"title": "New Live Stream",
"description": "",
"application": "live",
"stream": "Kxe9jn8L_6a14d96d-18d3-4793-9d1e-5c0372262f0e",
"published": false,
"resolutions": [
{
"id": 4,
"name": "720p",
"active": true
},
{
"id": 5,
"name": "480p",
"active": true
},
{
"id": 6,
"name": "360p",
"active": true
}
],
"tags": [],
"category": null,
"countries": [],
"rtmps_url": "rtmps://stream.mediaoutcast.com/live/Kxe9jn8L_6a14d96d-18d3-4793-9d1e-5c0372262f0e",
"rtmp_url": "rtmp://stream.mediaoutcast.com/live/Kxe9jn8L_6a14d96d-18d3-4793-9d1e-5c0372262f0e",
"stream_url": "https://api.mov.mediaoutcast.com/storage/VjJd68GD/VjJd68GD/stream/Kxe9jn8L/index.m3u8",
"published_url": "https://static.mediaoutcast.com/storage/VjJd68GD/VjJd68GD/stream/Kxe9jn8L/index.m3u8",
"live": false,
"live_channel": "stream.81",
"live_event": "live",
"receiving_count": 0,
"processing": false,
"paused": false,
"web_socket_broadcaster": "pusher",
"web_socket_key": "e35893989a0fe4e0c1ae",
"web_socket_cluster": "eu",
"image_urls": null,
"embed": {
"iframe": "<iframe width=\"560\" height=\"315\" src=\"https://static.mediaoutcast.com/streams/Kxe9jn8L/stream.html\" title=\"New Live Stream\" frameborder=\"0\" scrolling=\"no\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>",
"script": "<script src=\"https://static.mediaoutcast.com/player/master/js/mov-init.min.js\" async></script>\n<mov-player project-id=\"VjJd68GD\" stream-id=\"Kxe9jn8L\"></mov-player>\n<script type=\"application/ld+json\">{\"@context\":\"http://schema.org/\",\"@type\":\"VideoObject\",\"name\":\"New Live Stream\",\"description\":\"\",\"uploadDate\":\"2024-01-10T12:28:58+01:00\",\"contentUrl\":\"https://static.mediaoutcast.com/storage/VjJd68GD/VjJd68GD/stream/Kxe9jn8L/index.m3u8\"}</script>\n",
"link": "https://static.mediaoutcast.com/streams/Kxe9jn8L/stream.html"
},
"player": null,
"backups": [
{
"id": 27,
"name": "6a14d96d-18d3-4793-9d1e-5c0372262f0e",
"rtmps_url": "rtmps://stream.mediaoutcast.com/live/Kxe9jn8L_6a14d96d-18d3-4793-9d1e-5c0372262f0e",
"rtmp_url": "rtmp://stream.mediaoutcast.com/live/Kxe9jn8L_6a14d96d-18d3-4793-9d1e-5c0372262f0e",
"publish": false,
"live": false
}
],
"no_audio_stream": false
}
}