Skip to main content

HTML Dev Docs

Pure HTML5 Developer Documentation Portal

API Overview

Published • 8 min read

Overview

REST API reference for the DevDocs platform.

This page is part of the HTML Dev Docs portal, a comprehensive demonstration of HTML5 semantic markup without CSS or JavaScript.

The HTML Living Standard defines the semantics of HTML elements and their attributes.

API Endpoints Summary

REST API Endpoints
Method Endpoint Description
GET/api/v1/docsList all documents
POST/api/v1/docsCreate a document
GET/api/v1/docs/{id}Get document by ID
PUT/api/v1/docs/{id}Update document
DELETE/api/v1/docs/{id}Delete document

Base URL: https://api.htmldevdocs.example/v1