Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/syntaxerror019/random-words-api
- Owner: syntaxerror019
- Created: 2023-12-26T19:48:42.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-06T23:30:44.000Z (10 months ago)
- Last Synced: 2024-02-07T00:30:45.671Z (10 months ago)
- Topics: api, application, python, random, vercel, words
- Language: Python
- Homepage: https://randomwordsapi.vercel.app/
- Size: 4.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.