Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polarspetroll/ciprand
random string generator API
https://github.com/polarspetroll/ciprand
api golang random-number-generators randomization reverseproxy ruby
Last synced: 10 days ago
JSON representation
random string generator API
- Host: GitHub
- URL: https://github.com/polarspetroll/ciprand
- Owner: polarspetroll
- Created: 2021-05-18T19:29:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-26T11:18:20.000Z (over 3 years ago)
- Last Synced: 2024-07-31T21:53:12.848Z (3 months ago)
- Topics: api, golang, random-number-generators, randomization, reverseproxy, ruby
- Language: Go
- Homepage: https://ciprand.p3p.repl.co?
- Size: 6.84 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- public-apis - Ciprand
- fucking-public-apis - Ciprand
- Awesome-API-Provider - Ciprand
- public-apis - Ciprand
README
# Ciprand
Random string generator API
### Parameters :
- len => Length of the strings (default 10)
- count => Number of random strings to be generated (Default 1)
---```
curl https://ciprand.p3p.repl.co/api?len=20&count=10
``````json
{
"Strings": [
"05015e9007c5c4942c808",
"18c0230fc85315417cff6",
"226144acf040e899ad691",
"e8875cd059d3f8f563be4",
"178bb8144094bce6a6d22",
"7591f21389c28838a6bc3",
"6c0332ed81ec1e41be773",
"2a476b18fb6ab7c19b346",
"08bdea1f1ee6a1e8952f4",
"1143f5d633c67a40d3a52"
],
"Count": 10,
"Length": 20
}
```##### Environment Variables :
- PORT => Listen port
This API uses reverse proxy for handling traffic. Make sure to pass the URL parameters.