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 . Topics
Retrieves a list of NPR topics and corresponding IDs. Also used to look up the IDs of specific NPR topics 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 topics along with the corresponding ID for each. The Choreo can also be used to look up the IDs of specific topics by specifying them in the optional Topics parameter. The documentation for accessing NPR 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 topics along with the ID for each topic 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 music genres by specifying them in the optional Topic parameter. Here's an example of acceptable inputs that take advantage of the Choreo's lookup feature:
Topic: Energy,Europe
The following is the information returned by this Choreo in the Id output variable:
1131,1124
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="3002" typeid="3002"> <title>All Topics</title> <item id="1149" num="1" storycountall="1564" storycountmonth="34" storycounttoday="2" type="topic"> <title>Afghanistan</title> <additionalInfo>Afghanistan</additionalInfo> </item> <item id="1126" num="2" storycountall="1701" storycountmonth="71" storycounttoday="7" type="topic"> <title>Africa</title> <additionalInfo>Africa</additionalInfo> </item> <item id="1059" num="3" storycountall="6668" storycountmonth="6" storycounttoday="0" type="topic"> <title>Analysis</title> <additionalInfo>Analysis by NPR commentators, including Ted Koppel. Subscribe to our free podcast.</additionalInfo> </item> <item id="1132" num="4" storycountall="776" storycountmonth="21" storycounttoday="3" type="topic"> <title>Animals</title> <additionalInfo>Animals</additionalInfo> </item> <item id="1142" num="5" storycountall="87" storycountmonth="2" storycounttoday="1" type="topic"> <title>Architecture</title> <additionalInfo>Architecture</additionalInfo> </item> <item id="1091" num="6" storycountall="26478" storycountmonth="455" storycounttoday="29" type="topic"> <title>Around the Nation</title> <additionalInfo>Stories of Local interest</additionalInfo> </item> <item id="1047" num="7" storycountall="1657" storycountmonth="13" storycounttoday="0" type="topic"> <title>Art & Design</title> <additionalInfo>NPR explores the visual arts including design, photography, sculpture, and architecture. Interviews, commentary, and audio. Subscribe to the RSS feed.</additionalInfo> </item> <item id="1008" num="8" storycountall="18446" storycountmonth="263" storycounttoday="15" type="topic"> <title>Arts & Life</title> <additionalInfo>Art and entertainment commentary plus interviews, book reviews, movie reviews, music reviews, comedy, and visual art. Subscribe to podcasts and follow trends in music, painting, art, architecture, photography, and design.</additionalInfo> </item> <item id="1125" num="9" storycountall="1984" storycountmonth="67" storycounttoday="0" type="topic"> <title>Asia</title> <additionalInfo>Asia</additionalInfo> </item> <item id="1033" num="10" storycountall="5400" storycountmonth="60" storycounttoday="3" type="topic"> <title>Author Interviews</title> <additionalInfo>NPR interviews with top authors and the NPR Book Tour, a weekly feature and podcast where leading authors read and discuss their writing. Subscribe to the RSS feed.</additionalInfo> </item> <item id="1034" num="11" storycountall="361" storycountmonth="30" storycounttoday="2" type="topic"> <title>Book Reviews</title> <additionalInfo>Summary judgment on books of note, from NPR personalities, independent booksellers and critics from across the public-radio spectrum.</additionalInfo> </item>
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms