medRxiv · Example Payload

Get Publication Records

Retrieve records that link medRxiv preprints to their corresponding published peer-reviewed journal articles.

Health SciencesPreprintsResearchOpen AccessMedical ResearchClinical ResearchScientific Publications

Get Publication Records is an example object payload from medRxiv, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titledescriptionrequestresponse

Example Payload

Raw ↑
{
  "title": "Get Publication Records Linking Preprints to Journal Articles",
  "description": "Retrieve records that link medRxiv preprints to their corresponding published peer-reviewed journal articles.",
  "request": {
    "method": "GET",
    "url": "https://api.biorxiv.org/pubs/medrxiv/2021-01-01/2021-03-31/0",
    "parameters": {
      "server": "medrxiv",
      "interval": "2021-01-01/2021-03-31",
      "cursor": 0
    }
  },
  "response": {
    "status": 200,
    "body": {
      "messages": [
        {
          "status": "ok",
          "interval": "2021-01-01/2021-03-31",
          "cursor": "0",
          "count": 100,
          "count_new_papers": 0,
          "total": 1450
        }
      ],
      "collection": [
        {
          "biorxiv_doi": "10.1101/2020.03.04.20030999",
          "published_doi": "10.1056/NEJMoa2006100",
          "published_journal": "New England Journal of Medicine",
          "preprint_platform": "medRxiv",
          "preprint_title": "Hydroxychloroquine in Nonhospitalized Adults With Early COVID-19",
          "preprint_authors": "Skipper, CP; Pastick, KA; Engen, NW; Bangdiwala, AS; Abassi, M; Lofgren, SM; Williams, DA; Okafor, EC; Pullen, MF; Nicol, MR; Nascene, AA; Hullsiek, KH; Cheng, MP; Luke, D; Usher, MG; Reno, R; Boulware, DR; Rajasingham, R",
          "preprint_category": "infectious diseases",
          "preprint_date": "2020-04-10",
          "published_date": "2021-01-15",
          "preprint_abstract": "Background: Hydroxychloroquine has been widely used as COVID-19 post-exposure prophylaxis and early treatment, but clinical evidence is lacking.",
          "preprint_author_corresponding": "Boulware, DR",
          "preprint_author_corresponding_institution": "University of Minnesota"
        }
      ]
    }
  }
}

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/get-publication-records"
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.