(import :std/net/request) (def req (http-get "pokeapi.co/api/v2/pokemon/ditto")) (request-status req) (display (hash->list (request-json req)))