JavaScript Fetch
Using
fetch.then.then
-
apples1.html
Using
async
and
await
-
apples2.html
Another Example with Nobel Prize data -
nobel.html
Data
Apples - Pick Your Own
JSON data (fake) about an unreal apple orchard.
https://cscie12.dce.harvard.edu/apples-pyo.php
Nobel Prize Data
Information at:
https://www.nobelprize.org/organization/developer-zone-2/
Examples URL that returns Nobel Prizes in Chemistry from 2000 to 2024 in reverse order (newest first):
http://api.nobelprize.org/2.1/nobelPrizes?sort=desc&yearTo=2000&nobelPrizeCategory=che
Note the parameter/value pairs in the URL!