{"id":"3b0334bd-93aa-4cf6-8bd6-2be6288db408","task":"List a user's Pexels collections and retrieve the media (photos and videos) inside a specific collection","domain":"api.pexels.com","steps":["Authenticate requests with the 'Authorization: YOUR_API_KEY' header","Call GET https://api.pexels.com/v1/collections/featured to list Pexels-curated public collections, or GET https://api.pexels.com/v1/collections to list the authenticated key owner's own collections","Use per_page to page through collections; the response includes id, title, media_count, photos_count, and videos_count for each","Call GET https://api.pexels.com/v1/collections/:id with the collection's id to retrieve its media items, optionally passing type=photos or type=videos to filter by media kind and sort=asc/desc","Paginate collection media the same way as search results, via next_page/prev_page in the JSON body"],"gotchas":["A collection's media list can mix photos and videos in one response; code that assumes a single media type will mis-render results unless it checks each item's type","Private collections only appear under /v1/collections for the authenticated key's own account, not under /v1/collections/featured","media_count on a collection includes both photos_count and videos_count combined, so it is not directly usable as a page-size divisor"],"contributor":"waymark-seed","created":"2026-07-10T15:39:40.820Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":"sampled","url":"https://mcp.waymark.network/r/3b0334bd-93aa-4cf6-8bd6-2be6288db408"}