people
people
Page 2 of 9.
-
Brett Carter
-
Darion Reynolds-Nolan
-
Wilburn Thompson
-
Amir Marquardt
-
Bruce Waelchi
-
Marcus Senger
-
Vern Wunsch
-
Jameson Rolfson
-
Giles Beer
-
Murl Rowe
-
Joannie Volkman
-
Jody Corwin
-
Tyrese Hirthe
-
Elody Tromp
-
Retta Hirthe-Rutherford
-
Clarabelle Kunze
-
Willie Rogahn
-
Griffin Williamson-Armstrong
-
Annamarie Corwin
-
Clotilde Lynch-Zulauf
-
Evert Bailey
-
Claudia Rosenbaum-Wilderman
-
Bryce Hansen
-
Eden Greenholt
-
Brett Carter
jet advocate, philosopher ✌️
-
Darion Reynolds-Nolan
patriot, musician, leader 🔙
-
Wilburn Thompson
mantua lover 🇶🇦
-
Amir Marquardt
trench enthusiast 🔽
-
Bruce Waelchi
tabletop supporter 👏🏼
-
Marcus Senger
bookcase devotee 🎇
-
Vern Wunsch
designer, educator, person 🇸🇩
-
Jameson Rolfson
bonnet enthusiast, model 🎣
-
Giles Beer
person, photographer, musician
-
Murl Rowe
swim advocate
-
Joannie Volkman
hydrocarbon devotee, traveler
-
Jody Corwin
teacher, entrepreneur
-
Tyrese Hirthe
creator, dreamer
-
Elody Tromp
grad
-
Retta Hirthe-Rutherford
grad
-
Clarabelle Kunze
model
-
Willie Rogahn
dead supporter
-
Griffin Williamson-Armstrong
pine junkie
-
Annamarie Corwin
tributary lover
-
Clotilde Lynch-Zulauf
writer, activist
-
Evert Bailey
alb enthusiast
-
Claudia Rosenbaum-Wilderman
wasabi advocate
-
Bryce Hansen
person, author, creator 🇸🇭
-
Eden Greenholt
pulse junkie, person 🇰🇷
Brett Carter
jet advocate, philosopher ✌️
- Phone
- (424) 689-2611
Darion Reynolds-Nolan
patriot, musician, leader 🔙
- Phone
- (874) 874-4947
Wilburn Thompson
mantua lover 🇶🇦
- Phone
- (273) 206-0315
Amir Marquardt
trench enthusiast 🔽
- Phone
- (925) 701-4047
Bruce Waelchi
tabletop supporter 👏🏼
- Phone
- (470) 855-1782
Marcus Senger
bookcase devotee 🎇
- Phone
- (292) 580-1892
Showing first 6 of 24 on this page.
curl -sS \
"https://example-data.com/api/v1/people?limit=25"const res = await fetch(
"https://example-data.com/api/v1/people?limit=25"
);
const { data, meta } = await res.json();import type { People, ListEnvelope } from "https://example-data.com/types/people.d.ts";
const res = await fetch(
"https://example-data.com/api/v1/people?limit=25"
);
const { data, meta } = (await res.json()) as ListEnvelope<People>;import requests
res = requests.get(
"https://example-data.com/api/v1/people",
params={"limit": 25},
)
data = res.json() {
"data": [
{
"id": 25,
"fullName": "Brett Carter",
"firstName": "Brett",
"lastName": "Carter",
"email": "brett.carter-25@example.com",
"phone": "(424) 689-2611",
"occupation": "Chief Division Consultant",
"city": "North Zachariah",
"countryAlpha2": "GB",
"bio": "jet advocate, philosopher ✌️",
"avatarUrl": "https://api.dicebear.com/9.x/avataaars/svg?seed=person-25",
"createdAt": "2024-01-28T18:47:59.344Z"
},
{
"id": 26,
"fullName": "Darion Reynolds-Nolan",
"firstName": "Darion",
"lastName": "Reynolds-Nolan",
"email": "darion.reynoldsnolan-26@example.com",
"phone": "(874) 874-4947",
"occupation": "Direct Brand Producer",
"city": "South Demetrius",
"countryAlpha2": "NZ",
"bio": "patriot, musician, leader 🔙",
"avatarUrl": "https://api.dicebear.com/9.x/avataaars/svg?seed=person-26",
"createdAt": "2023-09-08T09:18:21.557Z"
},
{
"id": 27,
"fullName": "Wilburn Thompson",
"firstName": "Wilburn",
"lastName": "Thompson",
"email": "wilburn.thompson-27@example.com",
"phone": "(273) 206-0315",
"occupation": "Investor Metrics Assistant",
"city": "East Guiseppeland",
"countryAlpha2": "NZ",
"bio": "mantua lover 🇶🇦",
"avatarUrl": "https://api.dicebear.com/9.x/avataaars/svg?seed=person-27",
"createdAt": "2025-11-09T20:22:38.092Z"
}
],
"meta": {
"page": 2,
"limit": 24,
"total": 200,
"totalPages": 9
},
"links": {
"self": "/api/v1/people?page=2",
"next": "/api/v1/people?page=3",
"prev": "/api/v1/people?page=1"
}
}