User Tools

Site Tools


api

This is an old revision of the document!


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.

api/export.php

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

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

api.1574967686.txt.gz · Last modified: 2021/02/27 14:06 (external edit)