List Topics

 


 

Fetches a list of topics from Digg.

 

Example Request

 

Retrieve all Digg topics:

 

http://services.digg.com/topics?appkey=http%3A%2F%2Fapidoc.digg.com  

 

Example Responses

 

XML

 

<?xml version="1.0" encoding="utf-8" ?>
<topics timestamp="1176998448">
 <topic name="Apple" short_name="apple">
  <container name="Technology" short_name="technology" />
 </topic>
 <topic name="Design" short_name="design">
  <container name="Technology" short_name="technology" />
 </topic>
 <topic name="Gadgets" short_name="gadgets">
  <container name="Technology" short_name="technology" />
 </topic>
 <topic name="Hardware" short_name="hardware">
  <container name="Technology" short_name="technology" />
 </topic>
 <topic name="Tech Industry News" short_name="tech_news">
  <container name="Technology" short_name="technology" />
 </topic>
 <topic name="Linux/Unix" short_name="linux_unix">
  <container name="Technology" short_name="technology" />
 </topic>
 <topic name="Microsoft" short_name="microsoft">
  <container name="Technology" short_name="technology" />
 </topic>
 <topic name="Mods" short_name="mods">
  <container name="Technology" short_name="technology" />
 </topic>
 <topic name="Programming" short_name="programming">
  <container name="Technology" short_name="technology" />
 </topic>
 <topic name="Security" short_name="security">
  <container name="Technology" short_name="technology" />
 </topic>
 <topic name="Software" short_name="software">
  <container name="Technology" short_name="technology" />
 </topic>
 <topic name="Tech Deals" short_name="tech_deals">
  <container name="Technology" short_name="technology" />
 </topic>
 <topic name="Space" short_name="space">
  <container name="Science" short_name="science" />
 </topic>
 <topic name="Environment" short_name="environment">
  <container name="Science" short_name="science" />
 </topic>
 <topic name="Health" short_name="health">
  <container name="Science" short_name="science" />
 </topic>
 <topic name="General Sciences" short_name="general_sciences">
  <container name="Science" short_name="science" />
 </topic>
 <topic name="Business & Finance" short_name="business_finance">
  <container name="World & Business" short_name="world_business" />
 </topic>
 <topic name="Political News" short_name="politics">
  <container name="World & Business" short_name="world_business" />
 </topic>
 <topic name="US Elections 2008" short_name="2008_us_elections">
  <container name="World & Business" short_name="world_business" />
 </topic>
 <topic name="Political Opinion" short_name="political_opinion">
  <container name="World & Business" short_name="world_business" />
 </topic>
 <topic name="World News" short_name="world_news">
  <container name="World & Business" short_name="world_business" />
 </topic>
 <topic name="Offbeat News" short_name="offbeat_news">
  <container name="World & Business" short_name="world_business" />
 </topic>
 <topic name="Baseball" short_name="baseball">
  <container name="Sports" short_name="sports" />
 </topic>
 <topic name="Basketball" short_name="basketball">
  <container name="Sports" short_name="sports" />
 </topic>
 <topic name="Extreme" short_name="extreme_sports">
  <container name="Sports" short_name="sports" />
 </topic>
 <topic name="American & Canadian Football" short_name="football">
  <container name="Sports" short_name="sports" />
 </topic>
 <topic name="Golf" short_name="golf">
  <container name="Sports" short_name="sports" />
 </topic>
 <topic name="Hockey" short_name="hockey">
  <container name="Sports" short_name="sports" />
 </topic>
 <topic name="Motorsport" short_name="motorsport">
  <container name="Sports" short_name="sports" />
 </topic>
 <topic name="Soccer" short_name="soccer">
  <container name="Sports" short_name="sports" />
 </topic>
 <topic name="Tennis" short_name="tennis">
  <container name="Sports" short_name="sports" />
 </topic>
 <topic name="Other Sports" short_name="other_sports">
  <container name="Sports" short_name="sports" />
 </topic>
 <topic name="Celebrity" short_name="celebrity">
  <container name="Entertainment" short_name="entertainment" />
 </topic>
 <topic name="Movies" short_name="movies">
  <container name="Entertainment" short_name="entertainment" />
 </topic>
 <topic name="Music" short_name="music">
  <container name="Entertainment" short_name="entertainment" />
 </topic>
 <topic name="Television" short_name="television">
  <container name="Entertainment" short_name="entertainment" />
 </topic>
 <topic name="Gaming News" short_name="gaming_news">
  <container name="Gaming" short_name="gaming" />
 </topic>
 <topic name="Playable Web Games" short_name="playable_web_games">
  <container name="Gaming" short_name="gaming" />
 </topic>
 <topic name="Animation Videos" short_name="videos_animation">
  <container name="Videos" short_name="videos" />
 </topic>
 <topic name="Comedy Videos" short_name="videos_comedy">
  <container name="Videos" short_name="videos" />
 </topic>
 <topic name="Educational Videos" short_name="videos_educational">
  <container name="Videos" short_name="videos" />
 </topic>
 <topic name="Gaming Videos" short_name="videos_gaming">
  <container name="Videos" short_name="videos" />
 </topic>
 <topic name="Music Videos" short_name="videos_music">
  <container name="Videos" short_name="videos" />
 </topic>
 <topic name="People Videos" short_name="videos_people">
  <container name="Videos" short_name="videos" />
 </topic>
 <topic name="Sports Videos" short_name="videos_sports">
  <container name="Videos" short_name="videos" />
 </topic>
