{
  "info": {
    "_postman_id": "4c8a18d8-d340-4e91-9dc3-8e204c12b32c",
    "name": "Bucketlist.nl Dream of the Day API",
    "description": "Public, read-only requests for the Bucketlist.nl Dream of the Day API. No authentication is required. Responses include the canonical experience URL and source attribution.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "item": [
    {
      "name": "Worldwide dream in English",
      "request": {
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/api/droom-van-de-dag?scope=wereld&lang=en",
          "host": ["{{baseUrl}}"],
          "path": ["api", "droom-van-de-dag"],
          "query": [
            { "key": "scope", "value": "wereld", "description": "Use wereld for worldwide inspiration or nederland for Dutch ideas." },
            { "key": "lang", "value": "en", "description": "Supported values: nl, en, de, fr and es." }
          ]
        },
        "description": "Returns today's worldwide experience in English. The daily selection follows the Europe/Amsterdam date."
      },
      "response": []
    },
    {
      "name": "Netherlands dream in Dutch",
      "request": {
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/api/droom-van-de-dag?scope=nederland&lang=nl",
          "host": ["{{baseUrl}}"],
          "path": ["api", "droom-van-de-dag"],
          "query": [
            { "key": "scope", "value": "nederland" },
            { "key": "lang", "value": "nl" }
          ]
        },
        "description": "Returns today's Dutch experience in Dutch."
      },
      "response": []
    },
    {
      "name": "Dream filtered by theme",
      "request": {
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/api/droom-van-de-dag?scope=wereld&lang=en&theme=Cultuur",
          "host": ["{{baseUrl}}"],
          "path": ["api", "droom-van-de-dag"],
          "query": [
            { "key": "scope", "value": "wereld" },
            { "key": "lang", "value": "en" },
            { "key": "theme", "value": "Cultuur", "description": "Optional editorial theme. If there is no suitable result, the API falls back to the complete image-ready selection." }
          ]
        },
        "description": "Shows how to request a themed daily experience."
      },
      "response": []
    }
  ],
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://bucketlist.nl",
      "type": "string"
    }
  ]
}
