Register at {Un}pack to start using API explorer functionality.
Authorization: Bearer ********************curl --location --request GET 'https://api.unpack.dev/v1/stats/database' \
--header 'Authorization: Bearer <token>'{
"$schema": "https://api.unpack.dev/schemas/DbStats.json",
"database": "string",
"databaseSizeBytes": {},
"databaseSizeMb": {},
"dialect": "string",
"tables": [
{
"tableName": "string",
"totalRows": {},
"totalSizeInBytes": {},
"totalSizeInMb": {}
}
]
}