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 [2018/01/28 09:54]
kd6kpc [Web Export]
api [2019/11/28 13:01]
kd6kpc
Line 1: Line 1:
-====== RT Systems ====== +====== API Information ======
-[[https://www.rtsystemsinc.com/|RT Systems]] +
-===== Application Import =====+
  
-Users can select a number of parameters from the Repeaterbook search from within the application:+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.
  
-  * State or Province +===== api/export.php =====
-  * Frequency bands +
-  * Location +
-  * Radius+
  
 +  * callsign - Repeater callsign
 +  * city - Repeater city
 +  * state - State / Province
 +  * country - Repeater country
 +  * county - Repeater county
 +  * frequency - Repeater frequency
 +  * mode - Repeater operating mode (analog, DMR, NXDN, P25, tetra)
  
-If the user does not enter a location, the import will include all repeaters for the selected band(s). If the user does not select any bands, the import will include all repeaters for the selected location. If the location in blank, then the user will receive all of the repeaters for the entire state/province. 
  
-===== ROW Import ===== +===== Output Format Parameter =====
-With Repeaterbook's expansion to cover repeaters from around the world, Repeaterbook is changing the API to allow users to enter their location, anywhere around the world, and receive an export.+
  
-RT Systems provides the following: +The format is json - Java Script Object Notation
-  * Latitude +
-  * Longitude +
-  * Radius +
-  * Radius unit +
-  * Band(s)+
  
-Repeaterbook then searches the North American database and the Rest of World database for any matching repeaters and imports them to the app.+===== Wildcards =====
  
-===== Web Export ===== +  * % - will allow wild card searching
-Repeaterbook.com offers a data export from many of its search pages. The data can be imported into the RT Systems application.+
  
-Search types where you can find the export include:+examples 
 +  * callsign=kd6% - All callsigns beginning with 'kd6' 
 +  * callsign=%kpc - All callsigns ending with 'kpc' 
 +  * callsign=kd%kpc - All callsigns beginning with 'kd' and ending with 'kpc' 
 +  * callsign=%kp% - All callsigns with 'kp' in them
  
-  * North American Single State Search +===== Multi-Select with parameters =====
-  * North American Multi-State Search +
-  * North American/Worldwide Keyword Search +
-  * North American/Worldwide Travel Search +
-  * North American/Worldwide Proximity Search +
-  * Custom Radio Memories +
-  * United States County Search +
-  * Worldwide Search by Country +
-==== API Details ==== +
-^Column ^ Details ^Values ^ +
-|Channel Number |The memory number |Auto-incremented | +
-|Receive Frequency |The repeater downlink frequency | | +
-|Transmit Frequency |The repeater uplinkm frequency | | +
-|Offset Direction |Split direction |-, +, s, x | +
-|Name |Name the channel |Repeater Callsign | +
-|Tone Mode |Signaling method |None, Tone, T SQL, DCS, D Code | +
-|CTCSS|Uplink signaling tone | | +
-|RX CTCSS |Downlink signaling tone | | +
-|DCS |Uplink signaling digital code | | +
-|RX DCS |Downlink digital signaling code | | +
-|Comment| |Repeater nearest city and landmark |+
  
 +examples
 +  * country[]=Canada&country[]=United States - All records from Canada and the US
 +  * state=Maine&state=New Hampshire - All records from Maine and New Hampshire
  
 +Note that brackets are added to the end of the duplicate variables.
 +
 +===== Sample usages =====
 +
 +**HTTPS example - US and Canada**
 +
 +https://www.repeaterbook.com/api.php?country=United%20States&country=Canada
api.txt · Last modified: 2023/09/15 11:50 by kd6kpc