UnifyAPI
← Back to catalog

zenodo.communities

mock data$0.001 / call

Search 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.

Science & Researchprovider: Zenodo#zenodo#science

Input schema

page

Page number for pagination (default 1).

integer
sort

Sort order: "bestmatch" (relevance), "newest", or "oldest". Default: bestmatch.

string
limit

Number of communities to return (default 10, max 50).

integer
query

Search term to filter communities by name or topic (e.g. "astronomy", "machine learning", "climate", "bioinformatics").

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.