JSON

Major International Political Organizations - JSON

A comprehensive list of major international organizations that play crucial roles in international politics. This includes organizations such as the United Nations (UN), European Union (EU), Association of Southeast Asian Nations (ASEAN), Group of Seven (G7), and Group of Twenty (G20), which serve central roles in world peacekeeping, economic cooperation, and regional integration.

international organizations international politics United Nations European Union ASEAN G7 G20 diplomacy international cooperation
[
  {
    "code": "UN",
    "slug": "united-nations",
    "name": "United Nations",
    "description": "An international peacekeeping organization established after World War II.",
    "established": "1945-10-24",
    "headquarters": "New York City, USA",
    "memberCount": 193,
    "officialWebsite": "https://www.un.org/"
  },
  {
    "code": "EU",
    "slug": "european-union",
    "name": "European Union",
    "description": "A regional integration organization aiming for political and economic integration in Europe.",
    "established": "1993-11-01",
    "headquarters": "Brussels, Belgium",
    "memberCount": 27,
    "officialWebsite": "https://european-union.europa.eu/"
  },
  {
    "code": "ASEAN",
    "slug": "asean",
    "name": "Association of Southeast Asian Nations",
    "description": "A regional cooperation organization in Southeast Asia.",
    "established": "1967-08-08",
    "headquarters": "Jakarta, Indonesia",
    "memberCount": 10,
    "officialWebsite": "https://asean.org/"
  },
  {
    "code": "G7",
    "slug": "group-of-seven",
    "name": "Group of Seven",
    "description": "A framework for summit meetings among major advanced industrial nations.",
    "established": "1975",
    "headquarters": "No permanent secretariat (annual summit meetings)",
    "memberCount": 7,
    "officialWebsite": "https://www.g7germany.de/g7-en/g7-summit/g7-members"
  },
  {
    "code": "G20",
    "slug": "group-of-twenty",
    "name": "Group of Twenty",
    "description": "The premier forum for international economic cooperation.",
    "established": "1999-09-25",
    "headquarters": "No permanent secretariat (annual summit meetings)",
    "memberCount": 20,
    "officialWebsite": "https://www.g20.org/"
  }
]