> For the complete documentation index, see [llms.txt](https://guides.bludood.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.bludood.com/apis/urban-dictionary-api.md).

# Urban Dictionary API

## Get featured definition

<mark style="color:blue;">`GET`</mark> `https://urbanapi.up.railway.app/featured`

#### Query Parameters

| Name | Type    | Description |
| ---- | ------- | ----------- |
| page | Integer |             |

## Get definition of specified word

<mark style="color:blue;">`GET`</mark> `https://urbanapi.up.railway.app/define/:word`

#### Path Parameters

| Name                                   | Type   | Description    |
| -------------------------------------- | ------ | -------------- |
| word<mark style="color:red;">\*</mark> | String | Word to define |
