Listing all devices in your account
Function: devicelist
Parameter: none
Return:json
Url:https://followmee.com/api/info.aspx?key=Your_API_Key&username=Your_UserName&function=devicelist
Demo data: Login to view sample data
 
Current location for a device
Function: currentfordevice
Parameter: * output: json or kml. Eg. output=json
* deviceid: the internal ID for the device. Can use multiple IDs, separated by commas. Eg deviceid=1234,2345
* address: include address in the returned data (only work for subscriber of Convert Coordinates to Address). 1 (for yes) or 0 (for no). Eg. address=1 or address=0.
Return:json or kml
Url: https://followmee.com/api/tracks.aspx?key=Your_API_Key&username=Your_UserName&output=json&function=currentfordevice&deviceid=123456
Demo data: Login to view sample data
 
Current location for all devices
Function: currentforalldevices
Parameter: * output: json or kml. Eg. output=json
* address: include address in the returned data (only work for subscriber of Convert Coordinates to Address). 1 (for yes) or 0 (for no). Eg. address=1 or address=0.
* groupid: filter result data with your Group ID. Can use multiple IDs, separated by commas. Eg groupid=1234,2345
Return:json or kml
Url:https://followmee.com/api/tracks.aspx?key=Your_API_Key&username=Your_UserName&output=json&function=currentforalldevices
Demo data: Login to view sample data
 
Past hour history for a device
Function: historyfordevice
Parameter: * output: json or kml. Eg. output=json
* history: number of hours of history, between 1 and 168 (7 days)
* deviceid: the internal id for the device. One device only
* address: include address in the returned data (only work for subscriber of Convert Coordinates to Address). 1 (for yes) or 0 (for no). Eg. address=1 or address=0.
* visit: include visit information in the returned data (only work for subscriber of Show Visit/Stop Info). 1 (for yes) or 0 (for no). Eg. visit=1 or visit=0.
Return:json or kml
Url: https://followmee.com/api/tracks.aspx?key=Your_API_Key&username=Your_UserName&output=json&function=historyfordevice&history=1&deviceid=123456
Demo data: Login to view sample data
 
Past hour history for all devices
Function: historyforalldevices
Parameter: * output: json only. Eg. output=json
* history: number of hours of history, between 1 and 72 (3 days)
* address: include address in the returned data (only work for subscriber of Convert Coordinates to Address). 1 (for yes) or 0 (for no). Eg. address=1 or address=0.
* visit: include visit information in the returned data (only work for subscriber of Show Visit/Stop Info). 1 (for yes) or 0 (for no). Eg. visit=1 or visit=0.
* groupid: filter result data with your Group ID. Can use multiple IDs, separated by commas. Eg groupid=1234,2345
Return:json
Url:https://followmee.com/api/tracks.aspx?key=Your_API_Key&username=Your_UserName&output=json&function=historyforalldevices&history=1
Demo data: Login to view sample data
 
Date range history for a device
Function: daterangefordevice
Parameter: * output: json or kml. Eg. output=json
* from: starting date, format yyyy-mm-dd
* to: ending date, format yyyy-mm-dd
* deviceid: the internal id for the device. One device only
* address: include address in the returned data (only work for subscriber of Convert Coordinates to Address). 1 (for yes) or 0 (for no). Eg. address=1 or address=0.
* visit: include visit information in the returned data (only work for subscriber of Show Visit/Stop Info). 1 (for yes) or 0 (for no). Eg. visit=1 or visit=0.
Return:json or json
Url: https://followmee.com/api/tracks.aspx?key=Your_API_Key&username=Your_UserName&output=json&function=daterangefordevice&from=2023-09-28&to=2023-09-29&deviceid=123456
Demo data: Login to view sample data
 
Date range history for all devices
Function: daterangeforalldevices
Parameter: * output: json only. Eg. output=json
* from: starting date, format yyyy-mm-dd
* to: ending date, format yyyy-mm-dd
* address: include address in the returned data (only work for subscriber of Convert Coordinates to Address). 1 (for yes) or 0 (for no). Eg. address=1 or address=0.
* visit: include visit information in the returned data (only work for subscriber of Show Visit/Stop Info). 1 (for yes) or 0 (for no). Eg. visit=1 or visit=0.
* groupid: filter result data with your Group ID. Can use multiple IDs, separated by commas. Eg groupid=1234,2345
Return:json
Url:https://followmee.com/api/tracks.aspx?key=Your_API_Key&username=Your_UserName&output=json&function=historyforalldevices&history=1
Demo data: Login to view sample data
 

Note: To look up the device ID of your device, go to your account page.
 
Terms of Service     Privacy Policy
Copyright © 2023 FollowMee LLC