← Intelligens-mashups

Kulturelt øjeblik

GET /mashup/cultural/moment

Generer et unikt kulturelt snapshot for enhver by: kombinerer aktuelt vejr, et tilfældigt museumskunstværk, et tilfældigt klassisk digt, højdedata, lysforureningsniveauer og solopgangs-/solnedgangstider til et atmosfærisk øjeblik. Perfekt til kreative apps, daglige inspirationsfunktioner og kulturelle turismeværktøjer.

Parametre

city påkrævet

City name (e.g. oslo, paris, tokyo)

Eksempelforespørgsler

Grundlæggende brug
curl "https://nordapi.ee/api/v1/mashup/cultural/moment?city=paris"

Livesvar

{
  "artwork_of_the_moment": {
    "artist": "George Baxter\nEnglish, 1804-1867",
    "date": "1850",
    "department": "Prints and Drawings",
    "id": 59581,
    "image_url": "https://www.artic.edu/iiif/2/16bc7806-6e94-e346-a660-34281031871e/full/843,/0/default.jpg",
    "medium": "Steel etching, aquatint, and stipple printed in black, with block printing in colors, on wove paper, laid down on wove paper frontispiece with printing in gold",
    "title": "The Landing of Her Majesty and H.R.H. Prince Albert in Ireland"
  },
  "city": "paris",
  "country": "FR",
  "elevation": {
    "dataset": "srtm90m",
    "elevation": 44.0,
    "latitude": 48.8566,
    "longitude": 2.3522
  },
  "generated_at": "2026-08-12T07:32:32.081446Z",
  "light_pollution": {
    "aurora_suitability": "poor",
    "bortle_class": 9,
    "bortle_description": "Inner-city sky. Only the moon, planets, and a few bright stars visible.",
    "disclaimer": "This is an estimate based on nearby population density, not satellite measurements. Actual light pollution may vary due to terrain, local lighting, and atmospheric conditions.",
    "latitude": 48.8566,
    "longitude": 2.3522,
    "methodology": "Bortle class estimated from weighted population within 100km. Closer cities contribute more. Accurate for major cities and remote areas; less precise for suburbs and small towns.",
    "naked_eye_stars": "<20",
    "nearby_population": {
      "nearby_cities": [
        {
          "country": "",
          "distance_km": 0.0,
          "name": "nearby city",
          "population": 11000000
        }
      ],
      "nearest_city": "nearby city",
      "nearest_distance_km": 0.0,
      "total_population": 11000000,
      "weighted_population": 11000000
    },
    "recommendations": [
      "Drive 30-60 minutes away from the city for significantly darker skies",
      "Urban light pollution makes stargazing very difficult from this location"
    ],
    "sky_quality": "very_bad",
    "sqm_estimate": 17.0
  },
  "mood": "pleasant",
  "poem_of_the_moment": {
    "author": "Percy Bysshe Shelley",
    "line_count": "16",
    "lines": [
      "FROM THE ITALIAN OF DANTE.",
      "",
      "DANTE ALIGHIERI TO GUIDO CAVALCANTI:",
      "",
      "Guido, I would that Lapo, thou, and I,",
      "Led by some strong enchantment, might ascend",
      "A magic ship, whose charmed sails should fly",
      "With winds at will where'er our thoughts might wend,",
      "So that no change, nor any evil chance",
      "Should mar our joyous voyage; but it might be,",
      "That even satiety should still enhance",
      "Between our hearts their strict community:",
      "And that the bounteous wizard then would place",
      "Vanna and Bice and my gentle love,",
      "Companions of our wandering, and would grace",
      "With passionate talk, wherever we might rove,",
      "Our time, and each were as content and free",
      "As I believe that thou and I should be."
    ],
    "title": "Sonnet"
  },
  "success": true,
  "sun": {
    "astronomical_twilight_begin": "2026-08-12T02:26:55+00:00",
    "astronomical_twilight_end": "2026-08-12T21:24:22+00:00",
    "civil_twilight_begin": "2026-08-12T04:03:56+00:00",
    "civil_twilight_end": "2026-08-12T19:47:21+00:00",
    "day_length": 52567,
    "nautical_twilight_begin": "2026-08-12T03:19:10+00:00",
    "nautical_twilight_end": "2026-08-12T20:32:07+00:00",
    "solar_noon": "2026-08-12T11:55:38+00:00",
    "sunrise": "2026-08-12T04:37:35+00:00",
    "sunset": "2026-08-12T19:13:42+00:00"
  },
  "weather": {
    "humidity": 37,
    "temperature_c": 23.1,
    "wind_speed_kmh": 5.4
  }
}