Tohoku University · Example Payload

Tohoku Jmorp Datasets Example

UniversityHigher EducationEducationResearchJapanNational UniversityPublic Research UniversityGenomicsResearch DataInstitutional RepositoryIdentity FederationCourse CatalogLibraryOpen AccessOAI-PMHGraphQL

Tohoku Jmorp Datasets Example is an example object payload from Tohoku University, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

generatedmethodsourcex-operatornoterequestresponse

Example Payload

tohoku-jmorp-datasets-example.json Raw ↑
{
  "generated": "2026-09-01",
  "method": "probed",
  "source": "https://jmorp.megabank.tohoku.ac.jp/api/graphql",
  "x-operator": "institution",
  "note": "Live anonymous query against the jMorp GraphQL endpoint operated by the Tohoku Medical Megabank Organization (Tohoku University). Request and response are verbatim; nothing here is synthesized.",
  "request": {
    "method": "POST",
    "url": "https://jmorp.megabank.tohoku.ac.jp/api/graphql",
    "headers": {
      "content-type": "application/json"
    },
    "body": {
      "query": "query Datasets { dataset(limit: 3, orderBy: {datasetId: ASC}) { datasetId name shortDescription dtaRequired } }"
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "content-type": "application/json; charset=utf-8",
      "x-request-id": "554a3f47-6802-4494-86a1-5096060b9ce1",
      "server": "Apache"
    },
    "body": {
      "data": {
        "dataset": [
          {
            "datasetId": "igpmdb0001",
            "name": "DNA methylation summary data of cord blood in every 2 gestational weeks",
            "shortDescription": "DNA methylation summary data for cord blood, by 2-week gestational-age group",
            "dtaRequired": false
          },
          {
            "datasetId": "igpmdb0002",
            "name": "DNA methylation summary data from Hepta family",
            "shortDescription": "DNA methylation summary data from Hepta family",
            "dtaRequired": false
          },
          {
            "datasetId": "igpmdb0003",
            "name": "DNA methylation summary data of 15 nucleated red blood cells",
            "shortDescription": "DNA methylation summary data of nucleated red blood cells",
            "dtaRequired": false
          }
        ]
      }
    }
  }
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • 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 example
curl "https://apis.io/api/v1/examples/tohoku-jmorp-datasets-example"
All examples
curl "https://apis.io/api/v1/examples?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.