Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/syntaxerror019/random-words-api

An API that can be used to generate random words, along with their definitions too!
https://github.com/syntaxerror019/random-words-api

api application python random vercel words

Last synced: 7 days ago
JSON representation

An API that can be used to generate random words, along with their definitions too!

Awesome Lists containing this project

README

        

## Note: This project is now hosted on repl.it, as vercel's serverless websites caused problems with some programming languages. Please use the Repl version of Random-Word-Api. Thanks!

# Random Word API

This is an API that can be used to find random words and their definitions. You can specify different parameters to customize the response in order to suit the needs of your project.

## Demo

(Note as of 12/27/23: The following vercel URLs will redirect you the Repl version of this API. Please do not use the following links in your API!)
View the live demo using one of the following links:

[https://randomwordsapi.vercel.app/](https://randomwordsapi.vercel.app/)

[https://rando-word.vercel.app/](https://rando-word.vercel.app/)

[https://rando-word-api.vercel.app/](https://rando-word-api.vercel.app/)

(They all do the same thing)

## How to use it

Visit the main page of the website [here](https://rando-word-api.vercel.app/) and check out the endpoints supported.

## Notes

You may call the API 30 times per minute, or you will get rate-limited. If you need a higher quota, reach out to me with your specific scenario or deploy this API locally and remove the rate-limiting functionality from the code.

## Running Locally

```bash
npm i -g vercel
vercel dev
```

Your Flask application is now available at `http://localhost:3000`.