Difference between revisions of "GET /user/details"

From SoFurry
Jump to: navigation, search
Line 5: Line 5:
  
 
<html><a href="test">test</a> </html>
 
<html><a href="test">test</a> </html>
{| cellspacing="10" border="1" cellpadding="10"
+
 
 +
=== Parameters ===
 +
{| cellspacing="0" border="1" cellpadding="10"
 
|-
 
|-
 
!userID       
 
!userID       
Line 17: Line 19:
 
Example Values: true
 
Example Values: true
 
|}
 
|}
 +
 +
 +
=== Example Request ===
 +
GET
 +
https://api.sofurry.com/v3/user/details?userID=379876&adult=false
 +
 +
=== Example Result ===
 +
 +
{
 +
  "success": "true",
 +
  "data": {
 +
    "id": "379876",
 +
    "username": "TerraBAS",
 +
    "useralias": "terrabas",
 +
    "description": "<nowiki><span style=\"color:rgb(89,89,89);\"><strong>Hey there, welcome <span class=\"sac\">to</span></strong><strong> my page!</strong><br style=\"color:rgb(0,0,0);font-family:Arial, serif;line-height:16.7999992370605px;\" />My name is TerraBAS, but I'm mostly called Terra.<br /><br style=\"color:rgb(0,0,0);font-family:Arial, serif;line-height:16.7999992370605px;\" />I'm an Austrian, playful husky that is unbelievably fluffy :3<br /><br style=\"color:rgb(0,0,0);font-family:Arial, serif;line-height:16.7999992370605px;\" />Things I love to do:<br style=\"color:rgb(0,0,0);font-family:Arial, serif;line-height:16.7999992370605px;\" />Hangin' out with friends, some sports (like cycling), programming (especially C# and Java), producing music, drawing, and much more...<br /><br style=\"color:rgb(0,0,0);font-family:Arial, serif;line-height:16.7999992370605px;\" />If you want to know more about me, just send me a PM or add me on Skype, I don't bite ;P<br /><br /><br style=\"color:rgb(0,0,0);font-family:Arial, serif;line-height:16.7999992370605px;\" />Also, I'm the programmer of the SoFurry Android app, so if you have any questions or feedback, you can tell me.<br /></span><br />",</nowiki>
 +
    "species": "Husky",
 +
    "mateshipstatus": "5",
 +
    "gender": "1",
 +
    "sexualorientation": "3",
 +
    "country": "Austria",<nowiki>
 +
    "bannerURL": "https://www.sofurryfiles.com/std/banner?user=379876",
 +
    "avatarURL": "https://www.sofurryfiles.com/std/avatar?user=379876&character=0&clevel=0",</nowiki>
 +
    "profileViewCount": "502",
 +
    "submissionCount": "1",
 +
    "submissionViewCount": "26",
 +
    "commentCount": "1",
 +
    "commentPostedCount": "4",
 +
    "iswatched": false,
 +
    "loves": "",
 +
    "likes": "",
 +
    "tolerates": "",
 +
    "hates": "",
 +
    "groups": [
 +
      {
 +
        "groupName": "Canine Furries",
 +
        "groupID": "91",
 +
        "userlevel": "0"
 +
      },
 +
      {
 +
        "groupName": "Austrian Furs / Austrofurs",
 +
        "groupID": "116",
 +
        "userlevel": "0"
 +
      },
 +
      {
 +
        "groupName": "Squeaky Clean Club",
 +
        "groupID": "182",
 +
        "userlevel": "0"
 +
      },
 +
      {
 +
        "groupName": "SoFurry Ambassadors",
 +
        "groupID": "3009",
 +
        "userlevel": "0"
 +
      },
 +
        ...
 +
    ],
 +
    "friends": [
 +
      {
 +
        "username": "Toumal",
 +
        "id": "13",
 +
        "friendlevel": "2"
 +
      },
 +
      {
 +
        "username": "Raul",
 +
        "id": "1748",
 +
        "friendlevel": "2"
 +
      },
 +
      {
 +
        "username": "Goddy",
 +
        "id": "5661",
 +
        "friendlevel": "2"
 +
      },
 +
        ...
 +
    ],
 +
    "characters": []
 +
  }
 +
}
  
 
[[Category:REST API calls]]
 
[[Category:REST API calls]]

Revision as of 20:47, 28 November 2015

Returns details about a specific user.

Resource URL

https://api.sofurry.com/v3/user/details

<html><a href="test">test</a> </html>

Parameters

userID The ID of the user for whom to return results for.

Example Values: 12345

adult If the description should be the adult or clean one

Example Values: true


Example Request

GET
https://api.sofurry.com/v3/user/details?userID=379876&adult=false

Example Result

{
  "success": "true",
  "data": {
    "id": "379876",
    "username": "TerraBAS",
    "useralias": "terrabas",
    "description": "<span style=\"color:rgb(89,89,89);\"><strong>Hey there, welcome <span class=\"sac\">to</span></strong><strong> my page!</strong><br style=\"color:rgb(0,0,0);font-family:Arial, serif;line-height:16.7999992370605px;\" />My name is TerraBAS, but I'm mostly called Terra.<br /><br style=\"color:rgb(0,0,0);font-family:Arial, serif;line-height:16.7999992370605px;\" />I'm an Austrian, playful husky that is unbelievably fluffy :3<br /><br style=\"color:rgb(0,0,0);font-family:Arial, serif;line-height:16.7999992370605px;\" />Things I love to do:<br style=\"color:rgb(0,0,0);font-family:Arial, serif;line-height:16.7999992370605px;\" />Hangin' out with friends, some sports (like cycling), programming (especially C# and Java), producing music, drawing, and much more...<br /><br style=\"color:rgb(0,0,0);font-family:Arial, serif;line-height:16.7999992370605px;\" />If you want to know more about me, just send me a PM or add me on Skype, I don't bite ;P<br /><br /><br style=\"color:rgb(0,0,0);font-family:Arial, serif;line-height:16.7999992370605px;\" />Also, I'm the programmer of the SoFurry Android app, so if you have any questions or feedback, you can tell me.<br /></span><br />",
    "species": "Husky",
    "mateshipstatus": "5",
    "gender": "1",
    "sexualorientation": "3",
    "country": "Austria",
     "bannerURL": "https://www.sofurryfiles.com/std/banner?user=379876",
     "avatarURL": "https://www.sofurryfiles.com/std/avatar?user=379876&character=0&clevel=0",
    "profileViewCount": "502",
    "submissionCount": "1",
    "submissionViewCount": "26",
    "commentCount": "1",
    "commentPostedCount": "4",
    "iswatched": false,
    "loves": "",
    "likes": "",
    "tolerates": "",
    "hates": "",
    "groups": [
      {
        "groupName": "Canine Furries",
        "groupID": "91",
        "userlevel": "0"
      },
      {
        "groupName": "Austrian Furs / Austrofurs",
        "groupID": "116",
        "userlevel": "0"
      },
      {
        "groupName": "Squeaky Clean Club",
        "groupID": "182",
        "userlevel": "0"
      },
      {
        "groupName": "SoFurry Ambassadors",
        "groupID": "3009",
        "userlevel": "0"
      },
        ...
    ],
    "friends": [
      {
        "username": "Toumal",
        "id": "13",
        "friendlevel": "2"
      },
      {
        "username": "Raul",
        "id": "1748",
        "friendlevel": "2"
      },
      {
        "username": "Goddy",
        "id": "5661",
        "friendlevel": "2"
      },
        ...
    ],
    "characters": []
  }
}