Skip to main content
GET
Get a single subfield

Authorizations

api_key
string
query
required

Your OpenAlex API key. Get a free key at https://openalex.org/settings/api

Path Parameters

id
string
required

Subfield ID (e.g., 1702 for Artificial Intelligence)

Query Parameters

select
string

Comma-separated list of fields to return. Reduces response size. Example: select=id,display_name,cited_by_count

api_key
string
required

Your OpenAlex API key (required). Get a free key at https://openalex.org/settings/api

Response

Successful response

Third-level category in the topic hierarchy (254 total)

id
string

The OpenAlex ID for this subfield.

Example:

"https://openalex.org/subfields/1702"

display_name
string

The English-language label of the subfield.

description
string

A description of this subfield.

display_name_alternatives
string[]

Alternate names for this subfield.

field
object

The field containing this subfield (parent level).

domain
object

The domain containing this subfield (top level of hierarchy).

topics
object[]

The topics within this subfield. Each object has id and display_name.

siblings
object[]

Other subfields at the same level (across all fields). Each object has id and display_name.

ids
object

External identifiers:

works_count
integer

The number of works tagged with topics in this subfield.

cited_by_count
integer

Total citations to works in this subfield.

works_api_url
string

A URL that returns all works tagged with this subfield.

created_date
string<date>

When this subfield was added to OpenAlex (ISO 8601 date).

updated_date
string<date-time>

When this subfield was last updated (ISO 8601 datetime).