</topics>

 

JSON

 

{
	"timestamp" : 1176998454,
	"topics" : [
		{
			"name" : "Apple",
			"short_name" : "apple",
			"container" : {
				"name" : "Technology",
				"short_name" : "technology"
			}
		},
		{
			"name" : "Design",
			"short_name" : "design",
			"container" : {
				"name" : "Technology",
				"short_name" : "technology"
			}
		},
		{
			"name" : "Gadgets",
			"short_name" : "gadgets",
			"container" : {
				"name" : "Technology",
				"short_name" : "technology"
			}
		},
		{
			"name" : "Hardware",
			"short_name" : "hardware",
			"container" : {
				"name" : "Technology",
				"short_name" : "technology"
			}
		},
		{
			"name" : "Tech Industry News",
			"short_name" : "tech_news",
			"container" : {
				"name" : "Technology",
				"short_name" : "technology"
			}
		},
		{
			"name" : "Linux/Unix",
			"short_name" : "linux_unix",
			"container" : {
				"name" : "Technology",
				"short_name" : "technology"
			}
		},
		{
			"name" : "Microsoft",
			"short_name" : "microsoft",
			"container" : {
				"name" : "Technology",
				"short_name" : "technology"
			}
		},
		{
			"name" : "Mods",
			"short_name" : "mods",
			"container" : {
				"name" : "Technology",
				"short_name" : "technology"
			}
		},
		{
			"name" : "Programming",
			"short_name" : "programming",
			"container" : {
				"name" : "Technology",
				"short_name" : "technology"
			}
		},
		{
			"name" : "Security",
			"short_name" : "security",
			"container" : {
				"name" : "Technology",
				"short_name" : "technology"
			}
		},
		{
			"name" : "Software",
			"short_name" : "software",
			"container" : {
				"name" : "Technology",
				"short_name" : "technology"
			}
		},
		{
			"name" : "Tech Deals",
			"short_name" : "tech_deals",
			"container" : {
				"name" : "Technology",
				"short_name" : "technology"
			}
		},
		{
			"name" : "Space",
			"short_name" : "space",
			"container" : {
				"name" : "Science",
				"short_name" : "science"
			}
		},
		{
			"name" : "Environment",
			"short_name" : "environment",
			"container" : {
				"name" : "Science",
				"short_name" : "science"
			}
		},
		{
			"name" : "Health",
			"short_name" : "health",
			"container" : {
				"name" : "Science",
				"short_name" : "science"
			}
		},
		{
			"name" : "General Sciences",
			"short_name" : "general_sciences",
			"container" : {
				"name" : "Science",
				"short_name" : "science"
			}
		},
		{
			"name" : "Business & Finance",
			"short_name" : "business_finance",
			"container" : {
				"name" : "World & Business",
				"short_name" : "world_business"
			}
		},
		{
			"name" : "Political News",
			"short_name" : "politics",
			"container" : {
				"name" : "World & Business",
				"short_name" : "world_business"
			}
		},
		{
			"name" : "US Elections 2008",
			"short_name" : "2008_us_elections",
			"container" : {
				"name" : "World & Business",
				"short_name" : "world_business"
			}
		},
		{
			"name" : "Political Opinion",
			"short_name" : "political_opinion",
			"container" : {
				"name" : "World & Business",
				"short_name" : "world_business"
			}
		},
		{
			"name" : "World News",
			"short_name" : "world_news",
			"container" : {
				"name" : "World & Business",
				"short_name" : "world_business"
			}
		},
		{
			"name" : "Offbeat News",
			"short_name" : "offbeat_news",
			"container" : {
				"name" : "World & Business",
				"short_name" : "world_business"
			}
		},
		{
			"name" : "Baseball",
			"short_name" : "baseball",
			"container" : {
				"name" : "Sports",
				"short_name" : "sports"
			}
		},
		{
			"name" : "Basketball",
			"short_name" : "basketball",
			"container" : {
				"name" : "Sports",
				"short_name" : "sports"
			}
		},
		{
			"name" : "Extreme",
			"short_name" : "extreme_sports",
			"container" : {
				"name" : "Sports",
				"short_name" : "sports"
			}
		},
		{
			"name" : "American & Canadian Football",
			"short_name" : "football",
			"container" : {
				"name" : "Sports",
				"short_name" : "sports"
			}
		},
		{
			"name" : "Golf",
			"short_name" : "golf",
			"container" : {
				"name" : "Sports",
				"short_name" : "sports"
			}
		},
		{
			"name" : "Hockey",
			"short_name" : "hockey",
			"container" : {
				"name" : "Sports",
				"short_name" : "sports"
			}
		},
		{
			"name" : "Motorsport",
			"short_name" : "motorsport",
			"container" : {
				"name" : "Sports",
				"short_name" : "sports"
			}
		},
		{
			"name" : "Soccer",
			"short_name" : "soccer",
			"container" : {
				"name" : "Sports",
				"short_name" : "sports"
			}
		},
		{
			"name" : "Tennis",
			"short_name" : "tennis",
			"container" : {
				"name" : "Sports",
				"short_name" : "sports"
			}
		},
		{
			"name" : "Other Sports",
			"short_name" : "other_sports",
			"container" : {
				"name" : "Sports",
				"short_name" : "sports"
			}
		},
		{
			"name" : "Celebrity",
			"short_name" : "celebrity",
			"container" : {
				"name" : "Entertainment",
				"short_name" : "entertainment"
			}
		},
		{
			"name" : "Movies",
			"short_name" : "movies",
			"container" : {
				"name" : "Entertainment",
				"short_name" : "entertainment"
			}
		},
		{
			"name" : "Music",
			"short_name" : "music",
			"container" : {
				"name" : "Entertainment",
				"short_name" : "entertainment"
			}
		},
		{
			"name" : "Television",
			"short_name" : "television",
			"container" : {
				"name" : "Entertainment",
				"short_name" : "entertainment"
			}
		},
		{
			"name" : "Gaming News",
			"short_name" : "gaming_news",
			"container" : {
				"name" : "Gaming",
				"short_name" : "gaming"
			}
		},
		{
			"name" : "Playable Web Games",
			"short_name" : "playable_web_games",
			"container" : {
				"name" : "Gaming",
				"short_name" : "gaming"
			}
		},
		{
			"name" : "Animation Videos",
			"short_name" : "videos_animation",
			"container" : {
				"name" : "Videos",
				"short_name" : "videos"
			}
		},
		{
			"name" : "Comedy Videos",
			"short_name" : "videos_comedy",
			"container" : {
				"name" : "Videos",
				"short_name" : "videos"
			}
		},
		{
			"name" : "Educational Videos",
			"short_name" : "videos_educational",
			"container" : {
				"name" : "Videos",
				"short_name" : "videos"
			}
		},
		{
			"name" : "Gaming Videos",
			"short_name" : "videos_gaming",
			"container" : {
				"name" : "Videos",
				"short_name" : "videos"
			}
		},
		{
			"name" : "Music Videos",
			"short_name" : "videos_music",
			"container" : {
				"name" : "Videos",
				"short_name" : "videos"
			}
		},
		{
			"name" : "People Videos",
			"short_name" : "videos_people",
			"container" : {
				"name" : "Videos",
				"short_name" : "videos"
			}
		},
		{
			"name" : "Sports Videos",
			"short_name" : "videos_sports",
			"container" : {
				"name" : "Videos",
				"short_name" : "videos"
			}
		}
	]
}

 

