canonical: https://jentic.com/apis/bucketlist.nl/bucketlist

# Bucketlist.nl Dream of the Day API

The Bucketlist.nl Dream of the Day API returns one published Bucketlist.nl experience each day, complete with its own image, canonical source URL, and referral URL. The selection rotates daily in the Europe/Amsterdam time zone, and you can scope it to Netherlands-only or worldwide inspiration, request the fields in one of five languages, and filter to an optional editorial theme.

## For AI agents

Fetch the current Bucketlist.nl dream of the day, including its image, source URL, and referral link, with options to scope the result to the Netherlands or worldwide and to pick one of five response languages.

## Scope

Does not handle booking, itinerary planning, or user accounts. Use for retrieving the daily published experience only.

## Capabilities

- Retrieve the current published dream of the day with its image and canonical source URL
- Scope the daily experience to Netherlands-only or worldwide inspiration
- Request the experience fields in Dutch, English, German, French, or Spanish
- Filter the daily selection to an optional editorial theme

## Use cases

### Daily Inspiration Inside an AI Agent

An AI agent surfaces a fresh travel or experience idea each day by calling the Bucketlist.nl dream-of-the-day operation through Jentic. The response carries a ready-to-embed image, a canonical source URL, and a referral URL, so the agent can present a complete inspiration card without scraping a web page. Because the selection changes once a day in the Europe/Amsterdam time zone, the agent can cache one result per day.

Example prompt: Call the dream of the day operation with scope set to wereld and lang set to en, then present the returned experience title, image, and source URL to the user.

### Localized Daily Experience

A multilingual site or assistant shows the same daily Bucketlist.nl experience in the reader's own language. The dream-of-the-day operation accepts a lang value of Dutch, English, German, French, or Spanish, so the returned title and copy match the audience without any translation step on your side.

Example prompt: Request the dream of the day with lang set to de and render the localized experience fields for a German-speaking reader.

### Themed Inspiration Widget

A widget features a rotating experience tied to an editorial theme, such as a seasonal or destination focus. The dream-of-the-day operation accepts an optional theme value and falls back to the complete image-ready selection when no matching experience is available, so the widget always has something to show.

Example prompt: Fetch the dream of the day with scope set to wereld and a theme value, and fall back to the default selection if the themed response is empty.

## Key resources

- **Dream of the Day** — Returns the current daily published experience with its image, canonical source URL, and referral URL, scoped by region, language, and optional theme

## Why Jentic

- **Setup:** Wiring the Bucketlist.nl Dream of the Day API by hand still means reading its query options for scope, language, and theme and handling the daily fallback yourself. Through Jentic you install once, import it from the API Directory, and your agent calls it.
- **Permission scoping:** The API exposes a single read operation, so a rule can limit your agent to fetching the dream of the day and nothing more. You choose the operations it may call, so it reads only the daily experience you allow.
- **Credential handling:** The Bucketlist.nl Dream of the Day API is public and needs no credential, so there is nothing for your agent to hold. If you connect APIs that do require keys, Jentic keeps each one encrypted in your own Jentic One instance and injects it at execution time.
- **Discovery method:** Agents search Jentic by intent such as 'today's dream of the day' or 'daily travel inspiration', and Jentic returns the matching Bucketlist.nl operation with its input schema so the agent sends the right query without reading the reference docs.

## Related APIs

- **Quotable** — Returns a random or daily inspirational quote, another single-item daily content source.
- **Advice Slip** — Serves a single random piece of advice per call, similar one-item-of-the-day shape.
- **Pexels** — Provides free stock photos to pair with or extend the daily experience imagery.

## FAQ

### What authentication does the Bucketlist.nl Dream of the Day API use?

The API is public per its OpenAPI spec: the single dream-of-the-day operation declares no security scheme, so your agent can call it without a key or token. When you connect it through Jentic, any credentials for your other APIs stay encrypted in your own Jentic One instance.

### Can I get the dream of the day in a specific language with the Bucketlist.nl Dream of the Day API?

Yes. The dream-of-the-day operation accepts a lang query parameter with Dutch, English, German, French, and Spanish, so your agent can request the experience fields in any of those five languages. You can also set scope to Netherlands-only or worldwide and pass an optional theme.

### What are the rate limits for the Bucketlist.nl Dream of the Day API?

The OpenAPI spec does not specify rate limits. The selection only changes once a day in the Europe/Amsterdam time zone, so caching the result per day is usually enough; check https://bucketlist.nl for current limits.

### How do I fetch the dream of the day with the Bucketlist.nl Dream of the Day API through Jentic?

Search Jentic for 'get the daily dream of the day', add the Bucketlist.nl Dream of the Day API from the directory, and your agent calls the dream-of-the-day operation with optional scope, lang, and theme values. To run it on your own infrastructure, install Jentic One from its GitHub repo.

### Is there a Bucketlist.nl Dream of the Day API MCP server?

You don't need an MCP server to give your agent the Bucketlist.nl Dream of the Day API. Jentic connects it directly from the API Directory: import it, and because the API is public your agent can call it right away. Nothing extra loads into the agent's context until it makes the call.

### Can I limit what my agent is allowed to do with the Bucketlist.nl Dream of the Day API?

Yes. The API has a single read operation, so a rule can allow your agent to fetch the dream of the day and nothing else, and every call it makes is logged. Because there are no write or delete operations, the agent can read the daily experience you permit and cannot change anything.
