| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

View
 

Partigi API: people show

Page history last edited by Álvaro Bautista 14 years, 8 months ago

Go back to Partigi API Documentation

 

people/show

Returns the information of a given person, obtained from its nicename or its id.

 

URL:

http://www.partigi.com/api/v1/people/show.format

 

Formats:

atom, json (more about JSON responses)

 

HTTP Methods:

GET 

 

Authentication Mode:

read-only

 

Parameters:

Required:

  • id: The ID or the nicename of the person.

 

Request example:

 

http://www.partigi.com/api/v1/people/show.atom?id=mike-myers

 

Response example:

 

  <?xml version="1.0" encoding="UTF-8"?>
  <feed xmlns="http://www.w3.org/2005/Atom">
    <title>Mike Myers &#187; Partigi</title>
    <id>http://www.partigi.com/people/mike-myers</id>
    <updated>2009-04-05T22:46:24Z</updated>
    <link type="application/atom+xml" href="http://www.partigi.com/api/v1/people/mike-myers.atom" rel="self"/>
    <link type="text/html" href="http://www.partigi.com/people/mike-myers" rel="alternate"/>
    <author>
      <name>Partigi</name>
    </author>
    
    <entry xmlns:ptPerson="http://schemas.partigi.com/v1.0/ptPerson">
      <category scheme="http://schemas.partigi.com/v1.0#kind" term="http://schemas.partigi.com/v1.0#person"/>
      <id>http://www.partigi.com/people/mike-myers</id>
      <title>Mike Myers</title>
      <updated>2009-07-01T11:41:07Z</updated>
      <published>2009-06-18T09:04:00Z</published>
      <link type="text/html" rel="alternate" href="http://www.partigi.com/people/mike-myers"/>
      <link type="application/atom+xml" rel="self" href="http://www.partigi.com/api/v1/people/show.atom?id=mike-myers"/>
      <ptPerson:id>197</ptPerson:id>
      <ptPerson:name>Mike Myers</ptPerson:name>
      <ptPerson:nicename>mike-myers</ptPerson:nicename>
    </entry>
  </feed>

 

Go back to Partigi API Documentation

Comments (0)

You don't have permission to comment on this page.