Fikun API

Fikun's API Documentation 
« Back to blog

List Info

Returns the information for a given list id

URI Resource

http://api.fikun.com/list/list_id.format

Formats

json, xml, rss, atom, php

Required Parameters

  • list_id — list identificator
  • format — format of the response

Optional Parameters

  • none

Response Values

  • id — list id
  • title — list title
  • link — list link
  • description — list short description
  • image — list image
  • items — number of items of the list
  • user — list creator
  • user_link — list creator profile link
  • user_avatar — list creator avatar

Example

http://api.fikun.com/list/1.json

Will return information for the list with ID 1

Comments (0)

Leave a comment...