API · /chain-api

API de Transmissão por Corrente de Rolos

salutare 3,801 Abbonati

Matemática de transmissão de potência por corrente de rolos como uma API, computada local e deterministicamente. O endpoint de relação calcula a relação de velocidade de uma transmissão por corrente (dentes movidos ÷ dentes motrizes), a rpm de saída e o multiplicador de torque, a velocidade linear da corrente v = N·p·rpm/60 e o diâmetro primitivo de cada roda dentada, PD = p/sen(π/N), a partir do número de dentes da roda motriz e movida, da velocidade de entrada e do passo da corrente. O endpoint de comprimento calcula o comprimento da corrente em passos e o arredonda para um número par de elos — os elos devem vir em pares — usando L = 2C/p + (N1+N2)/2 + ((N2−N1)/2π)²·p/C a partir do número de dentes, da distância entre centros e do passo. O endpoint de distância entre centros inverte essa relação para fornecer a distância exata entre centros para um número par de elos escolhido, C = (p/8)·[(2L−N1−N2) + √((2L−N1−N2)² − 8·((N2−N1)/2π)²)]. Os números de dentes são inteiros, o passo e a distância entre centros em metros (o passo padrão 0,0127 m é ANSI 40, ½ polegada) e as velocidades em rpm. Tudo é computado local e deterministicamente, portanto é instantâneo e privado. Ideal para desenvolvedores de aplicativos mecânicos, de projeto de máquinas, transportadores, motocicletas e equipamentos industriais, ferramentas de dimensionamento de rodas dentadas e seleção de correntes, e educação em engenharia. Cálculo puramente local — sem chave, sem serviço de terceiros, instantâneo. Ao vivo, nada armazenado. 3 endpoints. Isto é para transmissões por corrente de rolos industriais; para engrenagens de bicicleta, use uma API de engrenagens de bicicleta e para relações de correia ou engrenagem, use uma API de relação de engrenagens.

api.oanor.com/chain-api
Ottieni una chiave API Prova nel parco giochi → Contatta provider

Specifica leggibile dalle macchine, così gli agenti AI possono integrare questa API.

/api/chain-api/openapi.json
/api/chain-api/llms.txt

Individuazione: GET /api/index.json elenca ogni API.

API salute

salutare
Tempo di attività
100.00%
Sondaggi del server · 24 ore su 24
Latenza media
89 ms
Sondaggi del server · 24 ore su 24
Abbonati
3,801
attiva
Chiamate totali
24
ultimi 7 giorni

Prezzi

Scegli un livello: fatturazione mensile, annullamento in qualsiasi momento.

Free

Gratis

  • 2,620 chiamate/mese
  • 2 richieste/secondo
  • Tetto rigido (429 sopra la quota, nessuna eccedenza)
  • 2,620 calls/month
  • 2 req/sec
  • Ratio + length + centre distance
  • No credit card
Accedi per abbonarti

Starter

€9.00 /mese

  • 38,800 chiamate/mese
  • 6 richieste/secondo
  • Tetto rigido (429 sopra la quota, nessuna eccedenza)
  • 38,800 calls/month
  • 6 req/sec
  • Chain velocity, pitch diameters
  • Email support
Accedi per abbonarti

Pro

€23.00 /mese

  • 251,000 chiamate/mese
  • 15 richieste/secondo
  • Tetto rigido (429 sopra la quota, nessuna eccedenza)
  • 251,000 calls/month
  • 15 req/sec
  • Machine-design & conveyor pipelines
  • Priority support
Accedi per abbonarti

Mega

€71.00 /mese

  • 1,670,000 chiamate/mese
  • 40 richieste/secondo
  • Tetto rigido (429 sopra la quota, nessuna eccedenza)
  • 1,670,000 llamadas/mes
  • 40 req/seg
  • Escala de plataforma
  • SLA dedicado
Accedi per abbonarti

Costruito da

Correlato APIs

Altro APIs con tag sovrapposti.

Pressure Vessel API

