API version v1.0
Retrieve card information
Parameter | Description | Optional | Default |
---|---|---|---|
Card ID | The card id of the card to retrieve |
GET | api:GetCardInfo(CardID) |
CardInfo = api:GetCardInfo(CardID)
returns a table, except not JSON
{
name="cardName",
desc="cardDescription",
...
}
Rate Limited | True |
Response Format | Table |
Authentication | Key & Token |