Skip to main content

Get list of collections

GET 

/collections

List of collections. All series are inside a "collections" element, current page and next page are specified outside the collections element.

Request

Query Parameters

    page stringrequired

    Page of collections to return (default is set to 1)

    Example: 1
    search stringrequired

    String to search collections by title

    Example: text
    order stringrequired

    Order to return collections (default desc)

    Example: desc
    category_ids[] stringrequired

    Category ids to attach on this collection

    Example: 7789

Header Parameters

    Accept stringrequired
    Example: application/json

Responses

Response Headers

    Schema

      status stringrequired

      collections

      object[]

      required

    • Array [

    • tags stringrequired
      title stringrequired
      description stringrequired
      id stringrequired
      display_name stringrequired
      full_description stringrequired
      privacy stringrequired
      img_preview stringrequired
      img_preview_vertical stringrequired
      img_preview_background stringrequired
      img_preview_logo_title stringrequired
      total_live stringrequired
      total_videos stringrequired
      total_ondemand stringrequired
      category stringrequired
      trailer stringrequired
      views stringrequired
      show_views stringrequired
      likes_tot stringrequired
      show_likes stringrequired
      subtitles stringrequired
      on_sale stringrequired
      json_price stringrequired
      channel stringrequired
      access stringrequired
      channel_display_name stringrequired
      saved stringrequired
      geoblocking stringrequired
      android_products stringrequired
      ios_products stringrequired
      directors stringrequired
      actors stringrequired
      age_restriction stringrequired
      original_language stringrequired
      customfields stringrequired
      full_original_language stringrequired
      year stringrequired
      next_video_play stringrequired
      seo_title stringrequired
      seo_description stringrequired
      duration stringrequired
      show_ads_on_free stringrequired
    • ]

    Loading...