Limitations
Works with more than 100 authors are truncated
When retrieving a list of works in the API, the authorships
list within each work will be cut off at 100 authorships objects in order to keep things running well. When this happens the boolean value is_authors_truncated
will be available and set to true
. This affects a small portion of OpenAlex, as there are around 35,000 works with more than 100 authors. This limitation does not apply to the data snapshot.
Example list of works with truncated authors
https://api.openalex.org/works?filter=authors\_count:>100
To see the full list of authors, go to the individual record for the work, which is never truncated.
Work with all 249 authors available
https://api.openalex.org/works/W2168909179
This affects filtering as well. So if you filter works using an author ID or ROR, you will not receive works where that author is listed further than 100 places down on the list of authors. We plan to change this in the future, so that filtering works as expected.
Last updated