##JSONAPI
JSON:API Views 8.x-1.2 fixes cache metadata, route-build performance, preview URLs, numeric bundle routing and OpenAPI discovery. A stable contrib update for decoupled Drupal using Views over JSON:API.
##Drupal #JSONAPI #DecoupledDrupal #DrupalViews

https://bit.ly/4zeaoca
August 13, 2026 at 2:34 PM
Drupal Security Team published eight advisories on 17 June: five for core, three for contrib.

Core fixes cover JSON:API, oEmbed, image upload validation, and deserialization risks.

https://bit.ly/4oBXorV
##Drupal #DrupalSecurity #JSONAPI #DrupalCore
June 18, 2026 at 2:45 PM
F5 Labs reports scanner activity targeting Drupal CVE-2026-9082 after disclosure.

Observed probes focused on JSON:API node endpoints and used blind SQL injection patterns, with defensive advice centred on logs and access review.

https://bit.ly/4gobUS4
##Drupal #Cybersecurity #JSONAPI
F5 Labs Details Drupal CVE-2026-9082 Scanning Patterns
F5 Labs’ Sensor Intel report adds sensor-level evidence to the CVE-2026-9082 response, documenting how scanners probed Drupal JSON:API endpoints after disclosure rather than revisiting the advisory itself. Its useful contribution is the traffic patte...
bit.ly
June 16, 2026 at 2:03 PM
DrupalRX’s Darrell Green examines why JSON:API responses can slow down headless Drupal projects.

The article highlights payload size, broad includes, deep relationships, caching gaps, serialisation work, and frontend request behaviour.

https://bit.ly/4ghQqGm
##JSONAPI #HeadlessDrupal #Performance
DrupalRX Article Examines JSON:API Performance Issues in Headless Drupal
DrupalRX has published a technical article on common causes of slow JSON:API responses in headless Drupal projects. The post argues that teams should examine payload size, includes, relationship depth, caching, serialization costs, and frontend reque...
bit.ly
June 10, 2026 at 4:48 PM
Drupal Canvas currently limits Views to block-only integration with minimal configuration. A workaround using HTMX + JSON:API restores dynamic behavior.

Read more: https://bit.ly/3Qt3ONb
##Drupal #DrupalCanvas #HTMX #JSONAPI
Drupal Canvas Views Limitations and Workaround with HTMX Explained
A blog post shows how developers handle dynamic content in Drupal Canvas using HTMX and code components due to current Views limitations.
bit.ly
April 24, 2026 at 1:26 PM
A new Drupal architecture article explores hardening JSON:API for headless platforms.

The solution uses a custom normaliser to handle missing entity references and prevent API failures.

https://bit.ly/40uhI3w
##Drupal #HeadlessDrupal #JSONAPI #DrupalDev
Hardening Drupal JSON:API for Reliable Headless Platforms
Victor Jimenez shares how strengthening Drupal’s JSON:API layer prevented critical failures in a decoupled travel platform and ensured stable communication between Drupal and a React-based frontend.
bit.ly
March 13, 2026 at 4:47 PM
Watch an agentic LLM spin out JSON to hit OpenWeatherMap and fetch London’s temp in Celsius—no code, just prompts. Curious how AI can call APIs like a pro? Dive in! #AgenticAI #JSONAPI #OpenWeatherMap

🔗 aidailypost.com/news/agentic...
March 3, 2026 at 1:12 PM
I just released version 3.1.0 of "JSON:API for Spring HATEOAS". This is a feature release with dependency updates to Spring Boot 4.0.3, and Spring HATEOAS 3.0.2.

See github.com/toedter/spri...
Release Notes: github.com/toedter/spri...

#java, #rest, #spring, #hateoas, #jsonapi
March 3, 2026 at 12:42 PM
I just released version 3.0.1 of "JSON:API for Spring HATEOAS". This is a patch release with dependency updates to Spring Boot 4.0.1, and Spring HATEOAS 3.0.1.

See github.com/toedter/spri...

Release Notes: github.com/toedter/spri...

#java, #rest, #spring, #hateoas, #jsonapi
December 28, 2025 at 12:41 PM
New from Stephen Mulvihill: native Drupal integration for the n8n automation platform.

It supports secure JSON:API CRUD ops and dynamic entity mapping.

Now available on npm with future ECA support planned.

🔗 https://bit.ly/4rWPNFH
##DrupalAutomation #n8n #JSONAPI #LowCode
December 17, 2025 at 4:06 PM
Working with headless Drupal?

Drupal Academy's new tutorial shows how to tailor JSON:API output using JSON:API Extras—no code required.

