W3C CSS Validation Service

The W3C's public CSS validator, exposed as a web service. A single safe operation checks a stylesheet — supplied either as a URL or as inline text — against a chosen CSS profile and returns the errors and warnings found, in XHTML, plain text, SOAP 1.2 or JSON. It is anonymous and free, and W3C publishes a WSDL 2.0 description of the SOAP interface. This is the only callable HTTP surface associated with CSS; CSS itself is a specification, not a hosted service.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/w3c-css-validation-service"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
name: W3C CSS Validation Service
description: The W3C's public CSS validator, exposed as a web service. A single safe operation checks
  a stylesheet — supplied either as a URL or as inline text — against a chosen CSS profile and returns
  the errors and warnings found, in XHTML, plain text, SOAP 1.2 or JSON. It is anonymous and free, and
  W3C publishes a WSDL 2.0 description of the SOAP interface. This is the only callable HTTP surface associated
  with CSS; CSS itself is a specification, not a hosted service.
humanURL: https://jigsaw.w3.org/css-validator/
baseURL: https://jigsaw.w3.org/css-validator/validator
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/css.png
tags:
- CSS
- Validation
- Conformance
- W3C
- SOAP
properties:
- type: WSDL
  name: CSS Validator WSDL 2.0 description
  url: wsdl/css-validator.wsdl
- type: Documentation
  name: CSS Validator documentation
  url: https://jigsaw.w3.org/css-validator/documentation.html
- type: APIReference
  name: CSS Validator Web Service API
  url: https://jigsaw.w3.org/css-validator/api.html
- type: GettingStarted
  name: CSS Validator User Manual
  url: https://jigsaw.w3.org/css-validator/manual.html
- type: Authentication
  name: Authentication profile
  url: authentication/css-authentication.yml
- type: RateLimits
  name: Published rate limits
  url: rate-limits/css-rate-limits.yml
- type: Conventions
  name: API conventions
  url: conventions/css-conventions.yml
- type: ErrorCatalog
  name: Fault and finding catalog
  url: errors/css-problem-types.yml
- type: DataModel
  name: Validation response data model
  url: data-model/css-data-model.yml
- type: Sandbox
  name: Public validation console
  url: sandbox/css-sandbox.yml
- type: CLI
  name: css-validator command line
  url: cli/css-cli.yml
- type: SourceCode
  name: w3c/css-validator
  url: https://github.com/w3c/css-validator