cURL
curl --request GET \ --url http://dolphinflashcards.com/api/get-flashcard-item \ --header 'Content-Type: application/json' \ --data '{ "cardID": "34491212345799755658107639929006996702748532692311513250209090523742322511111" }'
{ "back": "Evening", "front": "Monday" }
Get a flashcard item based on the card ID. Flashcard sets store multiple flashcard items, which are the individual flashcards.
OK
The response is of type object.
object