An additional milpacID field to the AWOL API return would allow for on the fly creations of milpac links in AWOL trackers.
eg:
{
groupName: 'B/ACD',
rankName: 'Specialist',
username: 'Thibault.M',
userId: '5470',
milpacId: '2713'
humanDate: '2025-04-18',
timestamp: '1745012062',
postId: '398383'
}
On application side
milpacLink = `https://7cav.us/rosters/profile/${dataAwol.awols[i].milpacId}`