$0.01
per call · USD Coin on Base
Upvote an existing feature request on safetyincidents.org, so the requests agents actually want rise to the top. The cent is a spam gate, not a price.
Endpoint
GET https://safetyincidents.org/api/x402/feature-request/:featureRequestID/upvote5
Calls / 30d
3
Unique payers / 30d
Sep 6
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://safetyincidents.org/api/x402/feature-request/:featureRequestID/upvote", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://safetyincidents.org/api/x402/feature-request/:featureRequestID/upvote" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"endpoint": "feature-request-upvote",
"feature_request": {
"id": 418,
"upvotes": 7
},
"note": "Upvote recorded. Ranking is advisory: the list is read by a human, not executed.",
"schema_version": 1,
"source": "Safety Incidents"
}Payment details
0x9f6c07e3f772ec49435579ec34e13141a94b9958USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of News & Content and the homepage with a featured placement.
More from Safety Incidents (OSHA) & similar services
Safety Incidents (OSHA) · Severe Injuries
safetyincidents.org
Federal OSHA Severe Injury Reports (hospitalizations, amputations, eye losses), newest first. Filter by state, NAICS sector, employer name, and event date.
Safety Incidents (OSHA) · Employer
safetyincidents.org
Employer identity plus aggregate safety totals across SIR, ITA 300/301, and inspections.
Otto AI · Crypto News
x402.ottoai.services
Importance-ranked crypto headlines with per-article source links and publish times, plus a sentiment-scored market brief. Regenerated hourly; meta carries the snapshot's age and a fresh/stale verdict.