#devops
11 APIs con questa etichetta
GitLab API
Read GitLab.com in real time — no token, no OAuth. Look up any public project by numeric id or "group/name" path for its full detail (stars, forks, open issues, default branch, visibility, license, topics, timestamps) and pull its commits, branches, tags, releases, issues, merge requests, language breakdown, members and decoded README. Look up any user, list a user's public projects, inspect any group and its projects, and search public projects by keyword with sort + order. Pass project as a numeric id, a "group/name" path or a gitlab.com URL. Every call is live (no cache) and returns the upstream GitLab REST v4 shape, paginated with page + per_page (max 100). 16 endpoints. Calls are routed through a rotating residential proxy so per-IP rate limits never bite. Built for dev dashboards, OSS analytics, CI/CD tooling and repo monitoring across the GitLab ecosystem — the sibling of our GitHub API. No upstream token, no cache.
api.oanor.com/gitlab-api
DNS Propagation API
Check DNS propagation by querying a record across several major public resolvers at once — Google (8.8.8.8), Cloudflare (1.1.1.1), AdGuard and dns.sb — and seeing whether they all return the same answer. Pass a domain and a record type and the service queries every resolver in parallel and reports each resolver's answers, whether they are consistent (the change has fully propagated) or still differ (mid-propagation, stale caching or split-horizon DNS), the number of distinct answer sets and the union of all answers. Supported record types: A, AAAA, CNAME, MX, TXT, NS, SOA, SRV, CAA and PTR. A single-resolver endpoint queries one named resolver on its own, and a failing resolver is reported per-resolver without failing the whole call. Live DoH (DNS-over-HTTPS) JSON queries, always current. Built for verifying DNS changes after a migration or launch, debugging split-horizon or stale-cache issues, and uptime/propagation monitoring. A DNS propagation checker — distinct from single-resolver record lookup (dns), the email-authentication analyzer (emailsec) and WHOIS (whois). No upstream key, no cache.
api.oanor.com/dnspropagation-api
API de fim de vida (EOL)
Datas de fim de vida e ciclo de suporte de produtos como uma API, alimentada por endoflife.date — a referência mantida pela comunidade para quando o software deixa de ser suportado. Abrange mais de 450 produtos em todas as camadas da pilha: distribuições Linux (Ubuntu, Debian, RHEL, Alpine…), linguagens de programação (PHP, Python, Node.js, Java, Go, Ruby…), frameworks (Django, Laravel, Spring Boot, React, Angular…), bancos de dados (PostgreSQL, MySQL, MongoDB, Redis…), sistemas operacionais, navegadores, dispositivos de hardware e muito mais. Liste todos os produtos rastreados; para qualquer produto, obtenha todos os seus ciclos de lançamento com a data de lançamento, versão de patch mais recente e data de lançamento, flag LTS, data de fim do suporte ativo e data de fim de vida; e consulte um único ciclo de lançamento individualmente. Cada ciclo é enriquecido com um status computado e ao vivo calculado em relação à data atual — se a versão ainda é suportada, se já atingiu o fim de vida, quantos dias restam até o fim de vida e se o suporte ativo terminou — para que você possa responder "esta versão ainda é suportada?" e "quanto tempo até eu precisar atualizar?" em uma única chamada. Ideal para auditoria de dependências, planejamento de atualização e migração, painéis de segurança e conformidade, verificações de CI e inventários de plataforma. Os slugs dos produtos vêm do endpoint de produtos (ex.: php, ubuntu, nodejs, postgresql). O status computado é relativo à data UTC atual. Dados de endoflife.date (CC-BY-SA).
api.oanor.com/endoflife-api
Terraform Registry API
Terraform Registry — 所有 Terraform 和 OpenTofu 模块与提供者的家园 — 以 API 形式呈现。查询任意模块的最新版本、总下载量、源代码仓库、验证状态、发布日期以及可直接粘贴的使用代码块,同时获取其输入、输出和托管资源的数量;读取模块的完整版本历史;搜索包含数千个社区模块的注册中心(可按提供者筛选);查询任意提供者的版本、下载次数和层级(官方/合作伙伴/社区)。覆盖基础设施即代码生态系统,从 terraform-aws-modules 的 VPC、EKS 和 RDS 模块到 hashicorp/aws、google 和 azurerm 提供者。数据来自官方 registry.terraform.io API。适用于 IaC 和 GitOps 工具、模块目录和仪表板,以及平台工程自动化。来自 Terraform Registry 的开放数据。
api.oanor.com/terraform-api
Artifact Hub API
Artifact Hub — the CNCF registry for cloud-native packages — as an API. Look up any Helm chart, OLM operator, Falco rule, OPA / Kyverno / Gatekeeper policy, Krew kubectl plugin, Tekton task and more for its version and app version, description, license, maintainers, keywords, repository (with verified-publisher and official flags), home and source links, and its full version history. Search the registry across any package kind. Covers the Kubernetes / cloud-native ecosystem from the Bitnami, Prometheus and Grafana Helm charts to Krew plugins and security policies. Live from the official artifacthub.io API. Ideal for GitOps and DevOps dashboards, supply-chain and update tooling, internal chart catalogs and Kubernetes platform engineering. Open data from Artifact Hub.
api.oanor.com/artifacthub-api
Docker Hub API
容器镜像仓库——Docker Hub——作为API。查询任何镜像(仓库)的描述、总拉取次数和星标数、官方状态、最后更新日期和分类,以及可直接运行的`docker pull`命令;列出镜像的标签和版本,每个标签的压缩大小、支持的平台(linux/amd64、linux/arm64等)和发布日期;搜索拥有数百万镜像的仓库。涵盖从官方镜像如nginx、postgres、redis、node、python和ubuntu到供应商镜像如bitnami/postgresql的所有内容。实时数据来自官方hub.docker.com API。适用于DevOps仪表板、CI/CD和供应链工具、镜像目录和更新自动化。来自Docker Hub的开放数据。
api.oanor.com/docker-api
SSL Certificate API
Check any website's SSL/TLS certificate as an API. Pass a domain and the service performs a live TLS handshake and returns the certificate's subject and issuer, the validity window, the exact number of days until it expires, whether it is currently valid and trusted by a standard CA chain, the negotiated TLS protocol, serial number, SHA-256 fingerprint, key size and the full list of Subject Alternative Names (SANs). A lean expiry endpoint returns a simple ok / expiring_soon / expired status, perfect for uptime and certificate-expiry monitoring, dashboards, CI checks and security tooling. Self-contained — no third-party service. IP addresses and internal hosts are not supported.
api.oanor.com/sslcheck-api
YAML API
Convert, validate and tidy YAML through a fast, fully-local API. Turn YAML into JSON (including multi-document streams) or JSON into clean YAML with optional key sorting and custom indentation, validate a document and get the exact line and column of any syntax error with a context snippet, or reformat and normalize existing YAML. Inputs can be sent as a raw text/plain body, a JSON field or a query parameter; outputs are tidy JSON. Pure server-side compute with no third-party upstream, so responses are instant and the service is always available. Ideal for DevOps and CI/CD, configuration and infrastructure-as-code tooling, no-code platforms, editors and data pipelines.
api.oanor.com/yaml-api
Cron API
A fast, fully-local cron-expression toolkit (UTC): validate 5-field cron expressions with ranges, lists, steps, month and weekday names and the common @aliases (@yearly, @monthly, @weekly, @daily, @hourly); compute the next N run times for a schedule from now or any start date; and describe a schedule in plain English. Every endpoint accepts input via the query string or the request body. Pure server-side compute, no third-party upstream, so responses are instant and always available. Ideal for schedulers and job runners, devops and CI tooling, and dashboards that show the next run time of a task.
api.oanor.com/cron-api
Subnet API
Una calculadora de IP y subred rápida y completamente local: valida direcciones IPv4 e IPv6 con clasificación de tipo (privada, pública, loopback, link-local, multicast, CGNAT o reservada), calcula detalles de subred CIDR (red, máscara de red, wildcard, broadcast, primer y último host, direcciones totales y hosts utilizables, con tamaño de red y rango IPv6), verifica si una dirección está dentro de un bloque CIDR y convierte direcciones (IPv4 a entero, hexadecimal y binario; expandir y comprimir IPv6). Cada endpoint acepta entrada mediante la cadena de consulta o el cuerpo de la solicitud. Cálculo puro del lado del servidor, sin terceros upstream, por lo que las respuestas son instantáneas y siempre están disponibles. Ideal para devops, automatización de redes, IPAM, herramientas de firewall y ACL, e infraestructura en la nube.
api.oanor.com/subnet-api
DNS Lookup API
Resolve DNS records — A, AAAA, MX, NS, TXT, CNAME, SOA, SRV, CAA, PTR — for any domain, fetch all common records in a single call, or run a reverse PTR lookup for an IPv4 address. Backed by Google DNS-over-HTTPS. Ideal for devops tooling, uptime and email-deliverability checks (SPF/DKIM/DMARC), security research and domain monitoring.
api.oanor.com/dns-api