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.
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"
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"))
{
"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)