La API Generador de Texto Aleatorio ofrece a los usuarios una solución integral para obtener varios conjuntos de datos aleatorios en formato JSON. Al realizar una llamada inicial a la API, los usuarios pueden esperar recibir una amplia gama de categorías de datos aleatorios, abarcando varios tipos de datos como valores booleanos, caracteres, números, nombres y más.
Los desarrolladores pueden usar la API para agilizar el proceso de obtención de datos aleatorios para sus aplicaciones, eliminando la necesidad de generar o obtener manualmente datos de prueba. Al aprovechar las capacidades de la API, los usuarios pueden poblar de manera eficiente sus aplicaciones con conjuntos de datos diversos y realistas, mejorando la robustez y confiabilidad de su software.
Una de las principales ventajas de la API Generador de Texto Aleatorio es su flexibilidad y versatilidad. Al admitir múltiples categorías de datos, los usuarios tienen la libertad de solicitar tipos específicos de datos aleatorios según los requisitos de su proyecto. Ya sea que necesiten valores booleanos para la toma de decisiones binarias, caracteres para la manipulación de texto o números para simulaciones numéricas, la API puede adaptarse a una amplia gama de casos de uso.
En general, la API Generador de Texto Aleatorio permite a los desarrolladores obtener de manera eficiente datos aleatorios para sus aplicaciones, lo que les permite mejorar los procesos de prueba, prototipado y experimentación. Con su amplia gama de categorías de datos, flexibilidad y facilidad de uso, la API se presenta como una herramienta valiosa para usuarios de diversas industrias.
Recibirá parámetros y le proporcionará un JSON.
Plan Básico: 1,000 solicitudes por día.
Plan Pro: 10,000 solicitudes por día.
Plan Pro Plus: 10,000 solicitudes por día.
Plan Premium: 10,000 solicitudes por día.
Plan Élite: 30,000 solicitudes por día.
Plan Último: 30,000 solicitudes por día.
Para utilizar este endpoint, solo tienes que ejecutarlo y obtendrás todas las categorías de datos disponibles.
[{"name":"bool","description":"Return a random boolean value (true or false)","properties":{"likelihood":{"type":"integer"}}},{"name":"falsy","description":"Return a random falsy value (false, null, undefined, 0, NaN, \"\")","properties":{}},{"name":"character","description":"Return a random character","properties":{"pool":{"type":"string"},"alpha":{"type":"boolean"},"numeric":{"type":"boolean"},"casing":{"type":"string","values":["lower","upper"]},"symbols":{"type":"boolean"}}},{"name":"floating","description":"Return a random floating point number","properties":{"fixed":{"type":"integer"},"min":{"type":"float"},"max":{"type":"float"}}},{"name":"integer","description":"Return a random integer. range: -9007199254740991 to 9007199254740991","properties":{"min":{"type":"integer"},"max":{"type":"integer"}}},{"name":"letter","description":"Return a random letter","properties":{"casing":{"type":"string","values":["lower","upper"]}}},{"name":"natural","description":"Return a natural number. range: 0 to 9007199254740991","properties":{"min":{"type":"integer"},"max":{"type":"integer"},"exclude":{"type":"list"}}},{"name":"prime","description":"Return a prime number","properties":{"min":{"type":"integer"},"max":{"type":"integer"}}},{"name":"string","description":"Return a random string","properties":{"length":{"type":"integer"},"pool":{"type":"string"},"alpha":{"type":"boolean"},"casing":{"type":"string","values":["lower","upper"]},"symbols":{"type":"boolean"}}},{"name":"paragraph","description":"Return a random paragraph generated from sentences populated by semi-pronounceable random (nonsense) words","properties":{"sentences":{"type":"integer"}}},{"name":"sentence","description":"Return a random sentence populated by semi-pronounceable random (nonsense) words","properties":{"words":{"type":"integer"}}},{"name":"syllable","description":"Return a semi-speakable syllable, 2 or 3 letters","properties":{}},{"name":"word","description":"Return a semi-pronounceable random (nonsense) word","properties":{"syllables":{"type":"integer"},"length":{"type":"integer"}}},{"name":"age","description":"Generate a random age","properties":{"type":{"type":"string","values":["child","teen","adult","senior"]}}},{"name":"birthday","description":"Generate a random birthday","properties":{"type":{"type":"string","values":["child","teen","adult","senior"]},"string":{"type":"boolean"},"american":{"type":"boolean"}}},{"name":"cf","description":"Generate a random Italian social security number (Codice Fiscale)","properties":{"first":{"type":"string"},"last":{"type":"string"},"gender":{"type":"string","values":["Female","Male"]},"birthday":{"type":"string"},"city":{"type":"string"}}},{"name":"cpf","description":"Generate a random Brazilian tax id","properties":{}},{"name":"first","description":"Generate a random first name","properties":{"nationality":{"type":"string","values":["en","it"]},"gender":{"type":"string","values":["female","male"]}}},{"name":"gender","description":"Generate a random gender","properties":{"extraGenders":{"type":"list"}}},{"name":"last","description":"Generate a random last name","properties":{"nationality":{"type":"string","values":["en","it","nl","uk","de","jp","es","fr"]}}},{"name":"name","description":"Generate a random name","properties":{"middle":{"type":"boolean"},"middle_initial":{"type":"boolean"},"prefix":{"type":"boolean"},"nationality":{"type":"string","values":["en","it"]}}},{"name":"prefix","description":"Generate a random name prefix","properties":{"full":{"type":"boolean"},"gender":{"type":"string","values":["male","female","all"]}}},{"name":"ssn","description":"Generate a random social security number","properties":{"ssnFour":{"type":"boolean"},"dashes":{"type":"boolean"}}},{"name":"suffix","description":"Generate a random name suffix","properties":{"full":{"type":"boolean"}}},{"name":"animal","description":"Generate a random animal","properties":{"type":{"type":"string","values":["ocean","desert","grassland","forest","farm","pet","zoo"]}}},{"name":"android_id","description":"Return a random GCM registration ID","properties":{}},{"name":"apple_token","description":"Return a random GCM registration ID","properties":{}},{"name":"bb_pin","description":"Return a random BlackBerry Device PIN","properties":{}},{"name":"wp7_anid","description":"Return a random Windows Phone 7 ANID","properties":{}},{"name":"wp8_anid2","description":"Return a random Windows Phone 8 ANID2","properties":{}},{"name":"avatar","description":"Return a URL to a random avatar from Gravatar","properties":{"protocol":{"type":"string","values":["http","https"]},"fileExtension":{"type":"string","values":["jpg","png"]},"email":{"type":"string"}}},{"name":"color","description":"Return a random color","properties":{"format":{"type":"string","values":["hex","shorthex","rgb","0x"]},"casing":{"type":"string","values":["upper","lower"]},"grayscale":{"type":"boolean"}}},{"name":"company","description":"Return a random company name","properties":{}},{"name":"domain","description":"Return a random domain with a random tld","properties":{"tld":{"type":"string"}}},{"name":"email","description":"Return a random email with a random domain","properties":{"domain":{"type":"string"}}},{"name":"fbid","description":"Return a random Facebook id, aka fbid","properties":{}},{"name":"google_analytics","description":"Return a random Google Analytics tracking code. Takes the form \"UA-123456-01\"","properties":{}},{"name":"hashtag","description":"Return a random hashtag. This is a string of the form \"#thisisahashtag\"","properties":{}},{"name":"ip","description":"Return a random IP Address","properties":{}},{"name":"ipv6","description":"Return a random IPv6 Address","properties":{}},{"name":"klout","description":"Return a random Klout score. Range 1-99","properties":{}},{"name":"profession","description":"Return a random profession. Rank is false by default","properties":{"rank":{"type":"boolean"}}},{"name":"tld","description":"Return a random tld (Top Level Domain) from the set: ['com', 'org', 'edu', 'gov', 'uk', 'net', 'io']","properties":{}},{"name":"twitter","description":"Return a random twitter handle","properties":{}},{"name":"url","description":"Return a random twitter handle","properties":{"protocol":{"type":"string"},"domain":{"type":"string"},"domain_prefix":{"type":"string"},"path":{"type":"string"},"extensions":{"type":"list"}}},{"name":"address","description":"Generate a random street address","properties":{"short_suffix":{"type":"boolean"}}},{"name":"altitude","description":"Generate a random altitude, in meters","properties":{"fixed":{"type":"integer"},"max":{"type":"integer"}}},{"name":"areacode","description":"Generate a random area code","properties":{}},{"name":"city","description":"Generate a random city name","properties":{}},{"name":"coordinates","description":"Generate random coordinates, which are latitude and longitude, comma separated","properties":{"fixed":{"type":"integer"}}},{"name":"country","description":"Return a random country","properties":{"full":{"type":"boolean"}}},{"name":"depth","description":"Generate a random depth, in meters. Depths are always negative","properties":{"fixed":{"type":"integer"},"min":{"type":"integer"}}},{"name":"geohash","description":"Generate a random geohash https://en.wikipedia.org/wiki/Geohash","properties":{"length":{"type":"integer"}}},{"name":"latitude","description":"Generate a random latitude","properties":{"fixed":{"type":"integer"},"min":{"type":"float"},"max":{"type":"float"}}},{"name":"locale","description":"Generate a random ISO-639-1 language code","properties":{"region":{"type":"boolean"}}},{"name":"longitude","description":"Generate a random longitude","properties":{"fixed":{"type":"integer"},"min":{"type":"float"},"max":{"type":"float"}}},{"name":"phone","description":"Generate a random phone","properties":{"formatted":{"type":"boolean"},"mobile":{"type":"boolean"},"country":{"type":"string","values":["us","uk","fr"]}}},{"name":"postal","description":"Return a Canadian Postal code. Returned postal code is valid with respect to the Postal District (first character) and format only","properties":{}},{"name":"postcode","description":"Generate a random (U.K.) postcode. Returned postcode is valid with respect to the Postcode Area (first characters) and format only","properties":{}},{"name":"province","description":"Return a random province","properties":{"full":{"type":"boolean"},"country":{"type":"string","values":["ca","it"]}}},{"name":"state","description":"Return a random state","properties":{"full":{"type":"boolean"},"territories":{"type":"boolean"},"armed_forces":{"type":"boolean"},"us_states_and_dc":{"type":"boolean"},"country":{"type":"string"}}},{"name":"street","description":"Return a random street","properties":{"short_suffix":{"type":"boolean"},"syllables":{"type":"integer"},"country":{"type":"string","values":["us","it"]}}},{"name":"zip","description":"Generate a random (U.S.) zip code","properties":{"plusfour":{"type":"boolean"}}},{"name":"ampm","description":"Return am or pm. Very simple","properties":{}},{"name":"date","description":"Generate a random date","properties":{"string":{"type":"boolean"},"american":{"type":"boolean"},"year":{"type":"integer"}}},{"name":"hammertime","description":"Generate a random hammertime","properties":{}},{"name":"hour","description":"Generate a random hour","properties":{"twentyfour":{"type":"boolean"}}},{"name":"millisecond","description":"Generate a random millisecond","properties":{}},{"name":"minute","description":"Generate a random minute","properties":{}},{"name":"month","description":"Generate a random month","properties":{"raw":{"type":"boolean"}}},{"name":"month","description":"Generate a random month","properties":{"raw":{"type":"boolean"}}},{"name":"second","description":"Generate a random second","properties":{}},{"name":"timestamp","description":"Generate a random timestamp. This is a standard Unix time, so a random number of secon...
curl --location --request GET 'https://zylalabs.com/api/3872/text+random+generator+api/4571/categories' --header 'Authorization: Bearer YOUR_API_KEY'
Para utilizar este punto final, debe indicar una categoría en el parámetro.
{"result":"Don Montgomery"}
curl --location --request GET 'https://zylalabs.com/api/3872/text+random+generator+api/4572/generate+data&category=Required' --header 'Authorization: Bearer YOUR_API_KEY'
Encabezado | Descripción |
---|---|
Autorización
|
[Requerido] Debería ser Bearer access_key . Consulta "Tu Clave de Acceso a la API" arriba cuando estés suscrito. |
Sin compromiso a largo plazo. Mejora, reduce o cancela en cualquier momento. La Prueba Gratuita incluye hasta 50 solicitudes.
Los usuarios deben indicar una categoría de datos para generar información sobre la categoría identificada.
La API Generador de Texto Aleatorio proporciona a los usuarios una forma conveniente de obtener varios conjuntos de datos aleatorios en formato JSON.
Hay diferentes planes para adaptarse a todos los gustos, incluyendo una prueba gratuita para un pequeño número de solicitudes, pero su tarifa es limitada para evitar el abuso del servicio.
Zyla ofrece una amplia gama de métodos de integración para casi todos los lenguajes de programación. Puedes usar estos códigos para integrarlos en tu proyecto según tus necesidades.
El endpoint "GET Categories" devuelve un array de categorías de datos disponibles, cada una conteniendo un nombre, descripción y propiedades. Por ejemplo, incluye categorías como "bool" para valores booleanos aleatorios y "character" para caracteres aleatorios, junto con sus parámetros específicos.
Los usuarios pueden personalizar sus solicitudes especificando un parámetro de categoría al llamar al endpoint "GET Generar datos". Cada categoría tiene propiedades únicas que se pueden ajustar para adaptar los datos generados, como establecer rangos para números o definir grupos de caracteres.
La respuesta del endpoint "GET Generate data" suele incluir un campo "result", que contiene los datos aleatorios generados según la categoría especificada. Este campo proporciona la salida real que los usuarios pueden utilizar en sus aplicaciones.
Los datos de respuesta están estructurados en formato JSON, lo que facilita su análisis. Cada endpoint devuelve una estructura específica; por ejemplo, el endpoint "GET Categorías" devuelve un array de objetos, mientras que el endpoint "GET Generar datos" devuelve un único objeto con un campo "resultado".
El punto final "GET Categories" proporciona información sobre varios tipos de datos disponibles para generación, incluidos valores booleanos, caracteres, enteros, números de punto flotante y más. Cada categoría incluye una descripción y cualquier propiedad relevante para la personalización.
Los usuarios pueden utilizar los datos devueltos integrándolos en sus aplicaciones para pruebas, prototipos o visualización de datos. Por ejemplo, pueden usar nombres generados para perfiles de usuarios o números aleatorios para simulaciones, mejorando el realismo y la funcionalidad de sus proyectos.
Los casos de uso típicos incluyen la creación de datos de prueba para aplicaciones de software, la generación de datos simulados para interfaces de usuario, la producción de conjuntos de datos de muestra para visualización de datos y el desarrollo de elementos aleatorios en juegos, todos los cuales mejoran los procesos de desarrollo y prueba.
La API genera datos aleatorios basados en algoritmos y parámetros predefinidos, asegurando consistencia y fiabilidad. Aunque los datos son sintéticos, están diseñados para imitar escenarios del mundo real, lo que los hace adecuados para propósitos de prueba y desarrollo.
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
Prices are listed in USD (United States Dollar), EUR (Euro), CAD (Canadian Dollar), AUD (Australian Dollar), and GBP (British Pound). We accept all major debit and credit cards. Our payment system uses the latest security technology and is powered by Stripe, one of the world's most reliable payment companies. If you have any trouble paying by card, just contact us at [email protected]
Additionally, if you already have an active subscription in any of these currencies (USD, EUR, CAD, AUD, GBP), that currency will remain for subsequent subscriptions. You can change the currency at any time as long as you don't have any active subscriptions.
The local currency shown on the pricing page is based on the country of your IP address and is provided for reference only. The actual prices are in USD (United States Dollar). When you make a payment, the charge will appear on your card statement in USD, even if you see the equivalent amount in your local currency on our website. This means you cannot pay directly with your local currency.
Occasionally, a bank may decline the charge due to its fraud protection settings. We suggest reaching out to your bank initially to check if they are blocking our charges. Also, you can access the Billing Portal and change the card associated to make the payment. If these does not work and you need further assistance, please contact our team at [email protected]
Prices are determined by a recurring monthly or yearly subscription, depending on the chosen plan.
API calls are deducted from your plan based on successful requests. Each plan comes with a specific number of calls that you can make per month. Only successful calls, indicated by a Status 200 response, will be counted against your total. This ensures that failed or incomplete requests do not impact your monthly quota.
Zyla API Hub works on a recurring monthly subscription system. Your billing cycle will start the day you purchase one of the paid plans, and it will renew the same day of the next month. So be aware to cancel your subscription beforehand if you want to avoid future charges.
To upgrade your current subscription plan, simply go to the pricing page of the API and select the plan you want to upgrade to. The upgrade will be instant, allowing you to immediately enjoy the features of the new plan. Please note that any remaining calls from your previous plan will not be carried over to the new plan, so be aware of this when upgrading. You will be charged the full amount of the new plan.
To check how many API calls you have left for the current month, refer to the 'X-Zyla-API-Calls-Monthly-Remaining' field in the response header. For example, if your plan allows 1,000 requests per month and you've used 100, this field in the response header will indicate 900 remaining calls.
To see the maximum number of API requests your plan allows, check the 'X-Zyla-RateLimit-Limit' response header. For instance, if your plan includes 1,000 requests per month, this header will display 1,000.
The 'X-Zyla-RateLimit-Reset' header shows the number of seconds until your rate limit resets. This tells you when your request count will start fresh. For example, if it displays 3,600, it means 3,600 seconds are left until the limit resets.
Yes, you can cancel your plan anytime by going to your account and selecting the cancellation option on the Billing page. Please note that upgrades, downgrades, and cancellations take effect immediately. Additionally, upon cancellation, you will no longer have access to the service, even if you have remaining calls left in your quota.
You can contact us through our chat channel to receive immediate assistance. We are always online from 8 am to 5 pm (EST). If you reach us after that time, we will get back to you as soon as possible. Additionally, you can contact us via email at [email protected]
To give you the opportunity to experience our APIs without any commitment, we offer a 7-day free trial that allows you to make up to 50 API calls at no cost. This trial can be used only once, so we recommend applying it to the API that interests you the most. While most of our APIs offer a free trial, some may not. The trial concludes after 7 days or once you've made 50 requests, whichever occurs first. If you reach the 50 request limit during the trial, you will need to "Start Your Paid Plan" to continue making requests. You can find the "Start Your Paid Plan" button in your profile under Subscription -> Choose the API you are subscribed to -> Pricing tab. Alternatively, if you don't cancel your subscription before the 7th day, your free trial will end, and your plan will automatically be billed, granting you access to all the API calls specified in your plan. Please keep this in mind to avoid unwanted charges.
After 7 days, you will be charged the full amount for the plan you were subscribed to during the trial. Therefore, it's important to cancel before the trial period ends. Refund requests for forgetting to cancel on time are not accepted.
When you subscribe to an API free trial, you can make up to 50 API calls. If you wish to make additional API calls beyond this limit, the API will prompt you to perform an "Start Your Paid Plan." You can find the "Start Your Paid Plan" button in your profile under Subscription -> Choose the API you are subscribed to -> Pricing tab.
Payout Orders are processed between the 20th and the 30th of each month. If you submit your request before the 20th, your payment will be processed within this timeframe.
Nivel de Servicio:
100%
Tiempo de Respuesta:
6,043ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
5,772ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
1,956ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
5,002ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
9,491ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
246ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
14,020ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
2,178ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
3,927ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
3,255ms