Hamops
API Docs
MCP
Status
GitHub
Amateur Radio Operations Center
Query callsigns, APRS data, and US band plans through REST APIs and MCP
๐ป
Callsign Services
Callsign Lookup
Look up FCC registration data including license class, location, and expiration
GET /api/callsign/{callsign}
Query
๐ก
APRS Services
APRS Locations
Retrieve latest position reports with speed, altitude, and path information
GET /api/aprs/locations/{callsign}
Query
APRS Weather
Get current weather conditions from APRS weather stations
GET /api/aprs/weather/{callsign}
Query
APRS Messages
Fetch APRS text messages sent to or from a callsign
GET /api/aprs/messages/{callsign}
Query
๐
Band Plan Services
Band at Frequency
Find band allocations, modes, and license privileges at any frequency
GET /api/bands/frequency/{frequency}
Query
Search Bands
Search the US band plan by mode, band name, license class, or typical use
GET /api/bands/search
Any Mode
CW
USB
LSB
FM
AM
Digital
Any Band
160m
80m
40m
30m
20m
17m
15m
12m
10m
6m
2m
70cm
Any License
Technician
General
Advanced
Extra
Query
Bands in Range
Find all band allocations within a frequency range
GET /api/bands/range/{start}/{end}
Query
Band Plan Summary
Get metadata about the loaded band plan including version and coverage
GET /api/bands/summary
Query