{ "source": "twitch", // String - Which platform the stream is from "type": "live", // String - What kind of archive this is, live - recorded live, currently redundant as only recorded live currently "timestamp": 1695861098, // Number - Unix timestamp of when the stream was originally live "duration": 221, // Number - Length of the stream in seconds "streamTime": "2023-09-28T00:31:38Z", // String - UTC timestamp of when the stream was originally live "streamerName": "PaymoneyWubby", // String - Username of the archived streamer "streamerId": "38251312", // Number as a string - User ID of the archived streamer "streamId": "49378411581", // Number as a string - Original stream ID of the archived stream "titles": [ // Array - Lists all titles used and when the stream was changed to that title { "title": "MY LIVE STREAM - COME JOIN", // String - Title "time": 0 // Number - Time in seconds when title became active } ], "categories": [ // Array - Lists all categories used and when the stream was changed to that category { "name": "Just Chatting", // String - Name of the category "id": "509658", // Number as a string - Platform specific ID of the category "time": 0 // Number - Time in seconds when category became active } ], "tags": [ // Array - Lists all tags used in the stream { "id": null, // Currently unused "auto": null, // Currently unused "name": "English", // String - Name of the tag used "description": null // Currently unused } ], "chatMessageCount": 1718, // Number - The amount of chat messages archived from the stream "viewerAnalytics": [ // Array - Viewer counts logged during the stream { "viewers": 0, // Number - Live viewer count "time": 0 // Number - The time in seconds when this view count was logged }, { "viewers": 2072, "time": 69 }, ] } The JSON file does NOT include the "//", those are included to show a note of what each field is for. Last Updated: October 2nd, 2023