2s FARA Foreign Agent Registration Lookup is a paid API for AI agents from 2s.io, paid per call via x402, $0.0018/call, status unknown (last checked 2026-09-13).
Screens a company or person name against the US DOJ FARA (Foreign Agents Registration Act) registrant database and returns match details including registration number, date, location, and confidence score.
Search currently-active FARA (Foreign Agents Registration Act) registrants by name. Pass a company or person name; returns whether the entity is a registered foreign agent (isRegisteredForeignAgent), a single KYB-safe bestMatch (null below medium confidence — no false positives), and scored candidate matches with registration number, registration date, city/state, and a 0-1 match score + confidence (high/medium/low). FARA registration is a US disclosure status (an agent acting for a foreign principal), not wrongdoing. Authoritative DOJ FARA eFile data, free and keyless — the foreign-agent check a compliance or procurement agent cannot derive from training.
Returns a boolean isRegisteredForeignAgent flag, a matchCount, an array of candidate matches, and a bestMatch object containing the registrant's name, city, state, FARA registration number, registration date, match score, and confidence level ('high'/'medium'/'low'). Also includes metadata about the source provider (US DOJ FARA eFile) and the original query name.
GEThttps://2s.io/api/gov/foreign-agentsUse this endpoint when you need authoritative, DOJ-sourced ground-truth data on whether a named entity is a registered foreign agent under FARA. Prefer this over general web searches or news-based checks when you need structured compliance data with confidence scores, registration numbers, and dates for due diligence, legal research, or regulatory screening workflows.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"name": "Acme Consulting Group",
"limit": 5
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object |
{
"data": {
"note": "Matched against currently-active FARA registrants by name (probabilistic). A match indicates a FARA registration on file — a disclosure status, not wrongdoing. Confirm with the registration number on efile.fara.gov before acting. Public records, not legal advice.",
"query": {
"name": "Acme Consulting Group"
},
"source": {
"url": "https://efile.fara.gov/",
"license": "Public domain (US government work)",
"provider": "US DOJ — Foreign Agents Registration Act (FARA) eFile"
},
"matches": [
{
"city": "Grafton",
"name": "Burke Consulting LLC",
"score": 0.45,
"state": "WI",
"confidence": "low",
"registrationDate": "2024-10-15",
"registrationNumber": 7473
},
{
"city": "Washington",
"name": "Empire Consulting Group, Inc.",
"score": 0.443,
"state": "DC",
"confidence": "low",
"registrationDate": "2021-01-26",
"registrationNumber": 6919
},
{
"city": "Charlotte",
"name": "Fang Consulting LLC",
"score": 0.435,
"state": "NC",
"confidence": "low",
"registrationDate": "2026-01-15",
"registrationNumber": 7686
},
{
"city": "Washington",
"name": "NexusOne Consulting",
"score": 0.431,
"state": "DC",
"confidence": "low",
"registrationDate": "2026-04-06",
"registrationNumber": 7712
},
{
"city": "Washington",
"name": "Chinar Consulting, LLC",
"score": 0.423,
"state": "DC",
"confidence": "low",
"registrationDate": "2021-01-20",
"registrationNumber": 6911
}
],
"bestMatch": null,
"matchCount": 5,
"isRegisteredForeignAgent": false
},
"meta": {
"cost": {
"usd": 0.0018,
"tier": 0
},
"caller": "x402",
"version": null,
"endpoint": "gov.foreign-agents",
"settlement": {
"txHash": "0x9fe460f90c36f7cd4e82337294146a77c6ea4ee0527855262db7a8167e9a689f",
"network": "eip155:8453",
"success": true
}
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"