Skip to main content
GET
/
v1
/
math
/
is-fibonacci
Is Fibonacci
curl --request GET \
  --url https://api.example.com/v1/math/is-fibonacci \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Query Parameters

number
integer
required

The number to check

Response

Successful Response