Advertisement
Guest User

Untitled

a guest
Feb 19th, 2020
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. {
  2. "status": "success",
  3. "data": {
  4. "feed": [
  5. {
  6. "article": {
  7. "id": "165354",
  8. "title": "Title1",
  9. "image_url": "example.com/image1.png",
  10. "native_app_url": "example.com/article1",
  11. "article_url": "example.com/article1",
  12. "article_type": "Article",
  13. "created_at": "2020-01-15T16:55:01Z",
  14. "featured_time": "2020-02-19T17:19:33Z",
  15. "author_name": "2",
  16. "matches": [
  17.  
  18. ],
  19. "categories": [
  20. "C1",
  21. "C2",
  22. "C3",
  23. "C4"
  24. ],
  25. "tags": [
  26. "1",
  27. "2",
  28. "3"
  29. ],
  30. "embed_code": "<embed>12453</embed>",
  31. "synd_code": "<embed>121245</embed>"
  32. }
  33. },
  34. {
  35. "article": {
  36. "id": "112354",
  37. "title": "Title2",
  38. "image_url": "example.com/image2.png",
  39. "native_app_url": "example.com/article2",
  40. "article_url": "example.com/article2",
  41. "article_type": "Article",
  42. "created_at": "2020-01-11T16:55:01Z",
  43. "featured_time": "2020-01-19T17:19:33Z",
  44. "author_name": "1",
  45. "matches": [
  46.  
  47. ],
  48. "categories": [
  49. "C1",
  50. "C2",
  51. "C3",
  52. "C4"
  53. ],
  54. "tags": [
  55. "1",
  56. "2",
  57. "3"
  58. ],
  59. "embed_code": "<embed>123</embed>",
  60. "synd_code": "<embed>12345</embed>"
  61. }
  62. },
  63. {
  64. "article": {
  65. ...
  66. }
  67. }
  68. ],
  69. "next_page": 2
  70. },
  71. "message": ""
  72. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement