example-data.com
Menu
Browse docs and collections

articles

articles

Page 5 of 13.

Overview

Request

curl example

curl -sS \
  "https://example-data.com/api/v1/articles?limit=25"

JavaScript example

const res = await fetch(
  "https://example-data.com/api/v1/articles?limit=25"
);
const { data, meta } = await res.json();

TypeScript example

// Download once: mkdir -p types && curl -o types/articles.d.ts https://example-data.com/types/articles.d.ts
import type { Article, ListEnvelope } from "./types/articles";

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

Python example

import requests

res = requests.get(
    "https://example-data.com/api/v1/articles",
    params={"limit": 25},
)
data = res.json()

Response

{
  "data": [
    {
      "id": 97,
      "userId": 16,
      "title": "Urbanus modi vulgo alienus iste",
      "slug": "urbanus-modi-vulgo-alienus-iste-97",
      "excerpt": "Statua demitto cognatus armarium tum antea eaque. Valeo vigilo asperiores earum. Ager virgo careo celo.",
      "content": "Sustainable growth requires intentional effort. Short-term gains that compromise long-term health are ultimately self-defeating and must be carefully avoided.\n\n## The Road Ahead\n\nLooking forward, several trends are poised to shape the next decade. Understanding these shifts early gives organizations a significant competitive advantage.\n\n## Introduction\n\nThe world of technology is evolving at an unprecedented pace. Every day, new discoveries reshape how we live, work, and interact with each other.\n\nData tells a compelling story. By analyzing patterns over time, we can make smarter decisions and anticipate challenges before they arise.\n\nExperimentation is at the heart of discovery. By testing assumptions systematically, we eliminate guesswork and build on solid, evidence-based foundations.\n\nInnovation drives progress. When teams collaborate effectively, they unlock potential that no individual could achieve alone. This synergy creates lasting impact.\n\n## Conclusion\n\nThe journey toward excellence is never complete. Each milestone reveals new possibilities, encouraging us to aim higher and push beyond previous limits.\n\n## Practical Applications\n\nTheory is valuable, but practice is where ideas become reality. These principles can be applied immediately to drive measurable improvements.\n\n## Key Findings\n\nResearchers have identified several critical factors that contribute to long-term success. These include consistency, adaptability, and a willingness to embrace change.\n\nCommunity plays a vital role in any ecosystem. When individuals share knowledge freely, everyone benefits and the collective intelligence grows exponentially.",
      "category": "health",
      "tags": [
        "engineering"
      ],
      "readMinutes": 19,
      "imageUrl": "https://picsum.photos/seed/article-97/800/450",
      "isPublished": true,
      "publishedAt": "2025-06-26T08:57:36.641Z",
      "viewCount": 37904,
      "createdAt": "2025-06-22T21:50:27.066Z",
      "updatedAt": "2025-07-20T03:15:11.951Z"
    },
    {
      "id": 98,
      "userId": 217,
      "title": "Voluptatem creptio acquiro velut talio amoveo",
      "slug": "voluptatem-creptio-acquiro-velut-talio-amoveo-98",
      "excerpt": "Viridis dedecor defleo. Earum facere consequuntur soluta. Facere valetudo vehemens.",
      "content": "Data tells a compelling story. By analyzing patterns over time, we can make smarter decisions and anticipate challenges before they arise.\n\n## Conclusion\n\nThe journey toward excellence is never complete. Each milestone reveals new possibilities, encouraging us to aim higher and push beyond previous limits.\n\n## Introduction\n\nThe world of technology is evolving at an unprecedented pace. Every day, new discoveries reshape how we live, work, and interact with each other.\n\nCommunity plays a vital role in any ecosystem. When individuals share knowledge freely, everyone benefits and the collective intelligence grows exponentially.\n\n## The Road Ahead\n\nLooking forward, several trends are poised to shape the next decade. Understanding these shifts early gives organizations a significant competitive advantage.\n\nSustainable growth requires intentional effort. Short-term gains that compromise long-term health are ultimately self-defeating and must be carefully avoided.\n\nInnovation drives progress. When teams collaborate effectively, they unlock potential that no individual could achieve alone. This synergy creates lasting impact.\n\n## Practical Applications\n\nTheory is valuable, but practice is where ideas become reality. These principles can be applied immediately to drive measurable improvements.\n\n## Key Findings\n\nResearchers have identified several critical factors that contribute to long-term success. These include consistency, adaptability, and a willingness to embrace change.",
      "category": "sports",
      "tags": [
        "sustainability",
        "innovation",
        "design",
        "finance",
        "marketing"
      ],
      "readMinutes": 7,
      "imageUrl": "https://picsum.photos/seed/article-98/800/450",
      "isPublished": true,
      "publishedAt": "2026-05-11T05:33:22.256Z",
      "viewCount": 57873,
      "createdAt": "2026-05-08T07:54:41.926Z",
      "updatedAt": "2026-05-21T05:11:40.121Z"
    },
    {
      "id": 99,
      "userId": 237,
      "title": "Velit cubitum claustrum vobis centum blandior cauda vicissitudo casus placeat",
      "slug": "velit-cubitum-claustrum-vobis-centum-blandior-cauda-vicissitudo-casus-placeat-99",
      "excerpt": "Animi vere taceo distinctio benevolentia advenio aggredior textus aedificium. Aeger caelestis vallum adiuvo canto amplexus. Vel tantillus certe.",
      "content": "Community plays a vital role in any ecosystem. When individuals share knowledge freely, everyone benefits and the collective intelligence grows exponentially.\n\nExperimentation is at the heart of discovery. By testing assumptions systematically, we eliminate guesswork and build on solid, evidence-based foundations.\n\n## Conclusion\n\nThe journey toward excellence is never complete. Each milestone reveals new possibilities, encouraging us to aim higher and push beyond previous limits.\n\n## Key Findings\n\nResearchers have identified several critical factors that contribute to long-term success. These include consistency, adaptability, and a willingness to embrace change.\n\n## Introduction\n\nThe world of technology is evolving at an unprecedented pace. Every day, new discoveries reshape how we live, work, and interact with each other.\n\n## The Road Ahead\n\nLooking forward, several trends are poised to shape the next decade. Understanding these shifts early gives organizations a significant competitive advantage.\n\nData tells a compelling story. By analyzing patterns over time, we can make smarter decisions and anticipate challenges before they arise.\n\n## Practical Applications\n\nTheory is valuable, but practice is where ideas become reality. These principles can be applied immediately to drive measurable improvements.\n\nInnovation drives progress. When teams collaborate effectively, they unlock potential that no individual could achieve alone. This synergy creates lasting impact.",
      "category": "technology",
      "tags": [
        "remote-work"
      ],
      "readMinutes": 19,
      "imageUrl": "https://picsum.photos/seed/article-99/800/450",
      "isPublished": false,
      "publishedAt": null,
      "viewCount": 0,
      "createdAt": "2024-10-31T23:07:52.538Z",
      "updatedAt": "2024-11-01T00:05:21.303Z"
    }
  ],
  "meta": {
    "page": 5,
    "limit": 24,
    "total": 300,
    "totalPages": 13
  },
  "links": {
    "self": "/api/v1/articles?page=5&limit=24",
    "first": "/api/v1/articles?page=1&limit=24",
    "last": "/api/v1/articles?page=13&limit=24",
    "next": "/api/v1/articles?page=6&limit=24",
    "prev": "/api/v1/articles?page=4&limit=24"
  }
}