← APIs / SafePulse
Verified

SafePulse

PulseNetworkby PulseNetwork · Intelligence APIs, Data, AI Agents

Universal product safety intelligence API. 9 endpoints: US recalls (CPSC + FDA + USDA + NHTSA), EU Safety Gate / RAPEX alerts (all 27 member states), global safety alerts (WHO + Canada + Australia + UK), consumer product incidents, vehicle safety, food/drug recalls, home hazards, child safety, and brand scoring A-F. Pay-per-query via x402 on Base.

securityfederated
Price per request
$0.08
About

Universal product safety intelligence API. 9 endpoints: US recalls (CPSC + FDA + USDA + NHTSA), EU Safety Gate / RAPEX alerts (all 27 member states), global safety alerts (WHO + Canada + Australia + UK), consumer product incidents, vehicle safety, food/drug recalls, home hazards, child safety, and brand scoring A-F. Pay-per-query via x402 on Base. Part of PulseNetwork, operated by The Aslan Group LLC. Apiosk indexes this federated listing and adds ref=apiosk for attribution; calls and x402 payments go directly to PulseNetwork.

Hosted by the provider

Apiosk lists this API but does not proxy it. Call the provider's URL directly and pay them over x402 — Apiosk never sits between you and the response.

Open provider →

ResourceDescription
https://safepulse.theaslangroupllc.com/api/safe/recall?ref=apiosk Active recall dashboard for consumer and safety agents. Consolidates CPSC, FDA, USDA FSIS, and NHTSA recalls in one view. Open
https://safepulse.theaslangroupllc.com/api/safe/product?ref=apiosk Product safety lookup for consumer and shopping agents. Returns CPSC recalls and incident reports for any product. Open
https://safepulse.theaslangroupllc.com/api/safe/vehicle?ref=apiosk Vehicle safety lookup for car-buyer and safety agents. Returns NHTSA recalls, complaints, and crash ratings for any year/make/model. Open
https://safepulse.theaslangroupllc.com/api/safe/food?ref=apiosk Food and drug safety lookup for consumer and safety agents. Returns FDA and USDA recalls, contamination alerts, and drug recall data for any product. Open
https://safepulse.theaslangroupllc.com/api/safe/home?ref=apiosk Home safety lookup for homeowner and safety agents. Returns CPSC hazard and recall data for home products, with fire and electrical risk context. Open
https://safepulse.theaslangroupllc.com/api/safe/child?ref=apiosk Child product safety lookup for parent and safety agents. Returns CPSC recalls and hazard reports for baby and child products. Open
https://safepulse.theaslangroupllc.com/api/safe/score?ref=apiosk Brand safety score for consumer and shopping agents. Returns a recall-history-based safety score for any brand, grounded in CPSC and FDA data. Open
https://safepulse.theaslangroupllc.com/api/safe/eu?ref=apiosk EU Safety Gate alerts for consumer and safety agents. Returns RAPEX alerts and product recalls across all 27 EU member states. Open
https://safepulse.theaslangroupllc.com/api/safe/global?ref=apiosk Global product safety alerts for consumer and safety agents. Consolidates WHO, Health Canada, ACCC Australia, and UK OPSS alerts. Open
Technical Specs
Auth MethodNone (x402 payment proof only)
Response FormatJSON
Endpoints9
Endpoints
MethodPathDescriptionCost
GET /api/safe/child Child product safety lookup for parent and safety agents. Returns CPSC recalls and hazard reports for baby and child products.
$0.10 default
View details
GET /api/safe/eu EU Safety Gate alerts for consumer and safety agents. Returns RAPEX alerts and product recalls across all 27 EU member states.
$0.08 default
View details
GET /api/safe/food Food and drug safety lookup for consumer and safety agents. Returns FDA and USDA recalls, contamination alerts, and drug recall data for any product.
$0.08 default
View details
GET /api/safe/global Global product safety alerts for consumer and safety agents. Consolidates WHO, Health Canada, ACCC Australia, and UK OPSS alerts.
$0.10 default
View details
GET /api/safe/home Home safety lookup for homeowner and safety agents. Returns CPSC hazard and recall data for home products, with fire and electrical risk context.
$0.10 default
View details
GET /api/safe/product Product safety lookup for consumer and shopping agents. Returns CPSC recalls and incident reports for any product.
$0.08 default
View details
GET /api/safe/recall Active recall dashboard for consumer and safety agents. Consolidates CPSC, FDA, USDA FSIS, and NHTSA recalls in one view.
$0.08 default
View details
GET /api/safe/score Brand safety score for consumer and shopping agents. Returns a recall-history-based safety score for any brand, grounded in CPSC and FDA data.
$0.12 default
View details
GET /api/safe/vehicle Vehicle safety lookup for car-buyer and safety agents. Returns NHTSA recalls, complaints, and crash ratings for any year/make/model.
$0.10 default
View details
Endpoint documentation
GET/api/safe/child
$0.10 default
Description

