Ultima
A free REST API for random video game quotes.
Quotes added every Thursday!
Quick Tutorial
Run this for a random quote
fetch('https://ultima.rest/api/random').then(response => response.json()).then(quote => console.log(quote))
null
Quotes added every Thursday!
fetch('https://ultima.rest/api/random').then(response => response.json()).then(quote => console.log(quote))
null