@theduuude Just looked at the API and i can get a list of all AT ids on the network since ever and i can send you the machinecode and machinedata from the API call but the problem is translating the machinecode to something we can read xD
AT list in the Network: http://localhost:8125/burst?requestType=getATIds
AT details: http://localhost:8125/burst?requestType=getAT&at=ADD_THE_AT_ID_IN_HERE
With the AT details you can see the machine code, although translate it is a pain in the ass for sure.. anyway here it is ;D
There is a converter somewhere to assembly but i am not sure where tbh ;D