https://bored-backend.vercel.app/api
Returns a random activity.
{
"activity": "Learn a new programming language",
"type": "education",
"participants": 1,
"price": 0,
"link": "",
"key": "3943506",
"accessibility": 0.1
}
Returns a random activity of the specified type.
type (string): The type of activity (e.g., 'education',
'recreational').
{
"activity": "Write a short story",
"type": "recreational",
"participants": 1,
"price": 0,
"link": "",
"key": "1234567",
"accessibility": 0.1
}
Adds an activity to the database.