← Underrättelsekombinationer

Kulturutforskare

GET /mashup/culture/explorer

Djup kulturell profil för valfritt land: kombinerar landsdemografi, kommande helgdagar, relaterade konstverk från Met Museum och Art Institute of Chicago, topprankade universitet och populära free-to-play-spel till en heltäckande kulturell översikt.

Parametrar

kod obligatorisk

ISO 3166-1 alpha-2 country code (e.g. FR, JP, NO)

Exempelförfrågningar

Grundläggande användning
curl "https://nordapi.ee/api/v1/mashup/culture/explorer?code=JP"

Livesvar

{
  "country": {
    "area_km2": null,
    "borders": null,
    "capital": null,
    "code": null,
    "flag_svg": null,
    "languages": null,
    "name": null,
    "official_name": null,
    "population": null,
    "region": null,
    "subregion": null,
    "timezones": null
  },
  "culture": {
    "art_from_chicago": [],
    "art_from_met_museum": [],
    "top_universities": [
      {
        "country": "Brazil",
        "country_code": "BR",
        "domains": [
          "fho.edu.br"
        ],
        "name": "Fundação Hermínio Ometto",
        "state_province": "São Paulo",
        "web_pages": [
          "https://www.fho.edu.br/"
        ]
      },
      {
        "country": "Greece",
        "country_code": "GR",
        "domains": [
          "noah.edu.gr"
        ],
        "name": "Hellenic College of Noah",
        "state_province": "Macedonia",
        "web_pages": [
          "https://noah.edu.gr/"
        ]
      },
      {
        "country": "Colombia",
        "country_code": "CO",
        "domains": [
          "uan.edu.co"
        ],
        "name": "Antonio Nariño University",
        "state_province": null,
        "web_pages": [
          "https://uan.edu.co/"
        ]
      },
      {
        "country": "Australia",
        "country_code": "AU",
        "domains": [
          "student.eit.edu.au"
        ],
        "name": "Engineering Institute of Technology",
        "state_province": null,
        "web_pages": [
          "https://www.eit.edu.au/"
        ]
      },
      {
        "country": "Indonesia",
        "country_code": "ID",
        "domains": [
          "nusaputra.ac.id"
        ],
        "name": "Universitas Nusa Putra",
        "state_province": null,
        "web_pages": [
          "https://nusaputra.ac.id/"
        ]
      }
    ],
    "upcoming_holidays": [
      {
        "date": "2026-07-20",
        "name": "Marine Day"
      },
      {
        "date": "2026-08-11",
        "name": "Mountain Day"
      },
      {
        "date": "2026-09-21",
        "name": "Respect for the Aged Day"
      },
      {
        "date": "2026-09-23",
        "name": "Autumnal Equinox Day"
      },
      {
        "date": "2026-10-12",
        "name": "Sports Day"
      }
    ]
  },
  "entertainment": {
    "popular_free_games": [
      {
        "developer": "Battlefield Studios",
        "genre": "Shooter",
        "id": 624,
        "platform": "PC (Windows)",
        "publisher": "Electronic Arts",
        "release_date": "2025-10-28",
        "short_description": "A free-to-play battle royale game built with Battlefield DNA.",
        "thumbnail": "https://www.freetogame.com/g/624/thumbnail.jpg",
        "title": "Battlefield REDSEC"
      },
      {
        "developer": "Electronic Arts",
        "genre": "Sports",
        "id": 618,
        "platform": "PC (Windows)",
        "publisher": "Full Circle",
        "release_date": "2025-09-16",
        "short_description": "The latest, free-to-play, entry in the Skate franchise.",
        "thumbnail": "https://www.freetogame.com/g/618/thumbnail.jpg",
        "title": "skate."
      },
      {
        "developer": "MoreFun Studios",
        "genre": "Shooter",
        "id": 615,
        "platform": "PC (Windows)",
        "publisher": "MoreFun Studios",
        "release_date": "2025-09-16",
        "short_description": "A free-to-play tactical extraction shooter.",
        "thumbnail": "https://www.freetogame.com/g/615/thumbnail.jpg",
        "title": "Arena Breakout: Infinite"
      },
      {
        "developer": "Hotta Studio",
        "genre": "RPG",
        "id": 642,
        "platform": "PC (Windows)",
        "publisher": "Perfect World Entertainment",
        "release_date": "2026-04-29",
        "short_description": "Neverness to Everness is a gacha game that blends some GTA-style play with team-based combat.",
        "thumbnail": "https://www.freetogame.com/g/642/thumbnail.jpg",
        "title": "Neverness to Everness"
      },
      {
        "developer": "KRAFTON, Inc.",
        "genre": "Shooter",
        "id": 516,
        "platform": "PC (Windows)",
        "publisher": "KRAFTON, Inc.",
        "release_date": "2022-01-12",
        "short_description": "Get into the action in one of the longest running battle royale games PUBG Battlegrounds.",
        "thumbnail": "https://www.freetogame.com/g/516/thumbnail.jpg",
        "title": "PUBG: BATTLEGROUNDS"
      }
    ]
  },
  "generated_at": "2026-06-13T12:20:36.899097Z",
  "success": true
}