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.
-
/data/timeline.jsonTimeline of computer science · -
/data/universities.jsonLeading computer science universities · -
/data/http-status-codes.jsonHTTP status codes ·
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());