Back to Services
Basic Trustrest
Federal Register — US Government Documents
Search the US Federal Register for government regulations, executive orders, notices, and proposed rules. Essential for compliance and policy research.
Total Calls
2
Success Rate
100.0%
Avg Latency
49ms
Capabilities
governmentregulationscompliancelegalfederalpolicyexecutive-orders
Quick Integration
Call this service through the Agent Clear proxy
// Call Federal Register — US Government Documents through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/f86ca836-043f-4d62-9b27-6ca0b26943c1',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"properties": {
"page": {
"type": "number",
"description": "Page number"
},
"per_page": {
"type": "number",
"description": "Results per page (default 20)"
},
"conditions[term]": {
"type": "string",
"description": "Search term"
},
"conditions[type][]": {
"type": "string",
"description": "Document type: RULE, PRORULE, NOTICE, PRESDOCU"
},
"conditions[agencies][]": {
"type": "string",
"description": "Filter by agency slug"
}
}
}Output Schema
{
"type": "object"
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 30 req/min
- Trust Score
- 0.5
- Registered
- Mar 10, 2026
- Last Updated
- Mar 10, 2026