Child product safety lookup for parent and safety agents. Returns CPSC recalls and hazard reports for baby and child products.

Documentation

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.

Pricing
$0.10 default
Authentication

No account or API key. Pay PulseNetwork directly using the live x402 challenge. The challenge is authoritative for price, network, asset and payTo.

Parameters
{
  "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"
}
GET/api/safe/eu
$0.08 default
Description

EU Safety Gate alerts for consumer and safety agents. Returns RAPEX alerts and product recalls across all 27 EU member states.

Documentation

EU Safety Gate alerts

EU Safety Gate (RAPEX) product alerts across all 27 member states — serious risk recalls, CE marking guidance, cross-border availability warnings

**Price:** $0.08 USDC per call

Calls go directly to PulseNetwork. Paid routes use the live x402 challenge; Apiosk never rewrites payTo or settles the payment.

Pricing
$0.08 default
Authentication

No account or API key. Pay PulseNetwork directly using the live x402 challenge. The challenge is authoritative for price, network, asset and payTo.

Parameters
{
  "properties": {
    "category": {
      "description": "toys | electronics | clothing | food | cosmetics | vehicles | all",
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    },
    "country": {
      "description": "Filter by EU country (e.g. Germany, France, Spain)",
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    },
    "lang": {
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    }
  },
  "required": [],
  "type": "object"
}
GET/api/safe/food
$0.08 default
Description

Food and drug safety lookup for consumer and safety agents. Returns FDA and USDA recalls, contamination alerts, and drug recall data for any product.

Documentation

Food and drug recall

FDA food/drug enforcement records and USDA FSIS recalls — contamination risk, allergen flags, Class I/II/III classification

**Price:** $0.08 USDC per call

Calls go directly to PulseNetwork. Paid routes use the live x402 challenge; Apiosk never rewrites payTo or settles the payment.

Pricing
$0.08 default
Authentication

No account or API key. Pay PulseNetwork directly using the live x402 challenge. The challenge is authoritative for price, network, asset and payTo.

Parameters
{
  "properties": {
    "lang": {
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    },
    "product": {
      "required": true,
      "type": "string",
      "x-parameter-location": "query"
    },
    "type": {
      "enum": [
        "food",
        "drug",
        "supplement",
        "all"
      ],
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    }
  },
  "required": [
    "product"
  ],
  "type": "object"
}
GET/api/safe/global
$0.10 default
Description

Global product safety alerts for consumer and safety agents. Consolidates WHO, Health Canada, ACCC Australia, and UK OPSS alerts.

Documentation

Global safety alerts

International product safety — WHO pharmaceutical alerts, Health Canada, ACCC Australia, and UK OPSS in one consolidated report

**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.

Pricing
$0.10 default
Authentication

No account or API key. Pay PulseNetwork directly using the live x402 challenge. The challenge is authoritative for price, network, asset and payTo.

Parameters
{
  "properties": {
    "category": {
      "description": "food | drug | device | consumer | all",
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    },
    "lang": {
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    },
    "region": {
      "description": "canada | australia | uk | who | global",
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    }
  },
  "required": [],
  "type": "object"
}
GET/api/safe/home
$0.10 default
Description

Home safety lookup for homeowner and safety agents. Returns CPSC hazard and recall data for home products, with fire and electrical risk context.

Documentation

Home safety hazards

