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": "2014-07-05T20:05:21.000000Z",
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jbmiller/23.embed",
            "fid": "jbmiller:23",
            "filename": "PG5",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/jbmiller:23/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jbmiller%2F23%2F2_N46Q1DUOJHDZPHXDAX8UIL64ZJQ42B.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jbmiller%2F23%2F8_19SBKTW7MXGFBEM1HYBHHWCBBNT068.png",
                "list-thumb": "https://api.plotly.com/v2/files/jbmiller:23/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jbmiller:23",
                "plots": "https://api.plotly.com/v2/plots/jbmiller:23",
                "parent": "https://api.plotly.com/v2/folders/home?user=jbmiller"
            },
            "owner": "jbmiller",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "'Bug.tif'",
            "views": 785,
            "web_url": "https://chart-studio.plotly.com/~jbmiller/23/bugtif/",
            "world_readable": true,
            "date_modified": "2018-11-30T19:32:30.054Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jbmiller/23/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jbmiller",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/29.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": "2013-05-29 14:51:39",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jbmiller",
                "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-05-23T21:40:33.000000Z",
            "parented": true,
            "embed_url": "https://chart-studio.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": 693,
            "web_url": "https://chart-studio.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://chart-studio.plotly.com/~amelia/24/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://chart-studio.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": "2016-04-27T01:58:53.579154Z",
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~rsigalov/39.embed",
            "fid": "rsigalov:39",
            "filename": "ErdosRenyi (200, 0.0125)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/rsigalov%2F39%2F9_1UPUS4EFHHS07UZY5UWEFLXWNUYJRL.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/rsigalov%2F39%2F2_OWNRSQTJDG8IWFDHXH8VV5058XOV9Q.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/rsigalov%2F39%2F8_V8WAJST70JAH7UIK6WKGMRX7QTNEQV.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/rsigalov%2F39%2F9_1UPUS4EFHHS07UZY5UWEFLXWNUYJRL.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/rsigalov:39",
                "plots": "https://api.plotly.com/v2/plots/rsigalov:39",
                "parent": "https://api.plotly.com/v2/folders/home?user=rsigalov"
            },
            "owner": "rsigalov",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "<br>ErdosRenyi (200, 0.0125)",
            "views": 334,
            "web_url": "https://chart-studio.plotly.com/~rsigalov/39/erdosrenyi-200-00125/",
            "world_readable": true,
            "date_modified": "2016-04-27T01:58:53.834Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~rsigalov/39/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~rsigalov",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/15.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "roman",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2016-04-08 21:15:44",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "rsigalov",
                "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-23T22:55:28.000000Z",
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~etpinard/267.embed",
            "fid": "etpinard:267",
            "filename": "error_xy",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/etpinard%2F267%2F9_TIVK61B09CGTZ9UTYG3X6BFKNFJB74.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/etpinard%2F267%2F2_O17RUVCN1TNXHQOYQL7V5G1U8MG2AV.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/etpinard%2F267%2F8_34GQ5450783NJG85MAIWD6JV3G0GL4.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/etpinard%2F267%2F9_TIVK61B09CGTZ9UTYG3X6BFKNFJB74.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/etpinard:267",
                "plots": "https://api.plotly.com/v2/plots/etpinard:267",
                "parent": "https://api.plotly.com/v2/folders/home?user=etpinard"
            },
            "owner": "etpinard",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "Record of atmospheric carbon dioxide for the past 25 Myr",
            "views": 671,
            "web_url": "https://chart-studio.plotly.com/~etpinard/267/record-of-atmospheric-carbon-dioxide-for-the-past-25-myr/",
            "world_readable": true,
            "date_modified": "2015-06-20T16:19:16.858Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~etpinard/267/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~etpinard",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/488N3JU5NZ4VLP8UBAE2YFND1MMKQF.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "etpinard",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2014-02-10 20:13:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "etpinard",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2014-02-11T01:48:53.000000Z",
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~RhettAllain/47.embed",
            "fid": "RhettAllain:47",
            "filename": "olympicmedalplot (1)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/RhettAllain%2F47%2F9_434UX8Q3WGTQN9ZS4UPAICD01OWN71.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/RhettAllain%2F47%2F2_WZHYHRGLWIHQDTD79E6H5ABEYW22DE.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/RhettAllain%2F47%2F8_7DX9ZGZ1LUUIGA8H14R8QUR5SA2EFV.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/RhettAllain%2F47%2F9_434UX8Q3WGTQN9ZS4UPAICD01OWN71.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/RhettAllain:47",
                "plots": "https://api.plotly.com/v2/plots/RhettAllain:47",
                "parent": "https://api.plotly.com/v2/folders/home?user=RhettAllain"
            },
            "owner": "RhettAllain",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "Olympic Medal Volume",
            "views": 69369,
            "web_url": "https://chart-studio.plotly.com/~RhettAllain/47/olympic-medal-volume/",
            "world_readable": true,
            "date_modified": "2015-07-10T06:47:30.142Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~RhettAllain/47/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~RhettAllain",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/1406305592.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "Physics faculty and Wired Science Blogger.",
                "nickname": "Rhett Allain",
                "website": "http://www.wired.com/wiredscience/dotphysics",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2013-12-15 03:15:06",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "RhettAllain",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2015-06-29T03:40:51.528647Z",
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~chris/15362.embed",
            "fid": "chris:15362",
            "filename": "world bank - Energy imports, net (% of energy use) - unsymmetric binning",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/chris/15362/9_SDGK3GJLQXBKJUS00RO4KLJDBS2ELO.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/chris%2F15362%2F2_XGJVTH8E8XL42CV8W3MKDM3RHY4RCJ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/chris%2F15362%2F8_Y0JY2UXBV3KRSAOCK6ZJYTSTGM815U.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/chris/15362/9_SDGK3GJLQXBKJUS00RO4KLJDBS2ELO.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/chris:15362",
                "plots": "https://api.plotly.com/v2/plots/chris:15362",
                "parent": "https://api.plotly.com/v2/folders/home?user=chris"
            },
            "owner": "chris",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "Net Energy Imports as a Percentage of Energy Use",
            "views": 8574,
            "web_url": "https://chart-studio.plotly.com/~chris/15362/net-energy-imports-as-a-percentage-of-energy-use/",
            "world_readable": true,
            "date_modified": "2015-07-09T21:49:13.400Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~chris/15362/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://chart-studio.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
            }
        },
        {
            "creation_time": "2015-06-10T20:02:48.311324Z",
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~stacyannj/230.embed",
            "fid": "stacyannj:230",
            "filename": "IBM Workforce, 2005-2014",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/stacyannj/230/9_QGZ4IHAB05HS1H2CBDLC0JO4QPZOMV.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/stacyannj%2F230%2F2_OAB6BTJQIYAB74UG9FX75J8LJXVX1C.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/stacyannj%2F230%2F8_UDH97D75I6INYMZT008XJFPSU6NCGL.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/stacyannj/230/9_QGZ4IHAB05HS1H2CBDLC0JO4QPZOMV.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/stacyannj:230",
                "plots": "https://api.plotly.com/v2/plots/stacyannj:230",
                "parent": "https://api.plotly.com/v2/folders/home?user=stacyannj"
            },
            "owner": "stacyannj",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "IBM Workforce, 2005-2014",
            "views": 57529,
            "web_url": "https://chart-studio.plotly.com/~stacyannj/230/ibm-workforce-2005-2014/",
            "world_readable": true,
            "date_modified": "2015-07-10T14:58:23.207Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~stacyannj/230/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~stacyannj",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/2.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "Fortune Data Team",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2015-05-22 14:55:53",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "stacyannj",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2015-10-12T19:39:54.266287Z",
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ElPolloFrio/2251.embed",
            "fid": "ElPolloFrio:2251",
            "filename": "KSTL_2Dpolarhist_wind_02",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/ElPolloFrio%2F2251%2F9_TBZU0QDMBJMY1RAFKVNKI92D0L2QEP.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ElPolloFrio%2F2251%2F2_145U1XT7HHWVOLG7X3S0FZ0EIJ7DIK.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ElPolloFrio%2F2251%2F8_WETLRK76TO3JMGFGE1CE2WN8IUQ0KS.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ElPolloFrio%2F2251%2F9_TBZU0QDMBJMY1RAFKVNKI92D0L2QEP.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ElPolloFrio:2251",
                "plots": "https://api.plotly.com/v2/plots/ElPolloFrio:2251",
                "parent": "https://api.plotly.com/v2/folders/home?user=ElPolloFrio"
            },
            "owner": "ElPolloFrio",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "2D polar histogram for February winds at KSTL (5-min ASOS, 2000-2014)",
            "views": 298,
            "web_url": "https://chart-studio.plotly.com/~ElPolloFrio/2251/_2d-polar-histogram-for-february-winds-at-kstl-5-min-asos-2000-2014/",
            "world_readable": true,
            "date_modified": "2015-10-12T19:39:55.343Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ElPolloFrio/2251/",
            "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": "2015-11-13T22:30:07.217577Z",
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~mysteryDate/111.embed",
            "fid": "mysteryDate:111",
            "filename": "bpms",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/mysteryDate%2F111%2F9_DTXO5OXCU2HIMFVVOBBSP7EGD0R1EH.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/mysteryDate%2F111%2F2_FGMH1LGWUT45NAVSAS5ZEQW42TCOG4.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mysteryDate%2F111%2F8_UZ1GJR75YYLIVXGLZY03XY6WHMZNP9.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/mysteryDate%2F111%2F9_DTXO5OXCU2HIMFVVOBBSP7EGD0R1EH.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/mysteryDate:111",
                "plots": "https://api.plotly.com/v2/plots/mysteryDate:111",
                "parent": "https://api.plotly.com/v2/folders/home?user=mysteryDate"
            },
            "owner": "mysteryDate",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "Electro Arrangement BPM Ranges",
            "views": 6175,
            "web_url": "https://chart-studio.plotly.com/~mysteryDate/111/electro-arrangement-bpm-ranges/",
            "world_readable": true,
            "date_modified": "2015-11-13T22:30:07.249Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~mysteryDate/111/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~mysteryDate",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/1447426932.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": "2014-10-15 16:53:05",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "mysteryDate",
                "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-28T19:03:06.508659Z",
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ah566/121.embed",
            "fid": "ah566:121",
            "filename": "d3-world-map",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/ah566/121/9_2XRMHNYQ2WQ6OEMG9R4QFNR1BJE4KS.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ah566%2F121%2F2_YZYK7UD77ZGL9HRHVLV9FZ0T3A7BQV.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ah566%2F121%2F8_K178F99V1QY4D47R6P0JSYEZMEC98W.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ah566/121/9_2XRMHNYQ2WQ6OEMG9R4QFNR1BJE4KS.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ah566:121",
                "plots": "https://api.plotly.com/v2/plots/ah566:121",
                "parent": "https://api.plotly.com/v2/folders/home?user=ah566"
            },
            "owner": "ah566",
            "parent": -1,
            "preview": "",
            "referencers": null,
            "references": null,
            "title": "T-Test Results",
            "views": 218,
            "web_url": "https://chart-studio.plotly.com/~ah566/121/t-test-results/",
            "world_readable": true,
            "date_modified": "2015-12-28T19:03:06.737Z",
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ah566/121/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "caption": "",
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ah566",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/54.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": "2015-10-23 18:12:23",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ah566",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}