• Path: /v2/articles/collections
  • Method: GET (read)
  • Authentication required: yes
  • Output formats: all formats
  • Output type: list
  • Field description:
    • id (int): Collection number
    • title (string): Label
    • items (int): Number of items within this collection
  • Filter parameters:
    • collection=...: Comma-separated list of collection numbers
    • item=...: Comma-separated list of article numbers
    • withoutExpiring=1: Exclude items that will expire soon

This services provides access to our collection data.

Example

$ curl -s -o- -u :KEY 'https://rds.rasch.de/v2/articles/collections'
[{
  "id" : 2715,
  "name" : "Home Vision VI ReVl",
  "items" : 38
}, {
  "id" : 2719,
  "name" : "African Queen Vo.2  17 ViVl",
  "items" : 40
}, {
  "id" : 2725,
  "name" : "Florentine 17 ViVl",
  "items" : 45
}]