example-data.com
Menu
Browse docs and collections

articles

articles

Page 13 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": 289,
      "userId": 139,
      "title": "Surculus cunctatio dolore bellicus voco alter aer",
      "slug": "surculus-cunctatio-dolore-bellicus-voco-alter-aer-289",
      "excerpt": "Repudiandae creber temperantia accusantium ustilo comedo vigilo error voluptate viridis. Laudantium aduro ultio sono toties averto adficio quos angelus.",
      "content": "Experimentation is at the heart of discovery. By testing assumptions systematically, we eliminate guesswork and build on solid, evidence-based foundations.\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## Practical Applications\n\nTheory is valuable, but practice is where ideas become reality. These principles can be applied immediately to drive measurable improvements.\n\nCommunity plays a vital role in any ecosystem. When individuals share knowledge freely, everyone benefits and the collective intelligence grows exponentially.",
      "category": "environment",
      "tags": [
        "open-source",
        "software",
        "future",
        "remote-work"
      ],
      "readMinutes": 16,
      "imageUrl": "https://picsum.photos/seed/article-289/800/450",
      "isPublished": true,
      "publishedAt": "2026-04-07T02:21:16.872Z",
      "viewCount": 7422,
      "createdAt": "2026-03-27T20:31:14.758Z",
      "updatedAt": "2026-04-08T10:50:58.438Z"
    },
    {
      "id": 290,
      "userId": 83,
      "title": "Magni crudelis recusandae eveniet rem",
      "slug": "magni-crudelis-recusandae-eveniet-rem-290",
      "excerpt": "Ara thorax aeneus. Tergiversatio tendo labore cibo curo. Capto patrocinor curia clamo vomer.",
      "content": "## 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\nInnovation drives progress. When teams collaborate effectively, they unlock potential that no individual could achieve alone. This synergy creates lasting impact.\n\nExperimentation is at the heart of discovery. By testing assumptions systematically, we eliminate guesswork and build on solid, evidence-based foundations.\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\nData tells a compelling story. By analyzing patterns over time, we can make smarter decisions and anticipate challenges before they arise.\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.\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\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.",
      "category": "politics",
      "tags": [
        "ai",
        "open-source"
      ],
      "readMinutes": 18,
      "imageUrl": "https://picsum.photos/seed/article-290/800/450",
      "isPublished": true,
      "publishedAt": "2026-02-25T16:43:09.400Z",
      "viewCount": 5146,
      "createdAt": "2026-02-16T05:09:23.235Z",
      "updatedAt": "2026-03-01T12:52:55.894Z"
    },
    {
      "id": 291,
      "userId": 10,
      "title": "Capio suscipit tertius vitium dedecor totus derideo decipio curriculum vero",
      "slug": "capio-suscipit-tertius-vitium-dedecor-totus-derideo-decipio-curriculum-vero-291",
      "excerpt": "Uter nobis utpote artificiose cuppedia alo. Pauci creo vinco.",
      "content": "## 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.\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## 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## 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.\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\nSustainable growth requires intentional effort. Short-term gains that compromise long-term health are ultimately self-defeating and must be carefully avoided.",
      "category": "business",
      "tags": [
        "software",
        "finance",
        "open-source",
        "ai"
      ],
      "readMinutes": 10,
      "imageUrl": "https://picsum.photos/seed/article-291/800/450",
      "isPublished": false,
      "publishedAt": null,
      "viewCount": 0,
      "createdAt": "2025-05-24T12:21:15.491Z",
      "updatedAt": "2025-06-05T09:59:29.155Z"
    }
  ],
  "meta": {
    "page": 13,
    "limit": 24,
    "total": 300,
    "totalPages": 13
  },
  "links": {
    "self": "/api/v1/articles?page=13&limit=24",
    "first": "/api/v1/articles?page=1&limit=24",
    "last": "/api/v1/articles?page=13&limit=24",
    "next": null,
    "prev": "/api/v1/articles?page=12&limit=24"
  }
}