Endpoint module is a framework which allows Drupal acts as a light endpoint.
The module was designed specifically for REST API. It contains a router that allows to follow REST style in your URLs. Here is an example:
GET /dogs
POST /dogs/create
DELETE /dogs/1
GET /dog/1
PUT /dog/1
Endpoint is really light, fast and flexible, that makes it a good solution for projects where Drupal role is mobile backend and single-page app backend.
Endpoint does not do anything itself but instead provides an API to other developers.
Supporting organizations:
Project information
Minimally maintained
Maintainers monitor issues, but fast responses are not guaranteed.Maintenance fixes only
Considered feature-complete by its maintainers.- Project categories: Performance, Integrations, Developer tools
2 sites report using this module
- Created by eugene.ilyin on , updated
Stable releases for this project are covered by the security advisory policy.
There are currently no supported stable releases.



