G

Gitbeacon · Digests

by Gitbeacon

GETBase

$0.05

per call · USD Coin on Base

Paid ($0.05 USDC via x402). Historical daily GitHub digests (1-30 day lookback). Track how open-source trends, language popularity, and emerging tools evolve over time — each digest carries the same rich analysis as /v1/digests/latest, keyed by digestDate provenance. Compute-first / settle-after — you are never charged for an error.

Endpoint

GET https://api.gitbeacon.dev/v1/digests

1

Calls / 30d

1

Unique payers / 30d

Aug 16

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://api.gitbeacon.dev/v1/digests", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.gitbeacon.dev/v1/digests?days=7&limit=7" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "charged": true,
  "count": 3,
  "data": [
    {
      "digestDate": "2026-02-25T00:00:00.000Z",
      "overallSentiment": "innovative",
      "summary": "AI-driven projects dominate...",
      "title": "AI-Powered Development Takes Center Stage",
      "topCategories": [
        "AI/ML",
        "DevTools",
        "Security"
      ],
      "totalReposAnalyzed": 50
    }
  ],
  "days": 7,
  "limit": 7,
  "success": true
}

Payment details

Pay to0xf444abc53f5e1e73caec7df64d147ddb119514a0
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Developer Tools and the homepage with a featured placement.

Get featured →

More from Gitbeacon & similar services