UnifyAPI
← Back to catalog

opencontext.projects

mock data$0.001 / call

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

Science & Researchprovider: Opencontext#opencontext#science

Input schema

rows

Number of project results to return (1–50, default 10).

integer
queryrequired

Search query for archaeological excavation projects or collections (e.g. "Turkey", "Roman", "DINAA", "Petra"). Use an empty string "" to browse all available projects.

string
start

Zero-based pagination offset for browsing large result sets (default 0).

integer

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

Try it

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