# Retrieve a specific terminology definition **GET /terms/search/{id}** Get details of a specific terminology definition by its ID. ## Servers - Main (production) server: https://pronouns.page/api (Main (production) server) - Language-specific server: https://en.pronouns.page/api (Language-specific server) ## Parameters ### Path parameters - **id** (integer) The ID of the terminology definition. ## Responses ### 200 A JSON object representing the terminology definition #### Body: application/json (object) - **id** (string) - **term** (string) - **original** (string) - **definition** (string) - **locale** (string) - **approved** (integer) - **base_id** (string | null) - **author_id** (string) - **deleted** (integer) - **flags** (array[string]) - **category** (string) - **images** (string) - **key** (string) - **author** (string) - **versions** (array[object]) ### 404 Term not found #### Body: application/json (object) - **error** (string) ### 500 Internal server error #### Body: application/json (object) - **error** (string) [Powered by Bump.sh](https://bump.sh)