Skip to content

Hmm Endpoint


Returns a hmm in a specified length

GET /api/fun/hmm
Terminal window
https://api.cookie-api.com/api/fun/hmm


URL Parameters
amountThe amount of "m" to be added (Max. 10.000)

curl --location 'https://api.cookie-api.com/api/fun/hmm?amount=30' \
--header 'Authorization: API_Key'

Responses
{
"hmm": "hmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm",
"success": true
}