Plots


Jump to API response

This endpoint handles manipulation of Plotly plot files.

Reference

Authorization


Any user with or without a Plotly account may view public plots. For private plots, see authentication.

Actions


list

Listing all public plots can be done via a GET request to this endpoint. By default, plots will be listed in order of date created. The order_by query parameter is accepted at this endpoint. Currently, only ordering by views is supported. It is possible to filter the plots by quality with min_quality or max_quality as query parameter.

Example:

// GET https://api.plotly.com/v2/plots/ ---> 200

// GET https://api.plotly.com/v2/plots/?order_by=-views ---> 200

// GET https://api.plotly.com/v2/plots/?min_quality=5 ---> 200

// GET https://api.plotly.com/v2/plots/?max_quality=5 ---> 200

feed

Listing all handpicked feed plots can be done via a GET request to this endpoint. By default, plots will be listed in a random order.

Example:

// GET https://api.plotly.com/v2/plots/feed ---> 200

create

You can create new plot resources here. The only required field is 'figure'. Currently, the figure is restricted to only contain references to grid data. That is, this will fail if raw data arrays are passed in. To create and manipulate underlying grids for plots, see the grids endpoint.

Example:

// This fails because a figure field is required.
// POST https://api.plotly.com/v2/plots ---> 400 Bad Request
{}

// This fails because the figure has raw data
//POST https://api.plotly.com/v2/plots ---> 400 Bad Request
{
    "figure": {"data": [{"y": ['this', 'is', 'raw', 'data']}]}
}

// This succeeds because the figure has src keys, not raw data.
//POST https://api.plotly.com/v2/plots ---> 200 OK
{
    "figure": {"data": [{"ysrc": "sven:88:u8nd62"}]}
}

When creating a grid, you can optionally specify a source_fid to specify where a plot has come from:

  • source_fid: the fid of a plot that was copied (and presumably edited) to produce this one

detail

There is a lot of meta information stored about plot files including filename, title, share_url, and content_url to name a few.

This information can only be reached with a GET to this endpoint.

Example:

// GET https://api.plotly.com/v2/plots/iheartgraphs:90

content

The contents of a plot can be downloaded via the content resource. The plot content contains referenced grid/column data by default. If you wish to return the raw grid/column data, the inline_data=true query must be included in the request url. The Content-Type header will be appropriately set for the response body.

Alternatively, you can set ?map_data=unreadable to append a mapping of sources to data that belongs to grids which are unreadable for the requestor. This is useful when you have read access to another users plot, but that plot contains grid references which you don't have access to.

Examples:

// Returns referenced grid/column data
// GET https://api.plotly.com/v2/plots/iheartgraphs:90/content ---> 200 OK

// Returns full grid/column data
// GET https://api.plotly.com/v2/plots/iheartgraphs:90/content?inline_data=true ---> 200 OK

// Returns full grid/column data when requestor doesn't have permission
// to read the referenced grid.
// GET https://api.plotly.com/v2/plots/iheartgraphs:90/content?map_data=unreadable ---> 200 OK

