homer/dummy-data/tautulli/api/v2

185 lines
6.2 KiB
Plaintext

{
"response": {
"result": "success",
"message": null,
"data": {
"stream_count": 3,
"stream_count_direct_play": 1,
"stream_count_direct_stream": 1,
"stream_count_transcode": 1,
"total_bandwidth": 15420,
"wan_bandwidth": 8240,
"lan_bandwidth": 7180,
"sessions": [
{
"session_key": "425",
"session_id": "tautulli_session_425",
"media_index": "1",
"parent_media_index": "1",
"art": "/library/metadata/98765/art/1705317600",
"thumb": "/library/metadata/98765/thumb/1705317600",
"grandparent_thumb": "/library/metadata/98765/thumb/1705317600",
"title": "The One Where Monica Gets a Roommate",
"parent_title": "Season 1",
"grandparent_title": "Friends",
"original_title": "",
"year": 1994,
"media_type": "episode",
"rating_key": "98765",
"parent_rating_key": "98764",
"grandparent_rating_key": "98763",
"state": "playing",
"session_progress": 42,
"view_offset": 630000,
"duration": 1500000,
"remaining_time": 870000,
"progress_percent": 42,
"username": "john_doe",
"friendly_name": "John's iPhone",
"user_id": 1,
"user": "john_doe",
"ip_address": "192.168.1.105",
"ip_address_public": "203.0.113.45",
"location": "lan",
"secure": 1,
"relayed": 0,
"platform": "iOS",
"platform_name": "iPhone",
"platform_version": "17.2",
"product": "Plex for iOS",
"product_version": "8.25.1",
"profile": "Mobile",
"player": "PlexMobile",
"machine_id": "abc123def456",
"bandwidth": 4820,
"quality_profile": "4 Mbps 720p",
"video_resolution": "720p",
"video_framerate": "24p",
"video_codec": "h264",
"video_bitrate": 4200,
"video_width": 1280,
"video_height": 720,
"audio_codec": "aac",
"audio_bitrate": 128,
"audio_channels": 2,
"transcode_decision": "transcode",
"stream_container": "mkv",
"stream_video_codec": "h264",
"stream_audio_codec": "aac"
},
{
"session_key": "426",
"session_id": "tautulli_session_426",
"media_index": "3",
"parent_media_index": "2",
"art": "/library/metadata/45678/art/1705317600",
"thumb": "/library/metadata/45678/thumb/1705317600",
"grandparent_thumb": "/library/metadata/45678/thumb/1705317600",
"title": "The One with the Sonogram at the End",
"parent_title": "Season 1",
"grandparent_title": "Friends",
"original_title": "",
"year": 1994,
"media_type": "episode",
"rating_key": "45678",
"parent_rating_key": "45677",
"grandparent_rating_key": "45676",
"state": "playing",
"session_progress": 18,
"view_offset": 270000,
"duration": 1500000,
"remaining_time": 1230000,
"progress_percent": 18,
"username": "sarah_smith",
"friendly_name": "Sarah's TV",
"user_id": 2,
"user": "sarah_smith",
"ip_address": "192.168.1.110",
"ip_address_public": "203.0.113.45",
"location": "lan",
"secure": 1,
"relayed": 0,
"platform": "Roku",
"platform_name": "Roku Ultra",
"platform_version": "12.5.0",
"product": "Plex for Roku",
"product_version": "6.8.0",
"profile": "Roku",
"player": "Roku",
"machine_id": "def456ghi789",
"bandwidth": 2360,
"quality_profile": "2 Mbps 480p",
"video_resolution": "480p",
"video_framerate": "24p",
"video_codec": "h264",
"video_bitrate": 2000,
"video_width": 720,
"video_height": 480,
"audio_codec": "aac",
"audio_bitrate": 128,
"audio_channels": 2,
"transcode_decision": "direct_stream",
"stream_container": "mkv",
"stream_video_codec": "h264",
"stream_audio_codec": "aac"
},
{
"session_key": "427",
"session_id": "tautulli_session_427",
"media_index": null,
"parent_media_index": null,
"art": "/library/metadata/12345/art/1705317600",
"thumb": "/library/metadata/12345/thumb/1705317600",
"grandparent_thumb": "",
"title": "Inception",
"parent_title": "",
"grandparent_title": "",
"original_title": "Inception",
"year": 2010,
"media_type": "movie",
"rating_key": "12345",
"parent_rating_key": "",
"grandparent_rating_key": "",
"state": "playing",
"session_progress": 67,
"view_offset": 5952000,
"duration": 8880000,
"remaining_time": 2928000,
"progress_percent": 67,
"username": "movie_buff",
"friendly_name": "Living Room TV",
"user_id": 3,
"user": "movie_buff",
"ip_address": "10.0.0.15",
"ip_address_public": "198.51.100.25",
"location": "wan",
"secure": 1,
"relayed": 1,
"platform": "Android TV",
"platform_name": "NVIDIA Shield TV",
"platform_version": "11",
"product": "Plex for Android TV",
"product_version": "9.12.0",
"profile": "Android TV",
"player": "AndroidTV",
"machine_id": "ghi789jkl012",
"bandwidth": 8240,
"quality_profile": "8 Mbps 1080p",
"video_resolution": "1080p",
"video_framerate": "24p",
"video_codec": "h264",
"video_bitrate": 8000,
"video_width": 1920,
"video_height": 1080,
"audio_codec": "ac3",
"audio_bitrate": 640,
"audio_channels": 6,
"transcode_decision": "direct_play",
"stream_container": "mkv",
"stream_video_codec": "h264",
"stream_audio_codec": "ac3"
}
]
}
}
}