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
:
https://api.openalex.org/topics/T11636
That will return a Topic
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 here.
Display only the id
and display_name
for a topic object
https://api.openalex.org/topics/T11636?select=id,display\_name