SkyHelperSkyHelper Docs

Get shards embed data

Retrieves Discord embed data for shard information on a specific date

GET
/shards-embed

Query Parameters

localestring
Value in"en-US" | "hi" | "ru" | "ja" | "es-ES"
userstring
noBtnstring
Value in"true" | "false"
datestring
Match^\d{4}-\d{2}-\d{2}$

Response Body

curl -X GET "https://api.skyhelper.xyz/shards-embed?locale=en-US&user=string&noBtn=true&date=string"
{
  "title": "string",
  "description": "string",
  "color": 0,
  "timestamp": "string"
}

Last updated on