API description

Data download

GET / files / {name}

Gives the data of your file. If your file was processed at IntChart, the structure could be different from your original file.

URL

https://www.intchart.com/api/{id}/files/{name}

Headers

Accept Optional Media types : text/html or application/json

Parameters

{id} API user ID
{name} The name of your file

Example

Example Request

https://www.intchart.com/api/ABCDEFGH/files/File1

Example Response (json)

[{"date":"2016-02-01","line1":"58.13","line2":"3.41"},{"date":"2016-02-02","line1":"63.98","line2":"14.55"},{"date":"2016-02-03","line1":"87","line2":"26.78"},{"date":"2016-02-04","line1":"119.7","line2":"37.85"},{"date":"2016-02-05","line1":"139","line2":"48.92"},{"date":"2016-02-06","line1":"180.28","line2":"59.92"},{"date":"2016-02-07","line1":"226.7","line2":"90.13"},{"date":"2016-02-08","line1":"304.98","line2":"222.23"}]