API · /chmod-api

chmod API

salutare 3,654 Abbonati

Una calculadora de permisos de archivos Unix como API. Convierte una cadena de permisos simbólica (rwxr-xr-x) a su modo octal (755) y viceversa, y explica cualquier modo en inglés sencillo con un desglose por clase (propietario / grupo / otros, cada uno lectura / escritura / ejecución). Soporte completo para los bits especiales — setuid (4), setgid (2) y el sticky bit (1) — por lo que 4755 ↔ rwsr-xr-x y 1777 ↔ rwxrwxrwt se manejan correctamente, incluyendo las formas mayúsculas S/T. Perfecto para Dockerfiles y scripts de CI, herramientas de despliegue y aprovisionamiento, enseñanza, y cualquier momento en que necesites verificar un valor de chmod. Cálculo puramente local — sin clave, sin servicio de terceros, instantáneo. En vivo, nada se almacena. 4 endpoints. Distinto de cualquier cosa que toque archivos reales o redes.

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

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

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

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

chmod API — live data on the oanor API marketplace

API salute

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

Prezzi

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

Free

Gratis

  • 720 chiamate/mese
  • 2 richieste/secondo
  • Tetto rigido (429 sopra la quota, nessuna eccedenza)
  • 720 calls/month
  • 2 req/sec
  • Symbolic + octal + describe
  • No credit card
Accedi per abbonarti

Starter

€0.90 /mese

  • 5,700 chiamate/mese
  • 8 richieste/secondo
  • Tetto rigido (429 sopra la quota, nessuna eccedenza)
  • 5.7k calls/month
  • 8 req/sec
  • setuid/setgid/sticky
  • Email support
Accedi per abbonarti

Pro

€18.60 /mese

  • 123,000 chiamate/mese
  • 20 richieste/secondo
  • Tetto rigido (429 sopra la quota, nessuna eccedenza)
  • 123k calls/month
  • 20 req/sec
  • CI / provisioning pipelines
  • Priority support
Accedi per abbonarti

Mega

€54.60 /mese

  • 635,000 chiamate/mese
  • 50 richieste/secondo
  • Tetto rigido (429 sopra la quota, nessuna eccedenza)
  • 635k calls/month
  • 50 req/sec
  • Platform scale
  • Dedicated SLA
Accedi per abbonarti

Costruito da

Correlato APIs

Altro APIs con tag sovrapposti.

ProtonDB Steam Deck & Linux Compatibility API — oanor API marketplace

ProtonDB Steam Deck & Linux Compatibility API

Live Linux and Steam Deck compatibility plus popularity for Steam games, from the public ProtonDB and Steam feeds — no key, nothing stored. The "can I play it on Linux / Steam Deck, and is anyone playing it" view of a game: the crowd-sourced ProtonDB compatibility tier together with the live concurrent-player count, distinct from the other game and platform APIs in the catalogue. The game endpoint returns a full picture for a title — its Steam name, genres and release date, the ProtonDB compatibility tier (platinum, gold, silver, bronze or borked) with the community confidence, score and report count, the trending and best-reported tiers, and the live player count. The search endpoint resolves a game name to its Steam app id and other matches, so you can find the id to query. The players endpoint returns just the live concurrent-player count for a game. Build Steam Deck compatibility checkers, Linux gaming dashboards, "is it playable" widgets and game-popularity trackers on top of real ProtonDB and Steam data. Look up a game by Steam app id (appid=1245620) or by name (name=elden ring); ProtonDB tiers run from platinum (flawless) down to borked, and player counts are live.

api.oanor.com/protondb-api

AUR API — oanor API marketplace

AUR API

The Arch User Repository (AUR) as an API. Look up any AUR package for its version, description, upstream URL, maintainer and submitter, community votes and popularity score, license, out-of-date flag, keywords and full dependency lists (depends, make-depends, opt-depends), plus its source snapshot and ready-to-run git-clone command; search the whole AUR by name, description, maintainer, dependencies or keywords (results sorted by popularity); and list every package maintained by a given user. Covers the 90,000+ community-maintained packages of Arch Linux, from yay, paru and visual-studio-code-bin to google-chrome and spotify. Live from the official AUR RPC. Ideal for Arch/AUR helpers and dashboards, package and dependency tooling, and Linux developer portals. Open data from the Arch User Repository.

api.oanor.com/aur-api

Flathub API — oanor API marketplace

Flathub API

The Linux desktop-app store — Flathub (Flatpak) — as an API. Look up any app by its reverse-DNS id for its name, summary and description, developer, license, categories, homepage / bug-tracker / donation links, latest version and release date, screenshot count and total install count; search the whole store by keyword; and read an app's install statistics, including last-month and last-7-day installs and the top countries. Every app comes with the exact `flatpak install` command. Covers the Linux desktop from Firefox, Blender, GIMP, OBS Studio and Inkscape to VLC, Krita and LibreOffice. Live from the official flathub.org API. Ideal for app catalogs and dashboards, software-center integrations, Linux developer tooling and install-analytics. Open data from Flathub.

api.oanor.com/flathub-api

RAID Calculator API — oanor API marketplace

RAID Calculator API

RAID存储阵列数学作为API,本地确定性地计算。容量端点计算RAID级别的可用容量和原始容量、存储效率以及容错能力——RAID 0条带化n×disk无冗余,RAID 1镜像到一个磁盘并容忍n−1个故障,RAID 5提供(n−1)×disk并容忍一个磁盘故障,RAID 6提供(n−2)×disk并容忍两个磁盘故障,RAID 10提供(n/2)×disk——并报告每个级别所需的最小磁盘数。比较端点将相同磁盘和磁盘大小的级别并排放置,以便您权衡容量与冗余。重建端点估计在给定重建速度下重建单个磁盘所需的时间,以及RAID 5/6中第二个故障会导致数据丢失的时间窗口。所有计算均在本地确定性地进行,因此即时且私密。非常适合存储、NAS、服务器和IT管理员应用程序开发人员、容量规划和采购工具以及家庭实验室计算器。纯本地计算——无需密钥、无需第三方服务、即时。实时,不存储任何内容。3个端点。这是RAID阵列大小调整;数据传输时间请使用传输API。

api.oanor.com/raid-api

Domande frequenti

Risposte rapide su prezzi, quote e integrazione.

Come ottengo una chiave API per chmod API?
Registrati gratuitamente su oanor.com, genera una chiave API dalla dashboard sviluppatore e chiama chmod API con l'header x-oanor-key. Nessuna carta di credito richiesta per il piano gratuito.
Qual è il limite di velocità di chmod API?
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 chmod API?
chmod API ha un piano gratuito con 100 chiamate / mese. I piani a pagamento partono da €0.90 / 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.
chmod API è conforme al GDPR?
Tutte le richieste a chmod API 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/chmod-api/SOME_PATH \
  -H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/chmod-api/SOME_PATH", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/chmod-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/chmod-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.