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:09]
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 ===== ===== Available Data =====
  
 +  * State ID (FIPS)
 +  * Repeater ID
   * Frequency   * Frequency
   * Input Frequency   * Input Frequency
Line 13: Line 17:
   * County (US only)   * County (US only)
   * State   * State
 +  * Country
   * Callsign   * Callsign
   * Use/Membership   * Use/Membership
Line 43: Line 48:
   * Trustee   * 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
Line 71: Line 77:
  
 ===== Multi-Select with parameters ===== ===== Multi-Select with parameters =====
 +
 +THIS IS FUTURE DEVELOPMENT AND IS CURRENTLY NOT AVAILABLE
  
 examples examples
Line 82: 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