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": [
      "761-970-7159 x99346",
      "735.598.2498 x6826",
      "721.609.6741",
      "1-999-943-5575 x77886",
      "919-716-6283 x26102",
      "(465) 351-9701 x68738",
      "668.408.3803",
      "(501) 811-6529 x777",
      "964-808-0135",
      "1-722-841-7354 x1228"
    ]
  },
  "code": 200
}

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.5.tar.gz (7.2 kB view details)

Uploaded Source

Built Distribution

File details

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

File metadata

File hashes

Hashes for apiverve_randomdatagenerator-1.1.5.tar.gz
Algorithm Hash digest
SHA256 122c20504c526ec26c6925789dc4e8373f894205618d2f1a4feac4ded7af88ad
MD5 ab7405ad4c5f50abb005670948f2c043
BLAKE2b-256 5237b09b665187f60f2c63296f5b9b0fdcc45c9742ea84788eb493691af82e88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apiverve_randomdatagenerator-1.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 63e1873e882618e7e27cc79a40d11195275d8a4708c8414d4f69b7e19c598b36
MD5 b6b2ffe2bba1ea0c899a28f8c1ea29a1
BLAKE2b-256 b9c165f3c851d1f326ae0196c0fed951f3b8b807fb42bc1bc619ff52039a6c67

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