Auto API
Auto API is an automated generic API system built on top of the Slim Framework to provide a public web interface to an underlying SQL database with minimal setup or configuration.
The API provides a standardised set of calls for accessing data, as well as caching, data pagination and request throttling as standard.
This documentation outlines the various features of the platform and provides numerous output examples with urls to accompanying API calls to test or modify.
GET /get/user
{
"page": 1,
"total_pages": 5,
"per_page": 20,
"prev_page": "https://api7.projectfolder.dev/api/get/user?page=1",
"next_page": "https://api7.projectfolder.dev/api/get/user?page=2",
"created_at": "March 10 2026 15:13:34",
"status": 200,
"result_count": 100,
"table_count": 100,
"results": [
{
"id": "1",
"first_name": "Les",
"last_name": "Atheis",
"email": "latheis0@ovh.net",
"gender": "Male",
"ip_address": "30.86.221.73"
},
{
"id": "2",
"first_name": "Darrel",
"last_name": "Limbourne",
"email": "dlimbourne1@godaddy.com",
"gender": "Male",
"ip_address": "195.68.24.124"
},
{
"id": "3",
"first_name": "Lonnie",
"last_name": "Kincey",
"email": "lkincey2@timesonline.co.uk",
"gender": "Male",
"ip_address": "139.96.122.90"
},
{
"id": "4",
"first_name": "Shauna",
"last_name": "Rosencrantz",
"email": "srosencrantz3@zimbio.com",
"gender": "Female",
"ip_address": "77.78.106.52"
},
{
"id": "5",
"first_name": "Dita",
"last_name": "Skene",
"email": "dskene4@army.mil",
"gender": "Female",
"ip_address": "30.226.150.139"
},
{
"id": "6",
"first_name": "Reyna",
"last_name": "De Ferraris",
"email": "rdeferraris5@cloudflare.com",
"gender": "Female",
"ip_address": "255.98.225.92"
},
{
"id": "7",
"first_name": "Gaspard",
"last_name": "Donavan",
"email": "gdonavan6@parallels.com",
"gender": "Male",
"ip_address": "143.20.78.224"
},
{
"id": "8",
"first_name": "Daryl",
"last_name": "Lydster",
"email": "dlydster7@nasa.gov",
"gender": "Male",
"ip_address": "38.184.159.113"
},
{
"id": "9",
"first_name": "Leia",
"last_name": "Colcomb",
"email": "lcolcomb8@sbwire.com",
"gender": "Female",
"ip_address": "42.242.226.33"
},
{
"id": "10",
"first_name": "Redd",
"last_name": "O'Sirin",
"email": "rosirin9@squidoo.com",
"gender": "Male",
"ip_address": "28.60.230.46"
},
{
"id": "11",
"first_name": "Francesco",
"last_name": "Ronan",
"email": "fronana@theguardian.com",
"gender": "Male",
"ip_address": "72.198.82.93"
},
{
"id": "12",
"first_name": "Claudetta",
"last_name": "MacConnal",
"email": "cmacconnalb@soup.io",
"gender": "Female",
"ip_address": "126.220.110.65"
},
{
"id": "13",
"first_name": "Prissie",
"last_name": "Sotworth",
"email": "psotworthc@dell.com",
"gender": "Female",
"ip_address": "45.176.141.90"
},
{
"id": "14",
"first_name": "Elly",
"last_name": "Lillico",
"email": "elillicod@prweb.com",
"gender": "Female",
"ip_address": "233.114.255.29"
},
{
"id": "15",
"first_name": "Hephzibah",
"last_name": "Todaro",
"email": "htodaroe@ow.ly",
"gender": "Female",
"ip_address": "120.6.4.75"
},
{
"id": "16",
"first_name": "Waldemar",
"last_name": "Friman",
"email": "wfrimanf@google.com",
"gender": "Male",
"ip_address": "93.38.252.61"
},
{
"id": "17",
"first_name": "Corina",
"last_name": "Devonald",
"email": "cdevonaldg@cdbaby.com",
"gender": "Female",
"ip_address": "188.68.136.79"
},
{
"id": "18",
"first_name": "Corby",
"last_name": "Sancias",
"email": "csanciash@sohu.com",
"gender": "Male",
"ip_address": "190.134.147.144"
},
{
"id": "19",
"first_name": "Devy",
"last_name": "Peele",
"email": "dpeelei@is.gd",
"gender": "Male",
"ip_address": "227.246.79.218"
},
{
"id": "20",
"first_name": "Glenn",
"last_name": "Kleinholz",
"email": "gkleinholzj@bigcartel.com",
"gender": "Female",
"ip_address": "16.207.254.118"
}
]
}