Logo REF

QSL web service

Siege Social 32 rue de Suède 37100 Tours
Tél : +33 2 47 41 88 73 - Fax : +33 2 47 41 88 88
Mél : secretariat@r-e-f.org

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

  • http://qsl.r-e-f.org?format=csv&callsigns=f3at,f7abc,f1te
  • F3AT;SILENT KEY
    F7ABC;NOT MEMBER
    F1TE;QSL
  • http://qsl.r-e-f.org?format=xml&callsigns=f3at,f7abc,f1te
  • <?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>