Skip to content
Other

core.ac.uk

CORE API v2 sandbox and mock API

<p style="text-align: justify;">You can use the CORE API to access the resources harvested and enriched by CORE. If you encounter any problems with the API, please <a href="/contact">report them to us</a>.</p> <h2>Overview</h2> <p style="text-align: justify;">The API is organised by resource type. The resources are <b>articles</b>, <b>journals</b> and <b>repositories</b> and are represented using Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
18
Collections
-
Event types
-
example request
curl https://your-core-ac-uk.slurry.io/api-v2/articles/get/123 \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version 2.0.

What gets simulated

Collections, relationships and state machines are worked out from the spec when you start the simulation.

  • State. Creates, updates and deletes persist and show up in later reads.
  • Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
  • Webhooks. Every change emits a signed, retried event.
  • Failure. Per-endpoint errors, latency and chaos rules, on demand.

Operations

First 12 of 18.

  • POST/articles/dedup
  • POST/articles/get
  • GET/articles/get/{coreId}
  • GET/articles/get/{coreId}/download/pdf
  • GET/articles/get/{coreId}/history
  • POST/articles/search
  • GET/articles/search/{query}
  • POST/articles/similar
  • POST/journals/get
  • GET/journals/get/{issn}
  • POST/journals/search
  • GET/journals/search/{query}
CORE API v2 sandbox and mock API | Slurry