Thermo Fisher Scientific · Example Payload

Thermo Fisher Nanodrop Measurement Example

Life SciencesLaboratoryScientific InstrumentsLIMSDiagnosticsBiosciencesFortune 500

Thermo Fisher Nanodrop Measurement Example is an example object payload from Thermo Fisher Scientific, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "http://192.168.1.100:8080/api/measure",
    "headers": {
      "Content-Type": "application/json"
    },
    "body": {
      "method": "DNA-50",
      "sample_id": "SMP-DNA-001",
      "sample_name": "Genomic DNA Extract - Patient 001",
      "operator": "lab_tech_1"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "measurement_id": "M-2026050300142",
      "sample_id": "SMP-DNA-001",
      "sample_name": "Genomic DNA Extract - Patient 001",
      "method": "DNA-50",
      "timestamp": "2026-05-03T10:14:22Z",
      "operator": "lab_tech_1",
      "concentration": 185.4,
      "unit": "ng/µL",
      "a260": 3.708,
      "a280": 1.960,
      "a260_a280_ratio": 1.89,
      "a260_a230_ratio": 2.12,
      "spectrum": [
        { "wavelength": 220, "absorbance": 4.82 },
        { "wavelength": 230, "absorbance": 1.748 },
        { "wavelength": 240, "absorbance": 2.214 },
        { "wavelength": 250, "absorbance": 3.021 },
        { "wavelength": 260, "absorbance": 3.708 },
        { "wavelength": 270, "absorbance": 3.291 },
        { "wavelength": 280, "absorbance": 1.960 },
        { "wavelength": 290, "absorbance": 0.847 },
        { "wavelength": 300", "absorbance": 0.312 }
      ]
    }
  }
}

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/thermo-fisher-nanodrop-measurement-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.