Django CMS website screenshot

Django CMS

Django CMS is an open-source, enterprise-grade content management system built on Django and Python. It provides a REST API via the djangocms-rest package (built on Django REST Framework and drf-spectacular) that exposes pages, plugins, placeholders, navigation menus, breadcrumbs, and content structures as a browsable, read-only JSON/OpenAPI 3 interface. The API enables headless CMS deployments, allowing decoupled frontend applications — SPAs, static site generators, and mobile apps — to consume CMS-managed content with full multi-language and multi-site support.

Django CMS publishes 7 APIs on the APIs.io network, including Breadcrumbs API, Health API, Languages API, and 4 more. Tagged areas include CMS, Content Management, Django, Python, and Headless CMS.

The Django CMS catalog on APIs.io includes 1 JSON-LD context and 1 Spectral governance ruleset.

Django CMS’s developer surface includes documentation, engineering blog, pricing, and 10 more developer resources.

47.2/100 developing ▼ -5.8 Agent 25/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessFreemium
7 APIs
CMSContent ManagementDjangoPythonHeadless CMSREST APIOpen SourcePagesPluginsPlaceholders

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 47.2/100 · developing
Contract Quality 15.1 / 25
Developer Ergonomics 2.2 / 20
Commercial Clarity 10.0 / 20
Operational Transparency 5.5 / 13
Governance 7.0 / 12
Discoverability 7.4 / 10
Agent readiness — 25/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 0 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 7 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/django-cms: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 7

Individual APIs this provider publishes, each with its own machine-readable definition.

Django CMS Breadcrumbs API

Page breadcrumb trails

Django CMS Health API

Health check endpoint for monitoring

Django CMS Languages API

Site language configuration

Django CMS Menus API

Navigation menu structures

Django CMS Pages API

CMS page content and tree structure

Django CMS Placeholders API

Placeholder content with nested plugin data

Django CMS Plugins API

Plugin type definitions and schema

Scroll for all 7

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Django Cms Rate Limits

1 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Semantic Vocabularies 1

JSON-LD contexts and semantic vocabularies used across these APIs.

Djangocms Context

0 classes · 47 properties

JSON-LD

Spectral Rules 1

Spectral governance rulesets for linting and validating these APIs.

Django CMS API Rules

5 rules · 4 warnings 1 info

SPECTRAL

JSON Schema 1

Standalone JSON Schema definitions for this provider's data models.

Django CMS Page Content

22 properties

JSON SCHEMA

Security Posture 1

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Django Cms Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Django Cms Agentic Access

23 operations

23 operations · 0 acting

AGENTIC

Resources

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 1

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: django-cms
name: Django CMS
description: Django CMS is an open-source, enterprise-grade content management system built on Django and Python. It provides
  a REST API via the djangocms-rest package (built on Django REST Framework and drf-spectacular) that exposes pages, plugins,
  placeholders, navigation menus, breadcrumbs, and content structures as a browsable, read-only JSON/OpenAPI 3 interface.
  The API enables headless CMS deployments, allowing decoupled frontend applications — SPAs, static site generators, and mobile
  apps — to consume CMS-managed content with full multi-language and multi-site support.
accessModel:
  pricing: freemium
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Freemium
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/django-cms.png
url: https://raw.githubusercontent.com/api-evangelist/django-cms/refs/heads/main/apis.yml
created: '2026-06-13'
modified: '2026-06-13'
specificationVersion: '0.19'
tags:
- CMS
- Content Management
- Django
- Python
- Headless CMS
- REST API
- Open Source
- Pages
- Plugins
- Placeholders
apis:
- aid: django-cms:django-cms-breadcrumbs-api
  name: Django CMS Breadcrumbs API
  description: Page breadcrumb trails
  humanURL: https://djangocms-rest.readthedocs.io/
  baseURL: https://example.com/api/
  tags:
  - Breadcrumbs
  properties:
  - type: OpenAPI
    url: openapi/django-cms-breadcrumbs-api-openapi.yml
  - type: Documentation
    url: https://djangocms-rest.readthedocs.io/
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/django-cms/main/json-schema/djangocms-page-content-schema.json
  - type: JSONLD
    url: https://raw.githubusercontent.com/api-evangelist/django-cms/main/json-ld/djangocms-context.jsonld
  - type: GitHubRepository
    url: https://github.com/django-cms/djangocms-rest
  - type: PyPI
    url: https://pypi.org/project/djangocms-rest/
- aid: django-cms:django-cms-health-api
  name: Django CMS Health API
  description: Health check endpoint for monitoring
  humanURL: https://djangocms-rest.readthedocs.io/
  baseURL: https://example.com/api/
  tags:
  - Health
  properties:
  - type: OpenAPI
    url: openapi/django-cms-health-api-openapi.yml
  - type: Documentation
    url: https://djangocms-rest.readthedocs.io/
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/django-cms/main/json-schema/djangocms-page-content-schema.json
  - type: JSONLD
    url: https://raw.githubusercontent.com/api-evangelist/django-cms/main/json-ld/djangocms-context.jsonld
  - type: GitHubRepository
    url: https://github.com/django-cms/djangocms-rest
  - type: PyPI
    url: https://pypi.org/project/djangocms-rest/
