Rest API to Json file - doesn't include field names

Has anyone had any issues using the Rest API to pull data into a json file to populate a table on our servers to backup data and use for our reporting? It’s become a very manual process right now with the field names missing.

When getting entries from the REST API, you can pass an optional parameter _label=1 in order to include the field labels in the result which is sent. That data can then be used on the receiving end to better identify the submission data. See this Optional Properties section.