Geo API Docs
The Geo API is a public GraphQL endpoint that lets you read everything published to the Geo knowledge graph — spaces, entities, types, properties, relations, and more.
This site has three parts:
- Getting Started — what the API is, how to make your first request, and the core concepts you need to know.
- Cookbook — task-oriented recipes for the things curators actually do (querying a space, finding type IDs, paginating, filtering by relation, etc.).
- Reference — the full schema. Every query, every type, every enum, auto-generated from the live introspection schema.
If you've never used the API before, start with Getting Started.
If you already know what you want and just need the schema, jump to Reference.