Schema

{
    "related": {
        "updatedAt": "2025-01-22T07:46:40+00:00"
    },
    "items": [
        {
            "artist": {
                "uuid": "string",
                "slug": "string",
                "name": "string",
                "appUrl": "string",
                "imageUrl": "string"
            },
            "social": [
                {
                    "platformCode": "string",
                    "total": 0,
                    "week": {
                        "volume": 0,
                        "percent": 0
                    },
                    "month": {
                        "volume": 0,
                        "percent": 0
                    },
                    "quarter": {
                        "volume": 0,
                        "percent": 0
                    }
                }
            ],
            "streaming": [
                {
                    "platformCode": "string",
                    "total": 0,
                    "week": {
                        "volume": 0,
                        "percent": 0
                    },
                    "month": {
                        "volume": 0,
                        "percent": 0
                    },
                    "quarter": {
                        "volume": 0,
                        "percent": 0
                    }
                }
            ],
            "popularity": [
                {
                    "platformCode": "string",
                    "total": 0,
                    "week": {
                        "volume": 0,
                        "percent": 0
                    },
                    "month": {
                        "volume": 0,
                        "percent": 0
                    },
                    "quarter": {
                        "volume": 0,
                        "percent": 0
                    }
                }
            ],
            "custom": [
                {
                    "platformCode": "string",
                    "total": 0,
                    "week": {
                        "volume": 0,
                        "percent": 0
                    },
                    "month": {
                        "volume": 0,
                        "percent": 0
                    },
                    "quarter": {
                        "volume": 0,
                        "percent": 0
                    }
                }
            ],
            "socialView": [
                {
                    "platformCode": "string",
                    "total": 0,
                    "week": {
                        "volume": 0,
                        "percent": 0
                    },
                    "month": {
                        "volume": 0,
                        "percent": 0
                    },
                    "quarter": {
                        "volume": 0,
                        "percent": 0
                    }
                }
            ],
            "socialLike": [
                {
                    "platformCode": "string",
                    "total": 0,
                    "week": {
                        "volume": 0,
                        "percent": 0
                    },
                    "month": {
                        "volume": 0,
                        "percent": 0
                    },
                    "quarter": {
                        "volume": 0,
                        "percent": 0
                    }
                }
            ],
            "socialPost": [
                {
                    "platformCode": "string",
                    "total": 0,
                    "week": {
                        "volume": 0,
                        "percent": 0
                    },
                    "month": {
                        "volume": 0,
                        "percent": 0
                    },
                    "quarter": {
                        "volume": 0,
                        "percent": 0
                    }
                }
            ],
            "socialFollowing": [
                {
                    "platformCode": "string",
                    "total": 0,
                    "week": {
                        "volume": 0,
                        "percent": 0
                    },
                    "month": {
                        "volume": 0,
                        "percent": 0
                    },
                    "quarter": {
                        "volume": 0,
                        "percent": 0
                    }
                }
            ]
        }
    ],
    "page": {
        "offset": 0,
        "limit": 0,
        "next": "string",
        "previous": "string",
        "total": 0
    },
    "errors": [
        {
            "key": "string",
            "code": 0,
            "message": "string"
        }
    ]
}