Go back to Partigi API Documentation
lists/show
Return the information of a list given by its ID or its nicename.
URL:
http://www.partigi.com/api/v1/lists/show
.format
Formats:
atom, json
(more about JSON responses)
HTTP Methods:
GET
Authentication Mode:
read-only
Parameters:
Required:
id
: the ID or the nicename in Partigi of the list
Example requests:
http://www.partigi.com/api/v1/lists/show.atom?id=34
Example responses:
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Pelis con mono » lists » Partigi</title>
<id>http://www.partigi.com/lists/34</id>
<updated>2009-08-10T11:31:28Z</updated>
<link type="application/atom+xml" href="http://www.partigi.com/api/v1/lists/show.atom?id=34" rel="self"/>
<link type="text/html" href="http://www.partigi.com/lists/34" rel="alternate"/>
<author>
<name>Partigi</name>
</author>
<entry xmlns:ptList="http://schemas.partigi.com/v1.0/ptList">
<category scheme="http://schemas.partigi.com/v1.0#kind" term="http://schemas.partigi.com/v1.0#list"/>
<id>http://www.partigi.com/api/v1/lists/show.atom?id=34</id>
<title>Pelis con mono</title>
<updated>2009-08-10T11:31:28Z</updated>
<published>2009-08-07T16:54:30Z</published>
<link type="text/html" href="http://www.partigi.com/lists/34" rel="alternate"/>
<link type="application/atom+xml" href="http://www.partigi.com/api/v1/lists/show.atom?id=34" rel="self"/>
<ptList:id>34</ptList:id>
<ptList:name>Pelis con mono</ptList:name>
<ptList:nicename>pelis-con-mono</ptList:nicename>
<ptList:saved_count>2</ptList:saved_count>
</entry>
</feed>
Go back to Partigi API Documentation
Comments (0)
You don't have permission to comment on this page.