The ARE RESTful API provides programmatic access to tag your own data through the web interface. We list how to use our API endpoints below. The API is based on Censys data that is published in 2017. If you find errors, please
contact us by email.
API Endpoints
We provide the following API endpoints :
/tag The Tag endpoint use to annotate the application-layer data (including FTP, RTSP, HTTP, TELNET). You can POST the application-layer data and the Tag endpoint will return the relative tag.
Examples
RESTful Access.
Below is a sample scripts that connects to the API and tag the IoT devices. More data examples seen in here.
curl -X POST -H "Content-Type: application/json" -d '{"b_data": "220 ZXR10 ftp service ready for new user. ", "type": "FTP"}' http:/are1.tech:5000/tag