{% extends "bootstrap.html" %} {% block title %}{{super()}} :: API Guide{% endblock %} {% block head %}{{super()}} {% endblock %} {% block content %}
Function | Details |
---|---|
Nearest router |
/api/get_nearest_router?lat=<latitude>&lng=<longitude> Returns JSON file with basic data of router next to coordinates. |
Router by mac address |
/api/get_router_by_mac/<mac_with_colon_separators> Redirects to router page. |
Nodelist based on FF Ansbach scheme |
/api/nodelist Returns JSON file of all routers based on scheme of FF Ansbach (GitHub). This includes the following information: Monitoring ID, hostname, Monitoring Link, on/off, clients, last contact and coordinates. |
Extended router list |
/api/routers Returns JSON file of all routers with the following information: Monitoring ID, hostname, MAC address, hood, status, user nickname, hardware, firmware, Monitoring link, clients, last contact, uplink interfaces and coordinates. |
Wifi Analyzer node list |
/api/wifianal/<hood> Returns configuration file (text/plain) for the Wifi Analyzer app (PlayStore). The file contains all routers of the selected <hood>. |