
ipapi
ipinfo.io
ipstack
ipgeolocation.io
ipdata.co
IP-API.com
ipwhois.io
Ipregistry
YAMLValidator.dev
YAMLine
ValidKube
yamlfmt
YAML
JSON to YAML
JSON Formatter & Validator
KuberLogic
YAML Validator is a free, privacy-first tool for validating, formatting, and viewing YAML files โ available as a Chrome extension and a website.
---Paste or type YAML into the editor. YAML Validator auto-detects the schema (e.g., spots apiVersion + kind and picks Kubernetes) and validates both syntax and structure in one click. If the detected schema doesn't match, it suggests the right one with a single-click switch.
Everything runs client-side โ your files never leave your machine. No accounts, no server processing, no data collection. Works offline, loads instantly.
Whether you're writing Kubernetes manifests, debugging a CI pipeline, or reviewing a Helm chart on GitHub โ YAML Validator catches errors before they reach production. The Chrome extension currently has around 800 users worldwide.
Available in 54 languages.
ipapi
YAMLValidator.devDevelopers, businesses, and organizations seeking to enhance their applications with IP geolocation services. It's especially beneficial for projects involving fraud prevention, targeted content delivery, marketing analysis, and user experience customization.
No YAMLValidator.dev videos yet. You could help us improve this page by suggesting one.
YAMLValidator.dev's answer:
It validates YAML against real schemas โ generic YAML, Kubernetes, Docker Compose, GitHub Actions, GitLab CI, Helm, OpenAPI, and more โ not just syntax checking. Everything runs client-side, so your config files never leave your machine. It works both as a Chrome extension (with GitHub integration for collapsible code blocks) and as a standalone website.
YAMLValidator.dev's answer:
DevOps engineers, SREs, and backend developers who work with Kubernetes manifests, Docker Compose files, CI/CD pipelines (GitHub Actions, GitLab CI, CircleCI, Azure Pipelines), Helm charts, and OpenAPI specs. Anyone who edits YAML config files and wants instant validation without leaving the browser.
YAMLValidator.dev's answer:
I am software engineer and extension(and lately site) was made out of frustration with debugging YAML indentation errors in CircleCI schemes and Kubernetes deployments. A misplaced space in a YAML file can break an entire deployment, and generic text editors don't catch schema-level mistakes. YAML Validator was built to catch those errors before they reach production โ directly in the browser, with zero setup.
YAMLValidator.dev's answer:
JavaScript/TypeScript, CodeMirror (editor), js-yaml (parsing), Ajv (JSON Schema validation), Lit (web components), and Tailwind CSS. Built as a Chrome Extension (Manifest V3) with Vite as the bundler. Schemas are pre-compiled at build time for performance and CSP compliance
YAMLValidator.dev's answer:
YAML Validator is a free, open-use tool โ it doesn't track users or require accounts. It's used by individual developers and teams working with Kubernetes, Docker, and CI/CD pipelines. As a privacy-first browser tool, there's no customer list by design. The browser extension currently has around 800 users worldwide.
YAMLValidator.dev's answer:
There's simply no other Chrome extension that does this. Most online YAML tools are web-only, require an internet connection, and only check syntax. YAML Validator runs entirely offline, validates against 11+ schemas with auto-detection (Kubernetes, Docker Compose, GitHub Actions, and more), and enriches GitHub with collapsible code blocks for YAML files. It's fast, private, and requires zero setup โ install and go.
Based on our record, ipapi seems to be more popular. It has been mentiond 21 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
// API 1: ip-api.com (free, no key needed, 45 req/min) $response = $http->get("http://ip-api.com/json/{$ip}?fields=proxy,hosting"); If (!empty($data['proxy']) || !empty($data['hosting'])) { return true; // VPN/Proxy detected } // API 2: ipinfo.io (fallback) $response = $http->get("https://ipinfo.io/{$ip}/json"); // Check 'org' field for hosting/vpn/proxy keywords // API 3: ipapi.co (fallback) $response =... - Source: dev.to / 6 months ago
IPapi - Service that provides you an info about an IP address. - Source: dev.to / about 2 years ago
Ipapi - IP Address Location API by Kloudend, Inc - A reliable geolocation API built on AWS, trusted by Fortune 500. The free tier offers 30k lookups/month (1k/day) without signup. - Source: dev.to / over 2 years ago
Yeah still confused as to where you are getting https://www.criminalip.io/en and https://ipapi.co/ from iplocation.net (which I use all the time to also get GEO-IP location). Source: about 3 years ago
I would suggest reaching out to this company https://www.criminalip.io/en as well as this company. https://ipapi.co/. Source: about 3 years ago
ipinfo.io - Simple IP address information.
YAMLine - Yamline offers a suite of online YAML tools, including a Comparator, Formatter, Validator, and various converters for formats like JSON and Properties.
ipstack - ipstack is a free, real-time IP address to location JSON API and database service supporting IPv4 and IPv6 lookup.
ValidKube - ValidKube combines the best open-source tools to help ensure Kubernetes YAML best practices, hygiene & security.
ipgeolocation.io - Free IP Geolocation API and Accurate GeoIP Lookup Location Database
yamlfmt - An extensible command line tool or library to format yaml files. - GitHub - google/yamlfmt: An extensible command line tool or library to format yaml files.