| Meaning |
{
"River": {
"name": "Amazon River",
"continent": "South America",
"countries": ["Brazil", "Peru", "Colombia", "Ecuador", "Bolivia", "Venezuela", "Guyana"],
"length_km": 6400,
"source": {
"name": "Marañón River",
"location": "Andes Mountains, Peru",
"elevation_m": 5400
},
"mouth": {
"name": "Atlantic Ocean",
"location": "Brazilian coast",
"coordinates": {
"latitude": -0.0,
"longitude": -50.0
}
},
"average_discharge_m3s": 209000,
"basin_area_km2": 7050000,
"tributaries": [
"Madeira River",
"Negro River",
"Xingu River",
"Tapajós River",
"Juruá River"
],
"notable_facts": [
"Largest river by discharge volume in the world.",
"Second longest river after the Nile.",
"Drains the largest rainforest on Earth."
]
}
} |