Custom Queries

Write SQL.
Get an Endpoint.

Name your query. EazeMyAPI makes it a REST endpoint instantly.

EazeMyAPI — Custom Queries
</> Edit · Get Active Users

Write a custom SQL query and configure your API endpoint

Endpoint Name
Get Active Users
Method
GET POST PUT PATCH DELETE
Response
All Records
Private
Requires auth_token
API URL
GET https://api.eazemyapi.c...
Tables
users projects tasks comments attachments notifications
Parameters
param name
{name} dynamic value · '{VAR}' global variable
SNIPPETS
SELECT
INSERT
UPDATE
DELETE
1
SELECT * FROM query ;
Ctrl+Enter to preview · Tab to indent · type for autocomplete

SQL You Know. APIs You Get.

Stop hacking workarounds. Write the query. Get the endpoint. Done.

Any SQL Supported

JOINs, CTEs, window functions, aggregates — if the engine can run it, EazeMyAPI can expose it over HTTP.

Named Endpoints

Give your query a name like monthly-revenue and it becomes /api/q/monthly-revenue. Clean, shareable, memorable.

JSON Response

Every custom query endpoint returns clean, structured JSON. No transformation layer, no serialization code to write.

Secure by Default

Custom endpoints inherit your project's API key authentication. No extra security setup — it just works.

Your SQL. Your endpoint. Instantly.

Name a query, get a REST endpoint. No backend code required.