zenodo.communities
mock data$0.001 / callSearch Zenodo Communities
Search Zenodo communities — curated subject-specific collections maintained by researchers and institutions. Communities group related records by discipline, project, or institution (e.g. "astronomy", "bioinformatics", "EU Horizon projects", "CERN data"). Returns community ID, title, description, and URL. Each community has a dedicated landing page on Zenodo with all its member records. Use the community ID with the Zenodo website to browse records within a specific collection. Zenodo currently hosts 5,000+ communities covering all scientific disciplines.
Input schema
Page number for pagination (default 1).
Sort order: "bestmatch" (relevance), "newest", or "oldest". Default: bestmatch.
Number of communities to return (default 10, max 50).
Search term to filter communities by name or topic (e.g. "astronomy", "machine learning", "climate", "bioinformatics").
Call via REST
curl -X POST https://unifyapi.pro/api/call/zenodo.communities \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"page":0,"sort":"<sort>","limit":0,"query":"<query>"}'