-
Notifications
You must be signed in to change notification settings - Fork 4
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 |
{
"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
Learn more about the HXL standard at http://hxlstandard.org