computerscience.co.uk

Open data

Datasets

The structured data behind this site, free to download and reuse. Each dataset is generated from the same sources as the pages, so it carries the same review dates and citations, and it stays current as the site is updated. Use it in teaching, research, tools, or to ground an AI system.

Licence

The compiled datasets are licensed CC BY 4.0: use them for anything, including commercially, with attribution to computerscience.co.uk (a link is perfect). Underlying facts sourced from Wikidata are public domain (CC0), and status-code meanings follow RFC 9110.

Use it

$ curl https://computerscience.co.uk/data/timeline.json

// or in JavaScript
const data = await fetch('https://computerscience.co.uk/data/universities.json')
  .then(r => r.json());

Stable URLs, no key, CORS-open, JSON only. Each file carries its own generated, lastReviewed, license and sources fields.