Fing Local API (1.1.0)
Download OpenAPI specification:Download
The Fing Local API is a free, locally-published HTTP API designed to allow integration of Fing monitoring agents (such as Fing Desktop, Fing Agent, and Fingbox) into custom workflows. This API provides real-time information on network devices and their presence on the local network. Users can leverage this API to retrieve device data such as network status, connection history, and detailed device information for use in monitoring, automation, or analytics systems.
The Fing Local API offers a powerful and free solution for integrating Fing’s network monitoring capabilities into custom workflows by publishing a local HTTP API on any device running a Fing monitoring agent. Whether you are using Fing Desktop, Fing Agent, or Fingbox , the API provides access to rich, real-time data about the devices connected to your local network. The API delivers information on the presence, status, and historical behavior of devices, including key details such as IP addresses, MAC addresses, connection times, and device types. This allows developers and system administrators to create automated monitoring and network management solutions without relying on external services. For example, you can monitor when devices join or leave the network, analyze network health, or trigger custom alerts based on the status of critical devices. By leveraging the Fing Local API, you can integrate network monitoring data into your own applications, dashboards, or IoT workflows to ensure maximum visibility and control over local etwork activity.
Response samples
- 200
{- "networkId": "wifi-12345812839223",
- "devices": [
- {
- "mac": "00:11:22:33:44:55",
- "ip": [
- "192.168.0.1"
], - "state": "UP",
- "name": "Bedroom Chromecast",
- "type": "STREAMING_DONGLE",
- "make": "Google",
- "model": "Chromecast",
- "contactId": "67363e09-5ad6-40d0-883f-3e17254eec7a",
- "first_seen": "2020-04-24T12:54:21.634Z",
- "last_changed": "2020-06-11T12:01:23.164Z"
}
]
}
Response samples
- 200
{- "networkId": "wifi-12345812839223",
- "lastChangeTime": "2020-04-24T12:54:21.634Z",
- "people": [
- {
- "stateChangeTime": "2020-04-24T12:54:21.634Z",
- "contactInfo": { },
- "currentState": "ONLINE",
- "presenceDeviceDetails": { }
}
]
}