← All datasets
📰

Mock Blog Posts JSON Dataset

API Mocks · 5 records

Sample blog posts with title, slug, author, tags, category, view count, and status. Free to use, no attribution required — copy it, download it, or open it directly in the JSON Formatter. Runs entirely in your browser.

#blog#posts#mock#api

Fields

idnumber
slugstring
titlestring
excerptstring
authorobject
tagsarray
categorystring
statusstring
viewsnumber
likesnumber
readingTimeMinutesnumber
publishedAtstring
updatedAtstring

Common uses

  • Frontend development before the backend is ready
  • API integration testing
  • Demo and sandbox environments
  • Webhook handler testing
[
  {
    "id": 1,
    "slug": "getting-started-with-typescript",
    "title": "Getting Started with TypeScript in 2024",
    "excerpt": "TypeScript has become the standard for large-scale JavaScript projects. Here's everything you need to know to get started.",
    "author": {
      "id": 3,
      "name": "Alice Dev",
      "avatar": "https://example.com/avatars/alice.jpg"
    },
    "tags": [
      "typescript",
      "javascript",
      "beginner"
    ],
    "category": "Tutorial",
    "status": "published",
    "views": 14230,
    "likes": 342,
    "readingTimeMinutes": 8,
    "publishedAt": "2024-01-10T09:00:00Z",
    "updatedAt": "2024-01-12T14:00:00Z"
  },
  {
    "id": 2,
    "slug": "docker-compose-for-developers",
    "title": "Docker Compose: A Practical Guide for Developers",
    "excerpt": "Learn how to use Docker Compose to manage multi-container applications locally and in production.",
    "author": {
      "id": 5,
      "name": "Bob Engineer",
      "avatar": "https://example.com/avatars/bob.jpg"
    },
    "tags": [
      "docker",
      "devops",
      "containers"
    ],
    "category": "DevOps",
    "status": "published",
    "views": 8950,
    "likes": 211,
    "readingTimeMinutes": 12,
    "publishedAt": "2024-01-08T10:00:00Z",
    "updatedAt": "2024-01-08T10:00:00Z"
  },
  {
    "id": 3,
    "slug": "react-hooks-deep-dive",
    "title": "React Hooks: A Deep Dive into useEffect and useCallback",
    "excerpt": "Understanding the nuances of React hooks can make or break your application's performance.",
    "author": {
      "id": 3,
      "name": "Alice Dev",
      "avatar": "https://example.com/avatars/alice.jpg"
    },
    "tags": [
      "react",
      "hooks",
      "javascript",
      "performance"
    ],
    "category": "Frontend",
    "status": "published",
    "views": 22100,
    "likes": 567,
    "readingTimeMinutes": 15,
    "publishedAt": "2024-01-05T08:00:00Z",
    "updatedAt": "2024-01-07T11:30:00Z"
  },
  {
    "id": 4,
    "slug": "building-rest-apis-with-fastapi",
    "title": "Building Production-Ready REST APIs with FastAPI",
    "excerpt": "FastAPI is blazing fast and developer friendly. This guide covers everything from setup to deployment.",
    "author": {
      "id": 8,
      "name": "Carol Backend",
      "avatar": "https://example.com/avatars/carol.jpg"
    },
    "tags": [
      "python",
      "fastapi",
      "api",
      "backend"
    ],
    "category": "Backend",
    "status": "published",
    "views": 11300,
    "likes": 289,
    "readingTimeMinutes": 20,
    "publishedAt": "2024-01-03T12:00:00Z",
    "updatedAt": "2024-01-04T09:00:00Z"
  },
  {
    "id": 5,
    "slug": "postgresql-indexing-strategies",
    "title": "PostgreSQL Indexing Strategies for High-Traffic Apps",
    "excerpt": "Poor indexing is the silent killer of database performance. Learn the strategies that scale.",
    "author": {
      "id": 5,
      "name": "Bob Engineer",
      "avatar": "https://example.com/avatars/bob.jpg"
    },
    "tags": [
      "postgresql",
      "database",
      "performance",
      "sql"
    ],
    "category": "Database",
    "status": "draft",
    "views": 0,
    "likes": 0,
    "readingTimeMinutes": 18,
    "publishedAt": null,
    "updatedAt": "2024-01-14T16:00:00Z"
  }
]

Related datasets

💬 Mock Comments Mock Events (Webhooks)🔔 Mock Notifications🛒 Mock Orders

Related tools

JSON FormatterJSON DiffJSON to TypeScript