Instagram API
    Instagram API
    • geographies
      • Get recent media from a custom geo-id.
    • locations
      • Search for a location by geographic coordinate.
      • Get information about a location.
      • Get a list of recent media objects from a given location.
    • media
      • Get a list of currently popular media.
      • Search for media in a given area.
      • Get information about a media object.
      • Get information about a media object.
    • comments
      • Get a list of recent comments on a media object.
      • Create a comment on a media object.
      • Remove a comment.
    • likes
      • Remove a like on this media by the current user.
      • Get a list of users who have liked this media.
      • Set a like on this media by the current user.
    • tags
      • Search for tags by name.
      • Get information about a tag object.
      • Get a list of recently tagged media.
    • users
      • Search for a user by name.
      • See the authenticated user's feed.
      • See the list of media liked by the authenticated user.
      • Get basic information about a user.
      • Get the most recent media published by a user.
    • relationships
      • List the users who have requested this user's permission to follow.
      • Get the list of users this user is followed by.
      • Get the list of users this user follows.
      • Get information about a relationship to another user.
      • Modify the relationship between the current user and the target user.
    • 数据模型
      • Schemas
      • CaptionData
      • CommentEntry
      • CommentsCollection
      • CommentsResponse
      • CursorPaginationInfo
      • IdPaginationInfo
      • ImageInfo
      • ImagesData
      • LikesCollection
      • LocationInfo
      • LocationInfoResponse
      • LocationSearchResponse
      • MediaEntry
      • MediaEntryResponse
      • MediaListResponse
      • MediaSearchResponse
      • MetaData
      • Position
      • RelationshipInfo
      • RelationshipPostResponse
      • RelationshipResponse
      • RelationshipStatus
      • StatusResponse
      • TagInfo
      • TagInfoResponse
      • TagMediaListResponse
      • TagPaginationInfo
      • TagSearchResponse
      • UserCounts
      • UserInPhoto
      • UserInfo
      • UserResponse
      • UserShortInfo
      • UsersInfoResponse
      • UsersPagingResponse
      • VideosData

    CommentsResponse

    {
        "data": [
            {
                "created_time": "string",
                "from": {
                    "full_name": "string",
                    "id": "string",
                    "profile_picture": "string",
                    "username": "string"
                },
                "id": "string",
                "text": "string"
            }
        ],
        "meta": {
            "code": 0
        }
    }
    Built with