Skip to content
Moritz Horn edited this page Dec 16, 2024 · 6 revisions

GOKb APIs

GOKb supports a number of APIs specifically designed to make consuming and integrating easier.

Data Consuming APIs

These APIs allow software agents to extract data from GOKb. OAI Interfaces provide a standards based synchronization mechanism. Alternatively, the Opensearch API scoll endpoint returns records in a more compact JSON format, which also supports further filtering options. REST endpoints are generally used for CRUD operations of single items.

Data Submission APIs

Coreferencing

Documented in app at the /coreferencing page with more details here Co referencing Detail

See also :: There is a module called Sync Client Lib In the core repository which extends the OAI interface with change detection. This can be useful for implementers looking to get title level updates from the service.