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
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": "2015-04-17T18:13:42.818159Z",
            "parented": true,
            "embed_url": "https://plotly.com/~Capt_Calculator/183.embed",
            "fid": "Capt_Calculator:183",
            "filename": "FoodRecalls",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Capt_Calculator/183/9_R1GTV8G905IN9VG52SFW5VWSHQVV58.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Capt_Calculator%2F183%2F2_3HM0P62EBIYJ1CVTJ0BEFCQ6U9SYBC.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Capt_Calculator%2F183%2F8_DBVB29QL983KFCBIT8CQ9VGBA34ZDL.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Capt_Calculator/183/9_R1GTV8G905IN9VG52SFW5VWSHQVV58.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Capt_Calculator:183",
                "plots": "https://api.plotly.com/v2/plots/Capt_Calculator:183",
                "parent": "https://api.plotly.com/v2/folders/home?user=Capt_Calculator"
            },
            "owner": "Capt_Calculator",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "Food Product Safety Recalls",
            "views": 1444,
            "web_url": "https://plotly.com/~Capt_Calculator/183/food-product-safety-recalls/",
            "world_readable": true,
            "date_modified": "2015-07-06T13:26:48.697Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~Capt_Calculator/183/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://plotly.com/~Capt_Calculator",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/1409375734.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": "2014-08-23 19:04:33",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Capt_Calculator",
                "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": "2016-05-23T04:26:36.757174Z",
            "parented": true,
            "embed_url": "https://plotly.com/~cgamble/1944.embed",
            "fid": "cgamble:1944",
            "filename": "basic-bar (964)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/cgamble%2F1944%2F9_HRBZXQ5OOL7SEXQFRYKDTTV51ESJ7B.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/cgamble%2F1944%2F2_J9QTTTQSG9V1TJ3KGTJMIFUJJK036P.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cgamble%2F1944%2F8_BMSQZBARS4O1R0A0112OTLRHL547FB.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/cgamble%2F1944%2F9_HRBZXQ5OOL7SEXQFRYKDTTV51ESJ7B.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cgamble:1944",
                "plots": "https://api.plotly.com/v2/plots/cgamble:1944",
                "parent": "https://api.plotly.com/v2/folders/home?user=cgamble"
            },
            "owner": "cgamble",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "Page Group by Device",
            "views": 30,
            "web_url": "https://plotly.com/~cgamble/1944/page-group-by-device/",
            "world_readable": true,
            "date_modified": "2016-05-23T04:26:36.968Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~cgamble/1944/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://plotly.com/~cgamble",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/3.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2015-12-09 12:13:26",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cgamble",
                "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-18T01:33:59.000000Z",
            "parented": true,
            "embed_url": "https://plotly.com/~FiveThirtyEight/0.embed",
            "fid": "FiveThirtyEight:0",
            "filename": "Defense Spending Projection",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/FiveThirtyEight/0/9_OH7VXPWCYL1LH3V991XLIQ9HR4OGME.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/FiveThirtyEight%2F0%2F2_8D7Q41JML0NRI9BA0Q40N0D21TIDPA.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/FiveThirtyEight%2F0%2F8_8M7KZ5UEL54TKWWJK58RNA40KXEJDI.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/FiveThirtyEight/0/9_OH7VXPWCYL1LH3V991XLIQ9HR4OGME.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/FiveThirtyEight:0",
                "plots": "https://api.plotly.com/v2/plots/FiveThirtyEight:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=FiveThirtyEight"
            },
            "owner": "FiveThirtyEight",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "<br><br>United States Defense Spending Projection",
            "views": 1812,
            "web_url": "https://plotly.com/~FiveThirtyEight/0/united-states-defense-spending-projection/",
            "world_readable": true,
            "date_modified": "2015-06-21T14:09:10.322Z",
            "collaborators": {
                "results": [
                    {
                        "profile_url": "https://plotly.com/~MattSundquist",
                        "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/1428999724.jpg",
                        "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                        "bio": "",
                        "nickname": "",
                        "website": "matthewsundquist.com",
                        "stream_tokens": null,
                        "feature_set_id": null,
                        "csrf_token": null,
                        "date_joined": "2012-12-19 03:08:16",
                        "mapbox_access_tokens": null,
                        "has_password": null,
                        "username": "MattSundquist",
                        "email": null,
                        "is_active": null,
                        "readonly": null,
                        "is_dash_creator": null,
                        "dash_created_count": null,
                        "is_chart_creator": null,
                        "charts_created_count": null
                    }
                ],
                "count": 1
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~FiveThirtyEight/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://plotly.com/~FiveThirtyEight",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "Interactive Plotly versions of graphs originally created by FiveThirtyEight",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2014-05-30 08:12:30",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "FiveThirtyEight",
                "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-09-04T17:56:25.833219Z",
            "parented": true,
            "embed_url": "https://plotly.com/~bronsolo/3866.embed",
            "fid": "bronsolo:3866",
            "filename": "untitled (64)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/bronsolo%2F3866%2F9_2M88RZZ9BV9FTEYF7YM0LFNTI5RS93.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/bronsolo%2F3866%2F2_VZ16I04GO8R9CDH0GVBPQ0ARX6L2ZB.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/bronsolo%2F3866%2F8_S7L65KKFSK429MLAO2JI9616XUWEDV.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/bronsolo%2F3866%2F9_2M88RZZ9BV9FTEYF7YM0LFNTI5RS93.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/bronsolo:3866",
                "plots": "https://api.plotly.com/v2/plots/bronsolo:3866",
                "parent": "https://api.plotly.com/v2/folders/home?user=bronsolo"
            },
            "owner": "bronsolo",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "<b><b></b></b>",
            "views": 57,
            "web_url": "https://plotly.com/~bronsolo/3866/",
            "world_readable": true,
            "date_modified": "2015-09-04T17:56:26.429Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~bronsolo/3866/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://plotly.com/~bronsolo",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/1396614370.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "I am an engineer here @ Plotly based in Montreal!  I love data visualization and long walks on the beach.",
                "nickname": "Chuck Bronson",
                "website": "https://plot.ly/team",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2014-02-12 01:31:14",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "bronsolo",
                "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-04-02T21:23:33.076004Z",
            "parented": true,
            "embed_url": "https://plotly.com/~chelsea_lyn/516.embed",
            "fid": "chelsea_lyn:516",
            "filename": "scatterddd",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/chelsea_lyn%2F516%2F9_0QL5RKXYVANLBOHANG1NVFDM8Y16RG.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/chelsea_lyn%2F516%2F2_3K4IXM9V8QVW18UWCMMHWCBYDSQKAK.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/chelsea_lyn%2F516%2F8_5ZCFNKSQR6EB56SW06DPBRYO60ODTI.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/chelsea_lyn%2F516%2F9_0QL5RKXYVANLBOHANG1NVFDM8Y16RG.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/chelsea_lyn:516",
                "plots": "https://api.plotly.com/v2/plots/chelsea_lyn:516",
                "parent": "https://api.plotly.com/v2/folders/home?user=chelsea_lyn"
            },
            "owner": "chelsea_lyn",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "",
            "views": 14859,
            "web_url": "https://plotly.com/~chelsea_lyn/516/",
            "world_readable": true,
            "date_modified": "2015-12-19T02:25:46.761Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~chelsea_lyn/516/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://plotly.com/~chelsea_lyn",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/S3XINYAKT6PTQGIEIXCFVI8KED3Y4T.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "Chelsea",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2015-03-11 14:59:10",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "chelsea_lyn",
                "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-24T09:43:16.413013Z",
            "parented": true,
            "embed_url": "https://plotly.com/~tim.lichtenberg/686.embed",
            "fid": "tim.lichtenberg:686",
            "filename": "Composition type for all 2D models",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/tim.lichtenberg%2F686%2F9_KFWCBER50YQQXHGTLHOE6IXK2HSARP.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/tim.lichtenberg%2F686%2F2_HRBMBMMX0B1V88O1JOEFA41F9EIK9V.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/tim.lichtenberg%2F686%2F8_FLATB4CFK9BPFV0GRIHPGX67L1LX8W.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/tim.lichtenberg%2F686%2F9_KFWCBER50YQQXHGTLHOE6IXK2HSARP.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/tim.lichtenberg:686",
                "plots": "https://api.plotly.com/v2/plots/tim.lichtenberg:686",
                "parent": "https://api.plotly.com/v2/folders/home?user=tim.lichtenberg"
            },
            "owner": "tim.lichtenberg",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "Composition types for all 2D models",
            "views": 829,
            "web_url": "https://plotly.com/~tim.lichtenberg/686/composition-types-for-all-2d-models/",
            "world_readable": true,
            "date_modified": "2015-07-10T12:21:27.703Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~tim.lichtenberg/686/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://plotly.com/~tim.lichtenberg",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/57.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2015-02-23 15:39:09",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "tim.lichtenberg",
                "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-05-23T21:40:33.000000Z",
            "parented": true,
            "embed_url": "https://plotly.com/~amelia/24.embed",
            "fid": "amelia:24",
            "filename": "piotr normalized",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/amelia%2F24%2F9_U24AHQ9KMJLTRZ6P45F1VHRMZUB0G9.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/amelia%2F24%2F2_4AGJWKARTIQIZZG2S59O64L6GEES9L.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/amelia%2F24%2F8_ZGLWCGH73GGIQ4QCXDSOCPP4PQJTRG.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/amelia%2F24%2F9_U24AHQ9KMJLTRZ6P45F1VHRMZUB0G9.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/amelia:24",
                "plots": "https://api.plotly.com/v2/plots/amelia:24",
                "parent": "https://api.plotly.com/v2/folders/home?user=amelia"
            },
            "owner": "amelia",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "Normalized most popular 30 artists",
            "views": 676,
            "web_url": "https://plotly.com/~amelia/24/normalized-most-popular-30-artists/",
            "world_readable": true,
            "date_modified": "2015-07-09T07:48:23.860Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~amelia/24/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://plotly.com/~amelia",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/70.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": "2013-11-26 21:15:17",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "amelia",
                "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-05-20T23:01:34.000000Z",
            "parented": true,
            "embed_url": "https://plotly.com/~BethS/6.embed",
            "fid": "BethS:6",
            "filename": "Global Temperatures and CO2",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/BethS%2F6%2F9_NOZG4FMUO3PD5HV9I6XWL7OZJQA26S.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/BethS%2F6%2F2_NXB3DU6S4UUYP3SEN0AIFLUO1I5T8C.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/BethS%2F6%2F8_3L0EC116MTKB9RUBRJ886X2QI26ND0.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/BethS%2F6%2F9_NOZG4FMUO3PD5HV9I6XWL7OZJQA26S.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/BethS:6",
                "plots": "https://api.plotly.com/v2/plots/BethS:6",
                "parent": "https://api.plotly.com/v2/folders/home?user=BethS"
            },
            "owner": "BethS",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "<br>Global Temperatures and CO2",
            "views": 947,
            "web_url": "https://plotly.com/~BethS/6/global-temperatures-and-co2/",
            "world_readable": true,
            "date_modified": "2015-07-10T12:43:57.537Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~BethS/6/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://plotly.com/~BethS",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/74.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2014-05-20 22:54:16",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "BethS",
                "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-07-19T16:00:51.475015Z",
            "parented": true,
            "embed_url": "https://plotly.com/~jdhiggins/178.embed",
            "fid": "jdhiggins:178",
            "filename": "d3-bubble-map-leed-500_test",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jdhiggins%2F178%2F9_LI7FYGUTMJ46S5LKHE3SYEA18APYF7.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jdhiggins%2F178%2F2_9M76T2XAMKMMN7ETVVQXCISC1WT7GE.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jdhiggins%2F178%2F8_Z4D8DB8AGH7SWCFR2RYCAPQN5MBIEL.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jdhiggins%2F178%2F9_LI7FYGUTMJ46S5LKHE3SYEA18APYF7.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jdhiggins:178",
                "plots": "https://api.plotly.com/v2/plots/jdhiggins:178",
                "parent": "https://api.plotly.com/v2/folders/home?user=jdhiggins"
            },
            "owner": "jdhiggins",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "LEED Projects: 1558 - 681, LEED Projects: 681 - 484, LEED Projects: 505 - 266, LEED Projects: 266 - 146, LEED Projects: 146 - 4",
            "views": 4068,
            "web_url": "https://plotly.com/~jdhiggins/178/leed-projects-1558-681-leed-projects-681-484-leed-projects-505-266-leed-projects/",
            "world_readable": true,
            "date_modified": "2015-07-19T16:00:51.867Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~jdhiggins/178/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://plotly.com/~jdhiggins",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/40.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2015-06-17 13:26:54",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jdhiggins",
                "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-06T03:43:59.068145Z",
            "parented": true,
            "embed_url": "https://plotly.com/~jonah.bernhard/6.embed",
            "fid": "jonah.bernhard:6",
            "filename": "trento event 2",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jonah.bernhard/6/9_PGFSB8BYRVEJBEMOGR873XVBIISNND.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jonah.bernhard%2F6%2F2_QQQZYVXGT7ZUS7W9JFCBODD4GOPCGJ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jonah.bernhard%2F6%2F8_BQQO63U2WR9M4WSTXRUF9EQ4F3RLDB.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jonah.bernhard/6/9_PGFSB8BYRVEJBEMOGR873XVBIISNND.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jonah.bernhard:6",
                "plots": "https://api.plotly.com/v2/plots/jonah.bernhard:6",
                "parent": "https://api.plotly.com/v2/folders/home?user=jonah.bernhard"
            },
            "owner": "jonah.bernhard",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "trento event",
            "views": 494,
            "web_url": "https://plotly.com/~jonah.bernhard/6/trento-event/",
            "world_readable": true,
            "date_modified": "2016-03-06T03:43:59.149Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~jonah.bernhard/6/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://plotly.com/~jonah.bernhard",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/85.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2014-02-21 20:55:31",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jonah.bernhard",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}