people
people
Page 8 of 9.
-
Elouise Huels
-
Bryce Schuster
-
Pietro Simonis
-
Napoleon Feest
-
Colby Gislason
-
Lurline Koelpin
-
Norene Stoltenberg
-
Verlie Boyer
-
Katlynn Kunde
-
Angelica Greenholt
-
Deshaun Terry
-
Lucinda Shanahan-Bruen
-
Mohamed Dach
-
Monty Kiehn
-
Bill Green
-
Francisco Pollich
-
Liza Tremblay
-
Eudora Glover-Watsica
-
Judd Walter
-
Melvina D'Amore
-
Carmel Cassin
-
Yasmin Schulist
-
Fern Ward
-
Baylee Wiegand
-
Elouise Huels
veteran, creator, veteran 🎟️
-
Bryce Schuster
foodie, gamer
-
Pietro Simonis
simple junkie
-
Napoleon Feest
filmmaker
-
Colby Gislason
goodwill devotee
-
Lurline Koelpin
pacemaker lover
-
Norene Stoltenberg
filmmaker, photographer
-
Verlie Boyer
film lover
-
Katlynn Kunde
ferret devotee
-
Angelica Greenholt
filmmaker, streamer
-
Deshaun Terry
coach, friend, parent 🇻🇪
-
Lucinda Shanahan-Bruen
luck lover, film lover 👽
-
Mohamed Dach
teacher
-
Monty Kiehn
exasperation supporter, blogger
-
Bill Green
engineer, environmentalist, scientist
-
Francisco Pollich
alert advocate
-
Liza Tremblay
photographer, friend
-
Eudora Glover-Watsica
slime supporter, friend 🌞
-
Judd Walter
bookend junkie, person 🥉
-
Melvina D'Amore
foodie, teacher
-
Carmel Cassin
grad, educator, public speaker 🐛
-
Yasmin Schulist
citizen devotee 🏤
-
Fern Ward
dandelion junkie, creator
-
Baylee Wiegand
final enthusiast, nerd
Elouise Huels
veteran, creator, veteran 🎟️
- Phone
- (986) 954-7166
Bryce Schuster
foodie, gamer
- Phone
- (445) 518-0234
Pietro Simonis
simple junkie
- Phone
- (262) 839-8142
Napoleon Feest
filmmaker
- Phone
- (431) 604-7866
Colby Gislason
goodwill devotee
- Phone
- (461) 650-2917
Lurline Koelpin
pacemaker lover
- Phone
- (256) 262-4434
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": 169,
"fullName": "Elouise Huels",
"firstName": "Elouise",
"lastName": "Huels",
"email": "elouise.huels-169@example.com",
"phone": "(986) 954-7166",
"occupation": "Investor Accountability Designer",
"city": "New Enola",
"countryAlpha2": "IL",
"bio": "veteran, creator, veteran 🎟️",
"avatarUrl": "https://api.dicebear.com/9.x/avataaars/svg?seed=person-169",
"createdAt": "2024-05-16T06:05:17.606Z"
},
{
"id": 170,
"fullName": "Bryce Schuster",
"firstName": "Bryce",
"lastName": "Schuster",
"email": "bryce.schuster-170@example.com",
"phone": "(445) 518-0234",
"occupation": "Corporate Metrics Agent",
"city": "Lake Bernadineville",
"countryAlpha2": "PE",
"bio": "foodie, gamer",
"avatarUrl": "https://api.dicebear.com/9.x/avataaars/svg?seed=person-170",
"createdAt": "2023-02-16T08:51:56.036Z"
},
{
"id": 171,
"fullName": "Pietro Simonis",
"firstName": "Pietro",
"lastName": "Simonis",
"email": "pietro.simonis-171@example.com",
"phone": "(262) 839-8142",
"occupation": "Dynamic Security Supervisor",
"city": "New Mikel",
"countryAlpha2": "AT",
"bio": "simple junkie",
"avatarUrl": "https://api.dicebear.com/9.x/avataaars/svg?seed=person-171",
"createdAt": "2022-06-27T09:34:44.401Z"
}
],
"meta": {
"page": 8,
"limit": 24,
"total": 200,
"totalPages": 9
},
"links": {
"self": "/api/v1/people?page=8",
"next": "/api/v1/people?page=9",
"prev": "/api/v1/people?page=7"
}
}