The supporter / sender data export has the following columns. Note that for security and privacy purposes, only specific named people are given access to the sender data download.
{'email': {'id': '1', 'value': 'No'}, 'post': {'id': '2', 'value': 'Yes'}}
which shows that to a question about email (the codes reflect the question), they answered 'No' ('value': 'No'
) but to one about post they selected 'Yes'. The id is for internal use in case the question code and answer is changed there is still a audit trail back to the original.A JSON API is also available for supporter data export. Each client has their own dedicated end-point. If your server has a fixed IP or IP range, access requests can also be further restricted. See the API documentation.