API endpoint that allows for GET SharedPrograms.

GET /api/sharedprogram/1/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 1,
    "editable": false,
    "show_code": false,
    "show_file_tree": false,
    "identifier": "xtOPDik2wNFjSDUoyl2T",
    "is_active": true,
    "created": "2015-11-30T14:48:53",
    "views": 28,
    "display_height": 650,
    "display_width": 1200,
    "img_url": "",
    "code_tree": null,
    "description": "",
    "display_ide": false,
    "forkable": false,
    "number_of_forks": 0,
    "extra_data": "{}",
    "slug_title": "",
    "ide": 0,
    "user": 172927,
    "item": 75956,
    "klass": null
}