Plots List
Plots
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=cD0yMDI0LTA0LTAyKzEwJTNBNDIlM0EzOS4wNjk2ODAlMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDI0LTA0LTAyKzEwJTNBNDIlM0EzOC43MzY0NTUlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAyNC0wNC0wMisxMCUzQTQyJTNBMzkuMDM5MzA2JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2024-04-02T10:42:39.039306Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kirtisharma/95.embed", "fid": "kirtisharma:95", "filename": "plot from API (10)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/95/9_0JB35ETMB7OOEMYJMENAT05B0QNL9S.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/95/2_FOFQD9PIHULZ9G35CA0RA8MT8XMYE6.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/95/8_W842W8TQFFX105QFXD8B683T1LOWD9.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/95/9_0JB35ETMB7OOEMYJMENAT05B0QNL9S.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kirtisharma:95", "plots": "https://api.plotly.com/v2/plots/kirtisharma:95", "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/95/rssi/", "world_readable": true, "date_modified": "2024-04-02T10:42:39.437Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/95/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines markers", "name": "RSSI", "type": "scatter", "xsrc": "kirtisharma:102:9de7cc", "ysrc": "kirtisharma:102:b1aad2" } ], "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.985529Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kirtisharma/92.embed", "fid": "kirtisharma:92", "filename": "plot from API (10)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/92/9_D9XUZZH7D5A9AZTT9L2EVLMIB18IDV.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/92/2_KIKL5WV3AKWU74JB5UUERJODTGLTZA.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/92/8_FJQ2T14095BNXIGHWDHY3CMSKHORZY.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/92/9_D9XUZZH7D5A9AZTT9L2EVLMIB18IDV.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kirtisharma:92", "plots": "https://api.plotly.com/v2/plots/kirtisharma:92", "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/92/rssi/", "world_readable": true, "date_modified": "2024-04-02T10:42:39.665Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/92/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines markers", "name": "RSSI", "type": "scatter", "xsrc": "kirtisharma:97:22a660", "ysrc": "kirtisharma:97:699036" } ], "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.961292Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kirtisharma/89.embed", "fid": "kirtisharma:89", "filename": "plot from API (10)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/89/9_UAO7KA7IWYS3H7JFT1NJ5DDE83EZ76.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/89/2_64095V5UL74SPLT52C0LHJ5Z8C2WJK.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/89/8_PG9YHTH4QOJ4NSJ21YE5NFOKQILWPR.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/89/9_UAO7KA7IWYS3H7JFT1NJ5DDE83EZ76.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kirtisharma:89", "plots": "https://api.plotly.com/v2/plots/kirtisharma:89", "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/89/rssi/", "world_readable": true, "date_modified": "2024-04-02T10:42:39.502Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/89/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines markers", "name": "RSSI", "type": "scatter", "xsrc": "kirtisharma:94:1a4229", "ysrc": "kirtisharma:94:b57757" } ], "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.943130Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kirtisharma/90.embed", "fid": "kirtisharma:90", "filename": "plot from API (10)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/90/9_T8RFJV2744VRSKDTWUO6PFEE494JG6.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/90/2_K14099LX8JXRGG20G8RY8VHX39DCZ8.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/90/8_FZM2XC010B1Y22KV62139CRUHJRW50.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/90/9_T8RFJV2744VRSKDTWUO6PFEE494JG6.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kirtisharma:90", "plots": "https://api.plotly.com/v2/plots/kirtisharma:90", "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/90/rssi/", "world_readable": true, "date_modified": "2024-04-02T10:42:39.583Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/90/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines markers", "name": "RSSI", "type": "scatter", "xsrc": "kirtisharma:93:d3bedf", "ysrc": "kirtisharma:93:e3dd7d" } ], "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.905642Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kirtisharma/86.embed", "fid": "kirtisharma:86", "filename": "plot from API (10)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/86/9_RLWNWWFT12X2V98GS9A8O4Y5B2URCB.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/86/2_Y6L3NMPP1G33YH603PI48YLEFXA1IY.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/86/8_LSCLKISC4NMQYAZZOQFQOBZ3PM6768.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/86/9_RLWNWWFT12X2V98GS9A8O4Y5B2URCB.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kirtisharma:86", "plots": "https://api.plotly.com/v2/plots/kirtisharma:86", "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/86/rssi/", "world_readable": true, "date_modified": "2024-04-02T10:42:39.540Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/86/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines markers", "name": "RSSI", "type": "scatter", "xsrc": "kirtisharma:91:04630f", "ysrc": "kirtisharma:91:e99f3c" } ], "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.845776Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kirtisharma/83.embed", "fid": "kirtisharma:83", "filename": "plot from API (10)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/83/9_2MAD5XDUYWITWP1G75DPIW7MX2FY2U.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/83/2_ELENVCT5NBJ6YDOL1MOHIQXF78O9ZA.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/83/8_DUMV8084DWQCAT2TFGRMDPOXADSZ2C.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/83/9_2MAD5XDUYWITWP1G75DPIW7MX2FY2U.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kirtisharma:83", "plots": "https://api.plotly.com/v2/plots/kirtisharma:83", "parent": "https://api.plotly.com/v2/folders/home?user=kirtisharma" }, "owner": "kirtisharma", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "RSSI", "views": 3, "web_url": "https://chart-studio.plotly.com/~kirtisharma/83/rssi/", "world_readable": true, "date_modified": "2024-04-02T10:42:39.515Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/83/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines markers", "name": "RSSI", "type": "scatter", "xsrc": "kirtisharma:88:d711e3", "ysrc": "kirtisharma:88:0b517f" } ], "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.833568Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kirtisharma/82.embed", "fid": "kirtisharma:82", "filename": "plot from API (10)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/82/9_JY72ENIGUQH5ATZZTXK3ZZ2FLHFQ50.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/82/2_7VK0UVDT495NHQ4AY4PHHHENYFTJKN.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/82/8_98XDQ62AAX7FUB3512SW0BI3SVJHEO.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/82/9_JY72ENIGUQH5ATZZTXK3ZZ2FLHFQ50.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kirtisharma:82", "plots": "https://api.plotly.com/v2/plots/kirtisharma:82", "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/82/rssi/", "world_readable": true, "date_modified": "2024-04-02T10:42:39.377Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/82/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines markers", "name": "RSSI", "type": "scatter", "xsrc": "kirtisharma:87:dde3a5", "ysrc": "kirtisharma:87:794438" } ], "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.796912Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kirtisharma/81.embed", "fid": "kirtisharma:81", "filename": "plot from API (10)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/81/9_G6EGK3Z24NI44VNPPYEWR6C7L8XGQD.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/81/2_K9D4I86EGA83J3TJZRRY02CUM7KG5L.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/81/8_V9WG5Z9U8GQNUEPISLZQK94Y3ZWYVC.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/81/9_G6EGK3Z24NI44VNPPYEWR6C7L8XGQD.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kirtisharma:81", "plots": "https://api.plotly.com/v2/plots/kirtisharma:81", "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/81/rssi/", "world_readable": true, "date_modified": "2024-04-02T10:42:39.231Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/81/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines markers", "name": "RSSI", "type": "scatter", "xsrc": "kirtisharma:85:e198a5", "ysrc": "kirtisharma:85:30c927" } ], "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.783602Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kirtisharma/78.embed", "fid": "kirtisharma:78", "filename": "plot from API (10)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/78/9_3UYPW8NBJE30MS6DH5BXUPWVZVFME0.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/78/2_MK9LA50MK7EC66XWNMWY3ULY5W475O.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/78/8_A37F8SN27VGUXPTBWEKDVMML38DQR8.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/78/9_3UYPW8NBJE30MS6DH5BXUPWVZVFME0.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kirtisharma:78", "plots": "https://api.plotly.com/v2/plots/kirtisharma:78", "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/78/rssi/", "world_readable": true, "date_modified": "2024-04-02T10:42:39.540Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/78/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines markers", "name": "RSSI", "type": "scatter", "xsrc": "kirtisharma:84:d81a0b", "ysrc": "kirtisharma:84:f2d369" } ], "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.736455Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kirtisharma/77.embed", "fid": "kirtisharma:77", "filename": "plot from API (10)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/77/9_LIEG6Y46N8BHHNMJCQKZ8PYHAVSAGV.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/77/2_EIMN42D2UJWXOYA4J045QCGWYODGDQ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/77/8_U6BS30SQVKTPJU8E0EMQUWBD8O5S5H.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/77/9_LIEG6Y46N8BHHNMJCQKZ8PYHAVSAGV.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kirtisharma:77", "plots": "https://api.plotly.com/v2/plots/kirtisharma:77", "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/77/rssi/", "world_readable": true, "date_modified": "2024-04-02T10:42:39.317Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/77/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines markers", "name": "RSSI", "type": "scatter", "xsrc": "kirtisharma:80:c90934", "ysrc": "kirtisharma:80:63da65" } ], "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 } } ] }{ "next": "