Because recipients resolve to spine
entity_ids, government spending joins the graph:
from one entity you can pivot to its federal awards, then to the facilities it owns and the
events near them. That fused path is the join a standalone procurement viewer can’t offer.
The Government endpoints are plan-gated — they require the
can_use_gov entitlement,
included on the Markets plan and up. Plans without it receive a clean 403 PLAN_REQUIRED.Federal Awards
GET /api/v2/gov/awards — USAspending prime awards for an entity. Look a subject up by a
resolved entity id, a SAM.gov uei, or a fuzzy recipient name (at least one required).
Returns an aggregate summary (total obligated , each with its awarding agencies and
first/last action date), and the recent awards timeline — every row cited to its
USAspending permalink.
The federal-awards surface is also on the MCP server as the
gov category tool
gov_awards (progressive discovery) — see MCP → GDELT Cloud tools,
inheriting the same can_use_gov gate. Federal award data is US public domain
(USAspending.gov).Foreign Agents (FARA)
GET /api/v2/gov/fara — the US foreign-influence graph. DOJ FARA registrations link a US
registrant (a law / lobbying / PR firm) to the foreign principal it represents, both
resolved to the entity spine. Filter by a resolved entity (matches either side of the link),
a fuzzy registrant or foreign_principal name, or a country.
The differentiator is the sanctions cross: sanctioned_only=true returns only links whose
foreign principal is on one of our screening lists (OFAC SDN, BIS Entity List, DoD 1260H, OFAC
CMIC, UK) — with the specific fp_sanction_lists + fp_sanction_programs — so you see US firms
registered as agents for a sanctioned entity, not merely for an adversary country.
Also on the MCP server as
gov_fara (the gov category). FARA is US public domain
(DOJ NSD FARA eFile); one row per (US registrant, foreign principal) link.
