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-10-08T04:53:02.905801Z",
            "parented": true,
            "embed_url": "https://plotly.com/~Dreamshot/626.embed",
            "fid": "Dreamshot:626",
            "filename": "World Population Curve",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Dreamshot/626/9_8X8S20YZB3JBQ9YBBLOUWB26T2DR3Y.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Dreamshot%2F626%2F2_XQQZ93L2UOKSMC118LCBGFJO5C1SAK.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Dreamshot%2F626%2F8_ASDL8O56MV3M00Y62OH8PEAU0UJLJL.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Dreamshot/626/9_8X8S20YZB3JBQ9YBBLOUWB26T2DR3Y.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Dreamshot:626",
                "plots": "https://api.plotly.com/v2/plots/Dreamshot:626",
                "parent": "https://api.plotly.com/v2/folders/home?user=Dreamshot"
            },
            "owner": "Dreamshot",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "<br>World Population Figures",
            "views": 5132,
            "web_url": "https://plotly.com/~Dreamshot/626/world-population-figures/",
            "world_readable": true,
            "date_modified": "2015-07-10T14:29:56.297Z",
            "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/~Dreamshot/626/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://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-07-21T16:37:22.927235Z",
            "parented": true,
            "embed_url": "https://plotly.com/~neda/3455.embed",
            "fid": "neda:3455",
            "filename": "box-plot-outliers",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/neda/3455/9_NYS98AKJKTHWMVJRQ72ABBB0VIT3FK.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/neda%2F3455%2F2_SKV6D42F9SKXXYD69MH0T2KA1LHL6Z.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/neda%2F3455%2F8_6Q7T8FCUSENTJ8J3LJE7JBVMR1ZBQL.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/neda/3455/9_NYS98AKJKTHWMVJRQ72ABBB0VIT3FK.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/neda:3455",
                "plots": "https://api.plotly.com/v2/plots/neda:3455",
                "parent": "https://api.plotly.com/v2/folders/home?user=neda"
            },
            "owner": "neda",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "All points, Only</br>Whiskers, Suspected</br>Outliers, Whiskers</br>& Outliers",
            "views": 14970,
            "web_url": "https://plotly.com/~neda/3455/all-points-only-whiskers-suspected-outliers-whiskers-outliers/",
            "world_readable": true,
            "date_modified": "2015-07-21T16:37:22.973Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~neda/3455/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://plotly.com/~neda",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.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": "2015-03-23 21:53:12",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "neda",
                "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-04-26T17:55:58.000000Z",
            "parented": true,
            "embed_url": "https://plotly.com/~vonnee/52.embed",
            "fid": "vonnee:52",
            "filename": "peak break-up times",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/vonnee/52/9_L523HU34BZ3K0P47OLRKHKAMKFPV6A.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/vonnee%2F52%2F2_LB9E5CTZCFMZBYGWTE37ORL8SR1358.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/vonnee%2F52%2F8_KNRM72IJUMERC4CXJ58LL8N8BA8643.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/vonnee/52/9_L523HU34BZ3K0P47OLRKHKAMKFPV6A.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/vonnee:52",
                "plots": "https://api.plotly.com/v2/plots/vonnee:52",
                "parent": "https://api.plotly.com/v2/folders/vonnee:98"
            },
            "owner": "vonnee",
            "parent": 98,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "trace 0",
            "views": 1482,
            "web_url": "https://plotly.com/~vonnee/52/trace-0/",
            "world_readable": true,
            "date_modified": "2015-06-21T01:14:24.573Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~vonnee/52/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://plotly.com/~vonnee",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/52.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "click to enter a nickname",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2014-04-12 03:22:58",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "vonnee",
                "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-03-24T05:10:53.801164Z",
            "parented": true,
            "embed_url": "https://plotly.com/~Dreamshot/582.embed",
            "fid": "Dreamshot:582",
            "filename": "Mid-Aug Plume-Based Probabalistic ENSO Forecast",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Dreamshot%2F582%2F9_9IF6SJNX82KH95T7V7IAFMGVQUFC4R.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Dreamshot%2F582%2F2_XXHQ0IFANDTBB9UWY051R6Q4T49HST.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Dreamshot%2F582%2F8_K40GVD4F0KW8BDOJUZSC1EO8CE5RY1.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Dreamshot%2F582%2F9_9IF6SJNX82KH95T7V7IAFMGVQUFC4R.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Dreamshot:582",
                "plots": "https://api.plotly.com/v2/plots/Dreamshot:582",
                "parent": "https://api.plotly.com/v2/folders/home?user=Dreamshot"
            },
            "owner": "Dreamshot",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "Mid-August 2014 Plume-Based Probabilistic ENSO Forecast",
            "views": 703,
            "web_url": "https://plotly.com/~Dreamshot/582/mid-august-2014-plume-based-probabilistic-enso-forecast/",
            "world_readable": true,
            "date_modified": "2015-07-09T11:16:31.007Z",
            "collaborators": {
                "results": [
                    {
                        "profile_url": "https://plotly.com/~chris",
                        "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/1426360105.jpg",
                        "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                        "bio": "i was raised by robots",
                        "nickname": "chriddyplz",
                        "website": "",
                        "stream_tokens": null,
                        "feature_set_id": null,
                        "csrf_token": null,
                        "date_joined": "2013-03-25 19:31:19",
                        "mapbox_access_tokens": null,
                        "has_password": null,
                        "username": "chris",
                        "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/~Dreamshot/582/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://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
            }
        },
        {
            "creation_time": "2014-05-20T23:16:05.000000Z",
            "parented": true,
            "embed_url": "https://plotly.com/~C_Sevigny/0.embed",
            "fid": "C_Sevigny:0",
            "filename": "Superbowl Audience and Ad Prices, 1968-2008",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/C_Sevigny%2F0%2F9_CA7GXA0QYWK0F38YV47D8HIMP99AE0.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/C_Sevigny%2F0%2F2_46E8JHJTFB156QNC0F5S9WN7P5522Z.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/C_Sevigny%2F0%2F8_ZMUY5DDPFHR37ZO5R0MVAQMDZ9BQNM.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/C_Sevigny%2F0%2F9_CA7GXA0QYWK0F38YV47D8HIMP99AE0.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/C_Sevigny:0",
                "plots": "https://api.plotly.com/v2/plots/C_Sevigny:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=C_Sevigny"
            },
            "owner": "C_Sevigny",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "<br>The Rising Popularity of the Superbowl <br> Superbowl Audience and Ad Prices, 1968-2008",
            "views": 1052,
            "web_url": "https://plotly.com/~C_Sevigny/0/the-rising-popularity-of-the-superbowl-superbowl-audience-and-ad-prices-1968-200/",
            "world_readable": true,
            "date_modified": "2015-06-27T22:40:18.623Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~C_Sevigny/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://plotly.com/~C_Sevigny",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/60.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": "2014-05-20 23:06:40",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "C_Sevigny",
                "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-07-02T08:25:27.000000Z",
            "parented": true,
            "embed_url": "https://plotly.com/~Dreamshot/492.embed",
            "fid": "Dreamshot:492",
            "filename": "Meteoric Rise in Textbook Cost",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Dreamshot/492/9_QCZEX8U160ELT5VD43TV695JYWY02R.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Dreamshot%2F492%2F2_3PAS190NVOJH3VTGXB5W077R8CJGUS.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Dreamshot%2F492%2F8_KW4AQXHIARUU49KIFG2M8RFGTBKPAN.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Dreamshot/492/9_QCZEX8U160ELT5VD43TV695JYWY02R.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Dreamshot:492",
                "plots": "https://api.plotly.com/v2/plots/Dreamshot:492",
                "parent": "https://api.plotly.com/v2/folders/Dreamshot:98"
            },
            "owner": "Dreamshot",
            "parent": 98,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "<br>The <i>Meteoric</i> Rise in the Price of College Textbooks...<br><br>Percent Change in Price of Books, Medical Services, Home Prices, and the CPI Since 1978",
            "views": 2273,
            "web_url": "https://plotly.com/~Dreamshot/492/the-meteoric-rise-in-the-price-of-college-textbooks-percent-change-in-price-of-b/",
            "world_readable": true,
            "date_modified": "2015-07-06T10:30:20.862Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~Dreamshot/492/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://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
            }
        },
        {
            "creation_time": "2014-07-31T08:34:30.000000Z",
            "parented": true,
            "embed_url": "https://plotly.com/~FiveThirtyEight/17.embed",
            "fid": "FiveThirtyEight:17",
            "filename": "The Search for America's Best Burrito: Northeast",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/FiveThirtyEight/17/9_0PBH6U60VN62L9ZK2645QOPZBW6F0O.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/FiveThirtyEight%2F17%2F2_VH55UB3VV5PRY0KCDBEKSRY2D6JZAJ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/FiveThirtyEight%2F17%2F8_0KA95TD9YSVAPD0USOZ11ZTW0VGGPN.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/FiveThirtyEight/17/9_0PBH6U60VN62L9ZK2645QOPZBW6F0O.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/FiveThirtyEight:17",
                "plots": "https://api.plotly.com/v2/plots/FiveThirtyEight:17",
                "parent": "https://api.plotly.com/v2/folders/home?user=FiveThirtyEight"
            },
            "owner": "FiveThirtyEight",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "<br>The Search for America's Best Burrito: Northeast",
            "views": 2393,
            "web_url": "https://plotly.com/~FiveThirtyEight/17/the-search-for-americas-best-burrito-northeast/",
            "world_readable": true,
            "date_modified": "2015-06-24T11:10:55.294Z",
            "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/17/",
            "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-04-21T07:15:39.144516Z",
            "parented": true,
            "embed_url": "https://plotly.com/~shapiromh/41.embed",
            "fid": "shapiromh:41",
            "filename": "nyfit",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/shapiromh%2F41%2F9_N38W4H8RKGM7RNF830GWTP81ZZTXSU.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/shapiromh%2F41%2F2_7XHO73SGDJMC1V9I4A9TYIGAUOKPJP.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/shapiromh%2F41%2F8_9LEFGNEZTJ3TSFLUC020Z4SOF7SNHQ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/shapiromh%2F41%2F9_N38W4H8RKGM7RNF830GWTP81ZZTXSU.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/shapiromh:41",
                "plots": "https://api.plotly.com/v2/plots/shapiromh:41",
                "parent": "https://api.plotly.com/v2/folders/home?user=shapiromh"
            },
            "owner": "shapiromh",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "",
            "views": 295,
            "web_url": "https://plotly.com/~shapiromh/41/",
            "world_readable": true,
            "date_modified": "2015-06-19T18:41:29.750Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~shapiromh/41/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://plotly.com/~shapiromh",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/88.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": "2014-10-20 23:35:07",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "shapiromh",
                "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-11-26T15:10:22.931721Z",
            "parented": true,
            "embed_url": "https://plotly.com/~matlab_user_guide/436.embed",
            "fid": "matlab_user_guide:436",
            "filename": "TED TALKS",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/matlab_user_guide%2F436%2F9_UYRRQ44YN9XWYUK60TZZBKZ0H4RIOO.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/matlab_user_guide%2F436%2F2_03V1HEFFWH1RSL5W4IGSY1YPU16KN4.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/matlab_user_guide%2F436%2F8_UOQBMWGWVQ9QVN8JYJ5HCYLGEMTH1C.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/matlab_user_guide%2F436%2F9_UYRRQ44YN9XWYUK60TZZBKZ0H4RIOO.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/matlab_user_guide:436",
                "plots": "https://api.plotly.com/v2/plots/matlab_user_guide:436",
                "parent": "https://api.plotly.com/v2/folders/home?user=matlab_user_guide"
            },
            "owner": "matlab_user_guide",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "VIEWS vs DATE ADDED",
            "views": 3042,
            "web_url": "https://plotly.com/~matlab_user_guide/436/views-vs-date-added/",
            "world_readable": true,
            "date_modified": "2015-07-06T08:44:03.450Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~matlab_user_guide/436/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://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-03-31T14:40:01.000000Z",
            "parented": true,
            "embed_url": "https://plotly.com/~PatrickMerlot/290.embed",
            "fid": "PatrickMerlot:290",
            "filename": "cc-pVTZ_cc-pVDZ (147)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/PatrickMerlot%2F290%2F9_EMI38L812QFHER597QFE9UGZR7VKIE.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/PatrickMerlot%2F290%2F2_G71MDONLM9SU4KMXCMDTVVQO7NCRGE.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/PatrickMerlot%2F290%2F8_P4H3GM93YR8MHGH1GTJ1F2DQI1297I.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/PatrickMerlot%2F290%2F9_EMI38L812QFHER597QFE9UGZR7VKIE.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/PatrickMerlot:290",
                "plots": "https://api.plotly.com/v2/plots/PatrickMerlot:290",
                "parent": "https://api.plotly.com/v2/folders/PatrickMerlot:135"
            },
            "owner": "PatrickMerlot",
            "parent": 135,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "G2-G3 set - ADMM variants (cc-pVTZ / cc-pVDZ)",
            "views": 1781,
            "web_url": "https://plotly.com/~PatrickMerlot/290/g2-g3-set-admm-variants-cc-pvtz-cc-pvdz/",
            "world_readable": true,
            "date_modified": "2015-06-23T00:45:31.551Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~PatrickMerlot/290/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://plotly.com/~PatrickMerlot",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/17.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "Patrick Merlot",
                "website": "http://patechoc.github.io/",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2014-02-06 11:26:49",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "PatrickMerlot",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}