← Combinaisons intelligentes

Explorateur culturel

GET /mashup/culture/explorer

Profil culturel approfondi pour tout pays : combine la démographie du pays, les jours fériés à venir, les œuvres d'art associées du Met Museum et de l'Art Institute of Chicago, les meilleures universités et les jeux gratuits populaires en un panorama culturel complet.

Paramètres

code requis

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

Exemples de requêtes

Utilisation de base
curl "https://nordapi.ee/api/v1/mashup/culture/explorer?code=JP"

Réponse en direct

{
  "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": "India",
        "country_code": "IN",
        "domains": [
          "tcetmumbai.in"
        ],
        "name": "Thakur College of Engineering and Technology",
        "state_province": "Mahārāshtra",
        "web_pages": [
          "https://www.tcetmumbai.in/"
        ]
      },
      {
        "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/"
        ]
      }
    ],
    "upcoming_holidays": [
      {
        "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"
      },
      {
        "date": "2026-11-03",
        "name": "Culture Day"
      },
      {
        "date": "2026-11-23",
        "name": "Labour Thanksgiving 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": "Wargaming Group Limited",
        "genre": "Shooter",
        "id": 644,
        "platform": "PC (Windows)",
        "publisher": "Wargaming Group Limited",
        "release_date": "2026-05-26",
        "short_description": "A free-to-play hero-based shooter set in the World of Tanks universe.",
        "thumbnail": "https://www.freetogame.com/g/644/thumbnail.jpg",
        "title": "World of Tanks: HEAT"
      },
      {
        "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"
      },
      {
        "developer": "NetEase Games",
        "genre": "RPG",
        "id": 626,
        "platform": "PC (Windows)",
        "publisher": "Everstone Studio",
        "release_date": "2025-11-14",
        "short_description": "A free-to-play open-world ARPG set in tenth-century China.",
        "thumbnail": "https://www.freetogame.com/g/626/thumbnail.jpg",
        "title": "Where Winds Meet"
      }
    ]
  },
  "generated_at": "2026-09-03T00:23:28.317920Z",
  "success": true
}