/api/safe/childChild product safety lookup for parent and safety agents. Returns CPSC recalls and hazard reports for baby and child products.
Child product safety
CPSC child-focused incident data — choking, strangulation, button battery hazards, age-group filtering, emergency contacts
**Price:** $0.1 USDC per call
Calls go directly to PulseNetwork. Paid routes use the live x402 challenge; Apiosk never rewrites payTo or settles the payment.
No account or API key. Pay PulseNetwork directly using the live x402 challenge. The challenge is authoritative for price, network, asset and payTo.
{
"properties": {
"age_group": {
"description": "infant | toddler | preschool | school-age",
"required": false,
"type": "string",
"x-parameter-location": "query"
},
"lang": {
"required": false,
"type": "string",
"x-parameter-location": "query"
},
"product": {
"required": true,
"type": "string",
"x-parameter-location": "query"
}
},
"required": [
"product"
],
"type": "object"
}