Thin-walled pressure-vessel engineering maths as an API, computed locally and deterministically. The thin-wall endpoint computes the wall stresses in a cylindrical or spherical vessel under internal pressure: for a cylinder the hoop (circumferential) stress σ_h = p·r/t and the longitudinal stress σ_l = p·r/(2t), which is half the hoop — so cylinders tend to split along their length — together with the von Mises equivalent stress, and for a sphere the single biaxial stress σ = p·r/(2t); it also reports the radius-to-thickness ratio and whether the thin-wall assumption (r/t ≳ 10) holds. The thickness endpoint computes the wall thickness required to keep the hoop stress within an allowable value, t = p·r/(σ_allow·E), with a weld-joint efficiency factor. The burst endpoint computes the theoretical burst pressure of a pipe from Barlow's formula, p = 2·S·t/OD, using the ultimate tensile strength. Pressures and stresses are in pascals (megapascals also returned) and dimensions in metres. Everything is computed locally and deterministically, so it is instant and private. Ideal for mechanical, chemical-plant, piping, boiler and tank-design app developers, ASME-style sizing and safety tools, and engineering education; for code work consult the applicable standards. Pure local computation — no key, no third-party service, instant. Live, nothing stored. 3 endpoints. This is thin-walled vessel stress; for general stress transformation use a Mohr-circle API and for fatigue a fatigue API.

api.oanor.com/pressurevessel-api

Material Fatigue API

Mechanical-fatigue engineering maths as an API, computed locally and deterministically. The stress-cycle endpoint decomposes a cyclic load given by its maximum and minimum stress into the alternating stress σa = (σmax − σmin)/2, the mean stress σm = (σmax + σmin)/2, the stress range and the stress ratio R = σmin/σmax, and names the loading (fully reversed at R = −1, repeated at R = 0). The criteria endpoint computes the infinite-life safety factor against fatigue using the three classic mean-stress theories — Goodman (1/n = σa/Se + σm/Sut, standard and safe), Soderberg (uses the yield strength, conservative) and Gerber (a parabola, least conservative) — from the alternating and mean stress, the endurance limit Se, the ultimate strength Sut and an optional yield strength. The endurance-limit endpoint estimates the corrected endurance limit Se = ka·kb·kc·kd·ke·Se' from the ultimate strength, with Se' = 0.5·Sut for steel and the Marin modifying factors for surface finish, size, load type, temperature and reliability. Stresses and strengths use any one consistent unit (MPa is typical). Everything is computed locally and deterministically, so it is instant and private. Ideal for mechanical, structural, automotive and aerospace-design app developers, durability and safety-factor tools, and engineering education. Pure local computation — no key, no third-party service, instant. Live, nothing stored. 3 endpoints. This is fatigue and endurance; for static stress transformation use a Mohr-circle API and for column buckling a buckling API.

api.oanor.com/fatigue-api

Shaft Power API

Rotational and shaft-power maths as an API, computed locally and deterministically. The power endpoint relates mechanical power, torque and rotational speed — give any two of the power, the torque in newton-metres and the speed in rpm and it returns the third using P = T·ω with ω = 2πN/60, reporting the angular velocity and the power in watts, kilowatts, mechanical horsepower and metric horsepower (PS). The angular endpoint converts a rotational speed freely between rpm, radians per second, degrees per second and hertz (revolutions per second), and — given a radius — the tangential speed and centripetal acceleration at the rim. The units endpoint converts power across watts, kilowatts, mechanical horsepower (745.7 W), metric horsepower or PS (735.5 W), foot-pounds per second and BTU per hour. Everything is computed locally and deterministically, so it is instant and private. Ideal for automotive, motor, drivetrain, robotics and machinery app developers, engine and gearbox tools, and mechanical-engineering education. Pure local computation — no key, no third-party service, instant. Live, nothing stored. 3 endpoints. This is mechanical shaft power; for bolt tightening torque use a torque API and for electrical power factor a power-factor API.

api.oanor.com/shaftpower-api

API de Transmisión por Correa

