Get a single topic
Last updated
Last updated
It's easy to get a topic from the API with: /topics/<entity_id>
. Here's an example:
Get the topic with the C71924100
:
That will return a object, describing everything OpenAlex knows about the topic with that ID:
You can use select
to limit the fields that are returned in a topic object. More details are .
Display only the id
and display_name
for a topic object