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": [
      "212-460-0024",
      "1-846-413-1603",
      "335-635-3189 x7230",
      "642.244.2763 x8624",
      "914.272.9333",
      "1-353-419-2107 x8894",
      "(712) 618-3444 x12418",
      "1-320-897-6762 x7703",
      "274.626.3573",
      "233-516-9500"
    ]
  },
  "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.4.tar.gz (7.0 kB view details)

Uploaded Source

Built Distribution

File details

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

File metadata

File hashes

Hashes for apiverve_randomdatagenerator-1.1.4.tar.gz
Algorithm Hash digest
SHA256 7f13c0b3ad1aad6e7d18d96dc85edbde47f674b6e3f55a21728b92ce671f8878
MD5 cf46fec077361123d30fe06ecee770cd
BLAKE2b-256 2b4c50ba3adf7f47b94101e5cdec28bb8f5bd0d3ce95cdb48634811ae1944137

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apiverve_randomdatagenerator-1.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 3b3c6a49db48e46306df5b26ab64df9ee34d5e020036776436658707c7f29b6d
MD5 94f6c678332d48964bf68188222374b9
BLAKE2b-256 dce8091f8a3a358b4493a45fc47cb3c8df4278df5b88d5006162fb75a5fdaf4e

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