← Аналитические сводки

Культурный момент

GET /mashup/cultural/moment

Генерация уникального культурного снимка любого города: объединяет текущую погоду, случайное произведение искусства из музея, случайное классическое стихотворение, данные о высоте, уровни светового загрязнения и время восхода/заката в атмосферный момент. Идеально для творческих приложений, функций ежедневного вдохновения и инструментов культурного туризма.

Параметры

city обязательный

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

Примеры запросов

Базовое использование
curl "https://nordapi.ee/api/v1/mashup/cultural/moment?city=paris"

Ответ в реальном времени

{
  "artwork_of_the_moment": {
    "artist": "Graham, Burnham and Company (1912-1917)",
    "date": "c.1914",
    "department": "AIC Archives",
    "id": 262189,
    "image_url": "https://www.artic.edu/iiif/2/342b2214-04d5-de63-b577-55a08a618960/full/843,/0/default.jpg",
    "medium": "Black and white photographic prints.",
    "title": "Continental and Commercial National Bank Photographs"
  },
  "city": "paris",
  "country": "FR",
  "elevation": {
    "dataset": "srtm90m",
    "elevation": 44.0,
    "latitude": 48.8566,
    "longitude": 2.3522
  },
  "generated_at": "2026-06-13T12:11:15.869229Z",
  "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": "Edgar Allan Poe",
    "line_count": "14",
    "lines": [
      "Fair isle, that from the fairest of all flowers,",
      "  Thy gentlest of all gentle names dost take!",
      "How many memories of what radiant hours",
      "  At sight of thee and thine at once awake!",
      "How many scenes of what departed bliss!",
      "  How many thoughts of what entombed hopes!",
      "How many visions of a maiden that is",
      "  No more--no more upon thy verdant slopes!",
      "",
      "_No more!_ alas, that magical sad sound",
      "  Transforming all! Thy charms shall please _no more_--",
      "Thy memory _no more!_ Accursed ground",
      "  Henceforward I hold thy flower-enamelled shore,",
      "O hyacinthine isle! O purple Zante!",
      "  \"Isola d'oro! Fior di Levante!\""
    ],
    "title": "To Zante"
  },
  "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": 42,
    "temperature_c": 25.7,
    "wind_speed_kmh": 11.9
  }
}