Get details about document.
- This method call does not require authentication.
- "read" permission is necessary to access to private docs.
URL
http://api.ipernity.com/api/doc.get
Parameters
api_key
|
∗ |
Your api_key.
|
doc_id
|
∗ |
The ID of the document to get details about.
|
extra
|
|
A comma seprarated list of extra information to include in each records. Extra values are: tags, notes, geo and md5.
|
∗ : this parameter is required.
Response
<doc doc_id="12345" media="video" license="1" rotation="0"
title="This is my first car" safety="1"
link="http://www.ipernity.com/doc/christophe/12345">
<owner user_id="123" username="Christophe" realname=""/>
<description>It's an AUTOBIANCHI Abart</description>
<dates posted_at="1203605781" replaced_at="1203605881"
created="2008-01-03 11:22:00"
modified_at="1203683781" comment_at="1203685781"/>
<visibility ispublic="1" isfriend="0" isfamily="0" share="5" />
<permissions comment="3" tag="3" tagme="3" />
<count visits="96" faves="5" comments="15" notes="2" tags="5" albums="1" groups="0"
last_visit="1203683781"/>
<can fave="1" comment="1" tag="1" tagme="1" zoom="1" download="0" print="0"/>
<you isfave="1" visits="2" last_visit="1203608781"/>
<thumbs>
<thumb label="75x" w="75" h="75"
url="http://u1.ipernity.com/1/00/01/12345.d5ea56eb.75x.jpg"/>
<thumb label="100" w="100" h="90"
url="http://u1.ipernity.com/1/00/01/12345.d5ea56eb.100.jpg"/>
<thumb label="240" w="240" h="120"
url="http://u1.ipernity.com/1/00/01/12345.d5ea56eb.240.jpg"/>
<thumb label="500" w="500" h="400"
url="http://u1.ipernity.com/1/00/01/12345.d5ea56eb.500.jpg"/>
<thumb label="560" w="560" h="420"
url="http://u1.ipernity.com/1/00/01/12345.d5ea56eb.560.jpg"/>
<thumb label="1024" w="1024" h="900"
url="http://u1.ipernity.com/1/00/01/12345.5dae5623.1024.jpg"/>
</thumbs>
<medias>
<media label="flv" ext="flv" w="480" h="360" lenght="120"
url="http://u1.ipernity.com/1/00/01/12345.5dae5623.flv"/>
<media label="ipod" ext="mp4" w="480" h="272" lenght="120"
url="http://u1.ipernity.com/1/00/01/12345.5dae5623.ipod.mp4"/>
<media label="mp4" ext="mp4" w="480" h="360" lenght="120"
url="http://u1.ipernity.com/1/00/01/12345.5dae5623.mp4"/>
<media label="hd" ext="mp4" w="1920" h="1080" lenght="120"
url="http://u1.ipernity.com/1/00/01/12345.5dae5623.hd.mp4"/>
</medias>
<original ext="mpg" w="1024" h="900" length="120"
filename="my car.mpg" bytes="585654"
url="http://u1.ipernity.com/1/00/01/12345.253ade85.mpg"/>
<geo lat="000" lng="000" loc_id="234" location="Paris"/>
<tags total="5">
<tag tag_id="125652" type="keyword" user_id="123" keyword="car" title="car!" />
<tag tag_id="156658" type="keyword" user_id="123" keyword="chevrolet" title="Chevrolet!" />
<tag tag_id="877890" type="member" user_id="123" member_id="123" title="David" />
<tag tag_id="856524" type="member" user_id="123" member_id="568" title="Johnathan" />
</tags>
<notes total="2">
<note note_id="13" user_id="586586" username="Fred" x="40" y="50"
w="100" h="110">I love the Starsky & Hutch painting</note>
<note note_id="28" user_id="236569" username="Tom" x="80" y="30"
w="50" h="50">Nice
car</note>
</notes>
</doc>
share: 0=private, 1=family, 2=friends, 3=both, 5=public
media: photo, audio, video or other
permissions: 0=private, 1=family, 2=friends, 3=both, 4=contacts, 5=public
Error codes
| 1 |
Document not found |
|
| 100 |
API Key is missing |
| 101 |
API Key is invalid |
| 102 |
Invalid format |
| 103 |
Method not found |
| 104 |
Signature missing |
| 105 |
Signature is invalid |
| 106 |
Token missing |
| 107 |
Token invalid |
| 108 |
Account closed |
| 109 |
Action blocked |
| 110 |
Insufficient permissions |
| 111 |
IP not allowed |
| 112 |
Application Quota Error |
| 113 |
Client IP Quota Error |
| 120 |
HTTP POST required |
| 121 |
Invalid SOAP envelope |
| 122 |
Invalid XML-RPC envelope |
| 130 |
OAuth protocol version unsupported |
| 131 |
OAuth parameters are missing |
| 132 |
OAuth Clock skew |
| 133 |
OAuth Nonce is invalid |
| 134 |
OAuth Timestamp is invalid |
| 135 |
OAuth Signature method unsupported |
| 500 |
Service error |
| 501 |
Maintenance mode |
| 503 |
Service unavailable |
Changelog
- 2008-12-01: Method created.
- 2010-09-02: Added safety.
See also