Skip to content

Commit a8c0682

Browse files
committed
Add Zenodo as a data source in sources.md
1 parent 1e81518 commit a8c0682

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

sources.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,3 +168,29 @@ language edition of wikipedia. It runs on the Meta-Wiki API.
168168
- No API key required
169169
- Query limit: It is rate-limited only to prevent abuse
170170
- Data available through XML or JSON format
171+
172+
173+
## Zenodo
174+
175+
**Description:** Zenodo is a general-purpose open repository developed under the
176+
European OpenAIRE program and operated by CERN. It allows researchers to deposit
177+
research papers, data sets, research software, reports, and any other research
178+
related digital artifacts. All uploads are assigned a Digital Object Identifier
179+
(DOI) and are made available under various Creative Commons licenses or in the
180+
public domain.
181+
182+
**API documentation link:**
183+
- [Zenodo REST API Documentation](https://developers.zenodo.org/)
184+
- [Zenodo API Reference](https://zenodo.org/api/records)
185+
- [Base URL](https://zenodo.org/api/records)
186+
- [Zenodo Frontend](https://zenodo.org/)
187+
188+
**API information:**
189+
- No API key required
190+
- Query limit: Rate-limited to prevent abuse (supports up to 1000+ records per
191+
request)
192+
- Data available through JSON format
193+
- Supports search by various fields including license, resource type,
194+
publication date, and language
195+
- Provides structured license metadata through REST API
196+
- Maximum 300 records per request (implementation choice for reliability)

0 commit comments

Comments
 (0)