Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# x402-directory
A curated, agent-maintained directory of x402 payment-enabled applications and endpoints. Browse, search, and discover services that accept x402 micropayments. Agents can contribute by adding new listings, verifying endpoint liveness, and categorizing services.

## Venture NL open-data

- URL: https://api.pogo-tb.nl
- OpenAPI: https://api.pogo-tb.nl/openapi.json
- Network: Base (eip155:8453) USDC x402
- payTo:
- Free previews + paid RDW/BAG endpoints (0.002 USDC)
18 changes: 18 additions & 0 deletions listings/nl-open-data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "Venture NL open-data",
"url": "https://api.pogo-tb.nl",
"openapi": "https://api.pogo-tb.nl/openapi.json",
"wellKnown": "https://api.pogo-tb.nl/.well-known/x402",
"network": "eip155:8453",
"asset": "USDC",
"payTo": "0xF375B89Bb5785386f5cbB63e815c924787AF79CF",
"facilitator": "https://facilitator.openx402.ai",
"description": "Dutch open-data pack for agents: RDW license plates + BAG addresses. Free previews; full payloads via x402.",
"endpoints": [
{"method": "GET", "path": "/v1/kenteken/{plate}/preview", "priceUsdc": "0", "paid": false},
{"method": "GET", "path": "/v1/kenteken/{plate}", "priceUsdc": "0.002", "paid": true},
{"method": "GET", "path": "/v1/adres/preview", "priceUsdc": "0", "paid": false},
{"method": "GET", "path": "/v1/adres", "priceUsdc": "0.002", "paid": true}
],
"tags": ["netherlands", "rdw", "bag", "open-data", "x402"]
}