@@ -170,7 +170,7 @@ curl -X GET \
170
170
https://api.crossref.org/works \
171
171
-H 'Authorization: Bearer yJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOi8vY3Jvc3NyZWYub3JnLyIsImF1ZXYZImVuaGFuY2VkY21zIiwianRpIjoiN0M5ODlFNTItMTFEQS00QkY3LUJCRUUtODFCMUM3QzE0OTZEIn0.NYe3-O066sce9R1fjMzNEvP88VqSEaYdBY622FDiG8Uq' \
172
172
-H 'User-Agent: GroovyBib/1.1 (https://example.org/GroovyBib/; mailto:[email protected] ) BasedOnFunkyLib/1.4'
173
- ```
173
+ ```
174
174
175
175
Note that you can still be "polite" and identify yourself as well. And, of course, replace the fake token above with the real token.
176
176
@@ -330,7 +330,7 @@ Parameters can be used to query, filter and control the results returned by the
330
330
| ` query ` | query terms |
331
331
| ` filter={filter_name}:{value} ` | filter results by specific fields |
332
332
| ` rows={#} ` | results per per page |
333
- | ` offset={#} ` (mak 10k) | result offset (user ` cursor ` for larger ` /works ` result sets) |
333
+ | ` offset={#} ` (max 10k) | result offset (user ` cursor ` for larger ` /works ` result sets) |
334
334
| ` sample={#} ` (max 100) | return random N results |
335
335
| ` sort={#} ` | sort results by a certain field |
336
336
| ` order={#} ` | set the sort order to ` asc ` or ` desc ` |
@@ -664,13 +664,13 @@ http://api.crossref.org/v1/works?facet=license:*&filter=member:78&rows=0
664
664
https://api.crossref.org/works?facet=license:*&filter=issn:2090-8091
665
665
```
666
666
667
- ** All works with an award numbered roughly ` 1 F31 MH11745 ` also awarded by funder with ID ` 10.13039/100000025 ` :
667
+ ** All works with an award numbered roughly ` 1 F31 MH11745 ` also awarded by funder with ID ` 10.13039/100000025 ` **
668
668
669
669
```
670
670
https://api.crossref.org/works?filter=award.number:1F31MH11745,award.funder:10.13039/100000025
671
671
```
672
672
673
- ** The number of DOIs that have references AND where references are ` open ` faceted by publisher name **
673
+ ** The number of DOIs that have references AND where references are ` open ` faceted by publisher name**
674
674
675
675
```
676
676
http://api.crossref.org/v1.0/works?filter=has-references:true,reference-visibility:open&facet=publisher-name:*&rows=0
0 commit comments