HBmonitor/local_subscriber_ids.json

26 lines
414 B
JSON
Raw Normal View History

{
"count": 2,
"results": [
{
"callsign": "N0CALL",
"city": "",
"country": "",
"fname": "N0CALL",
"id": 1234567,
"remarks": "",
"state": "",
"surname": ""
2019-09-26 06:16:08 -04:00
},
{
2020-12-27 08:14:36 -05:00
"callsign": "N0CALL",
2019-09-26 06:16:08 -04:00
"city": "",
"country": "",
2020-12-27 08:14:36 -05:00
"fname": "",
2019-09-26 06:16:08 -04:00
"id": 0,
"remarks": "",
"state": "",
"surname": ""
2020-12-27 08:14:36 -05:00
}
]
}