I guess how I can move forward from here is completely scrap the API that’s been provided, and dig into the file system directly and create a usable JSON data structure, that will then contain the correct data - the file names and the all of the messages found in the file names. The file name will be parsed to produce create the time stamp entries in the JSON data and the contents of the files will be used to create a text of the APRS message. The aprs-parser can be used to parse the APRS text message into another JSON data structure, which can then feed into the decision-making part of the flow to do whatever is needed.

–Konrad, WA4OSH