# 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 |
