Plots


Jump to API response

This endpoint handles manipulation of Plotly plot files.

Reference

Authorization


Any user with or without a Plotly account may view public plots. For private plots, see authentication.

Actions


list

Listing all public plots can be done via a GET request to this endpoint. By default, plots will be listed in order of date created. The order_by query parameter is accepted at this endpoint. Currently, only ordering by views is supported. It is possible to filter the plots by quality with min_quality or max_quality as query parameter.

Example:

// GET https://api.plotly.com/v2/plots/ ---> 200

// GET https://api.plotly.com/v2/plots/?order_by=-views ---> 200

// GET https://api.plotly.com/v2/plots/?min_quality=5 ---> 200

// GET https://api.plotly.com/v2/plots/?max_quality=5 ---> 200

feed

Listing all handpicked feed plots can be done via a GET request to this endpoint. By default, plots will be listed in a random order.

Example:

// GET https://api.plotly.com/v2/plots/feed ---> 200

create

You can create new plot resources here. The only required field is 'figure'. Currently, the figure is restricted to only contain references to grid data. That is, this will fail if raw data arrays are passed in. To create and manipulate underlying grids for plots, see the grids endpoint.

Example:

// This fails because a figure field is required.
// POST https://api.plotly.com/v2/plots ---> 400 Bad Request
{}

// This fails because the figure has raw data
//POST https://api.plotly.com/v2/plots ---> 400 Bad Request
{
    "figure": {"data": [{"y": ['this', 'is', 'raw', 'data']}]}
}

// This succeeds because the figure has src keys, not raw data.
//POST https://api.plotly.com/v2/plots ---> 200 OK
{
    "figure": {"data": [{"ysrc": "sven:88:u8nd62"}]}
}

When creating a grid, you can optionally specify a source_fid to specify where a plot has come from:

  • source_fid: the fid of a plot that was copied (and presumably edited) to produce this one

detail

There is a lot of meta information stored about plot files including filename, title, share_url, and content_url to name a few.

This information can only be reached with a GET to this endpoint.

Example:

// GET https://api.plotly.com/v2/plots/iheartgraphs:90

content

The contents of a plot can be downloaded via the content resource. The plot content contains referenced grid/column data by default. If you wish to return the raw grid/column data, the inline_data=true query must be included in the request url. The Content-Type header will be appropriately set for the response body.

Alternatively, you can set ?map_data=unreadable to append a mapping of sources to data that belongs to grids which are unreadable for the requestor. This is useful when you have read access to another users plot, but that plot contains grid references which you don't have access to.

Examples:

// Returns referenced grid/column data
// GET https://api.plotly.com/v2/plots/iheartgraphs:90/content ---> 200 OK

// Returns full grid/column data
// GET https://api.plotly.com/v2/plots/iheartgraphs:90/content?inline_data=true ---> 200 OK

// Returns full grid/column data when requestor doesn't have permission
// to read the referenced grid.
// GET https://api.plotly.com/v2/plots/iheartgraphs:90/content?map_data=unreadable ---> 200 OK

GET /v2/plots/feed?format=api&order_by=views
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.plotly.com/v2/plots/feed",
    "previous": "https://api.plotly.com/v2/plots/feed",
    "results": [
        {
            "creation_time": "2014-09-02T03:06:18.000000Z",
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Dreamshot/587.embed",
            "fid": "Dreamshot:587",
            "filename": "Netflix: Rebuffering.Slow Loading Calls (20% Sample)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Dreamshot%2F587%2F9_SRWY7Y2PAP4ITOLPRVKY0OD87OGAO8.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Dreamshot%2F587%2F2_5OS53LUNET03UY1EOOS0FK1T548AYZ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Dreamshot%2F587%2F8_W2E1084W4A3DPMXNA4KSXS5H3YNDCM.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Dreamshot%2F587%2F9_SRWY7Y2PAP4ITOLPRVKY0OD87OGAO8.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Dreamshot:587",
                "plots": "https://api.plotly.com/v2/plots/Dreamshot:587",
                "parent": "https://api.plotly.com/v2/folders/Dreamshot:98"
            },
            "owner": "Dreamshot",
            "parent": 98,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "Slow Comcast Speeds Were Costing Netflix Customers<br><br>Calls to Netflix: Rebuffering/Slow Loading (20% Sample)",
            "views": 659,
            "web_url": "https://chart-studio.plotly.com/~Dreamshot/587/slow-comcast-speeds-were-costing-netflix-customers-calls-to-netflix-rebufferings/",
            "world_readable": true,
            "date_modified": "2015-07-09T08:31:37.226Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Dreamshot/587/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Dreamshot",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/1396308157.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "Meteorologist with a flair for data analysis.",
                "nickname": "Ben",
                "website": "https://twitter.com/BenNollWeather",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2013-09-04 01:51:10",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Dreamshot",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            },
            "figure": null,
            "autosize": null,
            "width": null,
            "height": null
        },
        {
            "creation_time": "2015-08-17T23:03:34.629210Z",
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~muodov/34.embed",
            "fid": "muodov:34",
            "filename": "rgb",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/muodov%2F34%2F9_1XOMQO50A7SZ7SRD5GBBSTESC0PFIW.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/muodov%2F34%2F2_1UUZUNB3A77MBSA8WAOWZRFJ9HNONK.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/muodov%2F34%2F8_G8XNMEA1ZL4N9B6D1498EOJIWWK8TR.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/muodov%2F34%2F9_1XOMQO50A7SZ7SRD5GBBSTESC0PFIW.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/muodov:34",
                "plots": "https://api.plotly.com/v2/plots/muodov:34",
                "parent": "https://api.plotly.com/v2/folders/home?user=muodov"
            },
            "owner": "muodov",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "RGB uncalibrated",
            "views": 13426,
            "web_url": "https://chart-studio.plotly.com/~muodov/34/rgb-uncalibrated/",
            "world_readable": true,
            "date_modified": "2015-08-17T23:03:34.677Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~muodov/34/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~muodov",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/78.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2015-07-25 11:57:39",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "muodov",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2015-06-11T16:00:08.073926Z",
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~stacyannj/301.embed",
            "fid": "stacyannj:301",
            "filename": "CAPE Plot",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/stacyannj%2F301%2F9_XL68Q292P2J2AIWOF1EWUWF2OONN3O.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/stacyannj%2F301%2F2_QZ14QXPU3ROYRV75YZ3JMFGDPGTPRZ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/stacyannj%2F301%2F8_869AWYCWHU1W9QIY0BHNJ1ES0Z72IS.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/stacyannj%2F301%2F9_XL68Q292P2J2AIWOF1EWUWF2OONN3O.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/stacyannj:301",
                "plots": "https://api.plotly.com/v2/plots/stacyannj:301",
                "parent": "https://api.plotly.com/v2/folders/home?user=stacyannj"
            },
            "owner": "stacyannj",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "U.S. Stock Markets 1881-Present and CAPE Ratio",
            "views": 3509,
            "web_url": "https://chart-studio.plotly.com/~stacyannj/301/us-stock-markets-1881-present-and-cape-ratio/",
            "world_readable": true,
            "date_modified": "2015-07-10T02:56:09.149Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~stacyannj/301/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~stacyannj",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/2.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "Fortune Data Team",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2015-05-22 14:55:53",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "stacyannj",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2015-01-09T19:26:11.231670Z",
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~matlab_user_guide/2812.embed",
            "fid": "matlab_user_guide:2812",
            "filename": "dfc11",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/matlab_user_guide/2812/9_RMF24JJTZ2KUXZC9IRGQW12ES0AT7N.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/matlab_user_guide%2F2812%2F2_4GKHSCAXXYFKOMB1CEB95302FNCDVU.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/matlab_user_guide%2F2812%2F8_IN8MHQ0SCX3B6BS0S9Y5AE73NL8LX6.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/matlab_user_guide/2812/9_RMF24JJTZ2KUXZC9IRGQW12ES0AT7N.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/matlab_user_guide:2812",
                "plots": "https://api.plotly.com/v2/plots/matlab_user_guide:2812",
                "parent": "https://api.plotly.com/v2/folders/home?user=matlab_user_guide"
            },
            "owner": "matlab_user_guide",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "http://www.mathworks.com/matlabcentral/fileexchange/5355-toolbox-graph",
            "views": 2500,
            "web_url": "https://chart-studio.plotly.com/~matlab_user_guide/2812/httpwwwmathworkscommatlabcentralfileexchange5355-toolbox-graph/",
            "world_readable": true,
            "date_modified": "2015-07-08T11:30:46.722Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~matlab_user_guide/2812/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~matlab_user_guide",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/1409167645.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2014-06-09 15:19:04",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "matlab_user_guide",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2014-06-27T21:23:38.000000Z",
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~RhettAllain/125.embed",
            "fid": "RhettAllain:125",
            "filename": "goal_angle",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/RhettAllain%2F125%2F9_LM245H02KNEK93GHIK1U29WE239DEV.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/RhettAllain%2F125%2F2_2L5CH0PAB7IZJFD7IUA9LIGJ8BNP1I.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/RhettAllain%2F125%2F8_42PCU01PE74W08ODILXXQ7OEHR16N6.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/RhettAllain%2F125%2F9_LM245H02KNEK93GHIK1U29WE239DEV.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/RhettAllain:125",
                "plots": "https://api.plotly.com/v2/plots/RhettAllain:125",
                "parent": "https://api.plotly.com/v2/folders/home?user=RhettAllain"
            },
            "owner": "RhettAllain",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "Angular Size of Soccer Goal [Radians]",
            "views": 43619,
            "web_url": "https://chart-studio.plotly.com/~RhettAllain/125/angular-size-of-soccer-goal-radians/",
            "world_readable": true,
            "date_modified": "2015-07-10T06:44:59.761Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~RhettAllain/125/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~RhettAllain",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/1406305592.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "Physics faculty and Wired Science Blogger.",
                "nickname": "Rhett Allain",
                "website": "http://www.wired.com/wiredscience/dotphysics",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2013-12-15 03:15:06",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "RhettAllain",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2016-03-11T18:11:02.592570Z",
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~mpod/35.embed",
            "fid": "mpod:35",
            "filename": "4th Rank Tensor - General",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/mpod/35/9_0XLZAAGAG3HGJISCH51BC1BPQSCU5T.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/mpod%2F35%2F2_WZ0JBJZIPPB4KLN83Y52J71W4MRZ3G.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mpod%2F35%2F8_698STDGJBUMDMNWGP12C09KYJQYF9S.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/mpod/35/9_0XLZAAGAG3HGJISCH51BC1BPQSCU5T.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/mpod:35",
                "plots": "https://api.plotly.com/v2/plots/mpod:35",
                "parent": "https://api.plotly.com/v2/folders/home?user=mpod"
            },
            "owner": "mpod",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "4th Rank Tensor - General",
            "views": 1042,
            "web_url": "https://chart-studio.plotly.com/~mpod/35/_4th-rank-tensor-general/",
            "world_readable": true,
            "date_modified": "2016-03-11T18:11:04.772Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~mpod/35/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~mpod",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2015-05-07 15:54:27",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "mpod",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2016-01-23T02:57:02.643476Z",
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~SineOf1/25.embed",
            "fid": "SineOf1:25",
            "filename": "Inequality and PISA Math Scores",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/SineOf1/25/9_Y1GKQ1QLDXSOAH8CXO6MJE67FTC62Y.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/SineOf1%2F25%2F2_7RXKQI7J8GI3HCIOYKR01XA7T8XGQV.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/SineOf1%2F25%2F8_Z8US990ENRK8OUQOKJRIZX9NPXBB0H.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/SineOf1/25/9_Y1GKQ1QLDXSOAH8CXO6MJE67FTC62Y.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/SineOf1:25",
                "plots": "https://api.plotly.com/v2/plots/SineOf1:25",
                "parent": "https://api.plotly.com/v2/folders/home?user=SineOf1"
            },
            "owner": "SineOf1",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "HDI and PISA Math Scores",
            "views": 7381,
            "web_url": "https://chart-studio.plotly.com/~SineOf1/25/hdi-and-pisa-math-scores/",
            "world_readable": true,
            "date_modified": "2016-01-23T02:57:02.731Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~SineOf1/25/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "The 20 : 20 ratio is the ratio of the income of the richest 20% to that of the poorest 20% (measured in 2008).",
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~SineOf1",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/1405295137.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "Mathematics textbook author.",
                "nickname": "Joshua Fisher",
                "website": "http://www.guzintamath.com",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2014-07-03 13:08:23",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "SineOf1",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2015-02-18T16:10:05.151591Z",
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~etpinard/191.embed",
            "fid": "etpinard:191",
            "filename": "s3_life-gdp-log",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/etpinard/191/9_IDIAYKDCUM6ZOMHQX5HQK0BE1AEALP.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/etpinard%2F191%2F2_EWEDROR9BNET5OOMY75YAXO5NCTD7F.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/etpinard%2F191%2F8_DF6U0BN4APUMBRIYBOHTUSWY0C1H9C.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/etpinard/191/9_IDIAYKDCUM6ZOMHQX5HQK0BE1AEALP.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/etpinard:191",
                "plots": "https://api.plotly.com/v2/plots/etpinard:191",
                "parent": "https://api.plotly.com/v2/folders/home?user=etpinard"
            },
            "owner": "etpinard",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "Fig 3.1b: Hans Rosling's Bubble Chart for the year 2007",
            "views": 39384,
            "web_url": "https://chart-studio.plotly.com/~etpinard/191/fig-31b-hans-roslings-bubble-chart-for-the-year-2007/",
            "world_readable": true,
            "date_modified": "2015-07-10T14:41:01.529Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~etpinard/191/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~etpinard",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/488N3JU5NZ4VLP8UBAE2YFND1MMKQF.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "etpinard",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2014-02-10 20:13:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "etpinard",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2015-12-08T09:29:36.422565Z",
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~SRF_Stats/365.embed",
            "fid": "SRF_Stats:365",
            "filename": "Current SoF Chart",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/SRF_Stats/365/9_XKSNZEZLZUUZRWVDKX03BJ1KP7GZUL.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/SRF_Stats%2F365%2F2_FOL0E786Q4SSO6L8J4XG6O2YGSTMT7.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/SRF_Stats%2F365%2F8_DHLFQW0NYUK0F6J63IQSFRXTAD3X17.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/SRF_Stats/365/9_XKSNZEZLZUUZRWVDKX03BJ1KP7GZUL.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/SRF_Stats:365",
                "plots": "https://api.plotly.com/v2/plots/SRF_Stats:365",
                "parent": "https://api.plotly.com/v2/folders/home?user=SRF_Stats"
            },
            "owner": "SRF_Stats",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "SOF Heatmap for 2015 Season 4 Week 12<br>Mazda Raceway Laguna Seca - Full Course",
            "views": 291,
            "web_url": "https://chart-studio.plotly.com/~SRF_Stats/365/sof-heatmap-for-2015-season-4-week-12-mazda-raceway-laguna-seca-full-course/",
            "world_readable": true,
            "date_modified": "2015-12-08T09:29:36.778Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~SRF_Stats/365/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~SRF_Stats",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/20.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2015-09-16 04:11:47",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "SRF_Stats",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2013-12-13T02:07:28.000000Z",
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~bchartoff/922.embed",
            "fid": "bchartoff:922",
            "filename": "Extracting the  Acceleration of  Gravity from Velocity Data",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/bchartoff/922/9_YDVG464I3VWFIJC2LPX59GAERHXD8P.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/bchartoff%2F922%2F2_WYET3ASUMO53QWNWAYOC01KXQ5C10N.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/bchartoff%2F922%2F8_FB8IQZK9K9KFXVH3K070KRRJYWOTRB.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/bchartoff/922/9_YDVG464I3VWFIJC2LPX59GAERHXD8P.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/bchartoff:922",
                "plots": "https://api.plotly.com/v2/plots/bchartoff:922",
                "parent": "https://api.plotly.com/v2/folders/home?user=bchartoff"
            },
            "owner": "bchartoff",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "Extracting the  Acceleration of  Gravity from Velocity Data",
            "views": 8136,
            "web_url": "https://chart-studio.plotly.com/~bchartoff/922/extracting-the-acceleration-of-gravity-from-velocity-data/",
            "world_readable": true,
            "date_modified": "2015-06-27T19:53:03.483Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~bchartoff/922/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~bchartoff",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/5.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "Formerly wrote and designed for plotly, current Knight-Mozilla fellow at the Washington Post.",
                "nickname": "",
                "website": "http://benchartoff.com/",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2013-09-19 01:55:05",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "bchartoff",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}