https://github.com/darckfast/urban-dict
This API retrieves entries from Urban Dictionary, and return them formatted as plain text
https://github.com/darckfast/urban-dict
streamelements twitch urbandictionary vercel
Last synced: 12 months ago
JSON representation
This API retrieves entries from Urban Dictionary, and return them formatted as plain text
- Host: GitHub
- URL: https://github.com/darckfast/urban-dict
- Owner: Darckfast
- Created: 2024-03-18T15:28:08.000Z (over 2 years ago)
- Default Branch: cf-worker
- Last Pushed: 2025-03-22T12:01:13.000Z (over 1 year ago)
- Last Synced: 2025-03-22T12:28:13.256Z (over 1 year ago)
- Topics: streamelements, twitch, urbandictionary, vercel
- Language: Go
- Homepage: https://darckfast.com/api/urban
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Urban dict
This API retrieves entries from Urban Dictionary, and return them formatted as plain text
It also has a 10 seconds cache for random entries ( without the term ), meaning it's essential to pass the argument `channel` in the URL
The max characters are capped at 400
## StreamElements
To set up this using StreamElements, add a custom command with the following
```
${customapi.https://darckfast.com/api/urban?term=${pathescape ${0:}}&channel=$(channel)}
```
### Usage
A term can be informed or not, in case it's empty, a random entry will be returned
```
!urban
!urban glizzy
```