Published
Edited
Nov 24, 2021
1 star
Insert cell
# Rick and Morty API
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
location = (await fetch(character.location.url)).json()
Insert cell
character_strings = d3.range(1,101).join(',')
Insert cell
characters = (await (fetch(`https://rickandmortyapi.com/api/character/${character_strings}`))).json()
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more