GET /mashup/cultural/moment
Генерация уникального культурного снимка любого города: объединяет текущую погоду, случайное произведение искусства из музея, случайное классическое стихотворение, данные о высоте, уровни светового загрязнения и время восхода/заката в атмосферный момент. Идеально для творческих приложений, функций ежедневного вдохновения и инструментов культурного туризма.
city
обязательный
City name (e.g. oslo, paris, tokyo)
| Название | Обязательный | По умолчанию | Описание |
|---|---|---|---|
city |
Да | - | City name (e.g. oslo, paris, tokyo) |
curl "https://nordapi.ee/api/v1/mashup/cultural/moment?city=paris"
{
"artwork_of_the_moment": {
"artist": "George Eich\nGeorge Grant Elmslie\nRichard Ernest Schmidt\nBurnham Library of Architecture\nUniversity of Illinois",
"date": "1950-1952",
"department": "AIC Archives",
"id": 262164,
"image_url": "https://www.artic.edu/iiif/2/342b2214-04d5-de63-b577-55a08a618960/full/843,/0/default.jpg",
"medium": "Bound daybooks.",
"title": "Burnham Library-University of Illinois Project to Microfilm Architectural Documentation Records"
},
"city": "paris",
"country": "FR",
"elevation": {
"dataset": "srtm90m",
"elevation": 44.0,
"latitude": 48.8566,
"longitude": 2.3522
},
"generated_at": "2026-08-12T06:53:16.001196Z",
"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": "George Gordon, Lord Byron",
"line_count": "36",
"lines": [
"Those flaxen locks, those eyes of blue",
"Bright as thy mother's in their hue;",
"Those rosy lips, whose dimples play",
"And smile to steal the heart away,",
"Recall a scene of former joy,",
"And touch thy father's heart, my Boy!",
"",
"And thou canst lisp a father's name--",
"Ah, William, were thine own the same,--",
"No self-reproach--but, let me cease--",
"My care for thee shall purchase peace;",
"Thy mother's shade shall smile in joy,",
"And pardon all the past, my Boy!",
"",
"Her lowly grave the turf has prest,",
"And thou hast known a stranger's breast;",
"Derision sneers upon thy birth,",
"And yields thee scarce a name on earth;",
"Yet shall not these one hope destroy,--",
"A Father's heart is thine, my Boy!",
"",
"Why, let the world unfeeling frown,",
"Must I fond Nature's claims disown?",
"Ah, no--though moralists reprove,",
"I hail thee, dearest child of Love,",
"Fair cherub, pledge of youth and joy--",
"A Father guards thy birth, my Boy!",
"",
"Oh,'twill be sweet in thee to trace,",
"Ere Age has wrinkled o'er my face,",
"Ere half my glass of life is run,",
"At once a brother and a son;",
"And all my wane of years employ",
"In justice done to thee, my Boy!",
"",
"Although so young thy heedless sire,",
"Youth will not damp parental fire;",
"And, wert thou still less dear to me,",
"While Helen's form revives in thee,",
"The breast, which beat to former joy,",
"Will ne'er desert its pledge, my Boy!"
],
"title": "To My Son"
},
"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": 42,
"temperature_c": 21.9,
"wind_speed_kmh": 4.7
}
}