🔵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.

Personalized Casts for FID based on authorship

get

Get a list of casts that have been casted by the popular profiles in a user's extended network.

Path parameters
fidintegerRequired

FID to fetch personalized casts for

Example: {"value":2025}
Query parameters
kintegerOptional

Degrees of separation in the social graph

Default: 2Example: {"value":2}
offsetintegerOptional

Offset in the list of results

Default: 0Example: {"value":0}
limitintegerOptional

Maximum number of results to return

Default: 50Example: {"value":50}
Responses
200
Successful response
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