Analyze a public page
Return bounded integration-readiness evidence for one public server-rendered page without logging in, submitting forms, or returning raw HTML and field values.
API · /automation-preflight
This Oanor listing is withdrawn and its gateway is unavailable. Use the official TinyOps Studio product page for current access.
Altro APIs con tag sovrapposti.
Matemáticas de ajuste de controladores PID como una API, calculadas local y determinísticamente. El endpoint ziegler-nichols calcula las ganancias del controlador con el método de lazo cerrado (ganancia última): a partir de la ganancia última Ku a la cual el lazo sostiene oscilación y su período Tu, devuelve las ganancias proporcional, integral y derivativa para un controlador P, PI, PD o PID usando la tabla clásica (PID: Kp = 0.6·Ku, Ti = 0.5·Tu, Td = 0.125·Tu), tanto en los parámetros estándar (Ti, Td) como en los paralelos (Ki, Kd). El endpoint reaction-curve calcula las ganancias con el método de lazo abierto a partir de un modelo de proceso de respuesta escalón — la ganancia del proceso K, el tiempo muerto L y la constante de tiempo T — usando la tabla de curva de reacción de Ziegler-Nichols (PID: Kp = 1.2·T/(K·L), Ti = 2L, Td = 0.5L). El endpoint convert traduce entre la forma paralela (Kp, Ki, Kd) y la forma estándar (Kp, Ti, Td) usando Ki = Kp/Ti y Kd = Kp·Td. Todo se calcula local y determinísticamente, por lo que es instantáneo y privado. Ideal para desarrolladores de aplicaciones de automatización industrial, robótica, control de procesos, control de motores e IoT, herramientas de ajuste de controladores y diseño de lazos, y educación en sistemas de control. Cálculo local puro — sin clave, sin servicio de terceros, instantáneo. En vivo, nada almacenado. 3 endpoints. Esto es ajuste de controladores PID; para circuitos de amplificadores operacionales use una API de amplificadores operacionales y para resonancia y reactancia una API de resonancia.
api.oanor.com/pid-api
The language definitions GitHub uses to recognise code (the open-source Linguist data) as an API — a clean reference for syntax highlighting, file-type detection, repository dashboards and developer tooling. For each of 800+ languages the API returns its type (programming, markup, data or prose), its brand colour (the hex GitHub paints it), the file extensions associated with it, common aliases, the GitHub language id and the editor (ace) mode. Look a language up by name or alias (golang resolves to Go), reverse-look-up which language(s) own a file extension (.py → Python; .h → C, C++, Objective-C), list the languages of a type, search, or list them all. Distinct from languages-api (ISO 639 human languages) — this is the programming-language reference. Served from memory — always fast.
api.oanor.com/proglang-api
Die kanonische MIME-/Medientyp-Datenbank (die jshttp mime-db, die von Express und dem Großteil des Node-Ökosystems verwendet wird: IANA + Apache + nginx), aus dem Speicher bereitgestellt — kein Key. Lösen Sie einen Medientyp in seine Dateierweiterungen, Zeichensatz und Komprimierbarkeit auf; suchen Sie den/die Medientyp(en) für eine Dateierweiterung (z. B. png → image/png); und listen oder durchsuchen Sie Typen nach Quelle. 2.600+ Medientypen, 1.000+ mit Dateierweiterungen. Schlankes, vorhersagbares JSON. Ideal für Upload-Validierung, Content-Type-Auflösung, Dateityperkennung, Download-Handler und Entwicklerwerkzeuge.
api.oanor.com/mimetypes-api
Die offene Musik-Metadaten-Datenbank als API — Künstler, Release-Gruppen (Alben), Releases, Aufnahmen und Labels, identifiziert durch stabile MusicBrainz-IDs (MBIDs), zurückgegeben als sauberes JSON. Durchsuchen Sie jede Entität nach Name oder Lucene-Abfrage; schlagen Sie einen Künstler mit seinen externen Links und Tags nach, ein Album, ein Release mit seiner vollständigen Titelliste, eine Aufnahme mit ihren ISRCs oder ein Label; und durchstöbern Sie die vollständige Diskografie eines Künstlers. Live-Daten mit MBIDs, Disambiguierungen, Typen, Ländern, Lebensspannen, ISRCs, Barcodes, Katalognummern und Relationen — die kanonischen Identifikatoren, die Musikdaten über Dienste hinweg verknüpfen und deduplizieren. Ideal für Metadaten-Anreicherung und -Abgleich, Musikkataloge, Tagging- und Bibliothekswerkzeuge sowie Forschung. 11 Datenendpunkte. Authentifiziert mit einem x-oanor-Key; faire Nutzungslimits pro Plan.
api.oanor.com/musicbrainz-api
Risposte rapide su prezzi, quote e integrazione.
Scegli un endpoint dall'elenco a sinistra per visualizzarne i dettagli e provarlo.
Iscriviti per ottenere una chiave API, quindi chiama qualsiasi percorso sotto il tuo slug.
curl https://api.oanor.com/automation-preflight/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/automation-preflight/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/automation-preflight/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/automation-preflight/SOME_PATH",
headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())
This Oanor listing is withdrawn. Do not subscribe or send production traffic through this gateway.
Current official access: TinyOps Studio
The subscriber figure shown by Oanor is not a TinyOps Studio metric. Provider analytics began with no subscribers and no traffic; correction and removal requests are open.
Accedi per votare.
Nessuna recensione ancora.
Fai domande, condividi consigli, ricevi risposte dal provider e dagli altri sviluppatori. Pubblico — chiunque può leggere.
Accedi per scrivere o rispondere.
Accedi·
Risposta del provider
🔒 Discussione bloccata — non si può più rispondere.
·
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.
AccediDescrivi cosa ti serve. Il team del provider riceve un'email e risponde sulla pagina del ticket.
·