QSL web service
This is our QSL web service.
You can check if a callsign is member, accepts QSL and E-QSL or not.
Url
http://qsl.r-e-f.org is the url of the present page.
Requests
- callsigns: a colon separated list of callsigns;
- format: the data return format, one of these items:
- txt: a text formated answer; this is the default format;
- csv: a semicolon separated answer;
- xml: a xml answer.
Samples
- http://qsl.r-e-f.org?callsigns=f3at,f7abc,f1te
F3AT SILENT KEY
F7ABC NOT MEMBER
F1TE QSL
F3AT;SILENT KEY
F7ABC;NOT MEMBER
F1TE;QSL
<?xml version = "1.0" encoding = "UTF-8" ?> <document> <qsl_status> <callsign>F3AT</callsign> <qsl>SILENT KEY</qsl> <callsign>F7ABC</callsign> <qsl>NOT MEMBER</qsl> <callsign>F1TE</callsign> <qsl>QSL</qsl> </qsl_status> </document> </xml>