# Retrieve a specific pronoun data source **GET /sources/{id}** Get details of a specific pronoun data source 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 pronoun data source. ## Responses ### 200 A JSON object representing the pronoun data source #### Body: application/json (object) - **id** (string) - **locale** (string) - **pronouns** (string) - **type** (string) - **author** (string) - **title** (string) - **extra** (string) - **year** (integer) - **fragments** (string) - **comment** (string | null) - **link** (string | null) - **submitter_id** (string) - **approved** (integer) - **deleted** (integer) - **base_id** (string | null) - **key** (string | null) - **images** (string | null) - **spoiler** (integer) - **submitter** (string) - **versions** (array[string | null]) ### 404 Source 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)