Developers

A public interface for machine systems

The public API exposes Entries, search, categories, sources, relations and the knowledge graph.

Discovery

/api/v1/

Machine discovery point with the available interfaces.

Health

/api/v1/health.php

Service state, version and graph state.

Entries

/api/v1/entries.php

Paginated list of published Entries.

Entry

/api/v1/entry.php?id=ENT-...

Structured record with computed fields.

Search

/api/v1/search.php?q=...

Weighted search with tolerance for variations.

Graph

/api/v1/graph.php

Public projection of nodes and relations.

Relations

/api/v1/relations.php

Validated relations between Entries.

Sources

/api/v1/sources.php

Public sources and provenance by Entry.

Stats

/api/v1/stats.php

Corpus, graph and update statistics.

OpenAPI

/api/v1/openapi.json

Machine contract for the public API.

Taxonomy

/api/v1/taxonomy.php

Currently published categories and types.