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

Documentation Index

Fetch the complete documentation index at: https://docs.dolphinflashcards.com/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

name
string

The name of the flashcard to search for

Response

OK.

200
integer

HTTP status code indicating a successful operation.

streak
array

Specifies the user's calculated streak.

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