Displaying user fiddles
It allows to create plugins displaying fiddles created by specific user
GET
https://jsfiddle.net/api/user/:username/demo/list.json
Query Parameters
Name
Type
Description
callback
string
Function name for cross-domain. If no callback is provided, standard JSON will be returned. Default: None
start
integer
Offeset element.
Default: 0
limit
integer
Number of elements to return.
Default: 10
sort
string
Sorting type.
date
, alphabetical
or framwork
Default: date
order
string
desc
or asc
Default: asc
framework
string
Filter framework. Default: None
Last updated