This is an interactive interface for the HXL Proxy's data-preview API call. You can specify all of your parameters here, then the result will be a link that you can copy or bookmark.
Note that this is a raw preview of tabular data, without HXL-hashtag processing.
{% if result.status %}
Yes, I found HXL hashtags!
{% else %}No, I couldn't read this as HXL :(
{% endif %}- URL
- Message
{{ result.message }}
{% if not result.status %}
- Error type
{{ result.exception }}
{% if result.args %}
- Details
-
-
{% for arg in result.args %}
- {{ arg }} {% endfor %}
{% endif %}
{% endif %}