User Tools

Site Tools


api

This is an old revision of the document!


API

Repeaterbook.com has an API for querying data. All endpoints are available without authentication and support is listed query string parameters, format parameters, and wildcard operators.

North America

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
  • 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

  • callsign - Repeater callsign
  • city - Repeater city
  • landmark
  • state - State / Province
  • country - Repeater country
  • county - Repeater county
  • frequency - Repeater frequency
  • mode - Repeater operating mode (analog, DMR, NXDN, P25, tetra)
  • emcomm - ARES, RACES, SKYWARN, CANWARN

Output Format Parameter

The format is json - Java Script Object Notation

Wildcards

  • % - will allow wild card searching

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

Multi-Select with parameters

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

Limitations and Exclusions

  • ATV repeaters are not included

Outside of North America

Available Data

  • State ID (FIPS)
  • Repeater ID
  • Frequency
  • Input Frequency
  • PL/CTCSS Uplink
  • PL/CTCSS TSQ Downlink
  • Location/Nearest City
  • Landmark
  • Region (if available)
  • Country
  • Callsign
  • Use/Membership
  • Operational Status
  • 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

  • callsign - Repeater callsign
  • city - Repeater city
  • landmark
  • country - Repeater country
  • region- Repeater region (if available)
  • frequency - Repeater frequency
  • mode - Repeater operating mode (analog, DMR, NXDN, P25, tetra)

Output Format Parameter

The format is json - Java Script Object Notation

Wildcards

  • % - will allow wild card searching

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

Multi-Select with parameters

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

Limitations and Exclusions

  • ATV repeaters are not included
api.1610396860.txt.gz · Last modified: 2021/02/27 14:06 (external edit)