Metadata Dumps
How to download OERSI metadata dumps
OERSI provides weekly updated JSON and MARC21 dumps. An overview of all available dumps can be found at https://oersi.org/dumps.
API description
dumps
Download metadata dump
GET
/dumps/oer_data.{format}
Parameters
name | type | data type | description |
---|---|---|---|
format |
(path) required | string | Format of the metadata dump. Check /dumps for available formats. Default format ndjson should always be available. |
Responses
http code | content-type | response |
---|---|---|
200 |
application/x-ndjson |
metadata dump |
Example cURL
curl -X GET https://oersi.org/dumps/oer_data.ndjson \
--user-agent "MyBot/1.0 (https://example.org/mybot/; mybot@example.org)"
curl -X GET https://oersi.org/dumps/oer_data.mrc.xml \
--user-agent "MyBot/1.0 (https://example.org/mybot/; mybot@example.org)"