GET /v2/plots?cursor=cj0xJnA9MjAyNC0wNC0wMisxMCUzQTQyJTNBMzcuODY4NzU3JTJCMDAlM0EwMA%3D%3D&format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDI0LTA0LTAyKzEwJTNBNDIlM0EzNy44NzAxODAlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAyNC0wNC0wMisxMCUzQTQyJTNBMzguMzAyMjYzJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2024-04-02T10:42:38.302263Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kirtisharma/55.embed",
            "fid": "kirtisharma:55",
            "filename": "plot from API (9)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/55/9_9Z9SPRTRGYYKU3QMW0J7ZWBANFTTSB.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/55/2_VK8MIILXITNMZWVYYG0ZKBETWP42ZN.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/55/8_CVECFD4HIN4ZZXYGPQSPI7R9LNXIR1.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/55/9_9Z9SPRTRGYYKU3QMW0J7ZWBANFTTSB.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kirtisharma:55",
                "plots": "https://api.plotly.com/v2/plots/kirtisharma:55",
                "parent": "https://api.plotly.com/v2/folders/home?user=kirtisharma"
            },
            "owner": "kirtisharma",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "RSSI",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~kirtisharma/55/rssi/",
            "world_readable": true,
            "date_modified": "2024-04-02T10:42:38.652Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/55/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines markers",
                        "name": "RSSI",
                        "type": "scatter",
                        "xsrc": "kirtisharma:57:62fe12",
                        "ysrc": "kirtisharma:57:92ce92"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~kirtisharma",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-02 10:40:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "kirtisharma",
                "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": "2024-04-02T10:42:38.289036Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kirtisharma/54.embed",
            "fid": "kirtisharma:54",
            "filename": "plot from API (9)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/54/9_PD4NVXYOJFBYEWNTWHHLXF7KV8HBGA.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/54/2_C1M2UMFWQC6BK5WFGPCT76FBCT2X2U.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/54/8_KE1D9NW174M1QTRRLWNBIQBEBVOILD.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/54/9_PD4NVXYOJFBYEWNTWHHLXF7KV8HBGA.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kirtisharma:54",
                "plots": "https://api.plotly.com/v2/plots/kirtisharma:54",
                "parent": "https://api.plotly.com/v2/folders/home?user=kirtisharma"
            },
            "owner": "kirtisharma",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "RSSI",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~kirtisharma/54/rssi/",
            "world_readable": true,
            "date_modified": "2024-04-02T10:42:38.656Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/54/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines markers",
                        "name": "RSSI",
                        "type": "scatter",
                        "xsrc": "kirtisharma:56:139ab9",
                        "ysrc": "kirtisharma:56:4b14b8"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~kirtisharma",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-02 10:40:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "kirtisharma",
                "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": "2024-04-02T10:42:38.177672Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kirtisharma/52.embed",
            "fid": "kirtisharma:52",
            "filename": "plot from API (8)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/52/9_WM8X45UU3BUYVGZS0B8H2LU2M25EYM.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/52/2_SLOITHNNY6LCN9UR5PWDOMHIJX1IYH.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/52/8_MZDEASC6GCFVNAGM444THGK28EWUBT.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/52/9_WM8X45UU3BUYVGZS0B8H2LU2M25EYM.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kirtisharma:52",
                "plots": "https://api.plotly.com/v2/plots/kirtisharma:52",
                "parent": "https://api.plotly.com/v2/folders/home?user=kirtisharma"
            },
            "owner": "kirtisharma",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "RSSI",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~kirtisharma/52/rssi/",
            "world_readable": true,
            "date_modified": "2024-04-02T10:42:38.611Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/52/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines markers",
                        "name": "RSSI",
                        "type": "scatter",
                        "xsrc": "kirtisharma:53:08533b",
                        "ysrc": "kirtisharma:53:61ad9a"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~kirtisharma",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-02 10:40:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "kirtisharma",
                "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": "2024-04-02T10:42:38.143450Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kirtisharma/49.embed",
            "fid": "kirtisharma:49",
            "filename": "plot from API (8)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/49/9_QJM70VJX3A59194JT60IDKMR1BJDIB.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/49/2_89B9347QRW1ZZ8UH05B2OFSN8JQ2LV.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/49/8_VSJ2FKHQMB01N5LTRUG7KX506REVQ9.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/49/9_QJM70VJX3A59194JT60IDKMR1BJDIB.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kirtisharma:49",
                "plots": "https://api.plotly.com/v2/plots/kirtisharma:49",
                "parent": "https://api.plotly.com/v2/folders/home?user=kirtisharma"
            },
            "owner": "kirtisharma",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "RSSI",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~kirtisharma/49/rssi/",
            "world_readable": true,
            "date_modified": "2024-04-02T10:42:38.662Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/49/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines markers",
                        "name": "RSSI",
                        "type": "scatter",
                        "xsrc": "kirtisharma:51:66d2fb",
                        "ysrc": "kirtisharma:51:64fe04"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~kirtisharma",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-02 10:40:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "kirtisharma",
                "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": "2024-04-02T10:42:38.121975Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kirtisharma/48.embed",
            "fid": "kirtisharma:48",
            "filename": "plot from API (8)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/48/9_EEKNU981W3OBSAYYV2XSB3OJ1A5XGI.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/48/2_T5JJ0S6HARMR8AFQ2VXKPP6ADX3SZ8.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/48/8_G25MADT86ZA6HF9129TX9ZSPPMLL23.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/48/9_EEKNU981W3OBSAYYV2XSB3OJ1A5XGI.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kirtisharma:48",
                "plots": "https://api.plotly.com/v2/plots/kirtisharma:48",
                "parent": "https://api.plotly.com/v2/folders/home?user=kirtisharma"
            },
            "owner": "kirtisharma",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "RSSI",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~kirtisharma/48/rssi/",
            "world_readable": true,
            "date_modified": "2024-04-02T10:42:38.677Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/48/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines markers",
                        "name": "RSSI",
                        "type": "scatter",
                        "xsrc": "kirtisharma:50:e80b51",
                        "ysrc": "kirtisharma:50:11e4f0"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~kirtisharma",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-02 10:40:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "kirtisharma",
                "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": "2024-04-02T10:42:38.086251Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kirtisharma/45.embed",
            "fid": "kirtisharma:45",
            "filename": "plot from API (8)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/45/9_7NYI3QAV7CUJCDW4WSV54CXT6YXS3W.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/45/2_D3FZGE3II3GSLTHQ353M87YNC3XHVL.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/45/8_XD1JHQEAQF4F9P4SVG6E6RJUHT7BQR.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/45/9_7NYI3QAV7CUJCDW4WSV54CXT6YXS3W.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kirtisharma:45",
                "plots": "https://api.plotly.com/v2/plots/kirtisharma:45",
                "parent": "https://api.plotly.com/v2/folders/home?user=kirtisharma"
            },
            "owner": "kirtisharma",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "RSSI",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~kirtisharma/45/rssi/",
            "world_readable": true,
            "date_modified": "2024-04-02T10:42:38.624Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/45/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines markers",
                        "name": "RSSI",
                        "type": "scatter",
                        "xsrc": "kirtisharma:47:893370",
                        "ysrc": "kirtisharma:47:ba5dc8"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~kirtisharma",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-02 10:40:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "kirtisharma",
                "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": "2024-04-02T10:42:38.059979Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kirtisharma/44.embed",
            "fid": "kirtisharma:44",
            "filename": "plot from API (8)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/44/9_NYN26TY1J4D6YGBITD7P9PXAQ4HOVG.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/44/2_QRSZS78R2JFP52YTAKC9XL6WXT943V.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/44/8_BH9R7NT0ZED4YQZTKYIC1BAT0YTVKS.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/44/9_NYN26TY1J4D6YGBITD7P9PXAQ4HOVG.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kirtisharma:44",
                "plots": "https://api.plotly.com/v2/plots/kirtisharma:44",
                "parent": "https://api.plotly.com/v2/folders/home?user=kirtisharma"
            },
            "owner": "kirtisharma",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "RSSI",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~kirtisharma/44/rssi/",
            "world_readable": true,
            "date_modified": "2024-04-02T10:42:38.460Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/44/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines markers",
                        "name": "RSSI",
                        "type": "scatter",
                        "xsrc": "kirtisharma:46:f8b6ff",
                        "ysrc": "kirtisharma:46:995592"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~kirtisharma",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-02 10:40:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "kirtisharma",
                "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": "2024-04-02T10:42:37.992130Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kirtisharma/42.embed",
            "fid": "kirtisharma:42",
            "filename": "plot from API (8)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/42/9_S5QEB93ENS4SRY0IPROYAXR7AY1P8E.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/42/2_3NSFGIA6YDWIDS3AJC8DYITW9AXZ74.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/42/8_SW4UCJ5Q7CR0VRN3HSWHSUCUB9ZG02.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/42/9_S5QEB93ENS4SRY0IPROYAXR7AY1P8E.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kirtisharma:42",
                "plots": "https://api.plotly.com/v2/plots/kirtisharma:42",
                "parent": "https://api.plotly.com/v2/folders/home?user=kirtisharma"
            },
            "owner": "kirtisharma",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "RSSI",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~kirtisharma/42/rssi/",
            "world_readable": true,
            "date_modified": "2024-04-02T10:42:38.427Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/42/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines markers",
                        "name": "RSSI",
                        "type": "scatter",
                        "xsrc": "kirtisharma:43:a555f0",
                        "ysrc": "kirtisharma:43:c07e76"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~kirtisharma",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-02 10:40:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "kirtisharma",
                "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": "2024-04-02T10:42:37.958765Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kirtisharma/40.embed",
            "fid": "kirtisharma:40",
            "filename": "plot from API (8)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/40/9_U5TARWPWR7NLMFUXMUK1UCPX3XBMSA.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/40/2_K0EH8XSTRQYVU4Y6V7IUOOKRAZ8RYM.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/40/8_F0XF6OAXZMPSQZFN8ZGHTKXFTJRBUQ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/40/9_U5TARWPWR7NLMFUXMUK1UCPX3XBMSA.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kirtisharma:40",
                "plots": "https://api.plotly.com/v2/plots/kirtisharma:40",
                "parent": "https://api.plotly.com/v2/folders/home?user=kirtisharma"
            },
            "owner": "kirtisharma",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "RSSI",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~kirtisharma/40/rssi/",
            "world_readable": true,
            "date_modified": "2024-04-02T10:42:38.435Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/40/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines markers",
                        "name": "RSSI",
                        "type": "scatter",
                        "xsrc": "kirtisharma:41:f7f6a5",
                        "ysrc": "kirtisharma:41:469001"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~kirtisharma",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-02 10:40:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "kirtisharma",
                "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": "2024-04-02T10:42:37.870180Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kirtisharma/35.embed",
            "fid": "kirtisharma:35",
            "filename": "plot from API (8)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/35/9_BPKWJZ0AW5TO7I13VJCQ0270MQT3AQ.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/35/2_AA461EPX3RJ7C1KR6YXOEQ8V1BWC4P.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/35/8_V6C7I3E1KMB6WPY6UKYH3D600GC3J5.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/35/9_BPKWJZ0AW5TO7I13VJCQ0270MQT3AQ.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kirtisharma:35",
                "plots": "https://api.plotly.com/v2/plots/kirtisharma:35",
                "parent": "https://api.plotly.com/v2/folders/home?user=kirtisharma"
            },
            "owner": "kirtisharma",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "RSSI",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~kirtisharma/35/rssi/",
            "world_readable": true,
            "date_modified": "2024-04-02T10:42:38.239Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/35/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines markers",
                        "name": "RSSI",
                        "type": "scatter",
                        "xsrc": "kirtisharma:39:786b6d",
                        "ysrc": "kirtisharma:39:7ac8c3"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~kirtisharma",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-02 10:40:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "kirtisharma",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}