Get TikTok User Repost

Retrieve the videos an account has reposted rather than filmed. Reposts show what a creator amplifies from other people, which makes the tab useful for mapping influence between accounts. Items arrive with their original author, caption, sound and engagement counts, and count with cursor pages through the feed exactly as it does on the uploads endpoint.

Try on Playground
Endpoint Info
Request Method
:
GET
Request URL
:
https://api.primeapi.co/user-repost?secUid={secUid}&count={count}&cursor={cursor}
Required Parameters
:
secUid
Optional Parameters
:
count, cursor
Request Examples
Request Flow
:
User Repost is a single GET call to /user-repost, and secUid has to travel with it in the query string. count, cursor then shape what comes back. Swap YOUR_API_KEY for your own key and both snippets below run as they are.
Authentication
:
Header based. Send X-PrimeAPI-Key with every request — there is no OAuth handshake and no token to refresh.
Credits
:
One User Repost call costs 1 credit. Your remaining balance comes back on every response in the X-PrimeAPI-Balance header, so you can watch usage without a second lookup.
cURL
curl -X GET "https://api.primeapi.co/user-repost?secUid=MS4wLjABAAAA-hnFaH9aGUYLRspPmUXT3nZOha3-CEyChdtqwlyFaG1M_kAi4MD0AaZkbuIsPIzc&count=30&cursor=0" \
  -H "X-PrimeAPI-Key: YOUR_API_KEY"
Python - Requests
import requests

url = "https://api.primeapi.co/user-repost?secUid=MS4wLjABAAAA-hnFaH9aGUYLRspPmUXT3nZOha3-CEyChdtqwlyFaG1M_kAi4MD0AaZkbuIsPIzc&count=30&cursor=0"
headers = {"X-PrimeAPI-Key": "YOUR_API_KEY"}

response = requests.get(url, headers=headers)

print(response.json())
print("Credits left:", response.headers.get("X-PrimeAPI-Balance"))
Endpoint Response
Example URL
:
https://api.primeapi.co/user-repost?secUid=MS4wLjABAAAA-hnFaH9aGUYLRspPmUXT3nZOha3-CEyChdtqwlyFaG1M_kAi4MD0AaZkbuIsPIzc&count=30&cursor=0
Content Type
:
JSON
Example Response
{
    "cursor": "30",
    "extra": {
        "fatal_item_ids": [],
        "logid": "20250117010038CB0DC865209CA31D742E",
        "now": 1737075640000
    },
    "hasMore": true,
    "itemList": [
        {
            "AIGCDescription": "",
            "CategoryType": 120,
            "author": {
                "avatarLarger": "https://p77-sign-va.tiktokcdn.com/tos-maliva-avt-0068/6d0fa69f3be3e50e6eef86192088c37c~c5_1080x1080.jpeg?lk3s=a5d48078&nonce=42606&refresh_token=920b315d0bf297266db17a1da1616688&x-expires=1737248400&x-signature=pv77pigzHVljCv4g6Fj6t83A9JY%3D&shp=a5d48078&shcp=81f88b70",
                "avatarMedium": "https://p77-sign-va.tiktokcdn.com/tos-maliva-avt-0068/6d0fa69f3be3e50e6eef86192088c37c~c5_720x720.jpeg?lk3s=a5d48078&nonce=94788&refresh_token=6feb8d02ea8ca034eeb9c6760190cd17&x-expires=1737248400&x-signature=RBrHH8TGVWbtuJdDbTdHAC6K7i8%3D&shp=a5d48078&shcp=81f88b70",
                "avatarThumb": "https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0068/6d0fa69f3be3e50e6eef86192088c37c~c5_100x100.jpeg?lk3s=a5d48078&nonce=53196&refresh_token=3e676238548f533d3b8d1e5150159dac&x-expires=1737248400&x-signature=MhaEaZI%2BtctEacCo1eFspK42wgE%3D&shp=a5d48078&shcp=81f88b70",
                "commentSetting": 0,
                "downloadSetting": 0,
                "duetSetting": 0,
                "ftc": false,
                "id": "6860513192159101958",
                "isADVirtual": false,
                "isEmbedBanned": false,
                "nickname": "Nolram Siqueira",
                "openFavorite": false,
                "privateAccount": false,
                "relation": 0,
                "secUid": "MS4wLjABAAAA9VzCU4xgIFETVI3sMSqZ4vWOyGP3jO8KxXS48aTn3bVKbDGPOEylUoRbhQcc9ddT",
                "secret": false,
                "signature": "Surf",
                "stitchSetting": 0,
                "uniqueId": "nolramsiqueira",
                "verified": false
            },
            "authorStats": {
                "diggCount": 64,
                "followerCount": 55,
                "followingCount": 48,
                "friendCount": 0,
                "heart": 84,
                "heartCount": 84,
                "videoCount": 7
            },
            "backendSourceEventTracking": "",
            "challenges": [
                {
                    "coverLarger": "",
                    "coverMedium": "",
                    "coverThumb": "",
                    "desc": "",
                    "id": "879849",
  ... (truncated)
Contact
You can contact us via Telegram or Gmail
Telegram Logo
Telegram
@primeapi_co
Gmail Logo
Gmail
primeapico@gmail