F

Forgemesh · Claude Feature Watch

by Forgemesh

GETBase

$0.02

per call · USD Coin on Base

Returns a list of recently merged PRs across Anthropic/Claude repos (title, author, merge date, labels) with per-repo counts — track new Claude Code and SDK capabilities as they ship.

Endpoint

GET https://anomaly.forgemesh.io/api/claude-feature-watch

1

Calls / 30d

1

Unique payers / 30d

Aug 23

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
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://anomaly.forgemesh.io/api/claude-feature-watch", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://anomaly.forgemesh.io/api/claude-feature-watch?days=7" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "by_repo": {
    "anthropics/anthropic-sdk-python": 2,
    "anthropics/claude-code": 3
  },
  "days": 7,
  "features": [
    {
      "author": "contributor",
      "labels": [
        "enhancement"
      ],
      "merged_at": "2026-06-23T14:00:00Z",
      "repo": "anthropics/claude-code",
      "title": "Add streaming tool use support"
    }
  ],
  "features_merged": 5,
  "repos_scanned": 5,
  "since": "2026-06-17"
}

Payment details

Pay to0xe295b6641b32998537ae0f8e61babf729eaed6e5
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of AI & Inference and the homepage with a featured placement.

Get featured →

More from Forgemesh & similar services