GET /banner/{pronoun}.png

Get a PNG image badge for a specific pronoun set by its canonical name.

Path parameters

  • pronoun string Required

    The canonical name of the pronoun set (e.g., "they/them").

Responses

  • 200 image/png

    A PNG image badge representing the pronoun set

  • 404 application/json

    Pronoun set not found

    Hide response attribute Show response attribute object
    • error string
  • 500 application/json

    Internal server error

    Hide response attribute Show response attribute object
    • error string
GET /banner/{pronoun}.png
curl \
 --request GET 'https://pronouns.page/api/banner/{pronoun}.png'
Response examples (404)
{
  "error": "Pronoun set not found"
}
Response examples (500)
{
  "error": "Internal server error"
}