Skip to main content

Random Generator is a simple tool for generating random data. It returns random data such as numbers, strings, and more.

Project description

Random Data Generator API

Random Generator is a simple tool for generating random data. It returns random data such as numbers, strings, and more.

Build Status Code Climate Prod Ready

This is a Python API Wrapper for the Random Data Generator API


Installation

pip install apiverve-randomdatagenerator

Configuration

Before using the randomgenerator API client, you have to setup your account and obtain your API Key.
You can get it by signing up at https://apiverve.com


Usage

The Random Data Generator API documentation is found here: https://docs.apiverve.com/api/randomgenerator.
You can find parameters, example responses, and status codes documented here.

Setup

# Import the client module
from apiverve_randomdatagenerator.apiClient import RandomgeneratorAPIClient

# Initialize the client with your APIVerve API key
api = RandomgeneratorAPIClient("[YOUR_API_KEY]")

Perform Request

Using the API client, you can perform requests to the API.

Define Query
query = { "type": "number",  "count": 1 }
Simple Request
# Make a request to the API
result = api.execute(query)

# Print the result
print(result)
Example Response
{
  "status": "ok",
  "error": null,
  "data": {
    "type": "phone",
    "count": 10,
    "data": [
      "1-913-327-1537 x139",
      "651.528.3544 x202",
      "979.679.2169 x025",
      "829-727-1753 x2361",
      "525.225.9233",
      "1-633-448-8855",
      "(981) 451-9319",
      "688-342-6662",
      "338-387-9393",
      "1-723-502-0037 x8443"
    ]
  }
}

Customer Support

Need any assistance? Get in touch with Customer Support.


Updates

Stay up to date by following @apiverveHQ on Twitter.


Legal

All usage of the APIVerve website, API, and services is subject to the APIVerve Terms of Service and all legal documents and agreements.


License

Licensed under the The MIT License (MIT)

Copyright (©) 2024 APIVerve, and Evlar LLC

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

apiverve_randomdatagenerator-1.1.2.tar.gz (6.8 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file apiverve_randomdatagenerator-1.1.2.tar.gz.

File metadata

File hashes

Hashes for apiverve_randomdatagenerator-1.1.2.tar.gz
Algorithm Hash digest
SHA256 833de42095ba2dbac76f8cfc60751ff528ef71f00cb215f744a79bc125f2a5d3
MD5 2534082fab631669575b0575c5d89fda
BLAKE2b-256 21b0ba30aee24cb1e2ea4aaa170243420e595b469cbc919ae078a291b32cebe2

See more details on using hashes here.

File details

Details for the file apiverve_randomdatagenerator-1.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for apiverve_randomdatagenerator-1.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b4860bd91858e5251835798351ba2eb58d25381d8ea4422c37fc2ea83e9d04c1
MD5 482b083c740ee78b6dd7f2debdb208e3
BLAKE2b-256 9f1f8e9f9d8cd2b3a4a0faa362dbfd7b484bf55997656ef150353238563553d7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page