---
title: "GET /name/{concept-type}/{specific-concept}.json"
method: GET
path: "/name/{concept-type}/{specific-concept}.json"
---

# GET /name/{concept-type}/{specific-concept}.json

`GET /name/{concept-type}/{specific-concept}.json`

## Path parameters

- `concept-type` 'nytd_geo' | 'nytd_per' | 'nytd_org' | 'nytd_des', required
- `specific-concept` string, required

## Query parameters

- `fields` 'all' | 'pages' | 'ticker_symbol' | 'links' | 'taxonomy' | 'combinations' | 'geocodes' | 'article_list' | 'scope_notes' | 'search_api_query'
- `query` string, required

## Response `200`

An array of Concepts

- object
  - `status` string
  - `copyright` string
  - `num_results` integer
  - `results` Concept[]
    - `concept_id` integer
    - `concept_name` string
    - `is_times_tag` integer
    - `concept_status` string
    - `vernacular` string
    - `concept_type` string
    - `concept_created` string
    - `concept_updated` string
    - `taxonomy` object[]
      - `source_concept_id` integer
      - `target_concept_id` integer
      - `source_concept_name` string
      - `target_concept_name` string
      - `source_concept_type` string
      - `target_concept_type` string
      - `source_concept_vernacular` string
      - `target_concept_vernacular` string
      - `taxonomic_relation` string
      - `taxonomic_verification_status` string
    - `links` object[]
      - `concept_id` integer
      - `concept_name` string
      - `concept_status` string
      - `is_times_tag` integer
      - `concept_type` string
      - `link_id` integer
      - `relation` string
      - `link` string
      - `link_type` string
      - `mapping_type` string
    - `search_api_query` string
    - `article_list` object
      - `results` object[]
        - `body` string
        - `byline` string
        - `concepts` object
          - `nytd_des` string[]
          - `nytd_org` string[]
          - `nytd_per` string[]
        - `date` string
        - `document_type` string
        - `title` string
        - `type_of_material` string
        - `url` string
      - `total` integer
    - `scope_notes` object[]
      - `scope_note` string
      - `scope_note_name` string
      - `scope_note_type` string
    - `combinations` object[]
      - `combination_source_concept_id` integer
      - `combination_source_concept_name` string
      - `combination_source_concept_type` string
      - `combination_target_concept_id` integer
      - `combination_target_concept_name` string
      - `combination_target_concept_type` string
      - `combination_note` string
    - `ancestors` ConceptRelation[]
      - `concept_id` integer
      - `concept_name` string
      - `is_times_tag` integer
      - `concept_status` string
      - `vernacular` string
      - `concept_type` string
      - `concept_created` string
      - `concept_updated` string
    - `descendants` ConceptRelation[]
      - `concept_id` integer
      - `concept_name` string
      - `is_times_tag` integer
      - `concept_status` string
      - `vernacular` string
      - `concept_type` string
      - `concept_created` string
      - `concept_updated` string

---

[API](https://skmtc.dev/nytimes/apis/semantic-api.md) · [All operations](https://skmtc.dev/nytimes/apis/semantic-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nytimes/semantic-api/revisions/d1954fcd0550/schema)
