(use intarweb uri-common http-client) ;; Will get put in the user-agent header if non-#f... (client-software '(("scheme-swapi" #f #f))) ;; ... so we can use the "easy" variant of the API: (with-input-from-request "http://swapi.co/api/planets" #f read-string)