← Combinaisons intelligentes

Instant culturel

GET /mashup/cultural/moment

Générez un instantané culturel unique pour n'importe quelle ville : combine la météo actuelle, une œuvre de musée aléatoire, un poème classique aléatoire, les données d'altitude, les niveaux de pollution lumineuse et les horaires de lever et coucher du soleil en un moment d'atmosphère. Parfait pour les applications créatives, les fonctionnalités d'inspiration quotidienne et les outils de tourisme culturel.

Paramètres

city requis

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

Exemples de requêtes

Utilisation de base
curl "https://nordapi.ee/api/v1/mashup/cultural/moment?city=paris"

Réponse en direct

{
  "artwork_of_the_moment": {
    "artist": "Ralph Elmer Clarkson (1961-1942)",
    "date": "c.1900-1941",
    "department": "AIC Archives",
    "id": 262184,
    "image_url": "https://www.artic.edu/iiif/2/342b2214-04d5-de63-b577-55a08a618960/full/843,/0/default.jpg",
    "medium": "Photographs, correspondence and printed papers.",
    "title": "Ralph E. Clarkson Papers"
  },
  "city": "paris",
  "country": "FR",
  "elevation": {
    "dataset": "srtm90m",
    "elevation": 44.0,
    "latitude": 48.8566,
    "longitude": 2.3522
  },
  "generated_at": "2026-06-13T13:10:59.325360Z",
  "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": "warm",
  "poem_of_the_moment": {
    "author": "John Milton",
    "line_count": "14",
    "lines": [
      "How soon hath Time, the subtle thief of youth,",
      "Stoln on his wing my three and twentieth year!",
      "My hasting days fly on wtih full career,",
      "But my late spring no bud or blossom shew'th.",
      "Perhaps my semblance might deceive the truth,",
      "That I to manhood am arrived so near,",
      "And inward ripeness doth much less appear,",
      "That some more timely-happy spirits endu'th.",
      "Yet be it less or more, or soon or slow,",
      "It shall be still in strictest measure even",
      "To that same lot, however mean or high,",
      "Toward which Time leads me, and the will of Heaven;",
      "All is, if I have grace to use it so,",
      "As ever in my great Taskmaster's eye."
    ],
    "title": "How Soon Hath Time"
  },
  "success": true,
  "sun": {
    "astronomical_twilight_begin": "1970-01-01T00:00:01+00:00",
    "astronomical_twilight_end": "1970-01-01T00:00:01+00:00",
    "civil_twilight_begin": "2026-06-13T03:04:16+00:00",
    "civil_twilight_end": "2026-06-13T20:37:06+00:00",
    "day_length": 58328,
    "nautical_twilight_begin": "2026-06-13T02:04:13+00:00",
    "nautical_twilight_end": "2026-06-13T21:37:08+00:00",
    "solar_noon": "2026-06-13T11:50:41+00:00",
    "sunrise": "2026-06-13T03:44:37+00:00",
    "sunset": "2026-06-13T19:56:45+00:00"
  },
  "weather": {
    "humidity": 39,
    "temperature_c": 26.7,
    "wind_speed_kmh": 13.3
  }
}