curl --request GET \
--url https://external-api.streamforge.com/platforms/{platform}/profiles/{profile_id}/content \
--header 'x-api-key: <api-key>'{
"payload": [
{
"content_id": "<string>",
"platform": "twitch",
"type": "stream",
"title": "<string>",
"description": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"ended_at": "2023-11-07T05:31:56Z",
"duration": 123,
"url": "<string>",
"categories": [
{
"id": "<string>",
"type": "twitch_game",
"name": "<string>",
"igdb_id": 123,
"igdb_name": "<string>",
"igdb_slug": "<string>"
}
],
"tags": [
{
"id": "<string>",
"type": "twitch_tag",
"name": "<string>"
}
],
"statistics": {
"viewers": {
"avg": 123,
"max": 123
},
"watched_minutes": {
"sum": 123
},
"airtime_minutes": {
"sum": 123
},
"views": {
"sum": 123
},
"likes": {
"sum": 123
},
"comments": {
"sum": 123,
"avg": 123
}
},
"chapters": [
{
"id": "<string>",
"title": "<string>",
"description": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"ended_at": "2023-11-07T05:31:56Z",
"duration": 123,
"categories": [
{
"id": "<string>",
"type": "twitch_game",
"name": "<string>",
"igdb_id": 123,
"igdb_name": "<string>",
"igdb_slug": "<string>"
}
],
"tags": [
{
"id": "<string>",
"type": "twitch_tag",
"name": "<string>"
}
],
"statistics": {
"viewers": {
"avg": 123,
"max": 123
}
}
}
],
"profile_id": "<string>"
}
],
"meta": {
"source": "<string>",
"received_at": "2023-11-07T05:31:56Z",
"request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"paging": {
"limit": 123,
"next_cursor": "<string>"
}
}
}Get content (streams/videos) for a specific creator, paginated with cursor-based pagination
curl --request GET \
--url https://external-api.streamforge.com/platforms/{platform}/profiles/{profile_id}/content \
--header 'x-api-key: <api-key>'{
"payload": [
{
"content_id": "<string>",
"platform": "twitch",
"type": "stream",
"title": "<string>",
"description": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"ended_at": "2023-11-07T05:31:56Z",
"duration": 123,
"url": "<string>",
"categories": [
{
"id": "<string>",
"type": "twitch_game",
"name": "<string>",
"igdb_id": 123,
"igdb_name": "<string>",
"igdb_slug": "<string>"
}
],
"tags": [
{
"id": "<string>",
"type": "twitch_tag",
"name": "<string>"
}
],
"statistics": {
"viewers": {
"avg": 123,
"max": 123
},
"watched_minutes": {
"sum": 123
},
"airtime_minutes": {
"sum": 123
},
"views": {
"sum": 123
},
"likes": {
"sum": 123
},
"comments": {
"sum": 123,
"avg": 123
}
},
"chapters": [
{
"id": "<string>",
"title": "<string>",
"description": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"ended_at": "2023-11-07T05:31:56Z",
"duration": 123,
"categories": [
{
"id": "<string>",
"type": "twitch_game",
"name": "<string>",
"igdb_id": 123,
"igdb_name": "<string>",
"igdb_slug": "<string>"
}
],
"tags": [
{
"id": "<string>",
"type": "twitch_tag",
"name": "<string>"
}
],
"statistics": {
"viewers": {
"avg": 123,
"max": 123
}
}
}
],
"profile_id": "<string>"
}
],
"meta": {
"source": "<string>",
"received_at": "2023-11-07T05:31:56Z",
"request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"paging": {
"limit": 123,
"next_cursor": "<string>"
}
}
}Your API key. Include it in the x-api-key header for all requests.
Platform identifier
twitch, youtube, tiktok "twitch"
Platform-specific creator ID
"484563826"
Maximum number of results per page (1-50, default 10)
1 <= x <= 5010
Pagination cursor token from previous response
"eyJpZCI6Ijk4NzY1NDMyMSIsImVuZGVkX2F0IjoiMjAyNC0wNy0wNFQxMTozMDowMC4wMDBaIn0="