curl --request GET \
--url https://api.pxyz.dev/api/v0/media/stats
[
{
"name": "<string>",
"value": 123,
"unit": "<string>",
"change": 123,
"changeType": "<string>"
}
]
curl --request GET \
--url https://api.pxyz.dev/api/v0/media/stats
[
{
"name": "<string>",
"value": 123,
"unit": "<string>",
"change": 123,
"changeType": "<string>"
}
]
Successful response
The response is of type object[]
.