🔵For You (by Authorship)
Get a list of casts that have been casted by the popular profiles in a user's extended network.
https://graph.cast.k3l.io/casts/personalized/recent/{fid}
This one as opposed to the previous one is used to find what your network is saying. The previous end point is more for not just showing you casts for what your network is saying but also to show casts of what your network is interested/engaging in.
Get a list of casts that have been casted by the popular profiles in a user's extended network.
Path parameters
fidintegerRequiredExample:
FID to fetch personalized casts for
{"value":2025}
Query parameters
kintegerOptionalDefault:
Degrees of separation in the social graph
2
Example: {"value":2}
offsetintegerOptionalDefault:
Offset in the list of results
0
Example: {"value":0}
limitintegerOptionalDefault:
Maximum number of results to return
50
Example: {"value":50}
Responses
200
Successful response
application/json
422
Validation Error
application/json
get
GET /casts/personalized/recent/{fid} HTTP/1.1
Host: graph.cast.k3l.io
Accept: */*
{
"result": [
{
"hash": "text",
"url": "text",
"text": "text",
"embeds": "text",
"mentions": "text",
"fid": 1,
"score": 1
}
]
}
Last updated