Skip to content

Instantly share code, notes, and snippets.

@Deepak3097
Deepak3097 / show_details.json
Last active March 5, 2026 17:59
access can have the following values - FREE, LOCKED, PURCHASED
{
"code": 200,
"data": {
"type": "SHOW_DETAIL",
"show": {
"id": "p101",
"title": "Heart of Stone",
"genre": "Detective",
"poster": {
"url": "https://picsum.photos/300/450?random=21",
@Deepak3097
Deepak3097 / see_all.json
Last active March 18, 2026 09:44
Same response pattern can be used for for_you api, episode_detail page and also for items being served in home feed grid
{
"code": 200,
"data": {
"pageTitle": "My Purchases",
"pagination": {
"page": 1,
"pageSize": 20,
"hasMore": true,
"nextPageUrl": "https://gist.githubusercontent.com/Deepak3097/7b89637c6f97b34d2898fa639aaae5d3/raw/e501191a216ffdf34bd166b93d56899f8d25c0c2/feed_page2.json"
},
{
"code": 200,
"data": {
"urls": {
"bottombar": "https://gist.githubusercontent.com/Deepak3097/64efe9a9a3ce0f25213dbc2808cbdeb5/raw/8de66a770d13bb9a13d143075afaaa8b468fd8bb/bottom_bar.json",
"language": "https://gist.githubusercontent.com/Deepak3097/bef919d02d200101c7a17747665cda60/raw/f6622f5154c9802ddd8715293f77c2f45624244f/languages.json",
"faqs": "www.google.com",
"user_agreement": "www.google.com",
"privacy_policy": "www.google.com"
{
"code": 200,
"data": {
"urls": {
"bottombar": "https://gist.githubusercontent.com/Deepak3097/64efe9a9a3ce0f25213dbc2808cbdeb5/raw/8de66a770d13bb9a13d143075afaaa8b468fd8bb/bottom_bar.json",
"handshake": "https://gist.githubusercontent.com/Deepak3097/8282061276d75ddea8b10f254c84607f/raw/db71c8934e24c26e9450400004da1dee6cfebc30/handshake.json",
"faqs": "www.google.com",
"user_agreement": "www.google.com",
"privacy_policy": "www.google.com"
},
{
"code": 200,
"data": {
"pagination": {
"page": 1,
"pageSize": 10,
"nextPageUrl": "https://gist.githubusercontent.com/Deepak3097/7b89637c6f97b34d2898fa639aaae5d3/raw/e501191a216ffdf34bd166b93d56899f8d25c0c2/feed_page2.json"
},
"layout": {
"type": "LIST"
{
"code": 200,
"data": {
"pagination": {
"page": 1,
"pageSize": 200,
"hasMore": false
},
"rows": [
{
{
"code": 200,
"data": {
"pagination": {
"page": 3,
"pageSize": 5,
"hasMore": false
},
"feed": [
{
{
"code": 200,
"data": {
"version": "1.0",
"title": "Select your Language",
"dismissible": true,
"items": [
{
"id": "en",
"title": "English"
{
"code": 200,
"data": {
"version": "1.0",
"theme": {
"backgroundColor": "#111111"
},
"items": [
{
"id": "home",