example-data.com

notifications

notifications

Browse 2000 notifications records. Free mock data API by Draftbit — fetch over REST or browse paginated HTML.

  • User #241 system System notification · 12/26/2025, 2:25:47 PM

  • User #213 like Vida Kunde-Koepp liked your post · 4/29/2026, 10:47:28 AM

  • User #118 mention Gavin Lowe mentioned you in a post · 8/27/2025, 1:41:46 AM

  • User #207 mention Rubye Emmerich mentioned you in a post · 10/25/2025, 2:16:44 PM

  • User #50 system System notification · 10/8/2025, 6:42:15 AM

  • User #240 system System notification · 5/6/2026, 6:37:20 PM

  • User #214 like Charlene Roberts liked your post · 1/21/2026, 9:12:57 PM

  • User #83 mention Daren Lockman mentioned you in a post · 3/12/2026, 7:27:39 AM

  • User #220 system System notification · 1/27/2026, 7:23:46 AM

  • User #250 system System notification · 12/7/2025, 9:55:24 PM

  • User #42 reply Pinkie Denesik replied to your comment · 1/31/2026, 2:40:05 PM

  • User #16 system System notification · 2/15/2026, 11:15:02 PM

  • User #146 like Wiley Rodriguez liked your post · 2/6/2026, 6:05:17 AM

  • User #205 reply Matilde Beahan replied to your comment · 12/12/2025, 11:14:23 AM

  • User #65 reply Marilou Douglas replied to your comment · 6/9/2025, 2:37:31 AM

  • User #102 reply Oran Torphy replied to your comment · 11/4/2025, 7:08:04 AM

  • User #137 system System notification · 4/21/2026, 9:37:52 AM

  • User #229 follow Lew O'Kon started following you · 5/3/2026, 8:36:49 PM

  • User #177 follow Myrl Pollich started following you · 5/26/2025, 8:26:27 AM

  • User #69 reply April Kihn replied to your comment · 9/11/2025, 4:43:21 AM

  • User #231 like Koby Pouros liked your post · 2/16/2026, 9:20:55 PM

  • User #182 system System notification · 6/22/2025, 6:56:54 PM

  • User #13 mention Roberta Mueller-Yundt mentioned you in a post · 12/31/2025, 10:26:09 PM

  • User #17 mention Lacy Gusikowski mentioned you in a post · 12/15/2025, 5:07:56 PM

  • User #241 system System notification

    12/26/2025, 2:25:47 PM

  • User #213 like Vida Kunde-Koepp liked your post

    4/29/2026, 10:47:28 AM

  • User #118 mention Gavin Lowe mentioned you in a post

    8/27/2025, 1:41:46 AM

  • User #207 mention Rubye Emmerich mentioned you in a post

    10/25/2025, 2:16:44 PM

  • User #50 system System notification

    10/8/2025, 6:42:15 AM

  • User #240 system System notification

    5/6/2026, 6:37:20 PM

  • User #214 like Charlene Roberts liked your post

    1/21/2026, 9:12:57 PM

  • User #83 mention Daren Lockman mentioned you in a post

    3/12/2026, 7:27:39 AM

  • User #220 system System notification

    1/27/2026, 7:23:46 AM

  • User #250 system System notification

    12/7/2025, 9:55:24 PM

  • User #42 reply Pinkie Denesik replied to your comment

    1/31/2026, 2:40:05 PM

  • User #16 system System notification

    2/15/2026, 11:15:02 PM

  • User #146 like Wiley Rodriguez liked your post

    2/6/2026, 6:05:17 AM

  • User #205 reply Matilde Beahan replied to your comment

    12/12/2025, 11:14:23 AM

  • User #65 reply Marilou Douglas replied to your comment

    6/9/2025, 2:37:31 AM

  • User #102 reply Oran Torphy replied to your comment

    11/4/2025, 7:08:04 AM

  • User #137 system System notification

    4/21/2026, 9:37:52 AM

  • User #229 follow Lew O'Kon started following you

    5/3/2026, 8:36:49 PM

  • User #177 follow Myrl Pollich started following you

    5/26/2025, 8:26:27 AM

  • User #69 reply April Kihn replied to your comment

    9/11/2025, 4:43:21 AM

  • User #231 like Koby Pouros liked your post

    2/16/2026, 9:20:55 PM

  • User #182 system System notification

    6/22/2025, 6:56:54 PM

  • User #13 mention Roberta Mueller-Yundt mentioned you in a post

    12/31/2025, 10:26:09 PM

  • User #17 mention Lacy Gusikowski mentioned you in a post

    12/15/2025, 5:07:56 PM

User #241 system System notification

12/26/2025, 2:25:47 PM

User #213 like Vida Kunde-Koepp liked your post

4/29/2026, 10:47:28 AM

User #118 mention Gavin Lowe mentioned you in a post

8/27/2025, 1:41:46 AM

User #207 mention Rubye Emmerich mentioned you in a post

10/25/2025, 2:16:44 PM

User #50 system System notification

10/8/2025, 6:42:15 AM

User #240 system System notification

5/6/2026, 6:37:20 PM

Showing first 6 of 24 on this page.

curl -sS \
  "https://example-data.com/api/v1/notifications?limit=25"
const res = await fetch(
  "https://example-data.com/api/v1/notifications?limit=25"
);
const { data, meta } = await res.json();
import type { Notification, ListEnvelope } from "https://example-data.com/types/notifications.d.ts";

const res = await fetch(
  "https://example-data.com/api/v1/notifications?limit=25"
);
const { data, meta } = (await res.json()) as ListEnvelope<Notification>;
import requests

res = requests.get(
    "https://example-data.com/api/v1/notifications",
    params={"limit": 25},
)
data = res.json()
{
  "data": [
    {
      "id": 1,
      "userId": 241,
      "type": "system",
      "title": "System notification",
      "body": "Suffragium avarus ager confero.",
      "isRead": true,
      "link": null,
      "createdAt": "2025-12-26T14:25:47.468Z"
    },
    {
      "id": 2,
      "userId": 213,
      "type": "like",
      "title": "Vida Kunde-Koepp liked your post",
      "body": "Baiulus cauda turba aiunt consequatur uberrime admoveo usus thermae certe.",
      "isRead": true,
      "link": "https://example.com/like/YExOGIEv",
      "createdAt": "2026-04-29T10:47:28.359Z"
    },
    {
      "id": 3,
      "userId": 118,
      "type": "mention",
      "title": "Gavin Lowe mentioned you in a post",
      "body": "Crinis tres circumvenio voluptas delectus atrox.",
      "isRead": false,
      "link": "https://example.com/mention/ycCYbUrY",
      "createdAt": "2025-08-27T01:41:46.905Z"
    }
  ],
  "meta": {
    "page": 1,
    "limit": 25,
    "total": 2000,
    "totalPages": 80
  },
  "links": {
    "self": "/api/v1/notifications?page=1",
    "first": "/api/v1/notifications?page=1",
    "last": "/api/v1/notifications?page=80",
    "next": "/api/v1/notifications?page=2",
    "prev": null
  }
}

View full response →

Draftbit