drupal website screenshot

drupal

Drupal is an open-source content management system written in PHP and used to build websites, applications, and digital experiences for individuals, organizations, and enterprises worldwide.

drupal publishes 8 APIs on the APIs.io network, including Comments API, Files API, Node Articles API, and 5 more.

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

drupal’s developer surface includes authentication, engineering blog, and 8 more developer resources.

43.7/100 developing ▬ flat Agent 31/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessFreemiumSelf serve⚡ Free to try
9 APIs

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 43.7/100 · developing
Contract Quality 16.4 / 25
Developer Ergonomics 2.6 / 20
Commercial Clarity 7.9 / 20
Operational Transparency 4.8 / 13
Governance 7.0 / 12
Discoverability 5.0 / 10
Agent readiness — 31/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 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/drupal: 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 9

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

Drupal GraphQL API

The Drupal GraphQL module is a contributed module that enables developers to craft and expose a GraphQL schema for Drupal 10 and 11, allowing client applications to query Drupal...

drupal Comments API

Comment resources for reading and managing comments attached to content entities in Drupal.

drupal Files API

JSON:API endpoints for file entities and file upload operations.

drupal Node Articles API

JSON:API endpoints for article content nodes. The bundle slug varies by Drupal installation; article is shown as an example bundle name.

drupal Node Pages API

JSON:API endpoints for basic page content nodes. The bundle slug varies by Drupal installation.

drupal Nodes API

Content node resources representing structured content items of any type (article, page, etc.) stored in Drupal's content management system.

drupal Taxonomy Terms API

JSON:API endpoints for taxonomy term entities across all configured vocabularies.

drupal Taxonomy Vocabularies API

Taxonomy vocabulary resources representing the container configurations that organize sets of taxonomy terms.

drupal Users API

JSON:API endpoints for Drupal user entities. Config entities are read-only via JSON:API and require authentication.

Scroll for all 9

Open Collections 2

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

Drupal JSON:API

OPEN COLLECTION

Drupal REST API

OPEN COLLECTION

GraphQL 1

GraphQL schemas published by this provider.

drupal GraphQL API

The Drupal GraphQL module is a contributed module that enables developers to craft and expose a GraphQL schema for Drupal 10 and 11, allowing client applications to query Drupal...

GRAPHQL

Pricing Plans 1

Published pricing tiers and plan structures.

Drupal Plans Pricing

3 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Drupal Rate Limits

5 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.

Drupal Context

0 classes · 8 properties

JSON-LD

Spectral Rules 1

Spectral governance rulesets for linting and validating these APIs.

drupal API Rules

6 rules · 5 warnings 1 info

SPECTRAL

JSON Schema 2

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

Drupal JSON:API Resource

6 properties

JSON SCHEMA

Drupal Node

22 properties

JSON SCHEMA

Security Posture 3

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

Drupal Authentication

apiKey/http/oauth2 · 3 schemes

SECURITY

Drupal Domain Security

TLSv1.2 · HSTS · DMARC

SECURITY

Drupal Vulnerability Disclosure

disclosure policy published

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Drupal Scopes

2 scopes · authorizationCode

2 scopes

SCOPES

Agentic Access 1

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

Drupal Agentic Access

33 operations · 17 acting

33 operations · 17 acting

AGENTIC

Resources

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 1

Pagination, idempotency, versioning, errors, and events

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 4

Authentication, authorization, and security posture

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: drupal
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Freemium · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/drupal.png
url: https://raw.githubusercontent.com/api-evangelist/drupal/refs/heads/main/apis.yml
apis:
- aid: drupal:graphql
  name: Drupal GraphQL API
  tags:
  - CMS
  - Content Management
  - GraphQL
  - Headless
  - Query Language
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  baseURL: https://example.com/graphql
  humanURL: https://www.drupal.org/docs/contributed-modules/graphql
  properties:
  - url: https://www.drupal.org/docs/contributed-modules/graphql
    type: Documentation
  - url: https://drupal-graphql.gitbook.io/graphql/
    type: Documentation
  - url: graphql/drupal-graphql.md
    type: GraphQL
  description: The Drupal GraphQL module is a contributed module that enables developers to craft and expose a GraphQL schema
    for Drupal 10 and 11, allowing client applications to query Drupal content and entities using GraphQL syntax. It supports
    both queries and mutations for reading and writing data, and includes a built-in GraphiQL Explorer interface at /graphql/explorer
    for interactive schema browsing and query development.
