{
  "api": "mars-rovers",
  "title": "Mars Rovers and Landers",
  "description": "Mars rovers and notable landers with their agency, launch year, and mission status.",
  "emoji": "🔴",
  "license": "GPL-2.0-or-later",
  "count": 9,
  "self": "https://gratisapi.com/api/mars-rovers/index",
  "endpoints": {
    "list": "https://gratisapi.com/api/mars-rovers/index",
    "item": "https://gratisapi.com/api/mars-rovers/{id}"
  },
  "fields": [
    "agency",
    "id",
    "launch_year",
    "mission",
    "name",
    "status"
  ],
  "results": [
    {
      "id": "sojourner",
      "name": "Sojourner",
      "agency": "NASA",
      "launch_year": 1996,
      "status": "Inactive",
      "mission": "First rover on Mars, part of the Mars Pathfinder mission.",
      "url": "https://gratisapi.com/api/mars-rovers/sojourner"
    },
    {
      "id": "spirit",
      "name": "Spirit (MER-A)",
      "agency": "NASA",
      "launch_year": 2003,
      "status": "Inactive",
      "mission": "Mars Exploration Rover that studied rocks and soil for signs of past water.",
      "url": "https://gratisapi.com/api/mars-rovers/spirit"
    },
    {
      "id": "opportunity",
      "name": "Opportunity (MER-B)",
      "agency": "NASA",
      "launch_year": 2003,
      "status": "Inactive",
      "mission": "Mars Exploration Rover that operated for nearly 15 years and found evidence of past water.",
      "url": "https://gratisapi.com/api/mars-rovers/opportunity"
    },
    {
      "id": "curiosity",
      "name": "Curiosity",
      "agency": "NASA",
      "launch_year": 2011,
      "status": "Active",
      "mission": "Mars Science Laboratory rover exploring Gale Crater for habitability.",
      "url": "https://gratisapi.com/api/mars-rovers/curiosity"
    },
    {
      "id": "perseverance",
      "name": "Perseverance",
      "agency": "NASA",
      "launch_year": 2020,
      "status": "Active",
      "mission": "Rover searching for signs of ancient life and collecting samples in Jezero Crater.",
      "url": "https://gratisapi.com/api/mars-rovers/perseverance"
    },
    {
      "id": "zhurong",
      "name": "Zhurong",
      "agency": "CNSA",
      "launch_year": 2020,
      "status": "Inactive",
      "mission": "China's first Mars rover, part of the Tianwen-1 mission.",
      "url": "https://gratisapi.com/api/mars-rovers/zhurong"
    },
    {
      "id": "insight",
      "name": "InSight",
      "agency": "NASA",
      "launch_year": 2018,
      "status": "Inactive",
      "mission": "Stationary lander that studied the deep interior and seismology of Mars.",
      "url": "https://gratisapi.com/api/mars-rovers/insight"
    },
    {
      "id": "phoenix",
      "name": "Phoenix",
      "agency": "NASA",
      "launch_year": 2007,
      "status": "Inactive",
      "mission": "Lander that confirmed subsurface water ice in the Martian arctic.",
      "url": "https://gratisapi.com/api/mars-rovers/phoenix"
    },
    {
      "id": "viking-1",
      "name": "Viking 1",
      "agency": "NASA",
      "launch_year": 1975,
      "status": "Inactive",
      "mission": "First lander to successfully operate on the Martian surface.",
      "url": "https://gratisapi.com/api/mars-rovers/viking-1"
    }
  ]
}
