I've search around the XML documentation, and I can't seem to find what is supported by the XML query service. Referencing this document: The QRZ XML Interface Specification - QRZ.com Is just says: I need to know what is supported by "Query Parameters" so that I can structure my query. Thanks for any assistance!
Thanks for that. I did see that section. My question is: is anything other than callsign supported as a lookup parameter? Background: I'm trying to replicate your 'search by county' option. I'd like to pull the county list so I can then filter out expired licenses and get just current license holders. something like: s=<session>;county=mycounty;state=mystate something to that effect. If not I can step through all the calls one by one and look each up. But thought this would be simpler/faster if it was supported.
@KB3JDL sorry. Your question wasn't real clear. Currently the only other query parameter supported by that interface is the DXCC parameter which is covered later in that same document. That interface is intended more for individual lookup and less for search.
No worries! Thanks for the quick support! There is always another way. I think I can still get to where I need to be, I'll just have to copy the results from your online query and then make a script that looks those calls up 1 by 1. Not a huge deal. Again, thanks for the amazing support!