---
title: "Get a single field"
method: GET
path: "/fields/{id}"
tags: ["Fields"]
---

# Get a single field

`GET /fields/{id}`

Retrieve a single field by its ID.

## Path parameters

- `id` string, required

## Query parameters

- `select` string
- `api_key` string, required

## Response `200`

Successful response

- Field — Second-level category in the topic hierarchy (26 total)
  - `id` string — The OpenAlex ID for this field.
  - `display_name` string — The English-language label of the field.
  - `description` string — A description of this field.
  - `display_name_alternatives` string[] — Alternate names for this field.
  - `domain` object — The parent [domain](/api-reference/domains)
    - `id` string
    - `display_name` string
  - `subfields` object[] — The subfields within this field. Each object has `id` and `display_name`.
    - `id` string
    - `display_name` string
  - `siblings` object[] — Other fields at the same level. Each object has `id` and `display_name`.
    - `id` string
    - `display_name` string
  - `ids` object — External identifiers:
    - `openalex` string
    - `wikidata` string
    - `wikipedia` string
  - `works_count` integer — The number of works tagged with topics in this field.
  - `cited_by_count` integer — Total citations to works in this field.
  - `works_api_url` string — A URL that returns all works tagged with this field.
  - `created_date` string, date — When this field was added to OpenAlex (ISO 8601 date).
  - `updated_date` string, date-time — When this field was last updated (ISO 8601 datetime).

## Other responses

- `404` — Entity not found
- `429` — Rate limit exceeded

---

[API](https://skmtc.net/openalex/apis/openalex-api.md) · [All operations](https://skmtc.net/openalex/apis/openalex-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openalex/openalex-api/revisions/60b6c8bd0799/schema)
