Skip to content

Commit 7135195

Browse files
committed
Add funder count publisher breakdown examples
1 parent 6810939 commit 7135195

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Diff for: rest_api_koans.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,17 @@ Interesting. There is licnese information in there and full text links.
8585

8686
http://api.crossref.org/works?filter=has-funder:true&rows=0
8787

88-
It would be inetersting to drill-down and see specifics for CrossRef members
88+
## See how many Hindawi works have funder information
89+
90+
http://api.crossref.org/members/98/works?filter=has-funder:true&rows=0
91+
92+
or
93+
94+
http://api.crossref.org/works?filter=member:98,has-funder:true&rows=0
95+
96+
## See how many Elsevier works have funder information
97+
98+
http://api.crossref.org/member/78/works?filter=has-funder:true&rows=0
8999

90100
## How many member publishers CrossRef has
91101

0 commit comments

Comments
 (0)