CPSC incident patterns for household products and rooms — hazard profiles, prevention checklist, safety product recommendations

**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.

Pricing
$0.10 default
Authentication

No account or API key. Pay PulseNetwork directly using the live x402 challenge. The challenge is authoritative for price, network, asset and payTo.

Parameters
{
  "properties": {
    "lang": {
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    },
    "product": {
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    },
    "room": {
      "description": "kitchen | bedroom | bathroom | garage | nursery",
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    }
  },
  "required": [],
  "type": "object"
}
GET/api/safe/product
$0.08 default
Description

Product safety lookup for consumer and shopping agents. Returns CPSC recalls and incident reports for any product.

Documentation

Consumer product safety

CPSC SaferProducts.gov incident data for any consumer product — hazard patterns, recall history, safer alternatives

**Price:** $0.08 USDC per call

Calls go directly to PulseNetwork. Paid routes use the live x402 challenge; Apiosk never rewrites payTo or settles the payment.

Pricing
$0.08 default
Authentication

No account or API key. Pay PulseNetwork directly using the live x402 challenge. The challenge is authoritative for price, network, asset and payTo.

Parameters
{
  "properties": {
    "category": {
      "description": "toys | furniture | appliances | electronics | clothing",
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    },
    "lang": {
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    },
    "product": {
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    }
  },
  "required": [],
  "type": "object"
}
GET/api/safe/recall
$0.08 default
Description

Active recall dashboard for consumer and safety agents. Consolidates CPSC, FDA, USDA FSIS, and NHTSA recalls in one view.

Documentation

Active recall dashboard

Consolidated active recalls across CPSC, FDA, USDA FSIS, and NHTSA with specific consumer actions

**Price:** $0.08 USDC per call

Calls go directly to PulseNetwork. Paid routes use the live x402 challenge; Apiosk never rewrites payTo or settles the payment.

Pricing
$0.08 default
Authentication

No account or API key. Pay PulseNetwork directly using the live x402 challenge. The challenge is authoritative for price, network, asset and payTo.

Parameters
{
  "properties": {
    "category": {
      "description": "Filter by recall category",
      "enum": [
        "all",
        "food",
        "drug",
        "vehicle",
        "product"
      ],
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    },
    "lang": {
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    }
  },
  "required": [],
  "type": "object"
}
GET/api/safe/score
$0.12 default
Description

Brand safety score for consumer and shopping agents. Returns a recall-history-based safety score for any brand, grounded in CPSC and FDA data.

Documentation

Brand safety score

Safety grade A-F for a brand based on CPSC incident history, FDA enforcement actions, and recall rate

**Price:** $0.12 USDC per call

Calls go directly to PulseNetwork. Paid routes use the live x402 challenge; Apiosk never rewrites payTo or settles the payment.

Pricing
$0.12 default
Authentication

No account or API key. Pay PulseNetwork directly using the live x402 challenge. The challenge is authoritative for price, network, asset and payTo.

Parameters
{
  "properties": {
    "brand": {
      "required": true,
      "type": "string",
      "x-parameter-location": "query"
    },
    "lang": {
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    },
    "product_type": {
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    }
  },
  "required": [
    "brand"
  ],
  "type": "object"
}
GET/api/safe/vehicle
$0.10 default
Description

Vehicle safety lookup for car-buyer and safety agents. Returns NHTSA recalls, complaints, and crash ratings for any year/make/model.

Documentation

Vehicle safety

NHTSA crash ratings, recall history, and owner complaint analysis for any make/model/year

**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.

Pricing
$0.10 default
Authentication

No account or API key. Pay PulseNetwork directly using the live x402 challenge. The challenge is authoritative for price, network, asset and payTo.

Parameters
{
  "properties": {
    "lang": {
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    },
    "make": {
      "required": true,
      "type": "string",
      "x-parameter-location": "query"
    },
    "model": {
      "required": true,
      "type": "string",
      "x-parameter-location": "query"
    },
    "year": {
      "required": true,
      "type": "string",
      "x-parameter-location": "query"
    }
  },
  "required": [
    "make",
    "model",
    "year"
  ],
  "type": "object"
}