- aid: django-cms:django-cms-languages-api
  name: Django CMS Languages API
  description: Site language configuration
  humanURL: https://djangocms-rest.readthedocs.io/
  baseURL: https://example.com/api/
  tags:
  - Languages
  properties:
  - type: OpenAPI
    url: openapi/django-cms-languages-api-openapi.yml
  - type: Documentation
    url: https://djangocms-rest.readthedocs.io/
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/django-cms/main/json-schema/djangocms-page-content-schema.json
  - type: JSONLD
    url: https://raw.githubusercontent.com/api-evangelist/django-cms/main/json-ld/djangocms-context.jsonld
  - type: GitHubRepository
    url: https://github.com/django-cms/djangocms-rest
  - type: PyPI
    url: https://pypi.org/project/djangocms-rest/
- aid: django-cms:django-cms-menus-api
  name: Django CMS Menus API
  description: Navigation menu structures
  humanURL: https://djangocms-rest.readthedocs.io/
  baseURL: https://example.com/api/
  tags:
  - Menus
  properties:
  - type: OpenAPI
    url: openapi/django-cms-menus-api-openapi.yml
  - type: Documentation
    url: https://djangocms-rest.readthedocs.io/
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/django-cms/main/json-schema/djangocms-page-content-schema.json
  - type: JSONLD
    url: https://raw.githubusercontent.com/api-evangelist/django-cms/main/json-ld/djangocms-context.jsonld
  - type: GitHubRepository
    url: https://github.com/django-cms/djangocms-rest
  - type: PyPI
    url: https://pypi.org/project/djangocms-rest/
- aid: django-cms:django-cms-pages-api
  name: Django CMS Pages API
  description: CMS page content and tree structure
  humanURL: https://djangocms-rest.readthedocs.io/
  baseURL: https://example.com/api/
  tags:
  - Pages
  properties:
  - type: OpenAPI
    url: openapi/django-cms-pages-api-openapi.yml
  - type: Documentation
    url: https://djangocms-rest.readthedocs.io/
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/django-cms/main/json-schema/djangocms-page-content-schema.json
  - type: JSONLD
    url: https://raw.githubusercontent.com/api-evangelist/django-cms/main/json-ld/djangocms-context.jsonld
  - type: GitHubRepository
    url: https://github.com/django-cms/djangocms-rest
  - type: PyPI
    url: https://pypi.org/project/djangocms-rest/
- aid: django-cms:django-cms-placeholders-api
  name: Django CMS Placeholders API
  description: Placeholder content with nested plugin data
  humanURL: https://djangocms-rest.readthedocs.io/
  baseURL: https://example.com/api/
  tags:
  - Placeholders
  properties:
  - type: OpenAPI
    url: openapi/django-cms-placeholders-api-openapi.yml
  - type: Documentation
    url: https://djangocms-rest.readthedocs.io/
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/django-cms/main/json-schema/djangocms-page-content-schema.json
  - type: JSONLD
    url: https://raw.githubusercontent.com/api-evangelist/django-cms/main/json-ld/djangocms-context.jsonld
  - type: GitHubRepository
    url: https://github.com/django-cms/djangocms-rest
  - type: PyPI
    url: https://pypi.org/project/djangocms-rest/
- aid: django-cms:django-cms-plugins-api
  name: Django CMS Plugins API
  description: Plugin type definitions and schema
  humanURL: https://djangocms-rest.readthedocs.io/
  baseURL: https://example.com/api/
  tags:
  - Plugins
  properties:
  - type: OpenAPI
    url: openapi/django-cms-plugins-api-openapi.yml
  - type: Documentation
    url: https://djangocms-rest.readthedocs.io/
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/django-cms/main/json-schema/djangocms-page-content-schema.json
  - type: JSONLD
    url: https://raw.githubusercontent.com/api-evangelist/django-cms/main/json-ld/djangocms-context.jsonld
  - type: GitHubRepository
    url: https://github.com/django-cms/djangocms-rest
  - type: PyPI
    url: https://pypi.org/project/djangocms-rest/
common:
- type: AgenticAccess
  url: agentic-access/django-cms-agentic-access.yml
- type: DomainSecurity
  url: security/django-cms-domain-security.yml
- type: Website
  url: https://www.django-cms.org/en/
- type: Documentation
  url: https://docs.django-cms.org/en/latest/
- type: GitHubOrg
  url: https://github.com/django-cms
- type: LinkedIn
  url: https://www.linkedin.com/company/django-cms-association
- type: Blog
  url: https://www.django-cms.org/en/blog/
- type: Pricing
  url: https://www.django-cms.org/en/
- type: StatusPage
  url: https://status.django-cms.org/
- type: X
  url: https://x.com/djangocms
- type: Plans
  url: plans/django-cms-plans-pricing.yml
- type: RateLimits
  url: rate-limits/django-cms-rate-limits.yml
- type: FinOps
  url: finops/django-cms-finops.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com