F

Federal Grant Search API · Change Intelligence

by Federal Grant Search API

POSTBase

$0.02

per call · USD Coin on Base

Find new or changed U.S. federal grants for a maintained scope. Use scope, as_of, window_days, event_limit, and continuation cursor inputs. Receive JSON with events, changed fields, deadline risks, award-value changes, dataset status, evidence URLs, and next_request.

Endpoint

POST https://grant-search.krimskrams.xyz/v1/change-intelligence

2

Calls / 30d

2

Unique payers / 30d

Aug 30

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://grant-search.krimskrams.xyz/v1/change-intelligence", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "as_of": "2026-08-19T00:00:00Z",
    "event_limit": 20,
    "scope": "artificial-intelligence",
    "window_days": 7
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://grant-search.krimskrams.xyz/v1/change-intelligence" \
  -H "Content-Type: application/json" \
  -d '{"as_of":"2026-08-19T00:00:00Z","event_limit":20,"scope":"artificial-intelligence","window_days":7}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "award_value_change_count": 0,
  "collection_scope": {
    "configured": true,
    "name": "artificial-intelligence"
  },
  "event_count": 0,
  "has_more": false,
  "risk_count": 0
}

Payment details

Pay to0x276efa09388fb1578a6c415b8f90d26fdfce0cf2
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from Federal Grant Search API & similar services