# Urban Dictionary Light ```bash curl --request GET \ --url 'https://mashape-community-urban-dictionary.p.rapidapi.com/define?term=$${PARAMETER_GOES_HERE}' \ --header 'X-RapidAPI-Host: mashape-community-urban-dictionary.p.rapidapi.com' \ --header 'X-RapidAPI-Key: 2a89f6d76cmshd1d3fb58510a952p146410jsnb92a8ec6c9cd' ```