PHP

 

O:13:"DiggAPITopics":2:{s:9:"timestamp";i:1176998459;s:6:"topics";a:45:{i:0;O:12:"DiggAPITopic":3:{s:4:"name";s:5:"Apple";s:10:"short_name";s:5:"apple";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:10:"Technology";s:10:"short_name";s:10:"technology";}}i:1;O:12:"DiggAPITopic":3:{s:4:"name";s:6:"Design";s:10:"short_name";s:6:"design";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:10:"Technology";s:10:"short_name";s:10:"technology";}}i:2;O:12:"DiggAPITopic":3:{s:4:"name";s:7:"Gadgets";s:10:"short_name";s:7:"gadgets";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:10:"Technology";s:10:"short_name";s:10:"technology";}}i:3;O:12:"DiggAPITopic":3:{s:4:"name";s:8:"Hardware";s:10:"short_name";s:8:"hardware";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:10:"Technology";s:10:"short_name";s:10:"technology";}}i:4;O:12:"DiggAPITopic":3:{s:4:"name";s:18:"Tech Industry News";s:10:"short_name";s:9:"tech_news";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:10:"Technology";s:10:"short_name";s:10:"technology";}}i:5;O:12:"DiggAPITopic":3:{s:4:"name";s:10:"Linux/Unix";s:10:"short_name";s:10:"linux_unix";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:10:"Technology";s:10:"short_name";s:10:"technology";}}i:6;O:12:"DiggAPITopic":3:{s:4:"name";s:9:"Microsoft";s:10:"short_name";s:9:"microsoft";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:10:"Technology";s:10:"short_name";s:10:"technology";}}i:7;O:12:"DiggAPITopic":3:{s:4:"name";s:4:"Mods";s:10:"short_name";s:4:"mods";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:10:"Technology";s:10:"short_name";s:10:"technology";}}i:8;O:12:"DiggAPITopic":3:{s:4:"name";s:11:"Programming";s:10:"short_name";s:11:"programming";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:10:"Technology";s:10:"short_name";s:10:"technology";}}i:9;O:12:"DiggAPITopic":3:{s:4:"name";s:8:"Security";s:10:"short_name";s:8:"security";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:10:"Technology";s:10:"short_name";s:10:"technology";}}i:10;O:12:"DiggAPITopic":3:{s:4:"name";s:8:"Software";s:10:"short_name";s:8:"software";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:10:"Technology";s:10:"short_name";s:10:"technology";}}i:11;O:12:"DiggAPITopic":3:{s:4:"name";s:10:"Tech Deals";s:10:"short_name";s:10:"tech_deals";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:10:"Technology";s:10:"short_name";s:10:"technology";}}i:12;O:12:"DiggAPITopic":3:{s:4:"name";s:5:"Space";s:10:"short_name";s:5:"space";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:7:"Science";s:10:"short_name";s:7:"science";}}i:13;O:12:"DiggAPITopic":3:{s:4:"name";s:11:"Environment";s:10:"short_name";s:11:"environment";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:7:"Science";s:10:"short_name";s:7:"science";}}i:14;O:12:"DiggAPITopic":3:{s:4:"name";s:6:"Health";s:10:"short_name";s:6:"health";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:7:"Science";s:10:"short_name";s:7:"science";}}i:15;O:12:"DiggAPITopic":3:{s:4:"name";s:16:"General Sciences";s:10:"short_name";s:16:"general_sciences";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:7:"Science";s:10:"short_name";s:7:"science";}}i:16;O:12:"DiggAPITopic":3:{s:4:"name";s:18:"Business & Finance";s:10:"short_name";s:16:"business_finance";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:16:"World & Business";s:10:"short_name";s:14:"world_business";}}i:17;O:12:"DiggAPITopic":3:{s:4:"name";s:14:"Political News";s:10:"short_name";s:8:"politics";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:16:"World & Business";s:10:"short_name";s:14:"world_business";}}i:18;O:12:"DiggAPITopic":3:{s:4:"name";s:17:"US Elections 2008";s:10:"short_name";s:17:"2008_us_elections";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:16:"World & Business";s:10:"short_name";s:14:"world_business";}}i:19;O:12:"DiggAPITopic":3:{s:4:"name";s:17:"Political Opinion";s:10:"short_name";s:17:"political_opinion";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:16:"World & Business";s:10:"short_name";s:14:"world_business";}}i:20;O:12:"DiggAPITopic":3:{s:4:"name";s:10:"World News";s:10:"short_name";s:10:"world_news";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:16:"World & Business";s:10:"short_name";s:14:"world_business";}}i:21;O:12:"DiggAPITopic":3:{s:4:"name";s:12:"Offbeat News";s:10:"short_name";s:12:"offbeat_news";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:16:"World & Business";s:10:"short_name";s:14:"world_business";}}i:22;O:12:"DiggAPITopic":3:{s:4:"name";s:8:"Baseball";s:10:"short_name";s:8:"baseball";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:6:"Sports";s:10:"short_name";s:6:"sports";}}i:23;O:12:"DiggAPITopic":3:{s:4:"name";s:10:"Basketball";s:10:"short_name";s:10:"basketball";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:6:"Sports";s:10:"short_name";s:6:"sports";}}i:24;O:12:"DiggAPITopic":3:{s:4:"name";s:7:"Extreme";s:10:"short_name";s:14:"extreme_sports";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:6:"Sports";s:10:"short_name";s:6:"sports";}}i:25;O:12:"DiggAPITopic":3:{s:4:"name";s:28:"American & Canadian Football";s:10:"short_name";s:8:"football";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:6:"Sports";s:10:"short_name";s:6:"sports";}}i:26;O:12:"DiggAPITopic":3:{s:4:"name";s:4:"Golf";s:10:"short_name";s:4:"golf";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:6:"Sports";s:10:"short_name";s:6:"sports";}}i:27;O:12:"DiggAPITopic":3:{s:4:"name";s:6:"Hockey";s:10:"short_name";s:6:"hockey";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:6:"Sports";s:10:"short_name";s:6:"sports";}}i:28;O:12:"DiggAPITopic":3:{s:4:"name";s:10:"Motorsport";s:10:"short_name";s:10:"motorsport";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:6:"Sports";s:10:"short_name";s:6:"sports";}}i:29;O:12:"DiggAPITopic":3:{s:4:"name";s:6:"Soccer";s:10:"short_name";s:6:"soccer";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:6:"Sports";s:10:"short_name";s:6:"sports";}}i:30;O:12:"DiggAPITopic":3:{s:4:"name";s:6:"Tennis";s:10:"short_name";s:6:"tennis";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:6:"Sports";s:10:"short_name";s:6:"sports";}}i:31;O:12:"DiggAPITopic":3:{s:4:"name";s:12:"Other Sports";s:10:"short_name";s:12:"other_sports";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:6:"Sports";s:10:"short_name";s:6:"sports";}}i:32;O:12:"DiggAPITopic":3:{s:4:"name";s:9:"Celebrity";s:10:"short_name";s:9:"celebrity";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:13:"Entertainment";s:10:"short_name";s:13:"entertainment";}}i:33;O:12:"DiggAPITopic":3:{s:4:"name";s:6:"Movies";s:10:"short_name";s:6:"movies";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:13:"Entertainment";s:10:"short_name";s:13:"entertainment";}}i:34;O:12:"DiggAPITopic":3:{s:4:"name";s:5:"Music";s:10:"short_name";s:5:"music";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:13:"Entertainment";s:10:"short_name";s:13:"entertainment";}}i:35;O:12:"DiggAPITopic":3:{s:4:"name";s:10:"Television";s:10:"short_name";s:10:"television";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:13:"Entertainment";s:10:"short_name";s:13:"entertainment";}}i:36;O:12:"DiggAPITopic":3:{s:4:"name";s:11:"Gaming News";s:10:"short_name";s:11:"gaming_news";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:6:"Gaming";s:10:"short_name";s:6:"gaming";}}i:37;O:12:"DiggAPITopic":3:{s:4:"name";s:18:"Playable Web Games";s:10:"short_name";s:18:"playable_web_games";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:6:"Gaming";s:10:"short_name";s:6:"gaming";}}i:38;O:12:"DiggAPITopic":3:{s:4:"name";s:16:"Animation Videos";s:10:"short_name";s:16:"videos_animation";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:6:"Videos";s:10:"short_name";s:6:"videos";}}i:39;O:12:"DiggAPITopic":3:{s:4:"name";s:13:"Comedy Videos";s:10:"short_name";s:13:"videos_comedy";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:6:"Videos";s:10:"short_name";s:6:"videos";}}i:40;O:12:"DiggAPITopic":3:{s:4:"name";s:18:"Educational Videos";s:10:"short_name";s:18:"videos_educational";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:6:"Videos";s:10:"short_name";s:6:"videos";}}i:41;O:12:"DiggAPITopic":3:{s:4:"name";s:13:"Gaming Videos";s:10:"short_name";s:13:"videos_gaming";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:6:"Videos";s:10:"short_name";s:6:"videos";}}i:42;O:12:"DiggAPITopic":3:{s:4:"name";s:12:"Music Videos";s:10:"short_name";s:12:"videos_music";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:6:"Videos";s:10:"short_name";s:6:"videos";}}i:43;O:12:"DiggAPITopic":3:{s:4:"name";s:13:"People Videos";s:10:"short_name";s:13:"videos_people";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:6:"Videos";s:10:"short_name";s:6:"videos";}}i:44;O:12:"DiggAPITopic":3:{s:4:"name";s:13:"Sports Videos";s:10:"short_name";s:13:"videos_sports";s:9:"container";O:16:"DiggAPIContainer":2:{s:4:"name";s:6:"Videos";s:10:"short_name";s:6:"videos";}}}}

 

Endpoint

 

GET /topics
Get a list of all topics.
GET /topic/{topic short_name}
Get the specified topic.

 

Arguments

 

See ResponseTypes and ApplicationKeys.


Page Information

  • 1 year ago [history]
  • View page source
  • You're not logged in
  • No tags yet learn more

Wiki Information

Recent PBwiki Blog Posts