JSON

World Space Agencies - JSON

World space agencies are organizations established by national governments to oversee space development and research. Major agencies include NASA (United States), JAXA (Japan), ESA (Europe), Roscosmos (Russia), ISRO (India), and CNSA (China). These agencies lead humanity's space exploration through satellite launches, human spaceflight, planetary exploration, and international cooperation.

space exploration space agencies NASA JAXA ESA satellites aerospace
[
  {
    "code": "01",
    "slug": "nasa",
    "name": "NASA",
    "fullName": "National Aeronautics and Space Administration",
    "country": "United States of America",
    "establishedYear": 1958,
    "headquarters": "Washington, D.C.",
    "description": "The world's largest space agency."
  },
  {
    "code": "02",
    "slug": "cnsa",
    "name": "CNSA",
    "fullName": "China National Space Administration",
    "country": "China",
    "establishedYear": 1993,
    "headquarters": "Beijing",
    "description": "China's space agency."
  },
  {
    "code": "03",
    "slug": "esa",
    "name": "ESA",
    "fullName": "European Space Agency",
    "country": "Europe (23 member states)",
    "establishedYear": 1975,
    "headquarters": "Paris",
    "description": "Europe's cooperative space agency."
  },
  {
    "code": "04",
    "slug": "roscosmos",
    "name": "Roscosmos",
    "fullName": "Russian Federal Space Agency",
    "country": "Russia",
    "establishedYear": 1992,
    "headquarters": "Moscow",
    "description": "Successor to the Soviet space program."
  },
  {
    "code": "05",
    "slug": "isro",
    "name": "ISRO",
    "fullName": "Indian Space Research Organisation",
    "country": "India",
    "establishedYear": 1969,
    "headquarters": "Bengaluru",
    "description": "India's space agency."
  },
  {
    "code": "06",
    "slug": "jaxa",
    "name": "JAXA",
    "fullName": "Japan Aerospace Exploration Agency",
    "country": "Japan",
    "establishedYear": 2003,
    "headquarters": "Chofu, Tokyo",
    "description": "Japan's space agency."
  },
  {
    "code": "07",
    "slug": "csa",
    "name": "CSA",
    "fullName": "Canadian Space Agency",
    "country": "Canada",
    "establishedYear": 1989,
    "headquarters": "Longueuil, Quebec",
    "description": "Canada's space agency."
  },
  {
    "code": "08",
    "slug": "dlr",
    "name": "DLR",
    "fullName": "German Aerospace Center",
    "country": "Germany",
    "establishedYear": 1997,
    "headquarters": "Cologne",
    "description": "Germany's aerospace research center."
  },
  {
    "code": "09",
    "slug": "cnes",
    "name": "CNES",
    "fullName": "Centre National d'Etudes Spatiales",
    "country": "France",
    "establishedYear": 1961,
    "headquarters": "Paris",
    "description": "France's space agency."
  },
  {
    "code": "10",
    "slug": "asi",
    "name": "ASI",
    "fullName": "Agenzia Spaziale Italiana",
    "country": "Italy",
    "establishedYear": 1988,
    "headquarters": "Rome",
    "description": "Italy's space agency."
  }
]