mirror of
https://github.com/ShaYmez/HBmonitor.git
synced 2024-10-31 14:27:15 -04:00
26 lines
414 B
JSON
26 lines
414 B
JSON
{
|
|
"count": 2,
|
|
"results": [
|
|
{
|
|
"callsign": "N0CALL",
|
|
"city": "",
|
|
"country": "",
|
|
"fname": "N0CALL",
|
|
"id": 1234567,
|
|
"remarks": "",
|
|
"state": "",
|
|
"surname": ""
|
|
},
|
|
{
|
|
"callsign": "N0CALL",
|
|
"city": "",
|
|
"country": "",
|
|
"fname": "",
|
|
"id": 0,
|
|
"remarks": "",
|
|
"state": "",
|
|
"surname": ""
|
|
}
|
|
]
|
|
}
|