Warning: file_put_contents(/opt/frankenphp/design.onmedianet.com/storage/proxy/cache/1c03af85cb01051a69e00ef8e7f974c1.html): Failed to open stream: No space left on device in /opt/frankenphp/design.onmedianet.com/app/src/Arsae/CacheManager.php on line 36

Warning: http_response_code(): Cannot set response code - headers already sent (output started at /opt/frankenphp/design.onmedianet.com/app/src/Arsae/CacheManager.php:36) in /opt/frankenphp/design.onmedianet.com/app/src/Models/Response.php on line 17

Warning: Cannot modify header information - headers already sent by (output started at /opt/frankenphp/design.onmedianet.com/app/src/Arsae/CacheManager.php:36) in /opt/frankenphp/design.onmedianet.com/app/src/Models/Response.php on line 20
Api

The Gold Book API v1.1 (11/15/23)

While we expect a lot of humans to stop by the Gold Book, it's about time that the vocabulary be friendly towards computers and have set up an application programming interface (API) so they may download a bunch of stuff. Here is the overview of the API and we are working on additional documentation. (click the headers below to toggle what's visible.

Endpoint/Notes Example(s)
/terms/index/all/[format]/[download]
List of terms in the Gold Book
[format]: (html), xml, json (rest are ignored)
[download]: (""), download (rest are ignored)
/terms/index/all
/terms/index/all/xml
/terms/index/all/json/download
/terms/view/[identifier]/[format]/[download]
A term from the Gold Book
[identifier]: term code or id
[format]: (html), xml, json (rest are ignored)
[download]: (""), download (rest are ignored)
/terms/view/A00001
/terms/view/P04409/json
/terms/view/ZT07132/xml/download
Endpoint/Notes Example(s)
/sources/index/[scope]/[format]/[download]
List of sources referenced in the Gold Book
[scope]: (all), first letter of title
[format]: (html), xml, json (rest are ignored)
[download]: (""), download (rest are ignored)
/sources/index/all (just "sources" works too)
/sources/index/all/xml
/sources/index/all/json/download
/sources/view/[identifier]/[format]/[download]
A source used in the Gold Book
[identifier]: source code, DOI (must escape the '/' first), or id
[format]: (html), xml, json (rest are ignored)
[download]: (""), download (rest are ignored)
/sources/view/PAC197230681
/sources/view/CODATA/json
/sources/view/G.B./xml/download