Get lists of entities
Last updated
Last updated
It's easy to get a list of entity objects from from the API:/<entity_name>
. Here's an example:
Get a list of all the topics in OpenAlex:
This query returns a meta
object with details about the query, a results
list of objects, and an empty list:
Listing entities is a lot more useful when you add parameters to , , , and them. Keep reading to learn how to do that.