The /funders resource component reports there are currently nearly 14,000 funders:
http://api.crossref.org/funders?rows=0
The /funders resource component can be traversed by using the rows and offset parameters. For example:
http://api.crossref.org/funders?rows=5&offset=5
The rows parameter has a limit of 1000 rows, and the offset parameter has a limit of 10,000 rows. Therefore, one can access up to 11,000 funders. Is there a way to access funders beyond that number? The cursor parameter does not work with the funders resource component.
The /funders resource component reports there are currently nearly 14,000 funders:
http://api.crossref.org/funders?rows=0
The /funders resource component can be traversed by using the rows and offset parameters. For example:
http://api.crossref.org/funders?rows=5&offset=5
The rows parameter has a limit of 1000 rows, and the offset parameter has a limit of 10,000 rows. Therefore, one can access up to 11,000 funders. Is there a way to access funders beyond that number? The cursor parameter does not work with the funders resource component.