Dataset Overview

public.users

Tabular dataset imported from postgresql source.

Import Type:
TABULAR
Source Type:
postgresql
Table Name:
tabular_data_68ae2cb347b28
Status:
Completed
Table Structure
Column Data Type Nullable
id integer No
source_id text Yes
username text Yes
password text Yes
name text Yes
created_at timestamp without time zone Yes
Data Preview
Showing first 100 rows of 2 total rows
idsource_idusernamepasswordnamecreated_at
11adminc4ded2b85cc5be82fa1d2464eba9a7d3Admin User2025-08-26 21:52:51.585832
22testerc4ded2b85cc5be82fa1d2464eba9a7d3Test User2025-08-26 21:52:51.587519
Export Options
CSV Export

Download data as comma-separated values

Export CSV
Excel Export

Download data as Excel spreadsheet

Export Excel
JSON Export

Download data as JSON format

Export JSON
SQL Export

Download data as SQL INSERT statements

Export SQL
API Endpoints
REST API Endpoints
GET /api/tabular.php?id=3

Get all data from the tabular dataset

GET /api/tabular.php?id=3&limit=100&offset=0

Get paginated data with limit and offset

GET /api/tabular.php?id=3&columns=column1,column2

Get specific columns from the dataset

POST /api/tabular.php?id=3&action=query

Query data with custom filters (POST body: JSON filters)


Response Format
{
  "success": true,
  "data": [...],
  "total_rows": 2,
  "limit": 100,
  "offset": 0
}

Authentication

API endpoints require authentication. Include your API key in the request header: Authorization: Bearer YOUR_API_KEY

Related Documents

No Documents Available

No documents have been uploaded for this tabular dataset yet.