Lobsters · Example Payload

User

Link AggregationCommunityTechnologyNewsStoriesCommentsTags

User is an example object payload from Lobsters, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

usernamecreated_atis_adminis_moderatorkarmahomepageaboutavatar_urlinvited_by_usergithub_username

Example Payload

Raw ↑
{
  "username": "alice",
  "created_at": "2020-03-15T10:00:00.000Z",
  "is_admin": false,
  "is_moderator": false,
  "karma": 342,
  "homepage": "https://alice.example.com",
  "about": "<p>Software engineer interested in compilers and distributed systems.</p>",
  "avatar_url": "https://lobste.rs/avatars/alice_100.png",
  "invited_by_user": "charlie",
  "github_username": "alice-gh"
}