- aid: drupal:drupal-comments-api
  name: drupal Comments API
  description: Comment resources for reading and managing comments attached to content entities in Drupal.
  humanURL: https://www.drupal.org/docs/core-modules-and-themes/core-modules/restful-web-services-module
  baseURL: https://example.com
  tags:
  - Comments
  properties:
  - type: OpenAPI
    url: openapi/drupal-comments-api-openapi.yml
  - type: Documentation
    url: https://www.drupal.org/docs/core-modules-and-themes/core-modules/restful-web-services-module
  - type: Documentation
    url: https://www.drupal.org/docs/core-modules-and-themes/core-modules/jsonapi-module/api-overview
  - type: JSONSchema
    url: json-schema/drupal-jsonapi-resource-schema.json
- aid: drupal:drupal-files-api
  name: drupal Files API
  description: JSON:API endpoints for file entities and file upload operations.
  humanURL: https://www.drupal.org/docs/core-modules-and-themes/core-modules/restful-web-services-module
  baseURL: https://example.com
  tags:
  - Files
  properties:
  - type: OpenAPI
    url: openapi/drupal-files-api-openapi.yml
  - type: Documentation
    url: https://www.drupal.org/docs/core-modules-and-themes/core-modules/restful-web-services-module
  - type: Documentation
    url: https://www.drupal.org/docs/core-modules-and-themes/core-modules/jsonapi-module/api-overview
  - type: JSONSchema
    url: json-schema/drupal-jsonapi-resource-schema.json
- aid: drupal:drupal-node-articles-api
  name: drupal Node Articles API
  description: JSON:API endpoints for article content nodes. The bundle slug varies by Drupal installation; article is shown
    as an example bundle name.
  humanURL: https://www.drupal.org/docs/core-modules-and-themes/core-modules/restful-web-services-module
  baseURL: https://example.com
  tags:
  - Node Articles
  properties:
  - type: OpenAPI
    url: openapi/drupal-node-articles-api-openapi.yml
  - type: Documentation
    url: https://www.drupal.org/docs/core-modules-and-themes/core-modules/restful-web-services-module
  - type: Documentation
    url: https://www.drupal.org/docs/core-modules-and-themes/core-modules/jsonapi-module/api-overview
  - type: JSONSchema
    url: json-schema/drupal-jsonapi-resource-schema.json
- aid: drupal:drupal-node-pages-api
  name: drupal Node Pages API
  description: JSON:API endpoints for basic page content nodes. The bundle slug varies by Drupal installation.
  humanURL: https://www.drupal.org/docs/core-modules-and-themes/core-modules/restful-web-services-module
  baseURL: https://example.com
  tags:
  - Node Pages
  properties:
  - type: OpenAPI
    url: openapi/drupal-node-pages-api-openapi.yml
  - type: Documentation
    url: https://www.drupal.org/docs/core-modules-and-themes/core-modules/restful-web-services-module
  - type: Documentation
    url: https://www.drupal.org/docs/core-modules-and-themes/core-modules/jsonapi-module/api-overview
  - type: JSONSchema
    url: json-schema/drupal-jsonapi-resource-schema.json
