POST
/
search
Search
curl --request POST \
  --url http://dolphinflashcards.com/api/search
[
  {
    "200": 123,
    "streak": [
      {
        "name": "Flashcard1",
        "id": "1"
      }
    ]
  }
]

Query Parameters

name
string

The name of the flashcard to search for

Response

OK.

200
integer

HTTP status code indicating a successful operation.

streak
any[]

Specifies the user's calculated streak.

Example:
[{ "name": "Flashcard1", "id": "1" }]