Fikun API

Fikun's API Documentation 
« Back to blog

Item Prices

Returns the list of prices for a given item ID

URI Resource

http://api.fikun.com/prices/item_id.format

Formats

json, xml, rss, atom, php

Required Parameters

  • item_id — item identification
  • format — format of the response

Optional Parameters

  • sort — STRING: specifies the order of the prices returned. Values accepted are self-explanatory: id_desc (default), id_asc, price_desc, price_asc
  • offset — INT: specifies the offset of the returned items in the list for that order
  • limit — INT [0-10]: specifies the limit of items to return, default is 5

Response Values

  • id — price id
  • price — price multiplied by 100 to avoid decimals (4900 = 49.00, 3250 = 32.50)
  • currency — currency ISO name
  • title — full title
  • link — link of the item

Example

http://api.fikun.com/prices/1150.json

Will return all prices for item with ID 1150.

 

Will return all items from user alex, within category 100 (all books), tagged as fiction, marked as 'have' true and limited to 3 items

Comments (0)

Leave a comment...