different output from API

I got 24 items if I use this URL: https://api.zotero.org/users/1196880/collections/JVWI28V6/items?format=coins&itemType=-attachment&key=FyBV3cEsqkKhUKmDF3KqcXNy

I got 19 items if I use this URL:
https://api.zotero.org/users/1196880/collections/JVWI28V6/items?format=coins&key=FyBV3cEsqkKhUKmDF3KqcXNy

Correct number of items is 29:
https://api.zotero.org/users/1196880/collections/JVWI28V6/items?format=bib&itemType=-attachment&style=apa-cv&key=FyBV3cEsqkKhUKmDF3KqcXNy

What is wrong in code with "format=coins"?
  • edited May 1, 2016
    Similar problem is with https://api.zotero.org/users/1196880/collections/JVWI28V6/items?format=json&itemType=-attachment&key=FyBV3cEsqkKhUKmDF3KqcXNy
    25 items

    https://api.zotero.org/users/1196880/collections/JVWI28V6/items?key=FyBV3cEsqkKhUKmDF3KqcXNy
    19 items

    EDIT: it seems that only format=bib and format=keys (both together with &itemType=-attachment) get back correct number of items in collection.
  • I'm having this same issue. using format=bib returns the correct number, but other formats don't.

    Even worse, my actual library now seems to reflect the incorrect number rather than the correct number. Calling the API with format=bib returns all 1,000+ items, but my library only shows ~500, which is the same number I get when I call the API with JSON format.
Sign In or Register to comment.