← All datasets
🌊

Earth's Oceans JSON Dataset

Geographic · 5 records

All 5 oceans with area, average depth, deepest point, and bordering continents. Free to use, no attribution required — copy it, download it, or open it directly in the JSON Formatter. Runs entirely in your browser.

#oceans#geography#sea#depth

Fields

namestring
area_km2number
average_depth_mnumber
max_depth_mnumber
deepest_pointstring
locationstring
percentage_of_oceannumber
bordering_continentsarray

Common uses

  • Address and location form fields
  • Region-based filtering and analytics
  • Geo-aware API mocking
  • Map and dashboard prototypes
[
  {
    "name": "Pacific Ocean",
    "area_km2": 165250000,
    "average_depth_m": 4188,
    "max_depth_m": 10935,
    "deepest_point": "Mariana Trench (Challenger Deep)",
    "location": "Between the Americas and Asia/Australia",
    "percentage_of_ocean": 46.6,
    "bordering_continents": [
      "North America",
      "South America",
      "Asia",
      "Australia",
      "Antarctica"
    ]
  },
  {
    "name": "Atlantic Ocean",
    "area_km2": 106460000,
    "average_depth_m": 3332,
    "max_depth_m": 8486,
    "deepest_point": "Puerto Rico Trench",
    "location": "Between the Americas and Europe/Africa",
    "percentage_of_ocean": 23.5,
    "bordering_continents": [
      "North America",
      "South America",
      "Europe",
      "Africa",
      "Antarctica"
    ]
  },
  {
    "name": "Indian Ocean",
    "area_km2": 73560000,
    "average_depth_m": 3960,
    "max_depth_m": 7258,
    "deepest_point": "Sunda Trench (Java Trench)",
    "location": "Between Africa, Asia, and Australia",
    "percentage_of_ocean": 19.8,
    "bordering_continents": [
      "Africa",
      "Asia",
      "Australia",
      "Antarctica"
    ]
  },
  {
    "name": "Southern Ocean",
    "area_km2": 20327000,
    "average_depth_m": 3270,
    "max_depth_m": 7235,
    "deepest_point": "South Sandwich Trench",
    "location": "Surrounding Antarctica",
    "percentage_of_ocean": 6.1,
    "bordering_continents": [
      "Antarctica"
    ]
  },
  {
    "name": "Arctic Ocean",
    "area_km2": 14056000,
    "average_depth_m": 1205,
    "max_depth_m": 5567,
    "deepest_point": "Molloy Deep",
    "location": "Around the Arctic Pole",
    "percentage_of_ocean": 4,
    "bordering_continents": [
      "North America",
      "Europe",
      "Asia"
    ]
  }
]

Related datasets

🌍 World Countries🗺️ US States🌐 Continents🇪🇺 European Countries

Related tools

JSON FormatterJSON DiffJSON to TypeScript