Matemáticas de transmisión por correa y poleas como una API, calculadas local y determinísticamente. El endpoint de correa calcula la longitud de una correa trapezoidal abierta o correa plana a partir de los dos diámetros de polea y la distancia entre centros con L = 2C + (π/2)(D1+D2) + (D1−D2)²/(4C), y devuelve la longitud de la correa más el ángulo de contacto en cada polea; si se proporciona una rpm del conductor, también da la velocidad superficial de la correa. El endpoint de relación calcula la relación de velocidad de un par de poleas (diámetro conducido ÷ diámetro conductor, ya que N1·D1 = N2·D2): proporcione una rpm del conductor o del conducido y devuelve la otra, la relación de par y la velocidad de la correa. El endpoint de centros invierte la ecuación de longitud para encontrar la distancia entre centros para una longitud de correa objetivo, resolviendo la ecuación numéricamente. Los diámetros y distancias aceptan milímetros, centímetros, metros, pulgadas o pies, y las longitudes se informan en varias unidades. Todo se calcula local y determinísticamente, por lo que es instantáneo y privado. Ideal para herramientas de diseño de máquinas y trenes de transmisión, aplicaciones de mantenimiento y MRO, proyectos de fabricación y CNC, y calculadoras de ingeniería mecánica. Cálculo local puro — sin clave, sin servicio de terceros, instantáneo. En vivo, nada almacenado. 3 endpoints. Esta es transmisión de potencia por correa y polea; para relaciones de engranajes de bicicleta y desarrollo use una API de engranajes de bicicleta y para torque de apriete de pernos use una API de torque.

api.oanor.com/beltdrive-api

Domande frequenti

Risposte rapide su prezzi, quote e integrazione.

Come ottengo una chiave API per API de Transmissão por Corrente de Rolos?
Registrati gratuitamente su oanor.com, genera una chiave API dalla dashboard sviluppatore e chiama API de Transmissão por Corrente de Rolos con l'header x-oanor-key. Nessuna carta di credito richiesta per il piano gratuito.
Qual è il limite di velocità di API de Transmissão por Corrente de Rolos?
Il piano gratuito consente 1 richiesta al secondo. I piani a pagamento arrivano fino a 50 richieste al secondo nel piano Mega. I limiti rigorosi restituiscono HTTP 429 oltre la quota — nessuna spesa imprevista.
Quanto costa API de Transmissão por Corrente de Rolos?
API de Transmissão por Corrente de Rolos ha un piano gratuito con 100 chiamate / mese. I piani a pagamento partono da €9.00 / mese con quote più alte e limiti di velocità più rapidi.
Posso cancellare l'abbonamento in qualsiasi momento?
Sì. I piani sono fatturati mensilmente e puoi cancellare in qualsiasi momento dalla dashboard di fatturazione. Nessun contratto a lungo termine e nessuna penale di cancellazione.
API de Transmissão por Corrente de Rolos è conforme al GDPR?
Tutte le richieste a API de Transmissão por Corrente de Rolos passano attraverso il nostro gateway in UE. La tua chiave upstream non lascia mai il nostro server e nessun dato personale viene condiviso con il fornitore upstream oltre alla richiesta inviata.

Scegli un endpoint dall'elenco a sinistra per visualizzarne i dettagli e provarlo.

Frammenti di codice

Iscriviti per ottenere una chiave API, quindi chiama qualsiasi percorso sotto il tuo slug.

curl https://api.oanor.com/chain-api/SOME_PATH \
  -H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/chain-api/SOME_PATH", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/chain-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
    "https://api.oanor.com/chain-api/SOME_PATH",
    headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())

Valutazioni

Accedi per votare.

Nessuna recensione ancora.

Discussione

Fai domande, condividi consigli, ricevi risposte dal provider e dagli altri sviluppatori. Pubblico — chiunque può leggere.

Accedi per scrivere o rispondere.

Accedi

Nuova discussione

/ 4000

📌 Fissato 🔒 Bloccato

·

· ·

/ 4000

🔒 Discussione bloccata — non si può più rispondere.

  • Nessuna discussione — inizia tu.

Supporto

Supporto privato 1:1 con il provider — fatturazione, integrazione, account. Solo tu e il team del provider vedete questi thread.

Accedi per aprire un ticket di supporto.

Accedi

Apri nuovo ticket

Descrivi cosa ti serve. Il team del provider riceve un'email e risponde sulla pagina del ticket.

  • Nessun ticket per questa API.

Abbonamento attivo: le chiamate possono iniziare subito.

Invia la tua prima richiesta —

Abbonamento attivo: copia uno snippet e avvia la tua prima chiamata.