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-12-05T18:26:37.306601Z",
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~tarzzz/841.embed",
            "fid": "tarzzz:841",
            "filename": "plot from API (114)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/tarzzz/841/9_YHFC2HSOINQFRRDOB740NCQ8YUARFV.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/tarzzz%2F841%2F2_ZL84EHFIBHUA052CWDLP9BERUBJTBB.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/tarzzz%2F841%2F8_RG1CW4HDDWTJV7HC340ZBFR0R8SUFD.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/tarzzz/841/9_YHFC2HSOINQFRRDOB740NCQ8YUARFV.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/tarzzz:841",
                "plots": "https://api.plotly.com/v2/plots/tarzzz:841",
                "parent": "https://api.plotly.com/v2/folders/home?user=tarzzz"
            },
            "owner": "tarzzz",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "3D Radiation Pattern - Total Gain at 2450 MHz",
            "views": 1270,
            "web_url": "https://chart-studio.plotly.com/~tarzzz/841/_3d-radiation-pattern-total-gain-at-2450-mhz/",
            "world_readable": true,
            "date_modified": "2015-12-05T18:26:37.879Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~tarzzz/841/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~tarzzz",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/6O7V86N006FY02NIMZVW9Y9KDQ3LL5.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "Software Developer at Plotly",
                "nickname": "Tarun Gaba",
                "website": "https://plot.ly",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2015-05-10 09:50:05",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "tarzzz",
                "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": "2014-07-10T04:59:42.000000Z",
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~FiveThirtyEight/7.embed",
            "fid": "FiveThirtyEight:7",
            "filename": "When to Sign an NBA Player to the Max",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/FiveThirtyEight/7/9_L4SB5N4W5SMQ6B3CZ99VW7BV5MSR5A.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/FiveThirtyEight%2F7%2F2_40086UVKVKPYNMTMU18GMVYKEPOWZX.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/FiveThirtyEight%2F7%2F8_UG4E1EP0LNPJIO4LXVK84M27EOCODO.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/FiveThirtyEight/7/9_L4SB5N4W5SMQ6B3CZ99VW7BV5MSR5A.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/FiveThirtyEight:7",
                "plots": "https://api.plotly.com/v2/plots/FiveThirtyEight:7",
                "parent": "https://api.plotly.com/v2/folders/home?user=FiveThirtyEight"
            },
            "owner": "FiveThirtyEight",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "<b>Wins Produced by First-Round NBA Draft \nPicks</b><br><br>Average win shares by year since \ndraft, 1985-2014",
            "views": 5350,
            "web_url": "https://chart-studio.plotly.com/~FiveThirtyEight/7/wins-produced-by-first-round-nba-draft-picks-average-win-shares-by-year-since-dr/",
            "world_readable": true,
            "date_modified": "2015-07-10T14:40:31.896Z",
            "collaborators": {
                "results": [
                    {
                        "profile_url": "https://chart-studio.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://chart-studio.plotly.com/~FiveThirtyEight/7/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://chart-studio.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-12-01T22:22:30.195440Z",
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ElPolloFrio/3617.embed",
            "fid": "ElPolloFrio:3617",
            "filename": "KSTL_MinT_LTE0_all",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/ElPolloFrio%2F3617%2F9_7C21I2AM7DEZ9A73NK1I2D1TJEVR2W.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ElPolloFrio%2F3617%2F2_NH6INS1HOYJ5QDSRQP348PLIENTRVJ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ElPolloFrio%2F3617%2F8_FH06J422CMG4QGIK08H17HUNMO70N2.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ElPolloFrio%2F3617%2F9_7C21I2AM7DEZ9A73NK1I2D1TJEVR2W.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ElPolloFrio:3617",
                "plots": "https://api.plotly.com/v2/plots/ElPolloFrio:3617",
                "parent": "https://api.plotly.com/v2/folders/home?user=ElPolloFrio"
            },
            "owner": "ElPolloFrio",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "Minimum Temperatures <= 0 deg F<br>for the St. Louis Area, 1874 - 2014",
            "views": 191,
            "web_url": "https://chart-studio.plotly.com/~ElPolloFrio/3617/minimum-temperatures-for-the-st-louis-area-1874-2014/",
            "world_readable": true,
            "date_modified": "2015-12-01T22:22:30.228Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ElPolloFrio/3617/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ElPolloFrio",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/1446866825.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "Operational meteorologist.",
                "nickname": "",
                "website": "http://www.twitter.com/@ElPolloFrio",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2015-02-06 00:37:19",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ElPolloFrio",
                "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://chart-studio.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": 3052,
            "web_url": "https://chart-studio.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://chart-studio.plotly.com/~matlab_user_guide/436/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~matlab_user_guide",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/1409167645.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2014-06-09 15:19:04",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "matlab_user_guide",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2016-04-11T04:54:24.658182Z",
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~erw2hi/419.embed",
            "fid": "erw2hi:419",
            "filename": "gnews-bars-cat",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/erw2hi%2F419%2F9_YHQXH7LS0DUMEILNBVBO18TV2BUE98.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/erw2hi%2F419%2F2_PXCNOM9KGLMKIO237VCJGQ2CIQ9701.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/erw2hi%2F419%2F8_BLJCRYAYIJWY8DQSR58SI5M7KRMEC5.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/erw2hi%2F419%2F9_YHQXH7LS0DUMEILNBVBO18TV2BUE98.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/erw2hi:419",
                "plots": "https://api.plotly.com/v2/plots/erw2hi:419",
                "parent": "https://api.plotly.com/v2/folders/home?user=erw2hi"
            },
            "owner": "erw2hi",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "Business news by sentiment",
            "views": 318,
            "web_url": "https://chart-studio.plotly.com/~erw2hi/419/business-news-by-sentiment/",
            "world_readable": true,
            "date_modified": "2016-04-11T04:54:24.902Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~erw2hi/419/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~erw2hi",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/12.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2014-09-16 11:09:33",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "erw2hi",
                "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-05-20T17:42:11.458444Z",
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~MattSundquist/12701.embed",
            "fid": "MattSundquist:12701",
            "filename": "Opinion Box Plot",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/MattSundquist/12701/9_M1MH8MOQNRB8453G8R9I7YZGM11916.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/MattSundquist/12701/2_1GT4E5LAVJDWTJUS8XRPM711TD3WP3.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/MattSundquist/12701/8_FQV4047HEP2TPVD01UIC47PGA1VSVB.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/MattSundquist/12701/9_M1MH8MOQNRB8453G8R9I7YZGM11916.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/MattSundquist:12701",
                "plots": "https://api.plotly.com/v2/plots/MattSundquist:12701",
                "parent": "https://api.plotly.com/v2/folders/home?user=MattSundquist"
            },
            "owner": "MattSundquist",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "Same-Sex Marriage Support, 2001-2014",
            "views": 4425,
            "web_url": "https://chart-studio.plotly.com/~MattSundquist/12701/same-sex-marriage-support-2001-2014/",
            "world_readable": true,
            "date_modified": "2021-02-11T08:38:16.693Z",
            "collaborators": {
                "results": [
                    {
                        "profile_url": "https://chart-studio.plotly.com/~chriddyp",
                        "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.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": "2013-11-18 02:13:37",
                        "mapbox_access_tokens": null,
                        "has_password": null,
                        "username": "chriddyp",
                        "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://chart-studio.plotly.com/~MattSundquist/12701/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": true,
            "caption": "",
            "user": {
                "profile_url": "https://chart-studio.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
            }
        },
        {
            "creation_time": "2014-08-22T07:11:42.000000Z",
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~daerts/22.embed",
            "fid": "daerts:22",
            "filename": "Level 5",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/daerts:22/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/daerts:22/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/daerts%2F22%2F8_ZU3IJKMA13AQRAM9LB14SRBEK3XFL3.png",
                "list-thumb": "https://api.plotly.com/v2/files/daerts:22/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/daerts:22",
                "plots": "https://api.plotly.com/v2/plots/daerts:22",
                "parent": "https://api.plotly.com/v2/folders/daerts:23"
            },
            "owner": "daerts",
            "parent": 23,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "Results level 5",
            "views": 620,
            "web_url": "https://chart-studio.plotly.com/~daerts/22/results-level-5/",
            "world_readable": true,
            "date_modified": "2015-06-21T15:07:23.345Z",
            "collaborators": {
                "results": [
                    {
                        "profile_url": "https://chart-studio.plotly.com/~ARCHplot2",
                        "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/34.jpg",
                        "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                        "bio": "",
                        "nickname": "",
                        "website": "",
                        "stream_tokens": null,
                        "feature_set_id": null,
                        "csrf_token": null,
                        "date_joined": "2014-04-11 17:59:40",
                        "mapbox_access_tokens": null,
                        "has_password": null,
                        "username": "ARCHplot2",
                        "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://chart-studio.plotly.com/~daerts/22/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~daerts",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/20.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2014-02-05 14:15:36",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "daerts",
                "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-12T19:53:49.316049Z",
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~isaacfab/241.embed",
            "fid": "isaacfab:241",
            "filename": "State Water Use by Category (2010)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/isaacfab%2F241%2F9_R3DUKF7YY71JAZ2GVM7E6IBXIBC909.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/isaacfab%2F241%2F2_WKGSBF04JJN23VDBLE0UIIM929ZOZK.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/isaacfab%2F241%2F8_1CWRDZ0UIX9S5A7ZW93BMBCURGA5NY.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/isaacfab%2F241%2F9_R3DUKF7YY71JAZ2GVM7E6IBXIBC909.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/isaacfab:241",
                "plots": "https://api.plotly.com/v2/plots/isaacfab:241",
                "parent": "https://api.plotly.com/v2/folders/home?user=isaacfab"
            },
            "owner": "isaacfab",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "State Water Use by Category (2010)",
            "views": 115333,
            "web_url": "https://chart-studio.plotly.com/~isaacfab/241/state-water-use-by-category-2010/",
            "world_readable": true,
            "date_modified": "2015-07-09T11:39:58.945Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~isaacfab/241/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~isaacfab",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/39.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-22 02:20:00",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "isaacfab",
                "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-03T23:19:05.005030Z",
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Dreamshot/625.embed",
            "fid": "Dreamshot:625",
            "filename": "World Populations (1800-2100) With UN Projections",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Dreamshot%2F625%2F9_FOXFDTDU4HAGBR6ABQ3TRVRP1WEQLD.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Dreamshot%2F625%2F2_2986X6906KRF2FPHSNJQB907XJDY0V.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Dreamshot%2F625%2F8_DEFOIET3K35NPLDF3KU9VDXDBOMEEZ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Dreamshot%2F625%2F9_FOXFDTDU4HAGBR6ABQ3TRVRP1WEQLD.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Dreamshot:625",
                "plots": "https://api.plotly.com/v2/plots/Dreamshot:625",
                "parent": "https://api.plotly.com/v2/folders/home?user=Dreamshot"
            },
            "owner": "Dreamshot",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "<br>World Population: 1800 to 2100",
            "views": 4737,
            "web_url": "https://chart-studio.plotly.com/~Dreamshot/625/world-population-1800-to-2100/",
            "world_readable": true,
            "date_modified": "2015-07-09T08:56:20.538Z",
            "collaborators": {
                "results": [
                    {
                        "profile_url": "https://chart-studio.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://chart-studio.plotly.com/~Dreamshot/625/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Dreamshot",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/1396308157.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "Meteorologist with a flair for data analysis.",
                "nickname": "Ben",
                "website": "https://twitter.com/BenNollWeather",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2013-09-04 01:51:10",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Dreamshot",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2014-05-22T17:49:44.000000Z",
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Shivam669/304.embed",
            "fid": "Shivam669:304",
            "filename": "All-Halo-Hist",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Shivam669%2F304%2F9_5URMG1G43PRYONQUNBVXK742GEJW1G.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Shivam669%2F304%2F2_45K5EWDEL3JI233Q0V6OPODFE2R5UR.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Shivam669%2F304%2F8_SPYX5XISLTUV9OGW5YVCXI93O0M1ZB.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Shivam669%2F304%2F9_5URMG1G43PRYONQUNBVXK742GEJW1G.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Shivam669:304",
                "plots": "https://api.plotly.com/v2/plots/Shivam669:304",
                "parent": "https://api.plotly.com/v2/folders/Shivam669:1"
            },
            "owner": "Shivam669",
            "parent": 1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "Tangential Ellipticity vs Distance All Glaxies",
            "views": 512,
            "web_url": "https://chart-studio.plotly.com/~Shivam669/304/tangential-ellipticity-vs-distance-all-glaxies/",
            "world_readable": true,
            "date_modified": "2015-06-26T16:40:42.760Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Shivam669/304/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Shivam669",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/77.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-05-20 18:17:03",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Shivam669",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}