Advertisement
nubooya

Untitled

Dec 17th, 2021
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. {
  2. "message": "success",
  3. "meta": {
  4. "limit": 10,
  5. "offset": 0,
  6. "page": 1,
  7. "total": 2,
  8. "total_page": 1,
  9. "sort": [
  10. {
  11. "column": "catalog_id",
  12. "order": "DESC"
  13. }
  14. ]
  15. },
  16. "data": [
  17. {
  18. "catalog_title": "1000 Hari Emas - Pertama dari Persiapan Kehamilan sampai Batita",
  19. "catalog_cover": "https://static.ijakarta.id/publication/book/cover/8c3a338c4529c2367ab355b0d1f54d7a.png",
  20. "publisher_name": "Rapha Publishing",
  21. "catalog_category": "Kesehatan",
  22. "number_of_copy": 1,
  23. "catalog_price": 25000,
  24. "total_amount": 25000
  25. },
  26. {
  27. "catalog_title": "1000 Mindset Berpikir Positif",
  28. "catalog_cover": "https://static.ijakarta.id/publication/book/cover/6e3617848c57cc5c6a0248bc34fff500.png",
  29. "publisher_name": "Desa Pustaka Indonesia",
  30. "catalog_category": "Motivasi & Inspirasi",
  31. "number_of_copy": 1,
  32. "catalog_price": 25000,
  33. "total_amount": 25000
  34. }
  35. ]
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement