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?cursor=cj0xJnA9MjAxOS0wNi0xNysxOSUzQTI2JTNBMjEuNTY4MDMyJTJCMDAlM0EwMA%3D%3D&format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzE5JTNBMjYlM0EzOS4yMTMyNDQlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysxOSUzQTI5JTNBNDAuNjcwNTM1JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-17T19:29:40.670535Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nprithviraj24/36.embed",
            "fid": "nprithviraj24:36",
            "filename": "plot from API (17)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/nprithviraj24/36/9_Y7M1GHL8HDOEKZM93P9AC3PYGSX6CY.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/nprithviraj24/36/2_323FB20DNM7QC5XO2T6LWZQH7PZC83.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nprithviraj24/36/8_CM3SIH89AZYMNRNFM1ZP45ZYX1JXXQ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nprithviraj24/36/9_Y7M1GHL8HDOEKZM93P9AC3PYGSX6CY.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nprithviraj24:36",
                "plots": "https://api.plotly.com/v2/plots/nprithviraj24:36",
                "parent": "https://api.plotly.com/v2/folders/home?user=nprithviraj24"
            },
            "owner": "nprithviraj24",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~nprithviraj24/36/",
            "world_readable": true,
            "date_modified": "2019-06-17T19:29:41.617Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nprithviraj24/36/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "f011ddb7-a542-4717-a84e-32156593e373",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "nprithviraj24:37:597f06",
                        "ysrc": "nprithviraj24:37:48e0a8",
                        "zsrc": "nprithviraj24:37:1fea8f"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~nprithviraj24",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/61.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-15 14:15:13",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nprithviraj24",
                "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": "2019-06-17T19:29:37.280893Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nprithviraj24/34.embed",
            "fid": "nprithviraj24:34",
            "filename": "plot from API (16)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/nprithviraj24/34/9_W4ZT11MGKATB9S1G6ZSQRJOEI3OYQW.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/nprithviraj24/34/2_APO0GRLTYV9TT0U79RG7IT34BYGJO8.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nprithviraj24/34/8_PCWPFENENQGXCIPDOL27VBS86S1EPF.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nprithviraj24/34/9_W4ZT11MGKATB9S1G6ZSQRJOEI3OYQW.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nprithviraj24:34",
                "plots": "https://api.plotly.com/v2/plots/nprithviraj24:34",
                "parent": "https://api.plotly.com/v2/folders/home?user=nprithviraj24"
            },
            "owner": "nprithviraj24",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~nprithviraj24/34/",
            "world_readable": true,
            "date_modified": "2019-06-17T19:29:37.813Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nprithviraj24/34/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "bc4ac009-e119-44be-9f47-054a5c723b46",
                        "type": "scatter",
                        "xsrc": "nprithviraj24:35:65aec5",
                        "ysrc": "nprithviraj24:35:48b335"
                    },
                    {
                        "uid": "d47c8bdb-bbdf-48d2-87fe-7f4fe3e3e5e4",
                        "type": "scatter",
                        "xsrc": "nprithviraj24:35:65aec5",
                        "ysrc": "nprithviraj24:35:5769a4"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~nprithviraj24",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/61.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-15 14:15:13",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nprithviraj24",
                "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": "2019-06-17T19:29:15.721529Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~timothyseanbutcher/14.embed",
            "fid": "timothyseanbutcher:14",
            "filename": "plot from API (6)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/timothyseanbutcher:14/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/timothyseanbutcher:14/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/timothyseanbutcher:14/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/timothyseanbutcher:14/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/timothyseanbutcher:14",
                "plots": "https://api.plotly.com/v2/plots/timothyseanbutcher:14",
                "parent": "https://api.plotly.com/v2/folders/home?user=timothyseanbutcher"
            },
            "owner": "timothyseanbutcher",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Basic Sankey Diagram",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~timothyseanbutcher/14/basic-sankey-diagram/",
            "world_readable": true,
            "date_modified": "2019-06-17T19:29:16.227Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~timothyseanbutcher/14/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "link": {
                            "valuesrc": "timothyseanbutcher:15:103d8f",
                            "sourcesrc": "timothyseanbutcher:15:62a0db",
                            "targetsrc": "timothyseanbutcher:15:b31ac3"
                        },
                        "node": {
                            "pad": 15,
                            "line": {
                                "color": "black",
                                "width": 0.5
                            },
                            "colorsrc": "timothyseanbutcher:15:19308e",
                            "labelsrc": "timothyseanbutcher:15:d7aeb2",
                            "thickness": 20
                        },
                        "type": "sankey"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 10
                    },
                    "title": "Basic Sankey Diagram"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~timothyseanbutcher",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/63.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": "2019-06-14 20:28:26",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "timothyseanbutcher",
                "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": "2019-06-17T19:29:14.003829Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~timothyseanbutcher/12.embed",
            "fid": "timothyseanbutcher:12",
            "filename": "plot from API (5)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/timothyseanbutcher:12/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/timothyseanbutcher:12/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/timothyseanbutcher:12/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/timothyseanbutcher:12/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/timothyseanbutcher:12",
                "plots": "https://api.plotly.com/v2/plots/timothyseanbutcher:12",
                "parent": "https://api.plotly.com/v2/folders/home?user=timothyseanbutcher"
            },
            "owner": "timothyseanbutcher",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Basic Sankey Diagram",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~timothyseanbutcher/12/basic-sankey-diagram/",
            "world_readable": true,
            "date_modified": "2019-06-17T19:29:14.486Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~timothyseanbutcher/12/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "link": {
                            "valuesrc": "timothyseanbutcher:13:361e58",
                            "sourcesrc": "timothyseanbutcher:13:6e6a70",
                            "targetsrc": "timothyseanbutcher:13:a1fc8c"
                        },
                        "node": {
                            "pad": 15,
                            "line": {
                                "color": "black",
                                "width": 0.5
                            },
                            "colorsrc": "timothyseanbutcher:13:db88c5",
                            "labelsrc": "timothyseanbutcher:13:64b90d",
                            "thickness": 20
                        },
                        "type": "sankey"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 10
                    },
                    "title": "Basic Sankey Diagram"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~timothyseanbutcher",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/63.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": "2019-06-14 20:28:26",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "timothyseanbutcher",
                "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": "2019-06-17T19:29:11.415476Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~rachelzhong/55.embed",
            "fid": "rachelzhong:55",
            "filename": "plot from API (4)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/rachelzhong:55/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/rachelzhong:55/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/rachelzhong:55/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/rachelzhong:55/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/rachelzhong:55",
                "plots": "https://api.plotly.com/v2/plots/rachelzhong:55",
                "parent": "https://api.plotly.com/v2/folders/home?user=rachelzhong"
            },
            "owner": "rachelzhong",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~rachelzhong/55/",
            "world_readable": true,
            "date_modified": "2019-06-17T19:29:12.238Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~rachelzhong/55/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "0ff6793f-a5c6-4425-9a10-bc1912a09042",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "rachelzhong:56:82906b",
                        "ysrc": "rachelzhong:56:83e864"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~rachelzhong",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/95.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-12 18:26:09",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "rachelzhong",
                "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": "2019-06-17T19:29:10.473651Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~andres.cely/18.embed",
            "fid": "andres.cely:18",
            "filename": "pie3",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/andres.cely/18/9_U5YNJJG62G3M4HLE9EZA1PLGXLPUXI.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/andres.cely/18/2_HAZMTI2AKHF695DTKVF2U6NL4V0RZC.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/andres.cely/18/8_EPRBVBG1CEADJT6E9H5YWHGNGM1MVQ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/andres.cely/18/9_U5YNJJG62G3M4HLE9EZA1PLGXLPUXI.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/andres.cely:18",
                "plots": "https://api.plotly.com/v2/plots/andres.cely:18",
                "parent": "https://api.plotly.com/v2/folders/home?user=andres.cely"
            },
            "owner": "andres.cely",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~andres.cely/18/",
            "world_readable": true,
            "date_modified": "2019-06-17T19:29:11.029Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~andres.cely/18/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "85f21af8-66da-437c-ad4d-da070f8d8844",
                        "type": "pie",
                        "labelssrc": "andres.cely:19:f1750c",
                        "valuessrc": "andres.cely:19:f20020"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~andres.cely",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/66.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-06-20 14:38:17",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "andres.cely",
                "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": "2019-06-17T19:29:04.268811Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jmic4man/2.embed",
            "fid": "jmic4man:2",
            "filename": "plot from API (1)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jmic4man/2/9_D8YMGGMZWGU813N69VB820WD8KZDRT.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jmic4man/2/2_VN32OBD10PWL72DJ19FZ8UT0NB7VNT.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jmic4man/2/8_VCWZ8UA0EVWZLEEAYOMRN94OD7G3TI.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jmic4man/2/9_D8YMGGMZWGU813N69VB820WD8KZDRT.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jmic4man:2",
                "plots": "https://api.plotly.com/v2/plots/jmic4man:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=jmic4man"
            },
            "owner": "jmic4man",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 18,
            "web_url": "https://chart-studio.plotly.com/~jmic4man/2/",
            "world_readable": true,
            "date_modified": "2019-06-17T19:29:05.038Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jmic4man/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "268103f8-45ca-48ab-86c8-ce8983d6e525",
                        "mode": "lines",
                        "type": "scatter3d",
                        "xsrc": "jmic4man:3:49e761",
                        "ysrc": "jmic4man:3:705b8d",
                        "zsrc": "jmic4man:3:130f9d"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jmic4man",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/9.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-11 20:40:11",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jmic4man",
                "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": "2019-06-17T19:27:04.194280Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~clkickEDHEC/16.embed",
            "fid": "clkickEDHEC:16",
            "filename": "plot from API (8)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/clkickEDHEC/16/9_C7OJ4363D7MWEDVHI79ILKPH11M9YA.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/clkickEDHEC/16/2_S37R7310IL0KZZ8041GJPX9IOOR5BZ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/clkickEDHEC/16/8_LEUSIGSRTO6HCQ6DP3IIZZPQ1YH2BO.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/clkickEDHEC/16/9_C7OJ4363D7MWEDVHI79ILKPH11M9YA.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/clkickEDHEC:16",
                "plots": "https://api.plotly.com/v2/plots/clkickEDHEC:16",
                "parent": "https://api.plotly.com/v2/folders/home?user=clkickEDHEC"
            },
            "owner": "clkickEDHEC",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Refugee movement through Manus and Nauru, via <a href='http://www.bryanbrussee.com/sankey.html'>Bryan Brussee</a>",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~clkickEDHEC/16/refugee-movement-through-manus-and-nauru-via-bryan-brussee/",
            "world_readable": true,
            "date_modified": "2019-06-17T19:27:04.643Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~clkickEDHEC/16/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "link": {
                            "valuesrc": "clkickEDHEC:17:95a789",
                            "sourcesrc": "clkickEDHEC:17:c34a55",
                            "targetsrc": "clkickEDHEC:17:512348"
                        },
                        "node": {
                            "pad": 10,
                            "line": {
                                "color": "black",
                                "width": 0.5
                            },
                            "colorsrc": "clkickEDHEC:17:a0f1bf",
                            "labelsrc": "clkickEDHEC:17:0b8833",
                            "thickness": 30
                        },
                        "type": "sankey",
                        "domain": {
                            "x": [
                                0,
                                1
                            ],
                            "y": [
                                0,
                                1
                            ]
                        },
                        "orientation": "h",
                        "valueformat": ".0f"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 10
                    },
                    "title": "Refugee movement through Manus and Nauru, via <a href='http://www.bryanbrussee.com/sankey.html'>Bryan Brussee</a>",
                    "width": 950,
                    "height": 772
                }
            },
            "height": 772,
            "width": 950,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~clkickEDHEC",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/37.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 16:58:19",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "clkickEDHEC",
                "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": "2019-06-17T19:26:55.972311Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~rachelzhong/53.embed",
            "fid": "rachelzhong:53",
            "filename": "plot from API (3)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/rachelzhong:53/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/rachelzhong:53/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/rachelzhong:53/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/rachelzhong:53/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/rachelzhong:53",
                "plots": "https://api.plotly.com/v2/plots/rachelzhong:53",
                "parent": "https://api.plotly.com/v2/folders/home?user=rachelzhong"
            },
            "owner": "rachelzhong",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~rachelzhong/53/",
            "world_readable": true,
            "date_modified": "2019-06-17T19:26:56.849Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~rachelzhong/53/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "399b8a3b-8611-4666-a1be-84e44d72834c",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "rachelzhong:54:9b65b3",
                        "ysrc": "rachelzhong:54:6d4ba2"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~rachelzhong",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/95.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-12 18:26:09",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "rachelzhong",
                "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": "2019-06-17T19:26:39.213244Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~rachelzhong/51.embed",
            "fid": "rachelzhong:51",
            "filename": "plot from API (2)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/rachelzhong:51/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/rachelzhong:51/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/rachelzhong:51/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/rachelzhong:51/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/rachelzhong:51",
                "plots": "https://api.plotly.com/v2/plots/rachelzhong:51",
                "parent": "https://api.plotly.com/v2/folders/home?user=rachelzhong"
            },
            "owner": "rachelzhong",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~rachelzhong/51/",
            "world_readable": true,
            "date_modified": "2019-06-17T19:26:40.629Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~rachelzhong/51/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "4cb8dbe0-8b3b-4c21-9b5b-d741d70dd602",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "rachelzhong:52:3554f1",
                        "ysrc": "rachelzhong:52:3ceed5"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~rachelzhong",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/95.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-12 18:26:09",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "rachelzhong",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}