# Retrieve a list of pronoun data sources **GET /sources** Get a list of all sources used for pronoun data. ## Servers - Main (production) server: https://pronouns.page/api (Main (production) server) - Language-specific server: https://en.pronouns.page/api (Language-specific server) ## Parameters ## Responses ### 200 A JSON array of sources #### Body: application/json (array[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]) ### 500 Internal server error #### Body: application/json (object) - **error** (string) [Powered by Bump.sh](https://bump.sh)