Back to catalog
πŸ’»

Render API

API Key

Lets you programmatically manage your Render services (web apps, APIs, and static sites) including deployments, scaling, and configuration

πŸ’»DevelopmentHTTPS

Render

5 items

analytics-api

oregon

running

email-worker

ohio

running

billing-cron

oregon

running

staging-frontend

frankfurt

suspended

data-pipeline

ohio

running

Sample Response

response.json
1{
2 "items": [
3 {
4 "name": "analytics-api",
5 "type": "web",
6 "status": "running",
7 "region": "oregon",
8 "lastDeploy": "2026-02-25T06: 12: 00Z"
9 },
10 {
11 "name": "email-worker",
12 "type": "worker",
13 "status": "running",
14 "region": "ohio",
15 "lastDeploy": "2026-02-24T14: 30: 00Z"

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://render.com/docs/api" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs