La API se puede integrar en un sitio web o aplicación móvil y puede ser utilizada por personas que desean mejorar su estado físico y salud en general. La rutina de ejercicios está diseñada para proporcionar beneficios máximos en un corto período de tiempo. La API te dará los ejercicios y una rutina aleatoria, lo que significa que el usuario no necesita ningún equipo para realizar el entrenamiento. En general, una "API de entrenamiento intenso de 7 minutos" es una herramienta conveniente y efectiva para las personas que buscan mejorar su condición física y salud en general en poco tiempo.
Conveniencia: La rutina de entrenamiento de 7 minutos proporcionada por la API se puede hacer en cualquier lugar, en cualquier momento, lo que facilita encajar en una agenda ocupada.
Eficiencia: La rutina de ejercicios está diseñada para proporcionar beneficios máximos en un corto período de tiempo, lo que la convierte en una gran opción para individuos que tienen poco tiempo.
¿Qué recibe esta API y qué proporciona tu API (entrada/salida)?
Recibirá un parámetro y te proporcionará un JSON.
Programas de bienestar corporativo: Una API de 7 minutos de ejercicio puede ser utilizada por programas de bienestar corporativo para ofrecer a los empleados una opción rápida de entrenamiento durante su jornada laboral.
Terapia física y rehabilitación: Una API de 7 minutos de ejercicio puede ser utilizada por terapeutas físicos y especialistas en rehabilitación para proporcionar a los pacientes una rutina de ejercicios segura y efectiva durante su proceso de recuperación.
Ejercicio en casa: Una API de 7 minutos de ejercicio puede ser utilizada por personas que buscan mejorar su estado físico mientras están en casa, sin necesidad de equipo de gimnasio o una membresía de gimnasio.
Entrenamiento personal en línea: Una API de 7 minutos de ejercicio puede ser utilizada por entrenadores personales en línea para proporcionar a sus clientes una rutina de entrenamiento de alta intensidad que se puede hacer en casa.
Plan Básico: 31,200 llamadas a la API. 1,040 por día.
Plan Pro: 36,000 llamadas a la API. 1,230 por día.
Para usar este endpoint, solo tienes que ejecutarlo y la respuesta será una rutina de entrenamiento de 7 minutos.
[
{
"id": 1,
"title": "Jumping Jacks",
"description": "Start standing up with your legs together and arms by your body.Jump, spreading your feet wide and raising your arms to create an 'X' shape with your body",
"duration": "30s"
},
{
"id": 2,
"title": "Wall Sit",
"description": " Stand with your back flat against the wall and your feet out from the wall approx the distance of a step.slide your back downwards until your thighs are perpendicular to the wall. Hold this position for the duration of the exercise",
"duration": "30s"
},
{
"id": 3,
"title": "Press Ups",
"description": "The well known press up. Keep your hands shoulder width apart. Your wrists, elbows and shoulders should create a vertical line upwards from the ground.Feet should be hip width apart. Press down as close to the ground as you can to activate as much of your chest as possible.",
"duration": "30s"
},
{
"id": 1,
"title": "Sit Ups",
"description": "The well known sit up. Lay down with your knees bent, position your hands on opposite shoulders or near your ears and curl your upper body towards your knees. Return slowly and controlled.Alternatively you can do crunches - the same technique but reduce the range of motion.",
"duration": "30s"
},
{
"id": 4,
"title": "Step Ups",
"description": "Using the chair, step up with one foot followed by the other and then return both feet to the ground and repeat.Be sure that the chair is stable and the ceiling isn't too low!",
"duration": "30s"
},
{
"id": 5,
"title": "Squats",
"duration": "30s",
"description": "Stand with feet should width apart. Position your hands by your ears or extended in front of you.Bend your knees downwards, continue so your hips are lower than your knees and then return back to starting position and repeat."
},
{
"id": 6,
"title": "Tricep Dips",
"duration": "30s",
"description": "Start by sitting on the edge of the chair then extend your legs and body so only your hands are in contact with the chair. Lower yourself by bending your elbows before returning back up and repeating. Avoid lowering yourself too far and don't lock your elbows straight."
},
{
"id": 7,
"title": "Plank",
"duration": "30s",
"description": "Lay on the ground and then raise your body by placing your forearms flat on the floor and pointing your feet downwards so only the toes are in contact with the floor.You should be able to draw a straight line from your ankles to shoulders (no bum in the sky or arched back!)"
},
{
"id": 8,
"title": "High Knee Running",
"duration": "30s",
"description": "Jog on the spot raising your knees to waist height."
},
{
"id": 9,
"title": "Lunges",
"duration": "30s",
"description": "Stand straight with feet shoulder width apart, take a large step forward with one foot and bend the knees so the opposite knee is close to the floor and return.Alternate between sides"
},
{
"id": 10,
"title": "Press Ups with rotation",
"duration": "30s",
"description": "Perform a press up and upon completion, remove one hand from the ground and rotate your body and arm, extending your arm to the sky.Alternate between arms on each press up"
},
{
"id": 11,
"title": "Left-side Planks",
"duration": "30s",
"description": "Perform a sidewards plank by keeping just your left forearm and left foot on the ground. The right side of your body is to face the sky.Note this exercise is performed for just 15 seconds"
},
{
"id": 12,
"title": "Right-side Planks",
"duration": "30s",
"description": "Perform a sidewards plank by keeping just your right forearm and right foot on the ground. The left side of your body is to face the sky.Note this exercise is performed for just 15 seconds"
}
]
curl --location --request GET 'https://zylalabs.com/api/971/seven+minute+workout+api/804/get+exercises' --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.
El endpoint Get Exercises devuelve un array JSON que contiene una lista de ejercicios. Cada ejercicio incluye detalles como un ID, título, descripción y duración, proporcionando a los usuarios una rutina de entrenamiento completa.
Los campos clave en los datos de respuesta incluyen "id" (identificador único), "título" (nombre del ejercicio), "descripción" (instrucciones para realizar el ejercicio) y "duración" (tiempo para realizar el ejercicio).
Los datos de respuesta están organizados como un array JSON, donde cada elemento representa un objeto de ejercicio. Cada objeto de ejercicio contiene campos estructurados para un fácil acceso a los detalles del ejercicio.
El endpoint Obtener Ejercicios proporciona información sobre varios ejercicios, incluyendo sus nombres, descripciones y duraciones, lo que permite a los usuarios entender cómo realizar cada ejercicio de manera efectiva.
Actualmente, el endpoint Obtener Ejercicios no admite parámetros adicionales para personalización. Proporciona una rutina de entrenamiento aleatoria de 7 minutos cada vez que se llama.
Los casos de uso típicos incluyen la integración de la rutina de ejercicios en aplicaciones de fitness, programas de bienestar corporativo, plataformas de entrenamiento personal en línea y sesiones de fisioterapia, permitiendo a los usuarios realizar entrenamientos efectivos en cualquier lugar.
Los usuarios pueden utilizar los datos devueltos mostrando los títulos y descripciones de los ejercicios en sus aplicaciones, guiando a los usuarios a través de la rutina de entrenamiento y cronometrando cada ejercicio según la duración proporcionada.
Los datos de la API están curados para garantizar que los ejercicios sean seguros y efectivos. Se realizan actualizaciones regulares y controles de calidad para mantener la precisión y relevancia de las rutinas de entrenamiento proporcionadas.
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:
258,38ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
1.554,10ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
226,48ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
1.802,86ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
216,79ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
1.123,48ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
703,03ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
621,06ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
127,08ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
1.182,49ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
396,68ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
299,26ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
10.317,05ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
10.317,05ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
10.317,05ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
10.317,05ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
10.317,05ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
10.317,05ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
12.353,07ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
887,71ms