← Underrättelsekombinationer

Kulturellt ögonblick

GET /mashup/cultural/moment

Generate a unik cultural snapshot för valfri city: kombinerar aktuell weather, a slumpmässig museum artwork, a slumpmässig klassisk dikt, elevation data, ljusförorening nivåer, and sunrise/sunset times till an atmospheric moment. Perfekt för creative appar, daglig inspiration funktioner, and cultural tourism verktyg.

Parametrar

city obligatorisk

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

Exempelförfrågningar

Grundläggande användning
curl "https://nordapi.ee/api/v1/mashup/cultural/moment?city=paris"

Livesvar

{
  "artwork_of_the_moment": {
    "artist": "Design attributed to Peter L. Berg (American, born Norway, 1885–1959)\nMade by Kalo Shop (American, 1900–70)\nChicago or Park Ridge, Illinois and New York",
    "date": "1912–17",
    "department": "Arts of the Americas",
    "id": 223337,
    "image_url": "https://www.artic.edu/iiif/2/67950566-3174-d4c4-9c50-b9fbebeeaa96/full/843,/0/default.jpg",
    "medium": "Silver",
    "title": "Pair of Covered Dishes"
  },
  "city": "paris",
  "country": "FR",
  "elevation": {
    "dataset": "srtm90m",
    "elevation": 44.0,
    "latitude": 48.8566,
    "longitude": 2.3522
  },
  "generated_at": "2026-04-05T19:33:49.666056Z",
  "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": "cool",
  "poem_of_the_moment": {
    "author": "George Gordon, Lord Byron",
    "line_count": "6",
    "lines": [
      "IN digging up your bones, Tom Paine,",
      "  Will. Cobbett has done well:",
      "You visit him on Earth again,",
      "  He'll visit you in Hell.",
      "",
      "You come to him on Earth again",
      "  He'll go with you to Hell!"
    ],
    "title": "Epigram"
  },
  "success": true,
  "sun": {
    "astronomical_twilight_begin": "2026-04-05T03:26:49+00:00",
    "astronomical_twilight_end": "2026-04-05T20:19:44+00:00",
    "civil_twilight_begin": "2026-04-05T04:47:19+00:00",
    "civil_twilight_end": "2026-04-05T18:59:14+00:00",
    "day_length": 47435,
    "nautical_twilight_begin": "2026-04-05T04:08:23+00:00",
    "nautical_twilight_end": "2026-04-05T19:38:10+00:00",
    "solar_noon": "2026-04-05T11:53:17+00:00",
    "sunrise": "2026-04-05T05:17:59+00:00",
    "sunset": "2026-04-05T18:28:34+00:00"
  },
  "weather": {
    "humidity": 62,
    "temperature_c": 12.0,
    "wind_speed_kmh": 8.5
  }
}