{"id":"32d94649-3462-4084-9dd8-3be57ed795d7","task":"Retrieve Pexels curated photos and popular videos feeds for a rotating homepage or featured-content section","domain":"api.pexels.com","steps":["Authenticate with the 'Authorization: YOUR_API_KEY' header as with search endpoints","Call GET https://api.pexels.com/v1/curated to get a continually updated list of hand-picked photos, using page/per_page for pagination","Call GET https://api.pexels.com/v1/videos/popular for trending videos, optionally filtering with min_width and min_height to enforce a minimum resolution","Cache results client-side between refresh cycles since curated content changes over time rather than per-request","Combine with GET https://api.pexels.com/v1/photos/:id or /v1/videos/videos/:id to fetch full detail for a single item selected from the feed"],"gotchas":["The curated and popular endpoints still count against the same monthly/hourly rate limit as search calls, so polling them frequently can exhaust quota","The single-video detail endpoint path is /v1/videos/videos/:id (videos appears twice), which is easy to mistype as /v1/videos/:id","There is no query parameter on curated/popular endpoints; filtering must be done client-side after retrieval, or by switching to the search endpoint instead"],"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/32d94649-3462-4084-9dd8-3be57ed795d7"}