Old OpenAlex API documentation
  • Overview
  • Quickstart tutorial
  • API Entities
    • Entities overview
    • 📄Works
      • Work object
        • Authorship object
        • Location object
      • Get a single work
      • Get lists of works
      • Filter works
      • Search works
      • Group works
      • Get N-grams
    • 👩Authors
      • Author object
      • Get a single author
      • Get lists of authors
      • Filter authors
      • Search authors
      • Group authors
      • Limitations
      • Author disambiguation
    • 📚Sources
      • Source object
      • Get a single source
      • Get lists of sources
      • Filter sources
      • Search sources
      • Group sources
    • 🏫Institutions
      • Institution object
      • Get a single institution
      • Get lists of institutions
      • Filter institutions
      • Search institutions
      • Group institutions
    • 💡Topics
      • Topic object
      • Get a single topic
      • Get lists of topics
      • Filter topics
      • Search topics
      • Group topics
    • 🗝️Keywords
    • 🏢Publishers
      • Publisher object
      • Get a single publisher
      • Get lists of publishers
      • Filter publishers
      • Search publishers
      • Group publishers
    • 💰Funders
      • Funder object
      • Get a single funder
      • Get lists of funders
      • Filter funders
      • Search funders
      • Group funders
    • 🌎Geo
      • Continents
      • Regions
    • 💡Concepts
      • Concept object
      • Get a single concept
      • Get lists of concepts
      • Filter concepts
      • Search concepts
      • Group concepts
    • Aboutness endpoint (/text)
  • How to use the API
    • API Overview
    • Get single entities
      • Random result
      • Select fields
    • Get lists of entities
      • Paging
      • Filter entity lists
      • Search entities
      • Sort entity lists
      • Select fields
      • Sample entity lists
      • Autocomplete entities
    • Get groups of entities
    • Rate limits and authentication
  • Download all data
    • OpenAlex snapshot
    • Snapshot data format
    • Download to your machine
    • Upload to your database
      • Load to a data warehouse
      • Load to a relational database
        • Postgres schema diagram
  • Additional Help
    • Tutorials
    • Report bugs
    • FAQ
Powered by GitBook
On this page
  • description
  • display_name
  • domain
  • field
  • id
  • ids
  • keywords
  • subfield
  • updated_date
  • works_count
  1. API Entities
  2. Topics

Topic object

PreviousTopicsNextGet a single topic

Last updated 1 year ago

These are the fields in a topic object. When you use the API to get a or , this is what's returned.

description

String: A description of this topic, .

description: "This cluster of papers explores the intersection of artificial intelligence and medicine, focusing on applications in healthcare, medical imaging, clinical decision support, and the ethical challenges associated with AI implementation. It delves into topics such as machine learning, big data, precision medicine, and the potential impact of AI on health equity."

display_name

String: The English-language label of the topic.

display_name: "Artificial Intelligence in Medicine"

domain

Object: The ID and the name (display_name) for the domain of this topic. The domain is the highest level in the "domain, field, subfield, topic" system, which means it is the least granular. See the for more explanation and a diagram.

domain: {
    id: 4,
    display_name: "Health Sciences"
}

field

Object: The ID and the name (display_name) for the field of this topic. The field is the second-highest level in the "domain, field, subfield, topic" system, which means it is the second-least granular. See the for more explanation and a diagram.

field: {
    id: 27,
    display_name: "Medicine"
}

id

String: The OpenAlex ID for this topic.

id: "https://openalex.org/T11636"

ids

Object: All the external identifiers that we know about for this topic. IDs are expressed as URIs whenever possible. Possible ID types:

  • wikipedia (String: this topic's Wikipedia page URL)

ids: {
    openalex: "https://openalex.org/T11636",
    wikipedia: "https://en.wikipedia.org/wiki/Artificial_intelligence_in_healthcare"
}

keywords

keywords: [
    "Artificial Intelligence",
    "Machine Learning",
    "Healthcare",
    "Medical Imaging",
    "Clinical Decision Support",
    ...
]

subfield

subfield: {
    id: 2718,
    display_name: "Health Informatics"
}

updated_date

updated_date: "2024-02-05T05:00:03.798420"

works_count

Integer: The number of works tagged with this topic.

works_count: 21737 

openalex (String: this topic's . Same as )

List: Keywords consisting of one or several words each, meant to represent the content of the papers in the topic. These keywords were generated as part of the . For now, they are provided as-is, but we will be providing more support and documenting them more thoroughly.

Object: The ID and the name (display_name) for the subfield of this topic. The subfield is the third-highest level in the "domain, field, subfield, topic" system, which means it is the third-least granular. See the for more explanation and a diagram.

String: The last time anything in this topic object changed, expressed as an date string. This date is updated for any change at all, including increases in various counts.

💡
single topic
lists of topics
generated by AI
topics overview
topics overview
AI model
topics overview
ISO 8601
Topic.id
OpenAlex ID