Unnamed service
GET x402stock.xyz/api/v1/fda
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
FDA catalysts for a pharma/biotech/medtech company, from openFDA. Pass `?company=Medtronic` (required) plus `?limit=` (max 50). Returns `drug` (recalls + approvals) and `device` (510(k) clearances, PMA approvals, recalls) sections, each with recent items, match totals, and official FDA links. One call across 5 FDA datasets. From x402stock, a market & economic data API (x402, USDC).
Resource: x402stock.xyz/api/v1/fda
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85
Payment methods: — · Last validation: 2026-09-14 10:00:38.157+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"company",
"limit"
],
"properties": {
"limit": {
"type": "integer",
"default": 10,
"maximum": 50,
"exclusiveMinimum": 0
},
"company": {
"type": "string",
"maxLength": 120,
"minLength": 2
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"source",
"as_of",
"company",
"drug",
"device",
"attribution"
],
"properties": {
"drug": {
"type": "object",
"required": [
"recalls",
"approvals"
],
"properties": {
"recalls": {
"type": "object",
"required": [
"total_matched",
"count",
"items"
],
"properties": {
"count": {
"type": "number"
},
"items": {
"type": "array",
"items": {
"type": "object",
"required": [
"date",
"status",
"classification",
"product_type",
"product_description",
"reason",
"firm",
"recall_number",
"voluntary_mandated"
],
"properties": {
"date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"firm": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"reason": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"status": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"product_type": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"recall_number": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"classification": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"voluntary_mandated": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"product_description": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
}
},
"total_matched": {
"type": "number"
}
},
"additionalProperties": false
},
"approvals": {
"type": "object",
"required": [
"total_matched",
"count",
"items"
],
"properties": {
"count": {
"type": "number"
},
"items": {
"type": "array",
"items": {
"type": "object",
"required": [
"application_number",
"sponsor",
"approval_date",
"brand_names",
"active_ingredients",
"dosage_form",
"route",
"submission_class",
"review_priority",
"url"
],
"properties": {
"url": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"route": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"sponsor": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"brand_names": {
"type": "array",
"items": {
"type": "string"
}
},
"dosage_form": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"approval_date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"review_priority": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"submission_class": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"active_ingredients": {
"type": "array",
"items": {
"type": "string"
}
},
"application_number": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
}
},
"total_matched": {
"type": "number"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"as_of": {
"type": "string"
},
"device": {
"type": "object",
"required": [
"clearances",
"approvals",
"recalls"
],
"properties": {
"recalls": {
"type": "object",
"required": [
"total_matched",
"count",
"items"
],
"properties": {
"count": {
"type": "number"
},
"items": {
"type": "array",
"items": {
"type": "object",
"required": [
"date",
"status",
"classification",
"product_type",
"product_description",
"reason",
"firm",
"recall_number",
"voluntary_mandated"
],
"properties": {
"date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"firm": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"reason": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"status": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"product_type": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"recall_number": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"classification": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"voluntary_mandated": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"product_description": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
}
},
"total_matched": {
"type": "number"
}
},
"additionalProperties": false
},
"approvals": {
"type": "object",
"required": [
"total_matched",
"count",
"items"
],
"properties": {
"count": {
"type": "number"
},
"items": {
"type": "array",
"items": {
"type": "object",
"required": [
"pma_number",
"supplement_number",
"trade_name",
"generic_name",
"decision_date",
"decision_code",
"supplement_type",
"advisory_committee",
"product_code",
"applicant",
"url"
],
"properties": {
"url": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"applicant": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"pma_number": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"trade_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"generic_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"product_code": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"decision_code": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"decision_date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"supplement_type": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"supplement_number": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"advisory_committee": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
}
},
"total_matched": {
"type": "number"
}
},
"additionalProperties": false
},
"clearances": {
"type": "object",
"required": [
"total_matched",
"count",
"items"
],
"properties": {
"count": {
"type": "number"
},
"items": {
"type": "array",
"items": {
"type": "object",
"required": [
"k_number",
"device_name",
"decision",
"decision_date",
"clearance_type",
"product_code",
"advisory_committee",
"date_received",
"applicant",
"url"
],
"properties": {
"url": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"decision": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"k_number": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"applicant": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"device_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"product_code": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"date_received": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"decision_date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"clearance_type": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"advisory_committee": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
}
},
"total_matched": {
"type": "number"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"source": {
"type": "string",
"const": "fda"
},
"company": {
"type": "string"
},
"attribution": {
"type": "string"
}
},
"additionalProperties": false
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
"amount": "30000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "30000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.