Bucket List API

GET

Give users a spontaneous goal or life experience to pursue.

Bucket List supplies a random bucket list idea for life goals, travel aspirations, and personal adventures. Call the endpoint with no parameters to receive a single activity suggestion.

Try it — live request, no key required

Request
GETapi.apiverve.com/v1/bucketlist
Verification
Format

No key required to try it. Get a key to use it in your app.

Example
{
  "status": "ok",
  "error": null,
  "data": {
    "bucketListItem": "Go on a educational trip"
  }
}

About the Bucket List API

Sending a GET request requires no parameters or query filters. The service selects an entry at random from its activity catalog and returns a single text string in the response. Because calls are stateless, each request independently generates an activity suggestion.

What people use it for

Daily Inspiration Widget
Travel apps fetch a random goal each morning to present users with fresh adventure ideas on their home screen.
Goal Planner Onboarding
When users create a blank profile, habit trackers display an activity prompt to spark personal goal setting.
Team Icebreaker Prompts
Prompt remote coworkers during meetings by displaying a random life achievement idea for participants to discuss.
Social Bot Publishing
Schedule social media accounts to broadcast an adventurous life aspiration every week without drafting prompts manually.

Ways to call it

One endpoint, many ways in — REST with JSON, XML, YAML and CSV, plus GraphQL and an MCP interface for AI agents.

JSON
Default REST response
XML
Markup format
YAML
Human-readable
CSV
Tabular export
Beta
GraphQL
Query language
New
MCP
For AI agents

Other ways to use Bucket List

Same data, same APIVerve account, same credit balance — one key works on all of them.

Questions.

Common questions about the Bucket List API.

Read the docs →
How far does the Starter plan go for bucket list suggestions?
Starter covers 100,000 calls each month, using 2 credits per request from your monthly allowance. That works out to about $0.30 per 1,000 calls. If you are evaluating the service or building a prototype, the Free plan provides 100 calls per month.
Can I filter bucket list items by category or destination?
No, the endpoint takes no parameters and returns a random suggestion from the database on every call. If your project requires filtering by theme or location, you need to handle that matching on your side after receiving the item.
Can I retrieve multiple bucket list items in one request?
No, each call delivers exactly one bucket list item. If you want to present a batch of suggestions to a user, make a separate request for each one.
What information does each response include?
Each response contains a single bucket list item string. The API does not return secondary metadata such as tags, estimated costs, difficulty levels, or source links.
Are suggestions guaranteed to be unique across requests?
No, each request independently selects an item at random. Because selections are stateless, repeat suggestions can occur over time, so you should track returned items in your application if you need to enforce uniqueness during a session.

Ready to build with Bucket List? Start with 200 free credits — one key unlocks all 300+ APIs.

Explore the catalog

300+ APIs on the same key and the same response shape.

Browse all APIs