2s FCC ID Lookup is a paid API for AI agents from 2s.io, paid per call via x402, $0.0012/call, status unknown (last checked 2026-09-13).
Looks up FCC equipment authorization grantee information for a given FCC ID, returning the registered company name, location, and product codes.
Resolve an FCC ID (printed on US wireless/electronic devices) to the grantee — the manufacturer that holds the FCC equipment authorization. Pass fccId in any form (BCG-E3217A, BCGE3217A). Returns the grantee code, the product code, and the grantee company: name, city, state, country, and the date its grantee code was registered. Uses the FCC EAS Equipment Authorization Grantee Registrations open dataset, free and keyless — the "who made this device" lookup an agent reading a label off hardware cannot do natively. (Per-product RF detail — frequencies, equipment class — is not in the open dataset and is out of scope.)
A JSON object indicating whether the FCC ID was found, along with the queried ID, the data source, the grantee's company name, city, state, country, ZIP code, date received, grantee code, and product code.
GEThttps://2s.io/api/gov/fcc-idUse this endpoint when you need to identify the company behind a specific FCC equipment authorization ID, verify device legitimacy, or enrich product/device metadata with regulatory registration details from official FCC public records. Prefer this over web scraping when ground-truth FCC data is required at low cost with no signup.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"fccId": "BCG-E3217A"
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object |
{
"data": {
"note": "Resolves the FCC grantee (manufacturer that holds the equipment authorization). Per-product RF detail (frequencies, equipment class) is not in the open dataset.",
"found": true,
"query": {
"fccId": "BCG-E3217A"
},
"source": {
"url": "https://opendata.fcc.gov/d/3b3k-34jp",
"license": "Public domain (US government work)",
"provider": "FCC — EAS Equipment Authorization Grantee Registrations (opendata.fcc.gov)"
},
"grantee": {
"city": "Cupertino",
"name": "Apple Inc.",
"state": "California",
"country": "United States",
"zipCode": "95014",
"dateReceived": "1998-04-14"
},
"granteeCode": "BCG",
"productCode": "E3217A"
},
"meta": {
"cost": {
"usd": 0.0012,
"tier": 0
},
"caller": "x402",
"version": null,
"endpoint": "gov.fcc-id",
"settlement": {
"txHash": "0x8fca5ab667802877841308aecbfa9c23209fe54f9387fdf23875c2e80f4d7f7f",
"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"