User Tools

Site Tools


api

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
api [2019/11/28 13:01]
kd6kpc
api [2020/03/13 14:38]
KD6KPC [Sample usages]
Line 1: Line 1:
 ====== API Information ====== ====== API Information ======
  
-Repeaterbook.com has an API for querying data. All endpoints are available without authentication and support are listed query string parameters, format parameters, and wildcard operators.+Repeaterbook.com has an API for querying data. All endpoints are available without authentication and support the listed query string parameters, format parameters, and wildcard operators.
  
 +This API is currently only available for repeaters in North America (United States, Canada, and Mexico). If you are interested in an API for other parts of the world, please [[https://www.repeaterbook.com/index.php/admin-contact|Contact Me]].
 +
 +===== Available Data =====
 +
 +  * State ID (FIPS)
 +  * Repeater ID
 +  * Frequency
 +  * Input Frequency
 +  * PL/CTCSS Uplink
 +  * PL/CTCSS TSQ Downlink
 +  * Location/Nearest City
 +  * Landmark
 +  * County (US only)
 +  * State
 +  * Country
 +  * Callsign
 +  * Use/Membership
 +  * Operational Status
 +  * ARES
 +  * RACES
 +  * SKYWARN
 +  * CANWARN
 +  * Operating Mode
 +  * AllStar Node
 +  * EchoLink Node
 +  * IRLP Node
 +  * WIRES Node
 +  * DMR Capable
 +  * DMR ID
 +  * DMR Color Code
 +  * D-Star Capable
 +  * NXDN Capable
 +  * P-25 Capable
 +  * P-25 NAC
 +  * Tetra Capable
 +  * Tetra MCC
 +  * Tetra MNC
 +  * Yaesu System Fusion Capable
 +  * YSF Digital ID Uplink
 +  * YSF Digial ID Downlink 
 +  * YSF DSC
 +  * Analog Capable
 +  * Last Update
 +  * Trustee
 +
 +On Repeaterbook.com, repeaters are identified by a combination of the state ID and the repeater ID.
 ===== api/export.php ===== ===== api/export.php =====
  
   * callsign - Repeater callsign   * callsign - Repeater callsign
   * city - Repeater city   * city - Repeater city
 +  * landmark
   * state - State / Province   * state - State / Province
-  * country - Repeater country+  * country - Repeater country (United States, Canada, Mexico)
   * county - Repeater county   * county - Repeater county
   * frequency - Repeater frequency   * frequency - Repeater frequency
   * mode - Repeater operating mode (analog, DMR, NXDN, P25, tetra)   * mode - Repeater operating mode (analog, DMR, NXDN, P25, tetra)
 +  * emcomm - ARES, RACES, SKYWARN, CANWARN
  
  
Line 29: Line 77:
  
 ===== Multi-Select with parameters ===== ===== Multi-Select with parameters =====
 +
 +THIS IS FUTURE DEVELOPMENT AND IS CURRENTLY NOT AVAILABLE
  
 examples examples
Line 40: Line 90:
 **HTTPS example - US and Canada** **HTTPS example - US and Canada**
  
-https://www.repeaterbook.com/api.php?country=United%20States&country=Canada+https://www.repeaterbook.com/api/export.php?country=United%20States&country=Canada 
 + 
 +===== Limitations and Exclusions ===== 
 + 
 +  * ATV repeaters are not included 
 +  * Due to server constraints, queries are limited to 3,500 rows
api.txt · Last modified: 2023/09/15 11:50 by kd6kpc