Fikun API

Fikun's API Documentation 
« Back to blog

User Info

Return public information about a profile if it's public.

URI Resource

http://api.fikun.com/userinfo/user_name.format

Formats

json, xml, rss, atom, php

Required Parameters

  • user_name — user public nick
  • format — format of the response

Optional Parameters

  • none

Response Values

  • user_id — id of the user
  • user_name — nick of the user
  • link — profile url
  • avatar — avatar url
  • web — website information
  • info — short profile bio
  • reputation — user reputation

Example

http://api.fikun.com/userinfo/alex.json

Will retrieve info for user name "alex"

Comments (0)

Leave a comment...