Hi @slinkp23! You could also get all types of cards in an array, then index the array by card ids, and then you could just do $cards[$cardIdFromTweet]->card_type. I’m doing it this way because I’m doing something like an import and I need all cards anyway. If you think about doing it this way too, let me know and I’ll share my code.
Actually, @rchoi, as far as I can see, if I make an HTTP GET on the card url of the form https://cards.twitter.com/cards/:account_id/:card_id, it redirect instantly for all card types, without any content, so I don’t see how this could work. At least this is how it behaves for me.