Skip to content

HXL test service

David Megginson edited this page Feb 13, 2020 · 3 revisions

The HXL test service at /api/hxl-test.json checks whether a URL points to a well-formed HXL dataset (one readable by the HXL Proxy).

Parameter Is required? Description
url yes URL to check for a HXL dataset

Sample output

{
    "status": true, 
    "url": "https://docs.google.com/spreadsheets/d/1ytPD-f4a8CbNKTfMS3EqZOpBo9LWCk_NDKxJCgmpXA8/edit", 
    "message": "Dataset has HXL hashtags"
}

There is also an interactive version at https://proxy.hxlstandard.org/hxl-test.html

Clone this wiki locally