v1

latestOpenAPI 3.0.3raw.githubusercontent.com2024-10-2916802.4 MB
📸 Social Media

Get posts by username

The API endpoint allows users to fetch posts of other users by passing the username as a path variable.

When accessing this endpoint and providing a valid username as a parameter, you will receive a response containing the posts associated with the specified username.

get/social-media/posts/get/u/{username}

Query parameters

pagestring
Example:1
limitstring
Example:3

Response

Get posts by username

messagestring
statusCodenumber
successboolean

Example response

{
  "data": {
    "hasNextPage": true,
    "limit": 3,
    "nextPage": 2,
    "page": 1,
    "posts": [
      {
        "__v": 0,
        "_id": "64a3db356b55dac333b0413d",
        "author": {
          "__v": 0,
          "_id": "64a3daee2aaac053bc5972fe",
          "account": {
            "_id": "64a3daee2aaac053bc597261",
            "avatar": {
              "_id": "64a3daee2aaac053bc597262",
              "localPath": "",
              "url": "https://cloudflare-ipfs.com/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/467.jpg"
            },
            "email": "shaniya.sawayn@gmail.com",
            "username": "juana.kuhn"
          },
          "bio": "artist, singer, environmentalist",
          "countryCode": "+91",
          "coverImage": {
            "_id": "64a3daee2aaac053bc5972fd",
            "localPath": "",
            "url": "https://via.placeholder.com/800x450.png"
          },
          "createdAt": "2023-07-04T08:40:14.894Z",
          "dob": "2017-08-24T19:39:56.235Z",
          "firstName": "Mercedes",
          "lastName": "Hauck",
          "location": "San Marcos, Faroe Islands",
          "owner": "64a3daee2aaac053bc597261",
          "phoneNumber": "9508373175",
          "updatedAt": "2023-07-04T08:41:25.067Z"
        },
        "comments": 2,
        "content": "Nobis voluptates commodi fuga fugit illum.\nSapiente provident numquam.\nAd ipsum explicabo recusandae voluptas esse.\nSunt dolores rerum quos et hic nemo aut officiis.",
        "createdAt": "2023-07-04T08:41:25.251Z",
        "images": [
          {
            "_id": "64a3db356b55dac333b0413e",
            "localPath": "",
            "url": "https://loremflickr.com/640/480/food?lock=7724182502637568"
          },
          {
            "_id": "64a3db356b55dac333b0413f",
            "localPath": "",
            "url": "https://loremflickr.com/640/480/food?lock=4462542615216128"
          },
          {
            "_id": "64a3db356b55dac333b04140",
            "localPath": "",
            "url": "https://loremflickr.com/640/480/food?lock=1111653196234752"
          },
          {
            "_id": "64a3db356b55dac333b04141",
            "localPath": "",
            "url": "https://loremflickr.com/640/480/food?lock=6793340529934336"
          },
          {
            "_id": "64a3db356b55dac333b04142",
            "localPath": "",
            "url": "https://loremflickr.com/640/480/food?lock=3233604247224320"
          },
          {
            "_id": "64a3db356b55dac333b04143",
            "localPath": "",
            "url": "https://loremflickr.com/640/480/food?lock=4645562185940992"
          }
        ],
        "isBookmarked": false,
        "isLiked": false,
        "likes": 12,
        "tags": [
          "repellat",
          "nesciunt",
          "perferendis",
          "quae",
          "facilis"
        ],
        "updatedAt": "2023-07-04T08:41:25.251Z"
      },
      {
        "__v": 0,
        "_id": "64a3db356b55dac333b04312",
        "author": {
          "__v": 0,
          "_id": "64a3daee2aaac053bc5972fe",
          "account": {
            "_id": "64a3daee2aaac053bc597261",
            "avatar": {
              "_id": "64a3daee2aaac053bc597262",
              "localPath": "",
              "url": "https://cloudflare-ipfs.com/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/467.jpg"
            },
            "email": "shaniya.sawayn@gmail.com",
            "username": "juana.kuhn"
          },
          "bio": "artist, singer, environmentalist",
          "countryCode": "+91",
          "coverImage": {
            "_id": "64a3daee2aaac053bc5972fd",
            "localPath": "",
            "url": "https://via.placeholder.com/800x450.png"
          },
          "createdAt": "2023-07-04T08:40:14.894Z",
          "dob": "2017-08-24T19:39:56.235Z",
          "firstName": "Mercedes",
          "lastName": "Hauck",
          "location": "San Marcos, Faroe Islands",
          "owner": "64a3daee2aaac053bc597261",
          "phoneNumber": "9508373175",
          "updatedAt": "2023-07-04T08:41:25.067Z"
        },
        "comments": 2,
        "content": "Voluptatem necessitatibus occaecati pariatur placeat corrupti vel.\nMollitia id ipsum dignissimos ipsam occaecati.\nDelectus minus doloremque voluptate quis.\nEos omnis corrupti nobis asperiores odio vero quidem temporibus officiis.\nSit libero ut sed at quisquam et.",
        "createdAt": "2023-07-04T08:41:25.259Z",
        "images": [
          {
            "_id": "64a3db356b55dac333b04313",
            "localPath": "",
            "url": "https://loremflickr.com/640/480/food?lock=3664980717076480"
          },
          {
            "_id": "64a3db356b55dac333b04314",
            "localPath": "",
            "url": "https://loremflickr.com/640/480/food?lock=3307405410566144"
          },
          {
            "_id": "64a3db356b55dac333b04315",
            "localPath": "",
            "url": "https://loremflickr.com/640/480/food?lock=1635065891127296"
          },
          {
            "_id": "64a3db356b55dac333b04316",
            "localPath": "",
            "url": "https://loremflickr.com/640/480/food?lock=2434672227254272"
          },
          {
            "_id": "64a3db356b55dac333b04317",
            "localPath": "",
            "url": "https://loremflickr.com/640/480/food?lock=8333556384268288"
          },
          {
            "_id": "64a3db356b55dac333b04318",
            "localPath": "",
            "url": "https://loremflickr.com/640/480/food?lock=6559313713692672"
          }
        ],
        "isBookmarked": false,
        "isLiked": false,
        "likes": 10,
        "tags": [
          "neque",
          "similique",
          "blanditiis",
          "iste",
          "rem"
        ],
        "updatedAt": "2023-07-04T08:41:25.259Z"
      },
      {
        "__v": 0,
        "_id": "64a3db356b55dac333b043d6",
        "author": {
          "__v": 0,
          "_id": "64a3daee2aaac053bc5972fe",
          "account": {
            "_id": "64a3daee2aaac053bc597261",
            "avatar": {
              "_id": "64a3daee2aaac053bc597262",
              "localPath": "",
              "url": "https://cloudflare-ipfs.com/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/467.jpg"
            },
            "email": "shaniya.sawayn@gmail.com",
            "username": "juana.kuhn"
          },
          "bio": "artist, singer, environmentalist",
          "countryCode": "+91",
          "coverImage": {
            "_id": "64a3daee2aaac053bc5972fd",
            "localPath": "",
            "url": "https://via.placeholder.com/800x450.png"
          },
          "createdAt": "2023-07-04T08:40:14.894Z",
          "dob": "2017-08-24T19:39:56.235Z",
          "firstName": "Mercedes",
          "lastName": "Hauck",
          "location": "San Marcos, Faroe Islands",
          "owner": "64a3daee2aaac053bc597261",
          "phoneNumber": "9508373175",
          "updatedAt": "2023-07-04T08:41:25.067Z"
        },
        "comments": 5,
        "content": "Tenetur pariatur minus praesentium velit dolore ad tenetur perspiciatis.\nIure dolorem amet laudantium.",
        "createdAt": "2023-07-04T08:41:25.263Z",
        "images": [
          {
            "_id": "64a3db356b55dac333b043d7",
            "localPath": "",
            "url": "https://loremflickr.com/640/480/food?lock=1143120280420352"
          },
          {
            "_id": "64a3db356b55dac333b043d8",
            "localPath": "",
            "url": "https://loremflickr.com/640/480/food?lock=2449359585148928"
          },
          {
            "_id": "64a3db356b55dac333b043d9",
            "localPath": "",
            "url": "https://loremflickr.com/640/480/food?lock=803146731356160"
          },
          {
            "_id": "64a3db356b55dac333b043da",
            "localPath": "",
            "url": "https://loremflickr.com/640/480/food?lock=6138326016851968"
          },
          {
            "_id": "64a3db356b55dac333b043db",
            "localPath": "",
            "url": "https://loremflickr.com/640/480/food?lock=964871675969536"
          },
          {
            "_id": "64a3db356b55dac333b043dc",
            "localPath": "",
            "url": "https://loremflickr.com/640/480/food?lock=1353891364995072"
          }
        ],
        "isBookmarked": false,
        "isLiked": false,
        "likes": 6,
        "tags": [
          "nisi",
          "pariatur",
          "rem",
          "asperiores"
        ],
        "updatedAt": "2023-07-04T08:41:25.263Z"
      }
    ],
    "serialNumberStartFrom": 1,
    "totalPages": 2,
    "totalPosts": 5
  },
  "message": "User's posts fetched successfully",
  "statusCode": 200,
  "success": true
}