Subject: XML Logbook / Awards API not returning awards or correct Count for M7IAU Hi QRZ Support, I’m seeing a problem with the XML Logbook / Awards API for my account. **Account details** - Callsign: **M7IAU** - Email: **adam@alhockley.net** - Subscription: **XML Logbook Data** (Premium XML) **What your website shows** On the *QRZ XML Logbook Data* page for my account today it shows: - **Web lookups today:** 13 - **XML lookups today:** **0** - **Daily lookup limit:** *unlimited* So as far as the site is concerned, I’ve done **0 XML lookups today**. **What the XML API is returning** However, when I call the XML API: `https://xmldata.qrz.com/xml/current/?s=<SESSION_KEY>&awards=1` I consistently get this response: ```xml <?xml version="1.0" encoding="utf-8"?> <QRZDatabase version="1.36" xmlns="http://xmldata.qrz.com"> <Session> <Key></Key> <Count>818</Count> <SubExp>Sat Dec 6 23:59:59 2025</SubExp> <GMTime>Wed Nov 26 15:51:13 2025</GMTime> <Remark>cpu: 0.007s</Remark> </Session> </QRZDatabase> ``` Notes: - The XML session block reports **`Count=818`**, which doesn’t match “XML lookups today: 0” on the website. - There are **no `<Awards>` or `<award>` elements at all**, even though I have at least **one award** visible on the QRZ website for this callsign. **What I’m asking** Could you please: 1. **Check and correct the XML API counters** for my account so that `Count` (and any internal limits) are consistent with the “XML lookups today: 0” shown on the website. 2. Ensure that my QRZ awards are included in the XML response (e.g. as `<award ...>` elements) for the `awards=1` requests for callsign **M7IAU**, so external logbook applications can display them correctly. Thank you very much for your help. Best regards, Adam Hockley (M7IAU)