API

Collections abrufen

GET https://api.mave.io/v1/collections

Listen Sie alle Sammlungen aus einem Bereich auf. Erfordert das API-Token.

Abfrageparameter

Param Typ
page ganze Zahl
per_page Ganzzahl (max. 100)

Antwort

{
  "current_page": 1, // the page you are looking at
  "data": [
    {
      "created": 1683272297,
      "id": "zlb1cnE31EQetyx",
      "name": "test", // name of the collection
      "object": "collection", // type of the object
      "video_count": 3 // the amount of videos in this collection
    },
    {
      "created": 1683190633,
      "id": "zlb1cAvWg15i9NW",
      "name": "Collection",
      "object": "collection",
      "video_count": 0
    }
  ], // all the collections that have been created
  "has_more": false, // the possibility whether there are more video embeds to retrieve
  "object": "list", // the type of object you're looking at
  "total_items": 2, // the total of video embeds
  "total_pages": 1 // the total pages that are available
}
🍪 Klicken Sie auf „Akzeptieren“, um zu bestätigen, dass Sie damit einverstanden sind, dass wir keine Cookies verwenden. Ja, dieses Banner ist nur zur Ansicht da!
Akzeptieren