Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.4sync
1.6.5sync
2 changes: 2 additions & 0 deletions src/api/index_v2.hf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

All the present operations return either a JSON document (default) or a CSV document according to the mimetype specified in the `Accept` header of the request. If you would like to suggest an additional operation to be included in this API, please use the [issue tracker](https://github.com/opencitations/api/issues) of the OpenCitations APIs available on GitHub.

`API calls are rate-limited to 180 requests/minute per IP address` to ensure fair usage and service availability. For large-scale data retrieval, please use the database dumps available at [download.opencitations.net](https://download.opencitations.net/).

If you are going to use the REST APIs within an application/code, we encourage you to get the [OpenCitations Access Token](https://opencitations.net/accesstoken) and specify it in the "authorization" header of your REST API call. Here is a usage example in Python:

<pre style="height: 150px"><code>
Expand Down
2 changes: 2 additions & 0 deletions src/api/meta_v1.hf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#html_meta_description OpenCitations Meta REST API: retrieve bibliographic metadata, authors, editors, venues using DOI, ORCID, PMID, OMID, ISBN, ISSN identifiers. Free access.
#description This is the REST API for OpenCitations Meta, the OpenCitations dataset containing bibliographic metadata associated with the documents involved in the citations stored in the OpenCitations Indexes. All the present operations return either a JSON document (default) or a CSV document according to the mimetype specified in the `Accept` header of the request. If you would like to suggest an additional operation to be included in this API, please use the [issue tracker](https://github.com/opencitations/api/issues) of the OpenCitations APIs available on GitHub.

`API calls are rate-limited to 180 requests/minute per IP address` to ensure fair usage and service availability. For large-scale data retrieval, please use the database dumps available at [download.opencitations.net](https://download.opencitations.net/).

If you are going to use the REST APIs within an application/code, we encourage you to get the [OpenCitations Access Token](https://opencitations.net/accesstoken) and specify it in the "authorization" header of your REST API call. Here is a usage example in Python:

<pre style="height: 150px"><code>
Expand Down