opencontext.projects
mock data$0.001 / callSearch Open Context Excavation Projects
Search for archaeological excavation projects and collections published in Open Context. Returns a paginated list of matching projects with label, URI, publication date, and last update date. Each project represents a distinct archaeological investigation — from major multi-season excavations (e.g. Petra Great Temple Excavations, Murlo, Kenan Tepe) to regional surveys (e.g. Eastern Korinthia Archaeological Survey) and collaborative datasets (e.g. Digital Index of North American Archaeology — DINAA). Use the returned URI path segment as the UUID in opencontext.archaeology.detail (with item_type="projects") to retrieve full project metadata including description, geographic coverage, contributors, and linked data. Combine with opencontext.archaeology.search to find specific item types within a known project (not yet supported via API — use facets for project-based counts).
Input schema
Number of project results to return (1–50, default 10).
Search query for archaeological excavation projects or collections (e.g. "Turkey", "Roman", "DINAA", "Petra"). Use an empty string "" to browse all available projects.
Zero-based pagination offset for browsing large result sets (default 0).
Call via REST
curl -X POST https://unifyapi.pro/api/call/opencontext.projects \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"rows":0,"query":"<query>","start":0}'