G

Govparse · Licenses Search

by Govparse

GETBaseSolana

$1.25

per call · USD Coin on Base

Who just got a new or modified FCC wireless license (a buildout tell)? Search the FCC ULS license transactions (microwave, land-mobile private/commercial, paging, broadcast-aux) by licensee company, call sign, radio_service, service_group, state, city, status, applicant_type, FRN, grant date (granted_since), or last-action date (since). Returns the license, its entity-resolved licensee, radio service, status, and dates. FCC public-domain records.

Endpoint

GET https://api.govparse.io/v1/fcc/licenses/search

2

Calls / 30d

1

Unique payers / 30d

Sep 6

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://api.govparse.io/v1/fcc/licenses/search", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.govparse.io/v1/fcc/licenses/search?call_sign=WQGR685&company=Crown+Castle&radio_service=MW" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "rows": [
    {
      "applicant_type_code": "L",
      "call_sign": "KMM21",
      "city": "Cincinnati",
      "effective_date": "2026-07-13",
      "entity_id": null,
      "expired_date": "2031-05-29",
      "frn": "0002710192",
      "grant_date": "2021-03-30",
      "last_action_date": "2026-07-13",
      "license_status": "A",
      "name": "Example Wireless Holdings LLC",
      "radio_service_code": "MW",
      "service_group": "microwave",
      "state": "OH",
      "street": "312 Walnut Street",
      "unique_system_identifier": "961870",
      "zip": "45202"
    }
  ],
  "total_matched": 1
}

Payment details

Pay to0x3873d15cf3209c32aaa8d9aa542164e658567129
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

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

Get featured →

More from Govparse & similar services