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=cj0xJnA9MjAyNC0wNC0wMisxMCUzQTQyJTNBMzguMzAyMjYzJTJCMDAlM0EwMA%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=cD0yMDI0LTA0LTAyKzEwJTNBNDIlM0EzOC4zNjA4MzElMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAyNC0wNC0wMisxMCUzQTQyJTNBMzguNzI3OTc1JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2024-04-02T10:42:38.727975Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kirtisharma/76.embed",
            "fid": "kirtisharma:76",
            "filename": "plot from API (10)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/76/9_SM3J6WII1Z54F26QDQMXBNVNWER79Y.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/76/2_XVD64RQYFQN5YASAK317NUXNFGNT9I.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/76/8_HQMKJJG3MJWOW3TYGX7VPLTM84BYOB.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/76/9_SM3J6WII1Z54F26QDQMXBNVNWER79Y.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kirtisharma:76",
                "plots": "https://api.plotly.com/v2/plots/kirtisharma:76",
                "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/76/rssi/",
            "world_readable": true,
            "date_modified": "2024-04-02T10:42:39.275Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/76/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines markers",
                        "name": "RSSI",
                        "type": "scatter",
                        "xsrc": "kirtisharma:79:f4279b",
                        "ysrc": "kirtisharma:79:05a0b0"
                    }
                ],
                "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.613973Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kirtisharma/73.embed",
            "fid": "kirtisharma:73",
            "filename": "plot from API (9)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/73/9_LY173WD879T1U0H4NHZBCQ8CZJFI71.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/73/2_MEZOY2KZUP9ZPZBTN715PYFDVN2ZW2.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/73/8_JP0KNDA8QSWWTUEM2XM9OCUNE1IV22.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/73/9_LY173WD879T1U0H4NHZBCQ8CZJFI71.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kirtisharma:73",
                "plots": "https://api.plotly.com/v2/plots/kirtisharma:73",
                "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/73/rssi/",
            "world_readable": true,
            "date_modified": "2024-04-02T10:42:39.158Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/73/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines markers",
                        "name": "RSSI",
                        "type": "scatter",
                        "xsrc": "kirtisharma:74:bb1829",
                        "ysrc": "kirtisharma:74:a8bb4d"
                    }
                ],
                "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.612083Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kirtisharma/71.embed",
            "fid": "kirtisharma:71",
            "filename": "plot from API (9)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/71/9_9WUI1LZFJ4R09WFN61I9H7T2KL391V.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/71/2_I742HAS1MDNVV041OBDIWABK3P4DFU.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/71/8_WJ8PN1SGAOIKP4XY69PETDMOEUCDMB.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/71/9_9WUI1LZFJ4R09WFN61I9H7T2KL391V.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kirtisharma:71",
                "plots": "https://api.plotly.com/v2/plots/kirtisharma:71",
                "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/71/rssi/",
            "world_readable": true,
            "date_modified": "2024-04-02T10:42:39.184Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/71/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines markers",
                        "name": "RSSI",
                        "type": "scatter",
                        "xsrc": "kirtisharma:75:ea7fae",
                        "ysrc": "kirtisharma:75:984f28"
                    }
                ],
                "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.548963Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kirtisharma/68.embed",
            "fid": "kirtisharma:68",
            "filename": "plot from API (9)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/68/9_DRDJEGRKB8D5VUGY0AK72NNS61VQ2B.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/68/2_086GRMC1K0O1UY7IVXB8J09B237ZLO.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/68/8_K71H8ZWUY1QD7DSL9DOW9PHDCRNAUM.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/68/9_DRDJEGRKB8D5VUGY0AK72NNS61VQ2B.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kirtisharma:68",
                "plots": "https://api.plotly.com/v2/plots/kirtisharma:68",
                "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/68/rssi/",
            "world_readable": true,
            "date_modified": "2024-04-02T10:42:38.887Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/68/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines markers",
                        "name": "RSSI",
                        "type": "scatter",
                        "xsrc": "kirtisharma:72:388594",
                        "ysrc": "kirtisharma:72:66af2c"
                    }
                ],
                "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.528989Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kirtisharma/66.embed",
            "fid": "kirtisharma:66",
            "filename": "plot from API (9)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/66/9_1BX3ORMN9MWW9OXXKMY44NQCIGJ1TO.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/66/2_G1SYWTZT1XT9GQL9DRV2IFI8PXHEMI.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/66/8_TU902W7B9545C4OSMEL006U6NU9VRD.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/66/9_1BX3ORMN9MWW9OXXKMY44NQCIGJ1TO.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kirtisharma:66",
                "plots": "https://api.plotly.com/v2/plots/kirtisharma:66",
                "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/66/rssi/",
            "world_readable": true,
            "date_modified": "2024-04-02T10:42:39.020Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/66/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines markers",
                        "name": "RSSI",
                        "type": "scatter",
                        "xsrc": "kirtisharma:70:d5edfe",
                        "ysrc": "kirtisharma:70:260df4"
                    }
                ],
                "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.514407Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kirtisharma/64.embed",
            "fid": "kirtisharma:64",
            "filename": "plot from API (9)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/64/9_OQL3TUBHYLF7PE7HRL8KED0L28AWFN.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/64/2_YN4W8UMUEF3VXLUCI09PBWAP093WPF.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/64/8_IL4JQG25YDDTLGPXFBLV0YUDSJLIQR.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/64/9_OQL3TUBHYLF7PE7HRL8KED0L28AWFN.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kirtisharma:64",
                "plots": "https://api.plotly.com/v2/plots/kirtisharma:64",
                "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/64/rssi/",
            "world_readable": true,
            "date_modified": "2024-04-02T10:42:39.137Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/64/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines markers",
                        "name": "RSSI",
                        "type": "scatter",
                        "xsrc": "kirtisharma:69:5d7d8c",
                        "ysrc": "kirtisharma:69:1af8e0"
                    }
                ],
                "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.505172Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kirtisharma/62.embed",
            "fid": "kirtisharma:62",
            "filename": "plot from API (9)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/62/9_Y5X444JUJJG31MK6BDOWC2OLZ7EW8S.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/62/2_FYBC51FQOC3BSEDS7A4BIVCKRI26F8.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/62/8_CG52C1FB1OTYFKS7UMLX1M9HUW6ZPZ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/62/9_Y5X444JUJJG31MK6BDOWC2OLZ7EW8S.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kirtisharma:62",
                "plots": "https://api.plotly.com/v2/plots/kirtisharma:62",
                "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/62/rssi/",
            "world_readable": true,
            "date_modified": "2024-04-02T10:42:39.139Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/62/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines markers",
                        "name": "RSSI",
                        "type": "scatter",
                        "xsrc": "kirtisharma:67:8e11c0",
                        "ysrc": "kirtisharma:67:d1866b"
                    }
                ],
                "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.486251Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kirtisharma/63.embed",
            "fid": "kirtisharma:63",
            "filename": "plot from API (9)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/63/9_AYCJ5MNGNM9N3YDNYVK6IKCD9U1C7P.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/63/2_T5CCLP2XX638AM6AHXFM9FU78VPDEA.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/63/8_ZQM74R66E37W0X5VDJRO87VUH8WZ5T.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/63/9_AYCJ5MNGNM9N3YDNYVK6IKCD9U1C7P.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kirtisharma:63",
                "plots": "https://api.plotly.com/v2/plots/kirtisharma:63",
                "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/63/rssi/",
            "world_readable": true,
            "date_modified": "2024-04-02T10:42:38.998Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/63/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines markers",
                        "name": "RSSI",
                        "type": "scatter",
                        "xsrc": "kirtisharma:65:0ceee4",
                        "ysrc": "kirtisharma:65:9fb983"
                    }
                ],
                "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.407416Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kirtisharma/60.embed",
            "fid": "kirtisharma:60",
            "filename": "plot from API (9)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/60/9_6H6K3US3HX5R95H466Y6FB274XN7MN.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/60/2_G5ZECG9I9FS6ES8VDL17K7BY3CL4UD.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/60/8_5WS91FZ3GWVLHUO6LQFJ53R7YRSXJK.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/60/9_6H6K3US3HX5R95H466Y6FB274XN7MN.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kirtisharma:60",
                "plots": "https://api.plotly.com/v2/plots/kirtisharma:60",
                "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/60/rssi/",
            "world_readable": true,
            "date_modified": "2024-04-02T10:42:38.990Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/60/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines markers",
                        "name": "RSSI",
                        "type": "scatter",
                        "xsrc": "kirtisharma:61:4e936e",
                        "ysrc": "kirtisharma:61:cf8753"
                    }
                ],
                "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.360831Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kirtisharma/58.embed",
            "fid": "kirtisharma:58",
            "filename": "plot from API (9)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/58/9_90BOIEQUJ6TZHC5D18QTV9WQLT2KV9.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/58/2_90TLBP0IK9D5HJFUXH82I25V4R0YJM.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/58/8_FX613DWF9S2JEMNPNOWWOFYEA0O1TP.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/58/9_90BOIEQUJ6TZHC5D18QTV9WQLT2KV9.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kirtisharma:58",
                "plots": "https://api.plotly.com/v2/plots/kirtisharma:58",
                "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/58/rssi/",
            "world_readable": true,
            "date_modified": "2024-04-02T10:42:38.709Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/58/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines markers",
                        "name": "RSSI",
                        "type": "scatter",
                        "xsrc": "kirtisharma:59:165b9a",
                        "ysrc": "kirtisharma:59:e44cf3"
                    }
                ],
                "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
            }
        }
    ]
}