applications
applications
Browse 389 applications records. Free mock data API by Draftbit — fetch over REST or browse paginated HTML.
-
User #1 applied (screening) Job #205 · 2/26/2026, 11:12:37 PM
-
User #2 applied (screening) Job #29 · 1/18/2026, 12:11:55 PM
-
User #4 applied (screening) Job #167 · 3/26/2026, 2:29:31 AM
-
User #7 applied (screening) Job #105 · 11/3/2025, 5:00:34 PM
-
User #8 applied (applied) Job #177 · 10/27/2025, 10:09:10 PM
-
User #11 applied (screening) Job #141 · 9/26/2025, 7:00:33 PM
-
User #11 applied (withdrawn) Job #234 · 3/15/2026, 12:10:57 PM
-
User #13 applied (withdrawn) Job #37 · 10/30/2025, 1:27:52 AM
-
User #14 applied (interview) Job #200 · 12/10/2025, 3:16:08 AM
-
User #15 applied (withdrawn) Job #80 · 4/3/2026, 10:01:47 PM
-
User #1 applied (screening) Job #98
5/5/2026, 7:31:00 PM
-
User #1 applied (screening) Job #205
2/26/2026, 11:12:37 PM
-
User #2 applied (screening) Job #29
1/18/2026, 12:11:55 PM
-
User #2 applied (screening) Job #93
3/25/2026, 2:26:01 AM
-
User #3 applied (interview) Job #223
4/8/2025, 3:08:54 AM
-
User #4 applied (applied) Job #50
6/9/2025, 9:55:51 AM
-
User #4 applied (applied) Job #210
9/8/2025, 3:55:42 AM
-
User #4 applied (screening) Job #167
3/26/2026, 2:29:31 AM
-
User #7 applied (screening) Job #105
11/3/2025, 5:00:34 PM
-
User #7 applied (rejected) Job #140
4/9/2026, 4:58:31 PM
-
User #8 applied (applied) Job #111
5/19/2026, 9:52:21 PM
-
User #8 applied (applied) Job #177
10/27/2025, 10:09:10 PM
-
User #9 applied (applied) Job #28
1/25/2025, 2:05:30 AM
-
User #10 applied (applied) Job #180
6/3/2025, 10:11:45 AM
-
User #11 applied (screening) Job #141
9/26/2025, 7:00:33 PM
-
User #11 applied (screening) Job #8
10/4/2025, 2:58:13 AM
-
User #11 applied (withdrawn) Job #234
3/15/2026, 12:10:57 PM
-
User #12 applied (applied) Job #183
4/22/2026, 5:39:03 AM
-
User #13 applied (withdrawn) Job #37
10/30/2025, 1:27:52 AM
-
User #14 applied (interview) Job #200
12/10/2025, 3:16:08 AM
-
User #14 applied (accepted) Job #91
4/3/2025, 11:49:14 AM
-
User #14 applied (offer) Job #210
5/9/2025, 12:58:52 AM
-
User #15 applied (withdrawn) Job #80
4/3/2026, 10:01:47 PM
-
User #15 applied (applied) Job #212
4/3/2026, 8:09:09 AM
User #1 applied (screening) Job #98
5/5/2026, 7:31:00 PM
User #1 applied (screening) Job #205
2/26/2026, 11:12:37 PM
User #2 applied (screening) Job #29
1/18/2026, 12:11:55 PM
User #2 applied (screening) Job #93
3/25/2026, 2:26:01 AM
User #3 applied (interview) Job #223
4/8/2025, 3:08:54 AM
User #4 applied (applied) Job #50
6/9/2025, 9:55:51 AM
Showing first 6 of 24 on this page.
curl -sS \
"https://example-data.com/api/v1/applications?limit=25"const res = await fetch(
"https://example-data.com/api/v1/applications?limit=25"
);
const { data, meta } = await res.json();import type { Application, ListEnvelope } from "https://example-data.com/types/applications.d.ts";
const res = await fetch(
"https://example-data.com/api/v1/applications?limit=25"
);
const { data, meta } = (await res.json()) as ListEnvelope<Application>;import requests
res = requests.get(
"https://example-data.com/api/v1/applications",
params={"limit": 25},
)
data = res.json() {
"data": [
{
"id": 1,
"userId": 1,
"jobId": 98,
"status": "screening",
"coverLetter": "Ager beatus harum deleo truculenter. Aggero quasi suppellex talus sublime subiungo alo solium cariosus. Ullam cupiditate spes vito cohaero virtus tubineus sequi.\n\nArguo villa deludo depraedor auditor voluptatum quia audacia verecundia. Cohaero tempora alienus maiores sum colo excepturi. Vos callide solio.",
"appliedAt": "2026-05-05T19:31:00.375Z",
"lastUpdatedAt": "2026-05-17T13:03:50.974Z"
},
{
"id": 2,
"userId": 1,
"jobId": 205,
"status": "screening",
"coverLetter": "Magnam somniculosus clibanus vilicus temporibus. Celo arcesso testimonium avaritia aperio tamdiu sumo corrupti abundans calcar. Unus cruentus sortitus crapula aro catena ascisco minima in.\n\nVigilo quasi arbitro aspicio aperiam thesis caelestis suffragium bos. Toties suggero textor cerno demulceo cunctatio sunt. Aperiam auditor aiunt cattus.",
"appliedAt": "2026-02-26T23:12:37.990Z",
"lastUpdatedAt": "2026-03-26T11:48:58.386Z"
},
{
"id": 3,
"userId": 2,
"jobId": 29,
"status": "screening",
"coverLetter": "Balbus verecundia eveniet vinculum cometes vestigium tollo fugiat turpis. Ustilo thorax adduco infit suadeo cursus. Universe vulnero centum pectus vicissitudo condico spargo decet.",
"appliedAt": "2026-01-18T12:11:55.448Z",
"lastUpdatedAt": "2026-02-10T21:31:17.656Z"
}
],
"meta": {
"page": 1,
"limit": 25,
"total": 389,
"totalPages": 16
},
"links": {
"self": "/api/v1/applications?page=1",
"first": "/api/v1/applications?page=1",
"last": "/api/v1/applications?page=16",
"next": "/api/v1/applications?page=2",
"prev": null
}
}