Scispot List Labsheets Example is an example object payload from Scispot, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"description": "Example response from GET /v1/labsheets",
"request": {
"method": "GET",
"url": "https://api.scispot.com/v1/labsheets",
"headers": {
"apiKey": "your-api-token-here"
}
},
"response": {
"status": 200,
"body": {
"data": [
{
"id": "ls_01HXKP7QWERTY123",
"name": "Sample Registry",
"description": "Primary sample registration and tracking labsheet",
"columns": [
{"name": "Sample ID", "type": "text", "required": true},
{"name": "Barcode", "type": "barcode", "required": true},
{"name": "Sample Type", "type": "text", "required": true},
{"name": "Collection Date", "type": "date", "required": true},
{"name": "Source", "type": "text", "required": false},
{"name": "Concentration (mg/mL)", "type": "number", "required": false},
{"name": "Volume (µL)", "type": "number", "required": false},
{"name": "Storage Location", "type": "lookup", "required": false},
{"name": "Notes", "type": "text", "required": false}
],
"rowCount": 1456,
"createdAt": "2025-01-15T09:00:00Z",
"updatedAt": "2026-04-28T14:32:17Z"
},
{
"id": "ls_02HXKP7QWERTY456",
"name": "Assay Results",
"description": "PCR and sequencing assay results",
"columns": [
{"name": "Sample ID", "type": "lookup", "required": true},
{"name": "Assay Type", "type": "text", "required": true},
{"name": "Run Date", "type": "date", "required": true},
{"name": "Result", "type": "text", "required": false},
{"name": "CT Value", "type": "number", "required": false},
{"name": "Pass/Fail", "type": "text", "required": false},
{"name": "Operator", "type": "text", "required": true}
],
"rowCount": 892,
"createdAt": "2025-01-15T09:30:00Z",
"updatedAt": "2026-04-30T11:15:43Z"
}
],
"total": 12,
"page": 1,
"limit": 20
}
}
}
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/scispot-list-labsheets-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 email required.
A second provider on the same verified email joins the account you already have.