DEV Community

mdarifuzzamanshihab
mdarifuzzamanshihab

Posted on

Books API generated

[
  {
    "bookId": 1,
    "bookName": "The Great Gatsby",
    "author": "F. Scott Fitzgerald",
    "image": "https://i.ibb.co/wpqc749/9781912714063.jpg",
    "review": "A timeless classic portraying the American Dream and its demise.",
    "totalPages": 180,
    "rating": 4.5,
    "category": "Fiction",
    "tags": ["Romance", "Drama"],
    "publisher": "Charles Scribner's Sons",
    "yearOfPublishing": 1925
  },
  {
    "bookId": 2,
    "bookName": "To Kill a Mockingbird",
    "author": "Harper Lee",
    "image": "https://i.ibb.co/jgv6dD5/book1.jpg",
    "review": "A powerful story of racial injustice and moral growth set in the American South.",
    "totalPages": 281,
    "rating": 4.8,
    "category": "Fiction",
    "tags": ["Social Justice", "Coming of Age"],
    "publisher": "J.B. Lippincott & Co.",
    "yearOfPublishing": 1960
  },
  {
    "bookId": 3,
    "bookName": "1984",
    "author": "George Orwell",
    "image": "https://i.ibb.co/315JcPK/book2.webp",
    "review": "A dystopian novel depicting a totalitarian regime and its impact on individual freedom.",
    "totalPages": 328,
    "rating": 4.6,
    "category": "Fiction",
    "tags": ["Dystopian", "Political"],
    "publisher": "Secker & Warburg",
    "yearOfPublishing": 1949
  },
  {
    "bookId": 4,
    "bookName": "Pride and Prejudice",
    "author": "Jane Austen",
    "image": "https://i.ibb.co/WDLqyqx/book3.jpg",
    "review": "A classic romance novel exploring themes of class, marriage, and societal expectations.",
    "totalPages": 279,
    "rating": 4.7,
    "category": "Fiction",
    "tags": ["Romance", "Comedy of Manners"],
    "publisher": "T. Egerton, Whitehall",
    "yearOfPublishing": 1813
  },
  {
    "bookId": 5,
    "bookName": "The Catcher in the Rye",
    "author": "J.D. Salinger",
    "image": "https://i.ibb.co/g6983p0/book4.jpg",
    "review": "A coming-of-age novel narrated by a teenage boy who rebels against the phoniness of adult society.",
    "totalPages": 224,
    "rating": 4.4,
    "category": "Fiction",
    "tags": ["Coming of Age", "Cultural"],
    "publisher": "Little, Brown and Company",
    "yearOfPublishing": 1951
  },
  {
    "bookId": 6,
    "bookName": "The Hobbit",
    "author": "J.R.R. Tolkien",
    "image": "https://i.ibb.co/TRRHnzS/book5.jpg",
    "review": "An adventure fantasy novel following the journey of a hobbit named Bilbo Baggins.",
    "totalPages": 310,
    "rating": 4.6,
    "category": "Fantasy",
    "tags": ["Adventure", "Epic"],
    "publisher": "George Allen & Unwin",
    "yearOfPublishing": 1937
  },
  {
    "bookId": 7,
    "bookName": "The Alchemist",
    "author": "Paulo Coelho",
    "image": "https://i.ibb.co/fFZjQSN/book6.webp",
    "review": "A philosophical novel about a shepherd boy who seeks his destiny.",
    "totalPages": 197,
    "rating": 4.3,
    "category": "Fiction",
    "tags": ["Philosophical", "Quest"],
    "publisher": "HarperCollins",
    "yearOfPublishing": 1988
  },
  {
    "bookId": 8,
    "bookName": "The Da Vinci Code",
    "author": "Dan Brown",
    "image": "https://i.ibb.co/yRWGyQm/book7.webp",
    "review": "A thriller novel featuring symbologist Robert Langdon investigating a murder in the Louvre Museum.",
    "totalPages": 689,
    "rating": 4.1,
    "category": "Mystery",
    "tags": ["Thriller", "Conspiracy"],
    "publisher": "Doubleday",
    "yearOfPublishing": 2003
  },
  {
    "bookId": 9,
    "bookName": "Harry Potter and the Sorcerer's Stone",
    "author": "J.K. Rowling",
    "image": "https://i.ibb.co/bLQ2rJx/book8.webp",
    "review": "The first installment in the beloved Harry Potter series, chronicling the adventures of a young wizard.",
    "totalPages": 320,
    "rating": 4.9,
    "category": "Fantasy",
    "tags": ["Magic", "Adventure"],
    "publisher": "Bloomsbury Publishing",
    "yearOfPublishing": 1997
  }
]
Enter fullscreen mode Exit fullscreen mode

Top comments (0)