Created API (markdown)

walzert 2020-09-03 15:58:21 +02:00
parent e0eae503f6
commit 3d6011b474
1 changed files with 19 additions and 0 deletions

19
API.md Normal file

@ -0,0 +1,19 @@
# API
:8073/metrics
***
{"openwebrx":
{"users": 2},
"aprs":
{"decodes": {"unknown": {"aprs": {"count": 0}},
"2m": {"aprs": {"count": 364}},
....
"wsjt":
{"decodes":
{"40m": {"FT8": {"count": 40484},
"FT4": {"count": 1637},
"WSPR": {"count": 170}},
"2m": {"FT4": {"count": 16}, "FT8": {"count": 46}},
"80m": {"FT4": {"count": 4}, "FT8": {"count": 320}},
"20m": {"FT8": {"count": 385}, "FT4": {"count": 21}}}}}
***