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 - recID - REC Application ID

Return to API Main Page

Updated 10-16-2024

Description

This API converts between the hexidecimal-based application IDs used by the FCC in the License Management System (LMS) and the more user-friendly integer-based application IDs used by REC (known as "recID").  

recIDs in the range from 1~2999999 are legacy application IDs from CDBS.  recIDs with numbers starting at 5000000 are CDBS and LMS applications that have been processed by eLMS and LMS applications that were not eligible for eLMS processing.

This API is considered open and does not require a key or a subscription.  This API is intended to promote the use of recIDs in the industry.  Subscribers can use their API key in order to receive a more liberal rate limit if needed.

More information about recIDs can be found at https://recnet.com/recID 

Endpoint

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

Evaluation

https://app.swaggerhub.com/apis-docs/recnet/chanRpt/1.0.0#/broadcast/re…

Parameters

Use either recID or lmsID, but don't use both together.

key hex(32) optional Authorized REC Networks users should use their API key in this query in order to achieve higher rate limits.
recID int required if lmsID is not used. REC Application Identifier that needs to be converted to a LMS Application Identifier.
lmsID hex(32) required if recID is not used. LMS Application Identifier that needs to be converted to a REC Application Identifier.

Return on Success

HTTP Code 200

status varchar(9) found if cross reference is found
not-found if cross reference is not found (HTTP Code 404 is also returned)
recID int REC Application Identifier.
lmsID hex(32) LMS Application Identifier.  If the appSource is CDBS, this item will be null. 
fileNumber varchar(20) File number associated with the REC & LMS application IDs based on eLMS information.
serviceCode varchar(6)

Service code.

NOTE: For records where the value of appSource is CDBS, the value used is the CDBS service code as opposed to the service code used by LMS and eLMS.  While these are the same for radio records, they are different for television records.  A cross reference of the CDBS service codes to the LMS/eLMS service codes is available through the eLMS table "application_service", which can be obtained on the eLMS Public Data Dump file.

appPurpose varchar(6)

Application type.

NOTE: For records where the value of appSource is CDBS_LMS or LMS, the app_purpose is the LMS purpose code as opposed to the eLMS code.  In addition appPurpose, LMS-only records also use a "sub-purpose code", which will return a separate value in the API at appSubPurpose.  For records where the value of appSource is CDBS, the application purpose code is the one from CDBS.  These appPurpose codes are different than those used for eLMS.   REC maintains a cross reference list of the eLMS, LMS and CDBS service codes at this page.  

appSubPurpose varchar(6) Application sub-purpose.  (this item is only displayed when the value of appSource is LMS.)
submitDate date Date the application was submitted.   If the appSource is CDBS, this item will be null.
appStatus varchar(5)

Application status.

NOTE: For records where the value of appSource is CDBS, this value will be the CDBS application status code (5-characters).  A cross reference of the CDBS status codes to the LMS/eLMS status codes is available through the eLMS table "application_status", which can be obtained on the eLMS Public Data Dump file.

appSource varchar(9)

Source of the application:

eLMS Entered by the applicant in LMS and fully processed by eLMS.
CDBS_eLMS Entered by the applicant in CDBS, transferred by the FCC to LMS and then fully processed by REC into eLMS.
LMS Entered by the applicant in LMS.  Not qualified for full processing by eLMS.
CDBS_LMS Entered by the applicant in CDBS, transferred by the FCC to LMS.  Not qualified for full processing by eLMS.
CDBS Entered by the applicant in CDBS, not transferred by the FCC to LMS.  These are older records, which at the time of the CDBS to LMS conversion, were not active facility records.

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.

Please note, the data contained in an API is also available through a flat file updated daily.  Visit https://recnet.com/recID for details and the link to download this file.  REC does not require a subscription or other relationship to receive this daily flat file download.

Book traversal links for REC API - recID - REC Application ID

  • ‹ REC API - lpfmWide - LPFM Wide Area Search
  • Up
  • REC API - towair - Antenna structure determination ›

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!