Django REST API Explorer

Hashir

Hashir ahmed

Browse and test your Django REST Framework API endpoints
{
"count": 3,
"next": null,
"previous": null,
"results": [
{
"id": 1,
"username": "admin",
"email": "admin@example.com",
"is_active": true,
"date_joined": "2023-07-01T00:00:00Z"
},
{
"id": 2,
"username": "john_doe",
"email": "john@example.com",
"is_active": true,
"date_joined": "2023-07-10T00:00:00Z"
},
{
"id": 3,
"username": "jane_smith",
"email": "jane@example.com",
"is_active": false,
"date_joined": "2023-08-15T00:00:00Z"
}
]
}
Like this project

Posted Aug 2, 2025

Build powerful web applications with Django backend and React frontend