# Retrieve pronoun-related events for a specific date **GET /calendar/{date}** Get a list of pronoun-related events happening on a specific date. ## 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 - **date** (string(date)) The date for which to retrieve pronoun-related events (format: YYYY-MM-DD). ## Responses ### 200 A JSON array of pronoun-related events for the specified date #### Body: application/json (object) - **day** (string(date)) - **link** (string) - **image** (string) - **message** (string) - **events** (array[string]) - **eventsRaw** (array[object]) ### 500 Internal server error #### Body: application/json (object) - **error** (string) [Powered by Bump.sh](https://bump.sh)