{
  "x402Version": 2,
  "id": 312,
  "slug": "312",
  "resource": "https://api.kadec0.xyz/v1/hackernews",
  "description": "Hacker News feed. Top, new, and best front-page stories plus full-text story search — titles, scores, comment counts, and author for tech and startup news.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x4df66B6c140778fe0717880A7c6dDE5Ea53AcDeA",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "mode": "search",
            "q": "ai agents"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "count": 1,
            "items": [
              {
                "numComments": 99,
                "points": 420,
                "title": "...",
                "type": "hn_hit",
                "url": "..."
              }
            ]
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "queryParams": {
                "anyOf": [
                  {
                    "required": [
                      "q"
                    ]
                  },
                  {
                    "properties": {
                      "mode": {
                        "enum": [
                          "top",
                          "new",
                          "best"
                        ]
                      }
                    },
                    "required": [
                      "mode"
                    ]
                  }
                ],
                "properties": {
                  "maxItems": {
                    "default": "20",
                    "type": "string"
                  },
                  "mode": {
                    "enum": [
                      "search",
                      "top",
                      "new",
                      "best"
                    ],
                    "type": "string"
                  },
                  "q": {
                    "description": "query (mode=search)",
                    "type": "string"
                  }
                },
                "required": [],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.kadec0.xyz",
  "lastUpdated": "2026-09-18T07:39:51.495Z",
  "quality": {
    "calls30d": 122,
    "uniquePayers30d": 4,
    "lastCalledAt": "2026-09-18T07:39:51.138Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.kadec0.xyz",
    "manifest_name": "api.kadec0.xyz",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}