find_fm_stations
ActiveTool of dxtra Radio — Frequency Database
Find FM radio stations by city name, ZIP code, callsign, frequency, format/genre (e.g. 'country', 'rock', 'jazz'), or network name. Examples: 'Nashville', '90210', 'WFMT', '101.1', 'country near Austin', 'NPR near Boston'. Returns station list with frequency, callsign, city, format, and signal strength data. Source: FCC LMS (Licensing and Management System) for station data; Wikipedia for owner/brand and format enrichment. US only.
Parameters schema
{
"type": "object",
"title": "find_fm_stationsArguments",
"required": [
"query"
],
"properties": {
"lat": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"title": "Lat",
"default": null,
"description": "Optional latitude in decimal degrees (e.g. 40.7128 for NYC). If provided with lon, restricts results to within radius_miles."
},
"lon": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"title": "Lon",
"default": null,
"description": "Optional longitude in decimal degrees (e.g. -74.0060 for NYC). Negative = West, positive = East."
},
"query": {
"type": "string",
"title": "Query",
"description": "What to find: city ('Nashville'), ZIP ('90210'), callsign ('WFMT'), frequency ('101.1'), format/genre ('country'), or 'X near Y' like 'jazz near Boston'."
},
"radius_miles": {
"type": "integer",
"title": "Radius Miles",
"default": 75,
"description": "Search radius from the location in miles. Default 75."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
dxtra Radio — Frequency Database
1/7 registries