Read via TDT: https://bit.ly/3L3cqaS
##Drupal #HeadlessDrupal #JSONAPI #FrontendDev
Drupal Academy Releases Guide on Customizing JSON:API with JSON:API Extras
Drupal Academy has published a practical tutorial on using JSON:API Extras and JSON:API Defaults to customize Drupal’s API output. The guide helps developers tailor endpoints for frontend apps without writing custom code.
bit.ly
December 15, 2025 at 3:48 PM
I just released version 3.0.0 of "JSON:API for Spring HATEOAS". This is a major release with dependency updates to Spring Boot 4.0.0, Spring HATEOAS 3.0.0 and Jackson 3.

See github.com/toedter/spri....

Migration Guide: toedter.github.io/spring-hateo....

#java, #rest, #spring, #hateoas, #jsonapi
December 12, 2025 at 2:39 PM
I just released version 2.2.0 of "JSON:API for Spring HATEOAS". This is a minor release with 2 new features and dependency updates to Spring Boot 3.5.8.

See github.com/toedter/spri...

#java, #rest, #spring, #hateoas, #jsonapi
December 8, 2025 at 9:00 AM
🎓 Part 2 of Drupal Academy’s JSON:API tutorial is live!

Learn to optimize API responses using fields, includes, sort, and pagination in Drupal core.

Perfect for decoupled setups using React or Next.js.
🔗 https://bit.ly/3KgM5G7
##Drupal #JSONAPI #HeadlessDrupal #Decoupled
Mastering JSON:API in Drupal (Part 2): How to Query Smart with Fields, Includes, Sorting, and Pagination
In Part 2 of the JSON:API in Drupal series, Drupal Academy demonstrates how to optimize API responses using core query features like fields, includes, sorting, filtering, and pagination. This tutorial is vital for anyone building headless Drupal apps...
bit.ly
December 1, 2025 at 3:33 PM
New to JSON:API in Drupal?

Drupal Academy kicks off a beginner series on setting up headless CMS features.

Starts with config, permissions, and testing — React integration coming soon.
🔗 https://bit.ly/3XS2l3m
##Drupal #JSONAPI #HeadlessCMS #DrupalTutorial
Beginner’s Guide to JSON:API in Drupal by Drupal Academy
Drupal Academy has published a new beginner-focused tutorial series on using JSON:API in Drupal. The first episode covers enabling the module, configuring permissions, and preparing Drupal as a headless CMS—ideal for developers working on decoupled o...
bit.ly
November 26, 2025 at 4:47 PM
New from Dries Buytaert: Connect Drupal with Activepieces to automate content workflows.
Start with JSON:API + Basic Auth for fast setup. Add AI via the Orchestration module for more power.

https://bit.ly/3LJSqKp
##Drupal #Activepieces #JSONAPI #Automation
Connect Drupal with Activepieces: Automate Content Workflows with JSON:API and AI
Dries Buytaert's latest tutorial introduces Activepieces, an open source alternative to Zapier, and shows how to connect it with Drupal for automated workflows. From basic API-based integration to advanced orchestration with AI modules, this guide wa...
bit.ly
November 12, 2025 at 5:58 PM
I just released version 2.1.4 of "JSON:API for Spring HATEOAS". This is a patch release with dependency updates to Spring Boot 3.5.0.

See github.com/toedter/spri...

#java, #rest, #spring, #hateoas, #jsonapi
May 27, 2025 at 7:37 AM
Time to brag a bit: I just released my first non-jam game. It's a minesweeper clone made for a conference. It consists of the game in #godot, API middleware in #nodejs, a #drupal backend, and a leaderboard in godot that pulls from the drupal site. All of it using #JSONAPI to transfer data around!
April 29, 2025 at 2:52 PM
I just released version 2.1.3 of "JSON:API for Spring HATEOAS". This is a bug fix release with dependency updates to the latest Spring libraries.

See github.com/toedter/spri...

#java, #rest, #spring, #hateoas, #jsonapi
March 1, 2025 at 12:43 PM
I just released version 2.1.2 of "JSON:API for Spring HATEOAS". This is a patch release with dependency updates to the latest Spring libraries.

See github.com/toedter/spri...

#java, #rest, #spring, #hateoas, #jsonapi
February 15, 2025 at 11:12 AM
If you are interested in #rest, #java, #spring, #hypermedia, #hateoas, and #jsonapi, please take a look at my project "JSON:API for Spring HATEOAS".

github.com/toedter/spri...
GitHub - toedter/spring-hateoas-jsonapi: A JSON:API media type implementation for Spring HATEOAS
A JSON:API media type implementation for Spring HATEOAS - toedter/spring-hateoas-jsonapi
github.com
February 13, 2025 at 9:26 AM
January 9, 2025 at 7:33 AM
January 9, 2025 at 7:33 AM
January 9, 2025 at 7:33 AM
January 9, 2025 at 7:33 AM