You have no favorites... yet!
Use the Library tree on the left to select a Choreo to call from your gateway device.
Use the Library tree on the left to select a Choreo to call from your edge device via the gateway.
Library . NPR . StoryFinder . Programs
Retrieves a list of NPR programs and corresponding IDs. Also used to look up the IDs of specific NPR programs by specifying them as an optional parameter.
/*
TembooTask class placeholder
*/
/*
TembooTask header placeholder
*/
Since you've changed your device configuration, you'll need to tell us about this new device.
This feature is in experimental mode - pricing coming soon.
Send your code straight to a GitHub repository.
Your code will be visible by others in your repos. Keep credentials private by saving a Profile or commit code with Placeholder inputs.
The following files will be added to this repo:
You'll be able to edit and share your code from TI's CCS Cloud IDE.
The following will be sent to CCS Cloud:
/*
Your auto-generated code will appear here once you've configured your device above.
*/
/*
A header file containing your Temboo account information will appear here once you've
configured your device above.
*/
/*
Please log in to generate proxy server code for use with the JavaScript SDK.
*/
This Choreo retrieves a list of all NPR programs along with the corresponding ID for each. The Choreo can also be used to look up the IDs of specific programs by specifying them in the optional Program parameter. The documentation for accessing NPR music genres lists and IDs can be found here.
An API Key is not required to run this choreo. When run without inputs, the Choreo returns a list of all NPR programs along with the ID for each program in the Response output variable. The Id output variable in this case will be empty.
This Choreo can also be used to look up the IDs of particular programs by specifying them in the optional Program parameter. Here's an example of acceptable inputs that take advantage of the Choreo's lookup feature:
Programs: All Things Considered,Tell Me More
The following is the information returned by this Choreo in the Id output variable:
2,46
The following is a partial excerpt from the XML information returned by this Choreo in the Response output variable:
<?xml version="1.0" encoding="UTF-8"?> <list id="3004" typeid="3004"> <title>All Programs</title> <item id="37" num="1" storycountall="451" storycountmonth="4" storycounttoday="0" type="program"> <title>All Songs Considered</title> <additionalInfo>All Songs Considered is the place to discover music. The acclaimed weekly program</additionalInfo> </item> <item id="2" num="2" storycountall="94071" storycountmonth="466" storycounttoday="8" type="program"> <title>All Things Considered</title> <additionalInfo>Every weekday, All Things Considered hosts Robert Siegel, Michele Norris and Melissa Block present the program's trademark mix of news, interviews, commentaries, reviews, and offbeat features.</additionalInfo> </item> <item id="58" num="3" storycountall="49" storycountmonth="31" storycounttoday="6" type="program"> <title>Ask Me Another</title> <additionalInfo>NPR's exciting new show featuring puzzles, word games and trivia played in front of a live audience.</additionalInfo> </item> <item id="13" num="4" storycountall="12152" storycountmonth="50" storycounttoday="0" type="program"> <title>Fresh Air from WHYY</title> <additionalInfo>This one-hour program features Terry Gross' in-depth interviews with prominent cultural and entertainment figures, as well as distinguished experts on current affairs and news.</additionalInfo> </item> <item id="20" num="5" storycountall="196" storycountmonth="4" storycounttoday="0" type="program"> <title>JazzSet</title> <additionalInfo>Listen to weekly jazz music performances from around the world. Hosted by Dee Dee Bridgewater.</additionalInfo> </item> <item id="3" num="6" storycountall="75169" storycountmonth="413" storycounttoday="0" type="program"> <title>Morning Edition</title> <additionalInfo>Morning Edition gives its audience news, analysis, commentary, and coverage of arts and sports. Stories are told through conversation as well as full reports. It's up-to-the-minute news that prepares listeners for the day ahead.</additionalInfo> </item> <item id="24" num="7" storycountall="208" storycountmonth="4" storycounttoday="0" type="program"> <title>Piano Jazz</title> <additionalInfo>Since 1979, Marian McPartland has hosted top jazz musicians for conversation and live jazz performances on this weekly program.</additionalInfo> </item> <item id="5" num="8" storycountall="14600" storycountmonth="94" storycounttoday="0" type="program"> <title>Talk of the Nation</title> <additionalInfo>Journalist Neal Conan leads a productive exchange of ideas and opinions on the issues that dominate the news landscape. From politics and public service to education, religion, music and health care, Talk of the Nation offers call-in listeners the opportunity to join enlightening discussions with decision-makers, authors, academicians and artists from around the world.</additionalInfo> </item> <item id="57" num="9" storycountall="31" storycountmonth="13" storycounttoday="0" type="program"> <title>TED Radio Hour</title> <additionalInfo>A journey through fascinating ideas, astonishing inventions, and new ways to think and create. Based on riveting TEDTalks from the world's most remarkable minds.</additionalInfo>
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms