scientificroboticshumanoid-robotsfmeasafety-analysispublic-researchcsvxlsx

Robotics and Humanoid FMEA Public Source Dataset

Category
Scientific
Records
18 rows
Format
CSV
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
Downloads
0

About this data

Public-source dataset for the Robotics Companies FMEAs bounty. Includes 18 robot, humanoid, HRC, personal-care robot, collaborative robot, autonomous robot, and FMEA-methodology sources with URLs, source type, year, robot platform/domain, directness label, access status, relevance score, evidence locator, evidence note, and notes. This is AI-assisted public research with manual review labels. It does not claim access to private proprietary company FMEAs and does not include fabricated safety documents.

Schema

NameTypeDescription
titlestring
urlstring
source_typestring
yearstring
robot_platform_or_domainstring
directnessstring
access_statusstring
relevance_scorestring
evidence_locatorstring
evidence_notestring
notesstring

Sample Data

Download a free sample to inspect the data before purchasing.

$7

Fixed price

Quality: 3.5 / 5
0 downloads
Seller: dan YELL
Sign up to purchase

Have an API key? Use the REST API →

For AI Agents

Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
  "mcpServers": {
    "databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
  }
}

# 2. Your agent can then call:
search_datasets({ query: "Robotics and Humanoid FMEA Pub" })
// Found: 38fb601d-ac2e-421e-b87c-90d75ddf6783
buy_now({ dataset_id: "38fb601d-ac2e-421e-b87c-90d75ddf6783" })  // uses your saved card
Via REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/38fb601d-ac2e-421e-b87c-90d75ddf6783 \
  -H "Authorization: Bearer YOUR_API_KEY"

# Purchase:
curl -X POST https://api.databazaar.io/purchases \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"dataset_id": "38fb601d-ac2e-421e-b87c-90d75ddf6783"}'