ASU Library Research Data Repository API (Dataverse)

The ASU Library Research Data Repository runs on the open-source Dataverse platform, on ASU's own host, from an ASU-local build — /api/info/version returns "6.11 asu-6.11-oai-rights". The native Dataverse REST API answers anonymously for info, search and metrics: /api/search returns 104 datasets, each with a global_id under ASU's own DOI prefix 10.48349/ASU. ASU operates the deployment; the API contract itself is the Dataverse project's, shared by every Dataverse installation, and is deliberately NOT held under this slug.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/dataverse-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: arizona-state-university:dataverse-api
name: ASU Library Research Data Repository API (Dataverse)
description: 'The ASU Library Research Data Repository runs on the open-source Dataverse platform, on
  ASU''s own host, from an ASU-local build — /api/info/version returns "6.11 asu-6.11-oai-rights". The
  native Dataverse REST API answers anonymously for info, search and metrics: /api/search returns 104
  datasets, each with a global_id under ASU''s own DOI prefix 10.48349/ASU. ASU operates the deployment;
  the API contract itself is the Dataverse project''s, shared by every Dataverse installation, and is
  deliberately NOT held under this slug.'
humanURL: https://lib.asu.edu/research/research-data-repository
baseURL: https://dataverse.asu.edu/api
tags:
- Research Data
- Repository
- Dataverse
- Open Data
- Datasets
properties:
- type: Documentation
  url: https://guides.dataverse.org/en/latest/api/
- type: ResearchRepository
  url: https://lib.asu.edu/research/research-data-repository
x-operator: institution
x-operator-evidence: Host dataverse.asu.edu is under ASU's own registrable domain and CNAMEs only to Cloudflare
  CDN (dataverse.asu.edu.cdn.cloudflare.net), not to a vendor platform. The version string carries an
  ASU-local build tag and the OAI adminEmail is dataverse@asu.edu.
x-contract-operator: dataverse-project
x-contract-note: The Dataverse native API specification is the Dataverse project's product contract, identical
  across every installation. Saving it here would credit ASU with someone else's engineering, so the deployment
  is recorded and the contract is not.
x-probe:
  baseURL_status: 404
  probed: '2026-09-01'
  version: 6.11 asu-6.11-oai-rights
  dataset_count: 104
  baseURL_note: The bare /api prefix returns a Dataverse JSON 404 ("API endpoint does not exist on this
    server"); /api/info/version, /api/search and /api/info/metrics/datasets all return 200.
  negative_probe: https://dataverse.asu.edu/api/info/NOT-A-REAL-ENDPOINT-12345
  negative_probe_status: 404
  note: The Dataverse HTML UI at https://dataverse.asu.edu/ returns 403 ("ASU error page") to a scripted
    browser User-Agent — an edge bot rule, not an outage. The API paths under /api are unaffected. humanURL
    therefore points at the ASU Library landing page, which returns 200.