- aid: drupal:drupal-nodes-api
  name: drupal Nodes API
  description: Content node resources representing structured content items of any type (article, page, etc.) stored in Drupal's
    content management system.
  humanURL: https://www.drupal.org/docs/core-modules-and-themes/core-modules/restful-web-services-module
  baseURL: https://example.com
  tags:
  - Nodes
  properties:
  - type: OpenAPI
    url: openapi/drupal-nodes-api-openapi.yml
  - type: Documentation
    url: https://www.drupal.org/docs/core-modules-and-themes/core-modules/restful-web-services-module
  - type: Documentation
    url: https://www.drupal.org/docs/core-modules-and-themes/core-modules/jsonapi-module/api-overview
  - type: JSONSchema
    url: json-schema/drupal-jsonapi-resource-schema.json
- aid: drupal:drupal-taxonomy-terms-api
  name: drupal Taxonomy Terms API
  description: JSON:API endpoints for taxonomy term entities across all configured vocabularies.
  humanURL: https://www.drupal.org/docs/core-modules-and-themes/core-modules/restful-web-services-module
  baseURL: https://example.com
  tags:
  - Taxonomy Terms
  properties:
  - type: OpenAPI
    url: openapi/drupal-taxonomy-terms-api-openapi.yml
  - type: Documentation
    url: https://www.drupal.org/docs/core-modules-and-themes/core-modules/restful-web-services-module
  - type: Documentation
    url: https://www.drupal.org/docs/core-modules-and-themes/core-modules/jsonapi-module/api-overview
  - type: JSONSchema
    url: json-schema/drupal-jsonapi-resource-schema.json
- aid: drupal:drupal-taxonomy-vocabularies-api
  name: drupal Taxonomy Vocabularies API
  description: Taxonomy vocabulary resources representing the container configurations that organize sets of taxonomy terms.
  humanURL: https://www.drupal.org/docs/core-modules-and-themes/core-modules/restful-web-services-module
  baseURL: https://example.com
  tags:
  - Taxonomy Vocabularies
  properties:
  - type: OpenAPI
    url: openapi/drupal-taxonomy-vocabularies-api-openapi.yml
  - type: Documentation
    url: https://www.drupal.org/docs/core-modules-and-themes/core-modules/restful-web-services-module
  - type: Documentation
    url: https://www.drupal.org/docs/core-modules-and-themes/core-modules/jsonapi-module/api-overview
  - type: JSONSchema
    url: json-schema/drupal-jsonapi-resource-schema.json
- aid: drupal:drupal-users-api
  name: drupal Users API
  description: JSON:API endpoints for Drupal user entities. Config entities are read-only via JSON:API and require authentication.
  humanURL: https://www.drupal.org/docs/core-modules-and-themes/core-modules/restful-web-services-module
  baseURL: https://example.com
  tags:
  - Users
  properties:
  - type: OpenAPI
    url: openapi/drupal-users-api-openapi.yml
  - type: Documentation
    url: https://www.drupal.org/docs/core-modules-and-themes/core-modules/restful-web-services-module
  - type: Documentation
    url: https://www.drupal.org/docs/core-modules-and-themes/core-modules/jsonapi-module/api-overview
  - type: JSONSchema
    url: json-schema/drupal-jsonapi-resource-schema.json
common:
- type: AgenticAccess
  url: agentic-access/drupal-agentic-access.yml
- type: VulnerabilityDisclosure
  url: security/drupal-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/drupal-domain-security.yml
- type: Authentication
  url: authentication/drupal-authentication.yml
- type: OAuthScopes
  url: scopes/drupal-scopes.yml
- type: GitHubOrganization
  url: https://github.com/drupal
- type: LinkedIn
  url: https://www.linkedin.com/company/drupal-project
- url: json-ld/drupal-context.jsonld
  type: JSONLD
- url: json-schema/drupal-node-schema.json
  type: JSONSchema
- type: Blog
  url: https://www.drupal.org/planet/rss.xml
modified: '2026-05-19'
description: Drupal is an open-source content management system written in PHP and used to build websites, applications, and
  digital experiences for individuals, organizations, and enterprises worldwide.