← 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": "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": "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": "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": "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-07-06T22:58:19.946942Z",
  "success": true
}