Skip to main content
Home

Main navigation

  • REC Home
  • Apply
    • REC Services Rate Card & Policies
    • LPFM Construction Completed
    • LPFM License Modification
    • New FM Booster Station
    • New Class D FM Station in Alaska
    • New Low Power FM (LPFM) Station
  • Initiatives
    • RM-11846: Rural NCE Stations
    • RM-11909: LP-250 / Simple 250
    • WIDE-FM
    • RM-11952: Translator Reform
    • RM-11843: 8 Meter Ham Band
    • PACE - LPFM Compliance
  • Services
  • Tools
    • Today's FCC Activity
    • Broadcast Data Query
    • Field strength curves
    • Runway slope
    • Tower finder
    • FM MODEL-RF Exposure Study
    • More tools
    • Developers - API
  • LPFM
    • Learn about LPFM
      • Basics of LPFM
      • Self Inspection Checklist
      • Underwriting Compliance Guide
      • Frequently Asked Questions
      • FCC Rules for LPFM
      • HD Radio for LPFM
      • Transmitters certified for LPFM
      • Interference from FM translators
      • RadioDNS for LPFM Stations
    • 2023 Window REC Client Portal
    • myLPFM - LPFM Station Management
    • LPFM Station Directory
    • Spare call signs
    • REC PACE Program
    • More about LPFM
  • Reference
    • Pending FCC Applications
    • FCC Filing Fees
    • Radio License Renewal Deadlines
    • FCC Record/FCC Reports
    • Pirate Radio Enforcement Data
    • Premises Info System (PREMIS)
    • ITU and other international documents
    • Recent FCC Callsign Activity
    • FCC Enforcement Actions
    • Federal Register
    • Recent CAP/Weather Alerts
    • Legal Unlicensed Broadcasting
    • More reference tools
  • LPFM Window
  • About
    • REC in the Media
    • Supporting REC's Efforts
    • Recommendations
    • FCC Filings and Presentations
    • Our Jingles
    • REC Radio History Project
    • Delmarva FM / Riverton Radio Project
    • J1 Radio / Japanese Broadcasting
    • Japan Earthquake Data
    • REC Systems Status
    • eLMS: Enhanced LMS Data Project
    • Open Data at REC
    • Our Objectives
  • Contact

Breadcrumb

  • Home

Operational Status

Michi on YouTube

Most popular

fcc.today - real time updates on application activity from the FCC Media Bureau.  fccdata.org - the internet's most comprehensive FCC database lookup tool.  myLPFM.com - Low Power FM channel search and station management tool.  REC Broadcast Services - professional LPFM and FM translator filing services. 

Other tools & info

  • Filing Window Tracking
  • Enforcement Actions
  • REC Advisory Letters
  • FAQ-Knowledge Base
  • U/D Ratio Calculator
  • Propagation Curves
  • Runway Slope/REC TOWAIR
  • Coordinate Conversion
  • PREMIS: Address Profile
  • Spare Call Sign List
  • FCC (commercial) filing fees
  • Class D FM stations in Alaska
  • ARRR: Pirate radio notices
  • Unlicensed broadcasting (part 15)
  • FMmap - broadcast atlas
  • Federal Register
  • Rate Card & Policies
  • REC system status
  • Server Status
  • Complete site index
Cirrus Streaming - Radio Streaming Services - Podcasting & On-demand - Mobile Apps - Advertising

REC API - towerfind - Search for registered towers

Return to REC APIs

Description

This API searches a target location for nearby registered towers within the radius specified.

This API is considered closed data and is only available to those with a specific client relationship with REC to access the APIs. 

For demonstration purposes and to encourage development, queries in the state of North Dakota can be ran without subscription and API key.

Endpoint

GET https://api.recnet.net/towerfind    JSON

Evaluation

https://app.swaggerhub.com/apis-docs/recnet/chanRpt/1.0.0#/towers/tower…

Parameters

key hex(32) Required except for demo in North Dakota. API key provided by REC Networks.
lat decimal required Latitude of the target site.  This is NAD83 datum in decimal form.  South latitude (American Samoa) is a negative number.
lon decimal required Longitude of the target site. This is NAD83 datum in decimal form. West longitude (all areas except Guam & CNMI) is a negative number.
rad decimal required Radius to search in kilometers. (must be between 1 and 99)

Return

HTTP Code 200

found int Number of records found.
site schema Details about each specific site.

site

asrn int Antenna structure registration number (ASRN).
entity varchar(80) Name of the entity that holds the antenna structure registration.
address varchar(80) Address of the tower
city varchar(40) City the tower is located in.
state varchar(2) State that the tower is located in.
zip varchar(5) ZIP Code that the tower is located in.
height decimal Overall tower height in meters.
structureType varchar(20) String that describes the type of structure.
distance decimal Distance from the target location in kilometers.
bearing decimal Direction (in degrees) from the target location.
lat decimal NAD83 Latitude of tower site location.
lon decimal NAD83 Longitude of tower site location.

Example

{
  "found": 3,
  "site": [
    {
      "asrn": "1018219",
      "entity": "Crown Castle",
      "address": "9032 BALBOA BLVD",
      "city": "NORTHRIDGE",
      "state": "CA",
      "zip": "91343",
      "height": "19.8",
      "structureType": "MTOWER",
      "distance": "0.4",
      "bearing": 255.2,
      "lat": "34.2345278",
      "lon": "-118.5005833"
    },
    {
      "asrn": "1229258",
      "entity": "VBT SUB 2 LLC",
      "address": "9440 Balboa Blvd.  LA54XC537A",
      "city": "Northridge",
      "state": "CA",
      "zip": "91343",
      "height": "13.1",
      "structureType": "POLE",
      "distance": "0.7",
      "bearing": 341.3,
      "lat": "34.2415278",
      "lon": "-118.5021111"
    },
    {
      "asrn": "1272889",
      "entity": "T-Mobile West LLC",
      "address": "9058-1/2 North Hayvenhurst Avenue  (SV01978C)",
      "city": "Los Angeles",
      "state": "CA",
      "zip": "91343",
      "height": "18.6",
      "structureType": "TOWER",
      "distance": "1.0",
      "bearing": 269,
      "lat": "34.2352500",
      "lon": "-118.4936944"
    }
  ]
}

Rate Limiting

The general rate limit for unauthenticated accesses across all REC APIs is 20 calls per minute (one call every 3 seconds).  Calls to other REC non-API services subject to rate limiting also contribute to this count.  These other services may have lower rate limits.  For authenticated users, the rate limit will be based on negotiations with REC Networks for API access.

Book traversal links for REC API - towerfind - Search for registered towers

  • ‹ REC API - towair - Antenna structure determination
  • Up
  • REC API - towerinfo - Information about a registered tower ›

REC Essentials

  • FCC.TODAY
  • FCCdata.org
  • myLPFM Station Management
  • REC site map

The More You Know...

  • Unlicensed Broadcasting
  • Class D Stations for Alaska
  • Broadcasting in Japan
  • Our Jingles

Other REC sites

  • J1 Radio
  • REC Delmarva FM
  • Japan Earthquake Information
  • API for developers

But wait, there's more!

  • Join NFCB
  • Pacifica Network
  • LPFM Wiki
  • Report a bug with an REC system

Copyright © REC Networks - All Rights Reserved
EU cookie policy

Please show your support by using the Ko-Fi link at the bottom of the page. Thank you for supporting REC's efforts!