Hi @eggy mcegg,
You could filter fields by SPField.CanBeDeleted property in order to get the list of questions from a Survey List
How to get the list of questions from a Survey List via REST API
/_api/Web/Lists/getByTitle('Survey')/fields?$filter=(CanBeDeleted eq true)
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.