> For the complete documentation index, see [llms.txt](https://docs.apica.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apica.io/platform-docs/test-data-orchestrator-tdo/user-documentation/api-guide/data-movement-apis/download-data-files.md).

# Download Data Files

Data can be exported in multiple formats, controlled by the API version.

· 1.0 = html

· 1.1 = csv

· 1.2 = comma delimited with sequence numbers (output as .txt format)

· 1.3 = pipe delimited

· 1.4 = tab delimited with sequence numbers

· 1.5 = EDI X12 834 message format

· 1.6 = SQLlite database

· 1.7 = ALIGHT file format (health insurance enrollments)

The format of the download API for methods 1.0 through 1.4 and 1.6 is http\://\<server:port>/core/\<api\_version>/API/project/\<project\_name>/\<project\_version>/datablocks/\<data\_block\_name>/\<data\_block\_version>/

Methods 1.5 and 1.7 have their own download format which will be covered in the applicable section.

These files can be requested manually by placing the API call in a browser window, or using automation programs. The examples below show the output in a viewable editor format, but these files can be pulled into an automation program instead of viewing them manually.
