{
  "api": "oceans",
  "title": "Oceans",
  "description": "The five oceans of the world with area, average and maximum depth.",
  "emoji": "🌊",
  "license": "GPL-2.0-or-later",
  "count": 5,
  "self": "https://gratisapi.com/api/oceans/index",
  "endpoints": {
    "list": "https://gratisapi.com/api/oceans/index",
    "item": "https://gratisapi.com/api/oceans/{id}"
  },
  "fields": [
    "area_km2",
    "avg_depth_m",
    "deepest_point",
    "id",
    "max_depth_m",
    "name"
  ],
  "results": [
    {
      "id": "pacific",
      "name": "Pacific Ocean",
      "area_km2": 165250000,
      "avg_depth_m": 4280,
      "max_depth_m": 10935,
      "deepest_point": "Challenger Deep (Mariana Trench)",
      "url": "https://gratisapi.com/api/oceans/pacific"
    },
    {
      "id": "atlantic",
      "name": "Atlantic Ocean",
      "area_km2": 106460000,
      "avg_depth_m": 3646,
      "max_depth_m": 8376,
      "deepest_point": "Milwaukee Deep (Puerto Rico Trench)",
      "url": "https://gratisapi.com/api/oceans/atlantic"
    },
    {
      "id": "indian",
      "name": "Indian Ocean",
      "area_km2": 70560000,
      "avg_depth_m": 3741,
      "max_depth_m": 7290,
      "deepest_point": "Java Trench (Sunda Trench)",
      "url": "https://gratisapi.com/api/oceans/indian"
    },
    {
      "id": "southern",
      "name": "Southern Ocean",
      "area_km2": 21960000,
      "avg_depth_m": 3270,
      "max_depth_m": 7434,
      "deepest_point": "Factorian Deep (South Sandwich Trench)",
      "url": "https://gratisapi.com/api/oceans/southern"
    },
    {
      "id": "arctic",
      "name": "Arctic Ocean",
      "area_km2": 15558000,
      "avg_depth_m": 1205,
      "max_depth_m": 5550,
      "deepest_point": "Molloy Deep (Fram Strait)",
      "url": "https://gratisapi.com/api/oceans/arctic"
    }
  ]
}
