Pay-per-request JSON datasets for autonomous agents via x402 (USDC on Base). Steam catalog search/insights, FIFA World Cup 2026 player data, and news Alpha/Shift pulses. No API keys — unpaid calls return HTTP 402.
Pay from $0.01 to $0.04 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.
ASSESSMENT
updated 1h agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 100%
- uptime 24h
- -
- uptime 7d
- -
- uptime 30d
- -
- uptime 90d
- -
- response p95
- -
- avg response
- -
- total checks
- 0
compliance unknown
x402 compliance not evaluated yet.
price $0.01 to $0.04 (p65 in Data)
- price (min)
- $0.01
- price (max)
- $0.04
- category percentile (min)
- p65 in Data
- category percentile (max)
- p64 in Data
- endpoints / prices
- 6 / 3
- model
- tiered
- stability
- 100%
risk clean
No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.
WHAT IT DOES
ai-derivedProvides structured JSON APIs for autonomous agents to access FIFA player data, Steam game insights, and news pulse information.
- category
- agent-data-api
- in
- query params
- auth
- none
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| GET | /v1/fifa/player | $0.02 | Base | USDC | |
| GET | /v1/fifa/search | $0.01 | Base | USDC | |
| GET | /v1/news/pulse/alpha | $0.04 | Base | USDC | |
| GET | /v1/news/pulse/shift | $0.02 | Base | USDC | |
| GET | /v1/steam/insights | $0.02 | Base | USDC | |
| GET | /v1/steam/search | $0.01 | Base | USDC |
REQUEST / RESPONSE EXAMPLE
An unpaid request to GET /v1/fifa/player returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i 'https://dataforagents.net/v1/fifa/player'
// 402 response (captured by monitor) · 6 payloads · click to expand
[
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x5d4ECba4458C49b6F92Fd5384686f0cAf0C3080B",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://dataforagents.net/v1/steam/insights",
"tags": [
"data",
"steam",
"games",
"insights"
],
"mimeType": "application/json",
"description": "DataForAgents — Steam deep insights for agents (pricing, hardware requirements, metadata)",
"serviceName": "DataForAgents"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"appid": "105600"
}
},
"output": {
"type": "json",
"example": {
"data": {
"name": "Terraria",
"type": "game",
"appid": 105600,
"genres": [
"Action",
"Adventure",
"Indie",
"RPG"
],
"headers": {
"header_image": "https://cdn.akamai.steamstatic.com/steam/apps/105600/header.jpg"
},
"is_free": false,
"developer": "Re-Logic",
"platforms": {
"mac": true,
"linux": true,
"windows": true
},
"publisher": "Re-Logic",
"categories": [
"Single-player",
"Multi-player"
],
"discount_pct": 0,
"release_date": "2011-05-16",
"total_reviews": 900000,
"pc_requirements": {
"os_min": "Windows XP",
"os_rec": null,
"memory_min": "2.5 GB RAM",
"memory_rec": null,
"graphics_min": "128MB VRAM",
"graphics_rec": null,
"processor_min": "2.0 GHz",
"processor_rec": null
},
"metacritic_score": 83,
"review_score_pct": 97,
"current_price_usd": 9.99,
"initial_price_usd": 9.99,
"short_description": "Dig, fight, explore, build!"
},
"status": "success"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"appid"
],
"properties": {
"appid": {
"type": "string",
"description": "Steam application ID (positive integer as string)"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x5d4ECba4458C49b6F92Fd5384686f0cAf0C3080B",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://dataforagents.net/v1/steam/search",
"tags": [
"data",
"steam",
"games",
"search"
],
"mimeType": "application/json",
"description": "DataForAgents — Steam catalog search for agents (name, genre, price filters)",
"serviceName": "DataForAgents"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"q": "terraria",
"genre": "Indie",
"limit": "5",
"price_max": "20"
}
},
"output": {
"type": "json",
"example": {
"data": [
{
"name": "Terraria",
"appid": 105600,
"genres": [
"Action",
"Adventure",
"Indie",
"RPG"
],
"is_free": false,
"developer": "Re-Logic",
"total_reviews": 900000,
"review_score_pct": 97,
"current_price_usd": 9.99
}
],
"status": "success",
"results_count": 1
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [],
"properties": {
"q": {
"type": "string",
"description": "Free-text game name query"
},
"genre": {
"type": "string",
"description": "Genre filter (exact/partial match)"
},
"limit": {
"type": "string",
"description": "Max results to return (default 20)"
},
"price_max": {
"type": "string",
"description": "Max current price in USD (number as string query param)"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x5d4ECba4458C49b6F92Fd5384686f0cAf0C3080B",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://dataforagents.net/v1/fifa/search",
"tags": [
"data",
"fifa",
"sports",
"search"
],
"mimeType": "application/json",
"description": "DataForAgents — FIFA World Cup 2026 player search (name, team, position, nationality)",
"serviceName": "DataForAgents"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"q": "messi",
"team": "Argentina",
"limit": "5",
"position": "FW",
"nationality": "Argentina"
}
},
"output": {
"type": "json",
"example": {
"data": [
{
"team": "Argentina",
"position": "FW",
"player_id": "example-id",
"nationality": "Argentina",
"player_name": "Lionel Messi"
}
],
"status": "success",
"results_count": 1
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [],
"properties": {
"q": {
"type": "string",
"description": "Player name query"
},
"team": {
"type": "string",
"description": "Team / squad filter"
},
"limit": {
"type": "string",
"description": "Max results (default 20)"
},
"position": {
"type": "string",
"description": "Position filter (e.g. FW, MF, DF, GK)"
},
"nationality": {
"type": "string",
"description": "Nationality filter"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x5d4ECba4458C49b6F92Fd5384686f0cAf0C3080B",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://dataforagents.net/v1/fifa/player",
"tags": [
"data",
"fifa",
"sports",
"player"
],
"mimeType": "application/json",
"description": "DataForAgents — FIFA World Cup 2026 player performance detail (goals, xG, defensive metrics)",
"serviceName": "DataForAgents"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"player_id": "example-id"
}
},
"output": {
"type": "json",
"example": {
"data": {
"team": "Argentina",
"goals": 0,
"assists": 0,
"position": "FW",
"player_id": "example-id",
"nationality": "Argentina",
"player_name": "Lionel Messi"
},
"status": "success"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"player_id"
],
"properties": {
"player_id": {
"type": "string",
"description": "Stable player id from /v1/fifa/search results"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x5d4ECba4458C49b6F92Fd5384686f0cAf0C3080B",
"amount": "40000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 180
}
],
"resource": {
"url": "https://dataforagents.net/v1/news/pulse/alpha",
"tags": [
"data",
"news",
"pulse",
"alpha"
],
"mimeType": "application/json",
"description": "DataForAgents — Alpha Pulse (15m). Dynamic price: ~80% off when you trigger harvest for an empty calendar block; full price on cache hits.",
"serviceName": "DataForAgents"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"category": "tech_ai"
}
},
"output": {
"type": "json",
"example": {
"ready": true,
"events": [],
"status": "success",
"category": "tech_ai",
"interval": "15m",
"pulse_id": "example-pulse",
"harvested": false,
"window_end": "2026-07-15T22:15:00.000Z",
"events_count": 24,
"pricing_tier": "cache",
"window_start": "2026-07-15T22:00:00.000Z"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [],
"properties": {
"category": {
"enum": [
"finance_macro",
"geopolitics",
"tech_ai",
"sports"
],
"type": "string",
"description": "Optional focus category: finance_macro | geopolitics | tech_ai | sports"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x5d4ECba4458C49b6F92Fd5384686f0cAf0C3080B",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 180
}
],
"resource": {
"url": "https://dataforagents.net/v1/news/pulse/shift",
"tags": [
"data",
"news",
"pulse",
"shift"
],
"mimeType": "application/json",
"description": "DataForAgents — Shift Pulse (1h). Dynamic price: ~80% off when you trigger harvest for an empty calendar block; full price on cache hits.",
"serviceName": "DataForAgents"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"category": "finance_macro"
}
},
"output": {
"type": "json",
"example": {
"ready": true,
"events": [],
"status": "success",
"category": "tech_ai",
"interval": "1h",
"pulse_id": "example-pulse",
"harvested": false,
"window_end": "2026-07-15T22:15:00.000Z",
"events_count": 24,
"pricing_tier": "cache",
"window_start": "2026-07-15T22:00:00.000Z"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [],
"properties": {
"category": {
"enum": [
"finance_macro",
"geopolitics",
"tech_ai",
"sports"
],
"type": "string",
"description": "Optional focus category: finance_macro | geopolitics | tech_ai | sports"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
}
] UPTIME
RECENT CHECKS
OVER TIME
All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/dataforagents/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted).
Median across 6 endpoints. Use the selector to isolate one.
COMPLIANCE
not evaluated- 402 payload captured
- accepts[] array present
- payTo address recoverable
- payTo at accepts[0].payTo (conformant shape)
- payTo is a valid on-chain address
- atomic price declared
- atomic price in a sane range
- asset (token) address declared
- network resolves to CAIP-2
- payment scheme declared
- response mimeType declared
- served over HTTPS
EMBED THIS BADGE
<a href="https://x402-list.com/services/dataforagents?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/dataforagents.svg" alt="DataForAgents listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/dataforagents?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/dataforagents?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/dataforagents.svg?data=uptime" alt="DataForAgents uptime on x402-list" height="28"> </a>