ToolAssay

Who just got a new or modified FCC wireless license (a buildout tell)?

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.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
266 msmedian answer time
$1.25listed price per call
$1.25price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

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

CategoryCompany and compliance
Provider hostapi.govparse.io
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$1.25 266 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "call_sign": "WQGR685",
    "company": "Crown Castle",
    "radio_service": "MW"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "properties": {
        "applicant_type": {
          "description": "Applicant type code(s), CSV (B business, C corp, G govt, I individual, L limited-liability, P partnership).",
          "examples": [
            "L"
          ],
          "type": "string"
        },
        "call_sign": {
          "description": "Call sign(s), CSV.",
          "examples": [
            "WQGR685"
          ],
          "type": "string"
        },
        "city": {
          "description": "Premise city fragment.",
          "examples": [
            "Dallas"
          ],
          "type": "string"
        },
        "company": {
          "description": "Licensee company/agency name \u2014 suffix/punctuation-insensitive.",
          "examples": [
            "Crown Castle"
          ],
          "type": "string"
        },
        "entity_id": {
          "description": "Resolved licensee entity UUID (pivots to business360).",
          "examples": [
            "b7f3e2d1-4a5c-4e6f-8a9b-0c1d2e3f4a5b"
          ],
          "type": "string"
        },
        "frn": {
          "description": "FCC Registration Number(s), CSV.",
          "examples": [
            "0004254223"
          ],
          "type": "string"
        },
        "granted_since": {
          "description": "Grant date on/after this date (YYYY-MM-DD) \u2014 surfaces new license grants.",
          "examples": [
            "2026-07-01"
          ],
          "type": "string"
        },
        "limit": {
          "description": "Max rows (default 25, cap 100).",
          "examples": [
            25
          ],
          "type": "integer"
        },
        "offset": {
          "description": "Rows to skip.",
          "examples": [
            0
          ],
          "type": "integer"
        },
        "radio_service": {
          "description": "FCC radio service code(s), CSV (e.g. MW microwave, IG industrial/business, PW public safety).",
          "examples": [
            "MW"
          ],
          "type": "string"
        },
        "service_group": {
          "description": "microwave | land-mobile-private | land-mobile-commercial | paging | land-mobile-broadcast-aux (CSV).",
          "examples": [
            "microwave"
          ],
          "type": "string"
        },
        "since": {
          "description": "Last-action date on/after this date (YYYY-MM-DD) \u2014 recent transactions.",
          "examples": [
            "2026-07-01"
          ],
          "type": "string"
        },
        "sort": {
          "description": "grant_date | last_action_date | call_sign :asc|:desc. Default last_action_date:desc.",
          "examples": [
            "grant_date:desc"
          ],
          "type": "string"
        },
        "state": {
          "description": "Premise state code(s), CSV.",
          "examples": [
            "TX"
          ],
          "type": "string"
        },
        "status": {
          "description": "License status code(s), CSV (A = active).",
          "examples": [
            "A"
          ],
          "type": "string"
        }
      },
      "required": [],
      "type": "object"
    }
  },
  "type": "object"
}

This page as JSON