return superagent
    .get(url)
    .accept('json')
    .use(prefix)
    .use(nocache)