Public
Edited
Dec 29, 2022
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
/* fetch("https://pokeapi.co/api/v2/pokemon?limit=100000&offset=0").then((d) =>
d.json()
) */
Insert cell
//p = fetch("https://pokeapi.co/api/v2/pokemon/666").then((d) => d.json())
Insert cell
//html`<img src="${p.sprites.front_shiny}" />`
Insert cell
/* fetch("https://pokeapi.co/api/v2/region?limit=100000&offset=0").then((d) =>
d.json()
)*/
Insert cell
//torkoal = fetch("https://pokeapi.co/api/v2/pokemon/324").then((d) => d.json())
Insert cell
rarePokemonts = fetch("https://pogoapi.net/api/v1/pokemon_rarity.json").then(
(d) => d.json()
)
Insert cell
Insert cell
Insert cell
Insert cell
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